Skip to content

Commit 2667e01

Browse files
committed
Release notes for 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23.
1 parent 2b9bdda commit 2667e01

File tree

5 files changed

+1830
-40
lines changed

5 files changed

+1830
-40
lines changed

doc/src/sgml/release-10.sgml

+50-40
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ Branch: REL_10_STABLE [76ec45756] 2018-03-02 17:40:48 -0500
497497
Branch: REL9_6_STABLE [96d2df840] 2018-03-02 17:40:48 -0500
498498
-->
499499
<para>
500-
Fix possible leak or double-free of visibility map buffer pins
500+
Fix possible leak or double free of visibility map buffer pins
501501
(Amit Kapila)
502502
</para>
503503
</listitem>
@@ -516,7 +516,7 @@ Branch: REL9_6_STABLE [3a11485a5] 2018-05-04 18:23:30 -0300
516516

517517
<para>
518518
This could happen if some tuples were locked (but not deleted). While
519-
queries would still function correctly, vacuum would generally ignore
519+
queries would still function correctly, vacuum would normally ignore
520520
such pages, with the long-term effect that the tuples were never
521521
frozen. In recent releases this would eventually result in errors
522522
such as <quote>found multixact <replaceable>nnnnn</replaceable> from
@@ -594,8 +594,9 @@ Branch: REL9_4_STABLE [310d1379d] 2018-04-11 23:40:27 +0300
594594
Branch: REL9_3_STABLE [dfc383cf3] 2018-04-11 23:40:31 +0300
595595
-->
596596
<para>
597-
Ensure client hostname is copied to local memory when copying
598-
<structname>pg_stat_activity</structname> data (Edmund Horner)
597+
Ensure client hostname is copied while copying
598+
<structname>pg_stat_activity</structname> data to local memory
599+
(Edmund Horner)
599600
</para>
600601

601602
<para>
@@ -670,7 +671,7 @@ Branch: REL9_6_STABLE [57ef2da43] 2018-03-19 23:59:17 -0400
670671
-->
671672
<para>
672673
Prevent query-lifespan memory leakage with SP-GiST operator classes
673-
that use traversal values (Anton Dignös)
674+
that use traversal values (Anton Dign&ouml;s)
674675
</para>
675676
</listitem>
676677

@@ -905,7 +906,7 @@ Branch: REL9_5_STABLE [b33e38cb1] 2018-03-29 04:02:34 +0900
905906
<para>
906907
Ensure that <application>pg_rewind</application> deletes files on the
907908
target server if they are deleted from the source server during the
908-
run (Tsunakawa Takayuki)
909+
run (Takayuki Tsunakawa)
909910
</para>
910911

911912
<para>
@@ -951,13 +952,37 @@ Branch: REL9_3_STABLE [f1f7a85d8] 2018-03-17 15:38:15 -0400
951952

952953
<listitem>
953954
<!--
955+
Author: Peter Eisentraut <[email protected]>
956+
Branch: master [fa03769e4] 2018-05-03 13:13:09 -0400
957+
Branch: master [7d8679975] 2018-05-03 20:29:54 -0400
958+
Branch: REL_10_STABLE [8f1787a8f] 2018-05-05 23:03:44 -0400
959+
Branch: REL9_6_STABLE [ab7825ead] 2018-05-05 23:34:41 -0400
960+
Branch: REL9_5_STABLE [b812d6372] 2018-05-05 23:48:19 -0400
961+
Branch: REL9_4_STABLE [af9e0d5cd] 2018-05-05 23:53:05 -0400
962+
Branch: REL9_3_STABLE [e7f904715] 2018-05-05 23:54:04 -0400
963+
-->
964+
<para>
965+
Adjust <application>PL/Python</application> regression tests to pass
966+
under Python 3.7 (Peter Eisentraut)
967+
</para>
968+
</listitem>
969+
970+
<listitem>
971+
<!--
954972
Author: Andrew Dunstan <[email protected]>
955973
Branch: master [966268c76] 2018-05-04 15:22:48 -0400
956974
Branch: REL_10_STABLE [56a45646d] 2018-05-04 15:32:31 -0400
957975
Branch: REL9_6_STABLE [a9fbf550b] 2018-05-04 15:33:06 -0400
958976
Branch: REL9_5_STABLE [c1f3638d2] 2018-05-04 15:33:18 -0400
959977
Branch: REL9_4_STABLE [134db37d2] 2018-05-04 15:51:31 -0400
960978
Branch: REL9_3_STABLE [af39c1da7] 2018-05-04 15:56:01 -0400
979+
Author: Andrew Dunstan <[email protected]>
980+
Branch: master [2b9bdda74] 2018-05-06 07:37:05 -0400
981+
Branch: REL_10_STABLE [0e6114be8] 2018-05-06 07:39:05 -0400
982+
Branch: REL9_6_STABLE [289bafdbc] 2018-05-06 07:39:37 -0400
983+
Branch: REL9_5_STABLE [3b17d4b9d] 2018-05-06 07:39:51 -0400
984+
Branch: REL9_4_STABLE [1eb24720c] 2018-05-06 07:40:04 -0400
985+
Branch: REL9_3_STABLE [a75b01c61] 2018-05-06 07:40:25 -0400
961986
-->
962987
<para>
963988
Support testing <application>PL/Python</application> and related
@@ -987,21 +1012,6 @@ Branch: REL9_6_STABLE [df9040155] 2018-03-22 13:13:58 -0400
9871012
<listitem>
9881013
<!--
9891014
Author: Tom Lane <[email protected]>
990-
Branch: REL9_5_STABLE [3c0e07a46] 2018-05-01 12:02:41 -0400
991-
-->
992-
<para>
993-
Support building with Microsoft Visual Studio 2015 (Michael Paquier)
994-
</para>
995-
996-
<para>
997-
Various fixes needed for VS2015 compatibility were previously
998-
back-patched into the 9.5 branch, but one was missed.
999-
</para>
1000-
</listitem>
1001-
1002-
<listitem>
1003-
<!--
1004-
Author: Tom Lane <[email protected]>
10051015
Branch: master [43e949086] 2018-02-28 18:33:45 -0500
10061016
Branch: REL_10_STABLE [aac6286d8] 2018-02-28 18:33:45 -0500
10071017
Branch: REL9_6_STABLE [11e7700e5] 2018-02-28 18:33:45 -0500
@@ -1019,25 +1029,6 @@ Branch: REL9_3_STABLE [10102c91e] 2018-02-28 18:33:45 -0500
10191029
<listitem>
10201030
<!--
10211031
Author: Tom Lane <[email protected]>
1022-
Branch: master [df629586e] 2018-04-29 15:50:08 -0400
1023-
Branch: REL_10_STABLE [783e8f56d] 2018-04-29 15:50:23 -0400
1024-
Branch: REL9_6_STABLE [2acbeea48] 2018-04-29 15:50:31 -0400
1025-
Branch: REL9_5_STABLE [eaed0d230] 2018-04-29 15:50:37 -0400
1026-
Branch: REL9_4_STABLE [37c02b2b0] 2018-04-29 15:50:43 -0400
1027-
Branch: REL9_3_STABLE [adcd0c2be] 2018-04-29 15:50:50 -0400
1028-
-->
1029-
<para>
1030-
Update time zone data files to <application>tzdata</application>
1031-
release 2018d for DST law changes in Palestine and Antarctica (Casey
1032-
Station), plus historical corrections for Portugal and its colonies,
1033-
as well as Enderbury, Jamaica, Turks &amp; Caicos Islands, and
1034-
Uruguay.
1035-
</para>
1036-
</listitem>
1037-
1038-
<listitem>
1039-
<!--
1040-
Author: Tom Lane <[email protected]>
10411032
Branch: master [b45f6613e] 2018-05-04 12:26:25 -0400
10421033
Branch: REL_10_STABLE [b49f4e69a] 2018-05-04 12:26:34 -0400
10431034
Branch: REL9_6_STABLE [7a83323f2] 2018-05-04 12:26:39 -0400
@@ -1060,6 +1051,25 @@ Branch: REL9_3_STABLE [9469ebc71] 2018-05-04 12:26:52 -0400
10601051
</para>
10611052
</listitem>
10621053

1054+
<listitem>
1055+
<!--
1056+
Author: Tom Lane <[email protected]>
1057+
Branch: master [df629586e] 2018-04-29 15:50:08 -0400
1058+
Branch: REL_10_STABLE [783e8f56d] 2018-04-29 15:50:23 -0400
1059+
Branch: REL9_6_STABLE [2acbeea48] 2018-04-29 15:50:31 -0400
1060+
Branch: REL9_5_STABLE [eaed0d230] 2018-04-29 15:50:37 -0400
1061+
Branch: REL9_4_STABLE [37c02b2b0] 2018-04-29 15:50:43 -0400
1062+
Branch: REL9_3_STABLE [adcd0c2be] 2018-04-29 15:50:50 -0400
1063+
-->
1064+
<para>
1065+
Update time zone data files to <application>tzdata</application>
1066+
release 2018d for DST law changes in Palestine and Antarctica (Casey
1067+
Station), plus historical corrections for Portugal and its colonies,
1068+
as well as Enderbury, Jamaica, Turks &amp; Caicos Islands, and
1069+
Uruguay.
1070+
</para>
1071+
</listitem>
1072+
10631073
</itemizedlist>
10641074

10651075
</sect2>

0 commit comments

Comments
 (0)