diff --git a/HISTORY b/HISTORY index 10d6b98b..71cb4e71 100644 --- a/HISTORY +++ b/HISTORY @@ -1,10 +1,21 @@ 5.2.0 2020-??-?? + general: add support for PostgreSQL 13 (Ian) + general: remove support for PostgreSQL 9.3 (Ian) + config: add support for file inclusion directives (Ian) + repmgr: add option --verify-backup to "standby clone" (Ian) + repmgr: add option --db-connection to "node check" (Ian) + repmgr: report database connection error if the --optformat option was + provided to "node check" (Ian) + repmgr: improve "node rejoin" checks (Ian) + repmgr: improve output formatting for cluster matrix/crosscheck (Ian) repmgr: improve database connection failure error checking on the demotion candidate during "standby switchover" (Ian) - repmgr: add option --verify-backup to "standby clone" (Ian) + repmgr: fix issue with tablespace mapping when cloning from Barman; + GitHub #650 (Ian) repmgrd: add additional optional parameters to "failover_validation command" (spaskalev; GitHub #651) - general: remove support for PostgreSQL 9.3 (Ian) + repmgrd: ensure primary connection is reset if same as upstream; + GitHub #633 (Ian) 5.1.0 2020-04-13 repmgr: remove BDR 2.x support @@ -17,7 +28,7 @@ "standby clone" (Ian) repmgr: add --upstream option to "node check" repmgr: report error code on follow/rejoin failure due to non-available - replication slot (Ian) +0 replication slot (Ian) repmgr: ensure "node rejoin" checks for available replication slots (Ian) repmgr: improve "standby switchover" completion checks (Ian) repmgr: add replication configuration file ownership check to diff --git a/doc/appendix-release-notes.xml b/doc/appendix-release-notes.xml index 975dd34d..0d92d61f 100644 --- a/doc/appendix-release-notes.xml +++ b/doc/appendix-release-notes.xml @@ -33,6 +33,12 @@