Skip to content

Commit 65a6769

Browse files
committed
Release notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23.
1 parent 85cb4ec commit 65a6769

File tree

1 file changed

+30
-19
lines changed

1 file changed

+30
-19
lines changed

doc/src/sgml/release-12.sgml

Lines changed: 30 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Branch: master [13838740f] 2020-07-28 11:00:00 +0900
4040
Branch: REL_13_STABLE [cebe10a5f] 2020-07-28 11:00:00 +0900
4141
Branch: REL_12_STABLE [62c4a7729] 2020-07-28 11:00:02 +0900
4242
Branch: REL_11_STABLE [bead29dec] 2020-07-28 11:00:03 +0900
43+
Branch: master [199cec977] 2020-08-07 14:45:00 +0900
44+
Branch: REL_13_STABLE [79a3ab1e9] 2020-08-07 14:45:01 +0900
45+
Branch: REL_12_STABLE [4f2693229] 2020-08-07 14:45:02 +0900
46+
Branch: REL_11_STABLE [1db9c80f8] 2020-08-07 14:45:04 +0900
4347
-->
4448
<para>
4549
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
9094

9195
<listitem>
9296
<!--
97+
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
98+
Branch: master [470687b4a] 2020-08-08 12:31:55 -0400
99+
Branch: REL_13_STABLE [900429d0c] 2020-08-08 12:31:55 -0400
100+
Branch: REL_12_STABLE [85cb4ec50] 2020-08-08 12:31:55 -0400
101+
Branch: REL_11_STABLE [1fa6eec97] 2020-08-08 12:31:55 -0400
102+
Branch: REL_10_STABLE [d81387da9] 2020-08-08 12:31:55 -0400
103+
Branch: REL9_6_STABLE [55d42c917] 2020-08-08 12:31:55 -0400
104+
Branch: REL9_5_STABLE [ca8e87ea0] 2020-08-08 12:31:55 -0400
105+
-->
106+
<para>
107+
In logical replication walsender, fix failure to send feedback
108+
messages after sending a keepalive message (&Aacute;lvaro Herrera)
109+
</para>
110+
111+
<para>
112+
This is a relatively minor problem when using built-in logical
113+
replication, because the built-in walreceiver will send a feedback
114+
reply (which clears the incorrect state) fairly frequently anyway.
115+
But with some other replication systems, such
116+
as <application>pglogical</application>, it causes significant
117+
performance issues.
118+
</para>
119+
</listitem>
120+
121+
<listitem>
122+
<!--
93123
Author: Tom Lane <tgl@sss.pgh.pa.us>
94124
Branch: master [d5daae47d] 2020-07-20 13:40:16 -0400
95125
Branch: REL_13_STABLE [2f1f189cf] 2020-07-20 13:40:16 -0400
@@ -1092,25 +1122,6 @@ Branch: REL_10_STABLE [e1b4135cf] 2020-08-02 11:00:12 -0400
10921122

10931123
<listitem>
10941124
<!--
1095-
Author: Tom Lane <tgl@sss.pgh.pa.us>
1096-
Branch: REL_11_STABLE [c6d43ffab] 2020-07-15 22:05:12 -0400
1097-
Branch: REL_10_STABLE [0140dec18] 2020-07-15 22:05:12 -0400
1098-
Branch: REL9_6_STABLE [9e043d93c] 2020-07-15 22:05:13 -0400
1099-
Branch: REL9_5_STABLE [d61dcccaf] 2020-07-15 22:05:13 -0400
1100-
-->
1101-
<para>
1102-
Use POSIX-standard <function>strsignal()</function> in place of the
1103-
BSD-ish <literal>sys_siglist[]</literal> (Tom Lane)
1104-
</para>
1105-
1106-
<para>
1107-
This avoids build failures with very recent versions
1108-
of <application>glibc</application>.
1109-
</para>
1110-
</listitem>
1111-
1112-
<listitem>
1113-
<!--
11141125
Author: Amit Kapila <akapila@postgresql.org>
11151126
Branch: master Release: REL_13_BR [a16915545] 2020-05-14 09:24:33 +0530
11161127
Branch: REL_12_STABLE [98171e59a] 2020-05-14 09:34:46 +0530

0 commit comments

Comments
 (0)