Release notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23.
authorTom Lane
Sun, 9 Aug 2020 00:01:41 +0000 (20:01 -0400)
committerTom Lane
Sun, 9 Aug 2020 00:01:41 +0000 (20:01 -0400)
doc/src/sgml/release-12.sgml

index de6855f6ef9905952ede15325cec27913f713c11..bb2d7d42659d8dde1f5a848b51d166c0827a9d2d 100644 (file)
@@ -40,6 +40,10 @@ Branch: master [13838740f] 2020-07-28 11:00:00 +0900
 Branch: REL_13_STABLE [cebe10a5f] 2020-07-28 11:00:00 +0900
 Branch: REL_12_STABLE [62c4a7729] 2020-07-28 11:00:02 +0900
 Branch: REL_11_STABLE [bead29dec] 2020-07-28 11:00:03 +0900
+Branch: master [199cec977] 2020-08-07 14:45:00 +0900
+Branch: REL_13_STABLE [79a3ab1e9] 2020-08-07 14:45:01 +0900
+Branch: REL_12_STABLE [4f2693229] 2020-08-07 14:45:02 +0900
+Branch: REL_11_STABLE [1db9c80f8] 2020-08-07 14:45:04 +0900
 -->
      
       Fix edge cases in partition pruning (Etsuro Fujita, Dmitry Dolgov)
@@ -90,6 +94,32 @@ Branch: REL_12_STABLE [f992da210] 2020-08-05 15:38:55 -0400
 
     
 
+     
+      In logical replication walsender, fix failure to send feedback
+      messages after sending a keepalive message (Álvaro Herrera)
+     
+
+     
+      This is a relatively minor problem when using built-in logical
+      replication, because the built-in walreceiver will send a feedback
+      reply (which clears the incorrect state) fairly frequently anyway.
+      But with some other replication systems, such
+      as pglogical, it causes significant
+      performance issues.
+     
+    
+
+    
+
-     
-      Use POSIX-standard strsignal() in place of the
-      BSD-ish sys_siglist[] (Tom Lane)
-     
-
-     
-      This avoids build failures with very recent versions
-      of glibc.
-     
-    
-
-    
-