@@ -602,18 +602,6 @@ Branch: REL9_5_STABLE [36714f8ca] 2020-04-21 15:58:43 -0400
602
602
603
603
<listitem>
604
604
<!--
605
- Author: Andres Freund <andres@anarazel.de>
606
- Branch: REL_11_STABLE [d35631e37] 2020-03-23 14:52:18 -0700
607
- Branch: REL_10_STABLE [44170a580] 2020-03-23 14:52:18 -0700
608
- -->
609
- <para>
610
- Fix low-probability crash after constraint violation errors in
611
- partitioned tables (Andres Freund)
612
- </para>
613
- </listitem>
614
-
615
- <listitem>
616
- <!--
617
605
Author: Tom Lane <tgl@sss.pgh.pa.us>
618
606
Branch: master [5c27bce7f] 2020-04-11 12:29:06 -0400
619
607
Branch: REL_12_STABLE [8ffb86644] 2020-04-11 12:29:06 -0400
@@ -656,9 +644,6 @@ Branch: REL_11_STABLE [d3944c364] 2020-05-01 09:51:06 -0700
656
644
Fix possible undercounting of deleted B-tree index pages
657
645
in <command>VACUUM VERBOSE</command> output (Peter Geoghegan)
658
646
</para>
659
-
660
- <para>
661
- </para>
662
647
</listitem>
663
648
664
649
<listitem>
@@ -838,6 +823,27 @@ Branch: REL9_5_STABLE [a4726998d] 2020-04-24 11:34:16 +0900
838
823
839
824
<listitem>
840
825
<!--
826
+ Author: Fujii Masao <fujii@postgresql.org>
827
+ Branch: master [4bd0ad9e4] 2020-04-08 00:49:29 +0900
828
+ Branch: REL_12_STABLE [683e0ef55] 2020-05-09 12:00:27 +0900
829
+ Branch: REL_11_STABLE [dcd1569fb] 2020-05-09 12:04:51 +0900
830
+ Branch: REL_10_STABLE [660f1fc40] 2020-05-09 12:11:11 +0900
831
+ Branch: REL9_6_STABLE [70b597974] 2020-05-09 12:16:37 +0900
832
+ Branch: REL9_5_STABLE [e3f5b148e] 2020-05-09 12:19:47 +0900
833
+ -->
834
+ <para>
835
+ Avoid scanning irrelevant timelines during archive recovery (Kyotaro
836
+ Horiguchi)
837
+ </para>
838
+
839
+ <para>
840
+ This can eliminate many attempts to fetch non-existent WAL files from
841
+ archive storage, which is helpful if archive access is slow.
842
+ </para>
843
+ </listitem>
844
+
845
+ <listitem>
846
+ <!--
841
847
Author: Amit Kapila <akapila@postgresql.org>
842
848
Branch: master [e3ff789ac] 2020-02-19 08:15:49 +0530
843
849
Branch: REL_12_STABLE [59112f235] 2020-02-19 08:27:15 +0530
@@ -935,26 +941,6 @@ Branch: REL9_6_STABLE [c65c1aa82] 2020-04-18 14:02:45 -0400
935
941
936
942
<listitem>
937
943
<!--
938
- Author: Thomas Munro <tmunro@postgresql.org>
939
- Branch: REL_11_STABLE [a493f9334] 2020-03-12 18:06:54 +1300
940
- Branch: REL_10_STABLE [05e0aff58] 2020-03-12 18:09:14 +1300
941
- Branch: REL9_6_STABLE [4e8cad2da] 2020-03-12 18:16:44 +1300
942
- Branch: REL9_5_STABLE [d22ac5378] 2020-03-12 18:15:59 +1300
943
- -->
944
- <para>
945
- Ensure <varname>nextXid</varname> can't go backwards on a standby
946
- server (Eka Palamadai)
947
- </para>
948
-
949
- <para>
950
- This race condition could allow incorrect hot standby feedback
951
- messages to be sent back to the primary server, potentially allowing
952
- <command>VACUUM</command> to run too soon on the primary.
953
- </para>
954
- </listitem>
955
-
956
- <listitem>
957
- <!--
958
944
Author: Amit Kapila <akapila@postgresql.org>
959
945
Branch: master [b4f140869] 2020-03-18 09:27:14 +0530
960
946
Branch: REL_12_STABLE [e37824136] 2020-03-18 09:33:01 +0530
@@ -1149,7 +1135,6 @@ Author: Michael Paquier <michael@paquier.xyz>
1149
1135
Branch: master [428a2609e] 2020-02-27 15:31:27 +0900
1150
1136
Branch: REL_12_STABLE [f6e8e8b38] 2020-02-27 15:31:48 +0900
1151
1137
Branch: REL_11_STABLE [8f9aba187] 2020-02-27 15:31:52 +0900
1152
- XXX: it's pg_verify_checksums in v11
1153
1138
-->
1154
1139
<para>
1155
1140
Make <application>pg_checksums</application> skip tablespace
@@ -1170,7 +1155,6 @@ Author: Michael Paquier <michael@paquier.xyz>
1170
1155
Branch: master [bf883b211] 2020-02-24 18:13:25 +0900
1171
1156
Branch: REL_12_STABLE [a8beece95] 2020-02-24 18:14:16 +0900
1172
1157
Branch: REL_11_STABLE [da2a7180a] 2020-02-24 18:14:22 +0900
1173
- XXX: it's pg_verify_checksums in v11
1174
1158
-->
1175
1159
<para>
1176
1160
Ignore temporary copies of <filename>pg_internal.init</filename>
@@ -1378,22 +1362,6 @@ Branch: REL_12_STABLE [297a174d2] 2020-03-31 14:17:32 -0400
1378
1362
1379
1363
<listitem>
1380
1364
<!--
1381
- Author: Bruce Momjian <bruce@momjian.us>
1382
- Branch: REL_10_STABLE [f1e8362ae] 2020-03-31 22:26:11 -0400
1383
- -->
1384
- <para>
1385
- Include <varname>CFLAGS_SL</varname> in <varname>CXXFLAGS</varname>
1386
- when building a shared library (Oleksii Kliukin)
1387
- </para>
1388
-
1389
- <para>
1390
- This ensures that C++ source files are compiled correctly, for
1391
- example by adding <literal>-fPIC</literal> when needed.
1392
- </para>
1393
- </listitem>
1394
-
1395
- <listitem>
1396
- <!--
1397
1365
Author: Michael Paquier <michael@paquier.xyz>
1398
1366
Branch: master [beb2516e9] 2020-05-06 21:08:15 +0900
1399
1367
Branch: REL_12_STABLE [8c0939dad] 2020-05-06 21:08:22 +0900
0 commit comments