@@ -40,6 +40,10 @@ Branch: master [13838740f] 2020-07-28 11:00:00 +0900
40
40
Branch: REL_13_STABLE [cebe10a5f] 2020-07-28 11:00:00 +0900
41
41
Branch: REL_12_STABLE [62c4a7729] 2020-07-28 11:00:02 +0900
42
42
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
43
47
-->
44
48
<para>
45
49
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
90
94
91
95
<listitem>
92
96
<!--
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 (Á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
+ <!--
93
123
Author: Tom Lane <tgl@sss.pgh.pa.us>
94
124
Branch: master [d5daae47d] 2020-07-20 13:40:16 -0400
95
125
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
1092
1122
1093
1123
<listitem>
1094
1124
<!--
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
- <!--
1114
1125
Author: Amit Kapila <akapila@postgresql.org>
1115
1126
Branch: master Release: REL_13_BR [a16915545] 2020-05-14 09:24:33 +0530
1116
1127
Branch: REL_12_STABLE [98171e59a] 2020-05-14 09:34:46 +0530