From 4b3966d6a70cbe5c3e15a321c01b9219e2a68de0 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 17 Mar 2015 16:07:04 +0900 Subject: [PATCH] Update HISTORY --- HISTORY | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index c800a5ac..a210a01a 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,4 @@ -3.0beta1 +3.0 Require PostgreSQL 9.3 or later (Ian) Use `pg_basebackup` by default (instead of `rsync`) to clone standby servers (Ian) Use `pg_ctl promote` to promote a standby to primary @@ -7,6 +7,8 @@ "pg_bindir" no longer required as a configuration parameter (Ian) Enable replications to be used (PostgreSQL 9.4 and later (Ian) Command line option "--check-upstream-config" (Ian) + Add event logging table and option to execute an external program when an event occurs (Ian) + General usability and logging message improvements (Ian) Code consolidation and cleanup (Ian) 2.0.3 2015-??-??