Commit Graph
20 Commits
Author SHA1 Message Date
Christopher Winslett a4e40959f9 fix linking syntax in README 2015-05-14 14:18:52 -07:00
Christopher Winslett bec1a3c11e support synchronous replication 2015-05-14 14:16:18 -07:00
Christopher Winslett 96a889f358 fix logic for dead leaders returning online
without checking that recovery.conf exists, the prior logic would not create the recovyer.conf, and a dead leader would return to a primary state
2015-05-13 16:56:25 -07:00
Christopher Winslett 3b0ea900cd followers without a leader based on feedback from @CyberDem0n and closes #3 2015-05-13 16:37:28 -07:00
Christopher Winslett f8c4993f16 add description of settings for yaml file 2015-05-12 18:53:57 -07:00
Christopher Winslett 2c69074652 move stale protection from is_healthy to is_healthiest to allow stale secondaries to rejoin cluster 2015-05-12 18:29:54 -07:00
Christopher Winslett 557bad37cd ensure a stale Postgres does not become leader 2015-05-12 18:11:12 -07:00
Christopher Winslett a1bc07db33 use TTLs with member listing to keep a current list of cluster members 2015-05-12 16:33:32 -07:00
Christopher Winslett 36c4c31e83 compare xlog positions based on bytes since 0/000000 based on feedback 2015-05-10 19:36:59 -07:00
Christopher Winslett 1879b9c76a fix state queries against secondaries 2015-05-04 13:39:30 -07:00
Christopher Winslett 289620746b remove postgresql pid 2015-03-19 09:08:41 -07:00
Christopher Winslett d07572e80e add a restarter to the ha loop 2015-03-19 08:46:14 -07:00
Christopher Winslett 64b54dda39 change to governor name 2015-03-18 11:35:17 -07:00
Christopher Winslett bcedaf3391 make README copy and pasteable 2015-03-16 16:23:42 -07:00
Christopher Winslett 04631800f2 add a haproxy router for a single connection point 2015-03-16 15:46:27 -07:00
Christopher Winslett a62cf64c06 fix README linking 2015-03-16 09:49:36 -07:00
Christopher Winslett 0d75152d54 make healthiest node work 2015-03-16 09:47:52 -07:00
Christopher Winslett 450b9912d7 clean up some debugging statements 2015-03-16 08:30:15 -07:00
Christopher Winslett c96972ee3c add better information to the readme 2015-03-16 08:15:41 -07:00
Christopher Winslett 3749883328 first commit 2015-03-15 23:16:48 -07:00