Skip to content

Commit a7cf9ad

Browse files
committed
Release notes for 12.3, 11.8, 10.13, 9.6.18, 9.5.22.
1 parent 683e0ef commit a7cf9ad

File tree

1 file changed

+21
-53
lines changed

1 file changed

+21
-53
lines changed

doc/src/sgml/release-12.sgml

Lines changed: 21 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -602,18 +602,6 @@ Branch: REL9_5_STABLE [36714f8ca] 2020-04-21 15:58:43 -0400
602602

603603
<listitem>
604604
<!--
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-
<!--
617605
Author: Tom Lane <tgl@sss.pgh.pa.us>
618606
Branch: master [5c27bce7f] 2020-04-11 12:29:06 -0400
619607
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
656644
Fix possible undercounting of deleted B-tree index pages
657645
in <command>VACUUM VERBOSE</command> output (Peter Geoghegan)
658646
</para>
659-
660-
<para>
661-
</para>
662647
</listitem>
663648

664649
<listitem>
@@ -838,6 +823,27 @@ Branch: REL9_5_STABLE [a4726998d] 2020-04-24 11:34:16 +0900
838823

839824
<listitem>
840825
<!--
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+
<!--
841847
Author: Amit Kapila <akapila@postgresql.org>
842848
Branch: master [e3ff789ac] 2020-02-19 08:15:49 +0530
843849
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
935941

936942
<listitem>
937943
<!--
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-
<!--
958944
Author: Amit Kapila <akapila@postgresql.org>
959945
Branch: master [b4f140869] 2020-03-18 09:27:14 +0530
960946
Branch: REL_12_STABLE [e37824136] 2020-03-18 09:33:01 +0530
@@ -1149,7 +1135,6 @@ Author: Michael Paquier <michael@paquier.xyz>
11491135
Branch: master [428a2609e] 2020-02-27 15:31:27 +0900
11501136
Branch: REL_12_STABLE [f6e8e8b38] 2020-02-27 15:31:48 +0900
11511137
Branch: REL_11_STABLE [8f9aba187] 2020-02-27 15:31:52 +0900
1152-
XXX: it's pg_verify_checksums in v11
11531138
-->
11541139
<para>
11551140
Make <application>pg_checksums</application> skip tablespace
@@ -1170,7 +1155,6 @@ Author: Michael Paquier <michael@paquier.xyz>
11701155
Branch: master [bf883b211] 2020-02-24 18:13:25 +0900
11711156
Branch: REL_12_STABLE [a8beece95] 2020-02-24 18:14:16 +0900
11721157
Branch: REL_11_STABLE [da2a7180a] 2020-02-24 18:14:22 +0900
1173-
XXX: it's pg_verify_checksums in v11
11741158
-->
11751159
<para>
11761160
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
13781362

13791363
<listitem>
13801364
<!--
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-
<!--
13971365
Author: Michael Paquier <michael@paquier.xyz>
13981366
Branch: master [beb2516e9] 2020-05-06 21:08:15 +0900
13991367
Branch: REL_12_STABLE [8c0939dad] 2020-05-06 21:08:22 +0900

0 commit comments

Comments
 (0)