Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 55fe672

Browse files
committed
Release notes for 13.3, 12.7, 11.12, 10.17, 9.6.22.
1 parent 7f4bab7 commit 55fe672

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

doc/src/sgml/release-13.sgml

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
229229
Branch: master [25936fd46] 2021-02-27 18:09:15 -0300
230230
Branch: REL_13_STABLE [2688852a4] 2021-02-27 18:09:15 -0300
231231
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
233232
-->
234233
<para>
235234
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
509508

510509
<listitem>
511510
<!--
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+
<!--
512530
Author: Thomas Munro <tmunro@postgresql.org>
513531
Branch: master [f900a79ec] 2021-02-15 16:04:59 +1300
514532
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
602620
<listitem>
603621
<!--
604622
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>
624623
Branch: master [e835e89a0] 2021-03-20 12:47:21 -0400
625624
Branch: REL_13_STABLE [4b41f6923] 2021-03-20 12:47:35 -0400
626625
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
768767
<para>
769768
A previous bug fix caused environment variables (such
770769
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.
773772
</para>
774773
</listitem>
775774

0 commit comments

Comments
 (0)