Update HISTORY

This commit is contained in:
Ian Barwick
2016-01-05 13:23:03 +09:00
parent 4f849de95e
commit a9c28f4ed6

View File

@@ -1,6 +1,4 @@
3.0.3 2015-11-30 3.0.3 2016-01-04
Bugfix: have repmgrd terminate if monitored standby is no longer
connected to upstream node (Ian)
Create replication slot if required before base backup is run (Abhijit) Create replication slot if required before base backup is run (Abhijit)
standy clone: when using rsync, clean up "pg_replslot" directory (Ian) standy clone: when using rsync, clean up "pg_replslot" directory (Ian)
Improve --help output (Ian) Improve --help output (Ian)
@@ -12,6 +10,10 @@
Reference internal functions with explicit catalog path (Ian) Reference internal functions with explicit catalog path (Ian)
When following a new primary, have repmgr (not repmgrd) create the new slot (Ian) When following a new primary, have repmgr (not repmgrd) create the new slot (Ian)
Add /etc/repmgr.conf as a default configuration file location (Ian) Add /etc/repmgr.conf as a default configuration file location (Ian)
Prevent repmgrd's -v/--verbose option expecting a parameter (Ian)
Prevent invalid replication_lag values being written to the monitoring table (Ian)
Improve repmgrd behaviour when monitored standby node is temporarily
unavailable (Martín)
3.0.2 2015-10-02 3.0.2 2015-10-02
Improve handling of --help/--version options; and improve help output (Ian) Improve handling of --help/--version options; and improve help output (Ian)