From b4199a94946388c60586b44ad82e77755e1543f4 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 7 Feb 2021 15:46:38 -0500 Subject: [PATCH] Release notes for 13.2, 12.6, 11.11, 10.16, 9.6.21, 9.5.25. --- doc/src/sgml/release-13.sgml | 42 ++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 24 deletions(-) diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml index 2d2a65a8cb..06a9f1a2de 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. -