diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 2d2a65a8cb3..06a9f1a2de3 100644 --- a/doc/src/sgml/release-13.sgml +++ b/doc/src/sgml/release-13.sgml @@ -362,20 +362,6 @@ Branch: REL9_5_STABLE [59ed45e27] 2020-11-24 21:36:09 +0000 - - Adjust settings to make it more difficult to run out of DSM slots - during heavy usage of parallel queries (Thomas Munro) - - - - - + + Disallow converting an inheritance child table to a view + (Tom Lane) + + + + + - Fix recently-introduced race conditions + Fix recently-introduced race condition in LISTEN/NOTIFY queue handling (Tom Lane) @@ -658,15 +661,6 @@ Branch: REL9_5_STABLE [60d6c7143] 2020-11-28 14:03:40 -0500 A newly-listening backend could attempt to read SLRU pages that were in process of being truncated, possibly causing an error. - - - In release branches before 13, the queue tail pointer could become - set to a value that's not equal to the queue position of any - backend, resulting in effective disabling of the queue truncation - logic. Continued use of NOTIFY then led to - queue-fill warnings, and eventually to inability to send any more - notifies until the server is restarted. -