Update HISTORY

This commit is contained in:
Ian Barwick
2015-03-02 07:58:06 +09:00
parent b79bce5821
commit 27a4780cc3

View File

@@ -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)