@@ -649,26 +649,6 @@ Branch: REL_11_STABLE [6c7bffc09] 2023-07-18 14:04:54 +0900
649
649
650
650
<listitem>
651
651
<!--
652
- Author: Michael Paquier <michael@paquier.xyz>
653
- Branch: REL_14_STABLE [f663b0091] 2023-06-20 09:36:35 +0900
654
- Branch: REL_13_STABLE [896012b88] 2023-06-20 09:36:58 +0900
655
- -->
656
- <para>
657
- Fix possible failure while promoting a standby server, if archiving
658
- is enabled and two-phase transactions need to be recovered (Julian
659
- Markwort)
660
- </para>
661
-
662
- <para>
663
- If any required two-phase transactions were logged in the most
664
- recent (partial) log segment, promotion would fail with an incorrect
665
- complaint about <quote>requested WAL segment has already been
666
- removed</quote>.
667
- </para>
668
- </listitem>
669
-
670
- <listitem>
671
- <!--
672
652
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
673
653
Branch: master [4b4798e13] 2023-07-04 17:57:03 +0300
674
654
Branch: REL_16_STABLE [d431644b4] 2023-07-04 18:04:27 +0300
@@ -736,25 +716,6 @@ Branch: REL_15_STABLE [f50200c01] 2023-07-03 11:22:10 +1200
736
716
737
717
<listitem>
738
718
<!--
739
- Author: Michael Paquier <michael@paquier.xyz>
740
- Branch: REL_14_STABLE [c6043fcbb] 2023-06-11 10:33:46 +0900
741
- Branch: REL_13_STABLE [37236ca06] 2023-06-11 10:33:56 +0900
742
- Branch: REL_12_STABLE [9920552e1] 2023-06-11 10:33:59 +0900
743
- Branch: REL_11_STABLE [a9c3472e0] 2023-06-11 10:34:00 +0900
744
- -->
745
- <para>
746
- Fix missing reinitializations of delay-checkpoint-end flags
747
- (suyu.cmj)
748
- </para>
749
-
750
- <para>
751
- This could result in unnecessary delays of checkpoints, or in
752
- assertion failures in assert-enabled builds.
753
- </para>
754
- </listitem>
755
-
756
- <listitem>
757
- <!--
758
719
Author: David Rowley <drowley@postgresql.org>
759
720
Branch: master [deae1657e] 2023-08-02 01:39:47 +1200
760
721
Branch: REL_16_STABLE [b25acc302] 2023-08-02 01:40:27 +1200
@@ -1003,19 +964,6 @@ Branch: REL_11_STABLE [db9813819] 2023-07-14 11:16:13 +0900
1003
964
1004
965
<listitem>
1005
966
<!--
1006
- Author: Peter Eisentraut <peter@eisentraut.org>
1007
- Branch: REL_13_STABLE [8aa9a2623] 2023-06-24 20:22:57 +0900
1008
- Branch: REL_12_STABLE [265c9138d] 2023-06-24 20:26:56 +0900
1009
- Branch: REL_11_STABLE [96f96398d] 2023-06-24 20:29:42 +0900
1010
- -->
1011
- <para>
1012
- Silence deprecation warnings when compiling with OpenSSL 3.0.0 or
1013
- later (Peter Eisentraut)
1014
- </para>
1015
- </listitem>
1016
-
1017
- <listitem>
1018
- <!--
1019
967
Author: Tatsuo Ishii <ishii@postgresql.org>
1020
968
Branch: master Release: REL_16_BR [ae66716bf] 2023-06-14 11:02:50 +0900
1021
969
Branch: REL_15_STABLE [af26f28b9] 2023-06-14 11:11:18 +0900