@@ -229,7 +229,6 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
229
229
Branch: master [25936fd46] 2021-02-27 18:09:15 -0300
230
230
Branch: REL_13_STABLE [2688852a4] 2021-02-27 18:09:15 -0300
231
231
Branch: REL_12_STABLE [262eb990c] 2021-02-27 18:09:15 -0300
232
- Branch: REL_11_STABLE [d1c6edd31] 2021-02-27 18:09:15 -0300
233
232
-->
234
233
<para>
235
234
Fix use-after-free bug in saving tuples for <literal>AFTER</literal>
@@ -509,6 +508,25 @@ Branch: REL9_6_STABLE [e3bf96216] 2021-04-06 02:27:48 +0900
509
508
510
509
<listitem>
511
510
<!--
511
+ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
512
+ Branch: master [4e8c0f1a0] 2021-05-07 11:46:37 -0400
513
+ Branch: REL_13_STABLE [ef70b6f8e] 2021-05-07 11:46:37 -0400
514
+ Branch: REL_12_STABLE [cfebc7080] 2021-05-07 11:46:37 -0400
515
+ Branch: REL_11_STABLE [b40865ebd] 2021-05-07 11:46:37 -0400
516
+ Branch: REL_10_STABLE [1803c7626] 2021-05-07 11:46:37 -0400
517
+ -->
518
+ <para>
519
+ Fix crash when a logical replication worker does <command>ALTER
520
+ SUBSCRIPTION REFRESH</command> (Peter Smith)
521
+ </para>
522
+
523
+ <para>
524
+ The core code won't do this, but a replica trigger could.
525
+ </para>
526
+ </listitem>
527
+
528
+ <listitem>
529
+ <!--
512
530
Author: Thomas Munro <tmunro@postgresql.org>
513
531
Branch: master [f900a79ec] 2021-02-15 16:04:59 +1300
514
532
Branch: REL_13_STABLE [6c23e5ae9] 2021-02-15 16:05:42 +1300
@@ -602,25 +620,6 @@ Branch: REL9_6_STABLE [8a07e5bd8] 2021-02-15 14:22:19 +1300
602
620
<listitem>
603
621
<!--
604
622
Author: Tom Lane <tgl@sss.pgh.pa.us>
605
- Branch: REL_12_STABLE [992cba94d] 2021-03-20 12:38:22 -0400
606
- Branch: REL_11_STABLE [c49e287a8] 2021-03-20 12:38:22 -0400
607
- Branch: REL_10_STABLE [7d9629ed2] 2021-03-20 12:38:22 -0400
608
- -->
609
- <para>
610
- Fix memory leak while initializing server's SSL parameters (Michael
611
- Paquier)
612
- </para>
613
-
614
- <para>
615
- This is ordinarily insignificant, but if the postmaster is
616
- repeatedly sent <systemitem>SIGHUP</systemitem> signals, the leak
617
- can build up over time.
618
- </para>
619
- </listitem>
620
-
621
- <listitem>
622
- <!--
623
- Author: Tom Lane <tgl@sss.pgh.pa.us>
624
623
Branch: master [e835e89a0] 2021-03-20 12:47:21 -0400
625
624
Branch: REL_13_STABLE [4b41f6923] 2021-03-20 12:47:35 -0400
626
625
Branch: REL_12_STABLE [2f31414f4] 2021-03-20 12:47:42 -0400
@@ -768,8 +767,8 @@ Branch: REL9_6_STABLE [4f670c64e] 2021-03-23 14:27:50 -0400
768
767
<para>
769
768
A previous bug fix caused environment variables (such
770
769
as <varname>PGPORT</varname>) to override entries in the service
771
- file in this context. Previously, and in other contexts, the
772
- priority is the other way around; so restore that behavior .
770
+ file in this context. Restore the previous behavior, in which the
771
+ priority is the other way around.
773
772
</para>
774
773
</listitem>
775
774
0 commit comments