Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
A HA script for PostgreSQL with 2 HOST (one for primary, one for standby), Primary with one VIP, Standby with another VIP. Auto failover and failback.
-
PostgreSQL 开放式题库, 搜集自stackoverflow , 社区 , bbs , 微信 , QQ等群体. 帮助大家了解PostgreSQL
-
PostgreSQL HA via three host, include two postgresql (primary and stream replication standby) and one vote host.
-
Linux's system activity information from sar, this project will use postgresql manage bulk Linux hosts. These hosts registed in postgresql, and every day load it's sar info into postgresql, and use…
544 contributions in the last year
Contribution activity
June 2020
May 2020
Created an issue in postgrespro/undam that received 4 comments
buffer_content when i test concurrent update
create table a (id int primary key, info text, crt_time timestamp) using undam; create or replace function upserta(int) returns void as $$ declare…