Release notes for 13.2, 12.6, 11.11, 10.16, 9.6.21, 9.5.25.
authorTom Lane
Sun, 7 Feb 2021 20:46:38 +0000 (15:46 -0500)
committerTom Lane
Sun, 7 Feb 2021 20:46:38 +0000 (15:46 -0500)
doc/src/sgml/release-13.sgml

index 2d2a65a8cb32905e8467637ccd9a164533f76ea3..06a9f1a2de305f1c9195d0d895a9758f4db50b83 100644 (file)
@@ -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.
-