doc: update 5.2.1 release notes

This commit is contained in:
Ian Barwick
2020-11-30 16:14:04 +09:00
parent a93c6dfca7
commit 4ad868d119
2 changed files with 51 additions and 5 deletions

10
HISTORY
View File

@@ -1,7 +1,11 @@
5.2.1 2020-??-??
config: fix parsing of "replication_type"
standby clone: handle missing "postgresql.auto.conf"
standby clone: add option --recovery-min-apply-delay
config: fix parsing of "replication_type"; GitHub #672 (Ian)
standby clone: handle missing "postgresql.auto.conf" (Ian)
standby clone: add option --recovery-min-apply-delay (Ian)
repmgrd: prevent termination when local node not available and
standby_disconnect_on_failover; GitHub #675 (Ian)
repmgrd: ensure reconnect_interval" is correctly handled;
GitHub #673 (Ian)
5.2.0 2020-10-22
general: add support for PostgreSQL 13 (Ian)