From 27a4780cc3cef848e683b53d93b9c1c44804d456 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 2 Mar 2015 07:58:06 +0900 Subject: [PATCH] Update HISTORY --- HISTORY | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index db1e32de..939dad0f 100644 --- a/HISTORY +++ b/HISTORY @@ -1,9 +1,11 @@ 3.0beta1 - Require PostgreSQL 9.3 or later (Ian) - Use `pg_basebackup` instead of `rsync` to clone standby servers (Ian) - Use `pg_ctl promote` to promote a standby to primary + 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 + Enable tablespace remapping using `pg_basebackup` (in PostgreSQL 9.3 with `rsync`) (Ian) Code consolidation and cleanup (Ian) + 2.0.1 2014-07-16 Documentation fixes and new QUICKSTART file (Ian) Explicitly specify directories to ignore when cloning (Ian)