From 1c155a1088019ebfdc7750d7048d147d4935e77a Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 17 May 2016 10:37:14 +0900 Subject: [PATCH] Update HISTORY --- HISTORY | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY b/HISTORY index 5b5eafc8..9e594e10 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,12 @@ +3.1.3 2016-05-17 + repmgrd: enable monitoring when a standby is catching up by + replaying archived WAL (Ian) + repmgrd: when upstream_node_id is NULL, assume upstream node + to be current master (Ian) + repmgrd: check for reappearance of the master node if standby + promotion fails (Ian) + improve handling of rsync failure conditions (Martín) + 3.1.2 2016-04-12 Fix pg_ctl path generation in do_standby_switchover() (Ian) Regularly sync witness server repl_nodes table (Ian)