diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index 99353e32..4cf7297d 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -26,29 +26,6 @@ - - - repmgr standby switchover: - improve detection of free walsenders. (GitHub #495). - - - - - - Text of any failed queries will now be logged as ERROR to assist - logfile analysis at log levels higher than DEBUG. - (GitHub #498). - - - - - - - - - repmgr enhancements - - @@ -65,9 +42,24 @@ + + + repmgr standby switchover: + improve detection of free walsenders. (GitHub #495). + + + + + + Improve messages emitted during + repmgr standby promote. + + + - + + repmgrd enhancements @@ -96,12 +88,41 @@ - + - Improve reconnection handling. (GitHub #480). + Improve reconnection handling after brief network outages; if + monitoring data being collected, this could lead to orphaned + sessions on the primary. (GitHub #480). + + + Check promote_command and follow_command + are defined when reloading configuration. These were checked on startup but + not reload by repmgrd, which made it possible to + make repmgrd with invalid values. It's unlikely + anyone would want to do this, but we should make it impossible anyway. + (GitHub #486). + + + + + + + + + Other + + + + + + Text of any failed queries will now be logged as ERROR to assist + logfile analysis at log levels higher than DEBUG. + (GitHub #498). + + @@ -115,7 +136,7 @@ repmgr node rejoin: remove new upstream's replication slot if it still exists on the rejoined - standby. (GitHub #495). + standby. (GitHub #499). @@ -125,6 +146,14 @@ + + + Truncate version string reported by PostgreSQL if necessary; some + distributions insert additional detail after the actual version. + (GitHub #490). + + +