@@ -497,7 +497,7 @@ Branch: REL_10_STABLE [76ec45756] 2018-03-02 17:40:48 -0500
497
497
Branch: REL9_6_STABLE [96d2df840] 2018-03-02 17:40:48 -0500
498
498
-->
499
499
<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
501
501
(Amit Kapila)
502
502
</para>
503
503
</listitem>
@@ -516,7 +516,7 @@ Branch: REL9_6_STABLE [3a11485a5] 2018-05-04 18:23:30 -0300
516
516
517
517
<para>
518
518
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
520
520
such pages, with the long-term effect that the tuples were never
521
521
frozen. In recent releases this would eventually result in errors
522
522
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
594
594
Branch: REL9_3_STABLE [dfc383cf3] 2018-04-11 23:40:31 +0300
595
595
-->
596
596
<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)
599
600
</para>
600
601
601
602
<para>
@@ -670,7 +671,7 @@ Branch: REL9_6_STABLE [57ef2da43] 2018-03-19 23:59:17 -0400
670
671
-->
671
672
<para>
672
673
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ös )
674
675
</para>
675
676
</listitem>
676
677
@@ -905,7 +906,7 @@ Branch: REL9_5_STABLE [b33e38cb1] 2018-03-29 04:02:34 +0900
905
906
<para>
906
907
Ensure that <application>pg_rewind</application> deletes files on the
907
908
target server if they are deleted from the source server during the
908
- run (Tsunakawa Takayuki)
909
+ run (Takayuki Tsunakawa )
909
910
</para>
910
911
911
912
<para>
@@ -951,13 +952,37 @@ Branch: REL9_3_STABLE [f1f7a85d8] 2018-03-17 15:38:15 -0400
951
952
952
953
<listitem>
953
954
<!--
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
+ <!--
954
972
Author: Andrew Dunstan <
[email protected] >
955
973
Branch: master [966268c76] 2018-05-04 15:22:48 -0400
956
974
Branch: REL_10_STABLE [56a45646d] 2018-05-04 15:32:31 -0400
957
975
Branch: REL9_6_STABLE [a9fbf550b] 2018-05-04 15:33:06 -0400
958
976
Branch: REL9_5_STABLE [c1f3638d2] 2018-05-04 15:33:18 -0400
959
977
Branch: REL9_4_STABLE [134db37d2] 2018-05-04 15:51:31 -0400
960
978
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
961
986
-->
962
987
<para>
963
988
Support testing <application>PL/Python</application> and related
@@ -987,21 +1012,6 @@ Branch: REL9_6_STABLE [df9040155] 2018-03-22 13:13:58 -0400
987
1012
<listitem>
988
1013
<!--
989
1014
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] >
1005
1015
Branch: master [43e949086] 2018-02-28 18:33:45 -0500
1006
1016
Branch: REL_10_STABLE [aac6286d8] 2018-02-28 18:33:45 -0500
1007
1017
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
1019
1029
<listitem>
1020
1030
<!--
1021
1031
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 & Caicos Islands, and
1034
- Uruguay.
1035
- </para>
1036
- </listitem>
1037
-
1038
- <listitem>
1039
- <!--
1040
- Author: Tom Lane <
[email protected] >
1041
1032
Branch: master [b45f6613e] 2018-05-04 12:26:25 -0400
1042
1033
Branch: REL_10_STABLE [b49f4e69a] 2018-05-04 12:26:34 -0400
1043
1034
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
1060
1051
</para>
1061
1052
</listitem>
1062
1053
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 & Caicos Islands, and
1069
+ Uruguay.
1070
+ </para>
1071
+ </listitem>
1072
+
1063
1073
</itemizedlist>
1064
1074
1065
1075
</sect2>
0 commit comments