Release notes for 12.3, 11.8, 10.13, 9.6.18, 9.5.22.
authorTom Lane
Sun, 10 May 2020 19:05:59 +0000 (15:05 -0400)
committerTom Lane
Sun, 10 May 2020 19:05:59 +0000 (15:05 -0400)
doc/src/sgml/release-12.sgml

index 3ee0fb92d26566e8e0f484b2d033be4e31cb192d..d75df12f06ba1e8b96e668341184ddfef60e7dc8 100644 (file)
@@ -602,18 +602,6 @@ Branch: REL9_5_STABLE [36714f8ca] 2020-04-21 15:58:43 -0400
 
     
 
-     
-      Fix low-probability crash after constraint violation errors in
-      partitioned tables (Andres Freund)
-     
-    
-
-    
-
+     
+      Avoid scanning irrelevant timelines during archive recovery (Kyotaro
+      Horiguchi)
+     
+
+     
+      This can eliminate many attempts to fetch non-existent WAL files from
+      archive storage, which is helpful if archive access is slow.
+     
+    
+
+    
+
-     
-      Ensure nextXid can't go backwards on a standby
-      server (Eka Palamadai)
-     
-
-     
-      This race condition could allow incorrect hot standby feedback
-      messages to be sent back to the primary server, potentially allowing
-      VACUUM to run too soon on the primary.
-     
-    
-
-    
-
      
       Make pg_checksums skip tablespace
@@ -1170,7 +1155,6 @@ Author: Michael Paquier 
 Branch: master [bf883b211] 2020-02-24 18:13:25 +0900
 Branch: REL_12_STABLE [a8beece95] 2020-02-24 18:14:16 +0900
 Branch: REL_11_STABLE [da2a7180a] 2020-02-24 18:14:22 +0900
-XXX: it's pg_verify_checksums in v11
 -->
      
       Ignore temporary copies of pg_internal.init
@@ -1378,22 +1362,6 @@ Branch: REL_12_STABLE [297a174d2] 2020-03-31 14:17:32 -0400
 
     
 
-     
-      Include CFLAGS_SL in CXXFLAGS
-      when building a shared library (Oleksii Kliukin)
-     
-
-     
-      This ensures that C++ source files are compiled correctly, for
-      example by adding -fPIC when needed.
-     
-    
-
-    
-