From ba275bb0c2913528637fa684c6784261909be5e9 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 16 Apr 2015 11:02:40 +0900 Subject: [PATCH] Update HISTORY file --- HISTORY | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 896c571f..62d07fc8 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,9 @@ -3.0.1 ??? +3.0.1 2015-04-16 Prevent repmgrd from looping infinitely if node was not registered (Ian) + When promoting a standby, have repmgr (not repmgrd) handle metadata updates (Ian) + Re-use replication slot if it already exists (Ian) + Prevent a test SSH connection being made when not needed (Ian) + Correct monitoring table column names (Ian) 3.0 2015-03-27 Require PostgreSQL 9.3 or later (Ian) @@ -14,6 +18,11 @@ General usability and logging message improvements (Ian) Code consolidation and cleanup (Ian) +2.0.3 2015-04-16 + Add -S/--superuser option for witness database creation Ian) + Add -c/--fast-checkpoint option for cloning (Christoph) + Add option "--initdb-no-pwprompt" (Ian) + 2.0.2 2015-02-17 Add "--checksum" in rsync when using "--force" (Jaime) Use createdb/createuser instead of psql (Jaime)