Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit86713de

Browse files
committed
Third pass on 9.6.3 release notes.
Add updates for recent commits.In passing, credit Etsuro Fujita for his work on the postgres_fdwquery cancel feature in 9.6; I seem to have missed that in theoriginal drafting of the 9.6 notes.
1 parent0186ded commit86713de

File tree

1 file changed

+85
-2
lines changed

1 file changed

+85
-2
lines changed

‎doc/src/sgml/release-9.6.sgml

Lines changed: 85 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,24 @@ Branch: REL9_5_STABLE [6f0f98bb0] 2017-04-17 15:29:00 -0400
245245

246246
<listitem>
247247
<!--
248+
Author: Stephen Frost <sfrost@snowman.net>
249+
Branch: master [aa5d3c0b3] 2017-05-06 21:46:35 -0400
250+
Branch: REL9_6_STABLE [92b15224b] 2017-05-06 21:46:41 -0400
251+
Branch: REL9_5_STABLE [d617c7629] 2017-05-06 21:46:56 -0400
252+
-->
253+
<para>
254+
Use the correct sub-expression when applying a <literal>FOR ALL</>
255+
row-level-security policy (Stephen Frost)
256+
</para>
257+
258+
<para>
259+
In some cases the <literal>WITH CHECK</> restriction would be applied
260+
when the <literal>USING</> restriction is more appropriate.
261+
</para>
262+
</listitem>
263+
264+
<listitem>
265+
<!--
248266
Author: Tom Lane <tgl@sss.pgh.pa.us>
249267
Branch: master [9209e0760] 2017-05-02 18:06:09 -0400
250268
Branch: REL9_6_STABLE [d56b8b41b] 2017-05-02 18:05:54 -0400
@@ -516,9 +534,16 @@ Branch: REL9_5_STABLE [724cd4f06] 2017-05-02 21:50:47 -0400
516534
Branch: REL9_4_STABLE [5557b6af5] 2017-05-02 21:50:52 -0400
517535
Branch: REL9_3_STABLE [35ac926bf] 2017-05-02 21:50:56 -0400
518536
Branch: REL9_2_STABLE [1b6db75ef] 2017-05-02 21:51:01 -0400
537+
Branch: master [5788a5670] 2017-05-07 11:34:31 -0400
538+
Branch: REL9_6_STABLE [5042e9492] 2017-05-07 11:34:41 -0400
539+
Branch: REL9_5_STABLE [38ed45c91] 2017-05-07 11:34:48 -0400
540+
Branch: REL9_4_STABLE [6eedc6c18] 2017-05-07 11:34:58 -0400
541+
Branch: REL9_3_STABLE [07987304d] 2017-05-07 11:35:05 -0400
542+
Branch: REL9_2_STABLE [9061680f0] 2017-05-07 11:35:11 -0400
519543
-->
520544
<para>
521-
Improve performance of <structname>pg_timezone_names</> view (Tom Lane)
545+
Improve performance of <structname>pg_timezone_names</> view
546+
(Tom Lane, David Rowley)
522547
</para>
523548
</listitem>
524549

@@ -826,6 +851,26 @@ Branch: REL9_6_STABLE [86e640a69] 2017-04-26 09:14:21 -0400
826851

827852
<listitem>
828853
<!--
854+
Author: Robert Haas <rhaas@postgresql.org>
855+
Branch: REL9_5_STABLE [cdf5a004b] 2017-05-06 22:21:38 -0400
856+
Branch: REL9_4_STABLE [f14bf0a8f] 2017-05-06 22:19:56 -0400
857+
Branch: REL9_3_STABLE [3aa16b117] 2017-05-06 22:17:35 -0400
858+
-->
859+
<para>
860+
In <filename>contrib/postgres_fdw</>,
861+
transmit query cancellation requests to the remote server
862+
(Michael Paquier, Etsuro Fujita)
863+
</para>
864+
865+
<para>
866+
Previously, a local query cancellation request did not cause an
867+
already-sent remote query to terminate early. This is a back-patch
868+
of work originally done for 9.6.
869+
</para>
870+
</listitem>
871+
872+
<listitem>
873+
<!--
829874
Author: Tom Lane <tgl@sss.pgh.pa.us>
830875
Branch: REL9_4_STABLE [bb132cddf] 2017-04-15 20:16:03 -0400
831876
Branch: REL9_3_STABLE [fbfeceb25] 2017-04-17 12:51:40 -0400
@@ -867,6 +912,12 @@ Branch: REL9_5_STABLE [4d4d8fa77] 2017-04-30 15:14:11 -0400
867912
Branch: REL9_4_STABLE [96cad6f24] 2017-04-30 15:14:15 -0400
868913
Branch: REL9_3_STABLE [f8cf9719d] 2017-04-30 15:14:20 -0400
869914
Branch: REL9_2_STABLE [54aeb8d3e] 2017-04-30 15:14:24 -0400
915+
Branch: master [a54d5875f] 2017-05-07 12:33:12 -0400
916+
Branch: REL9_6_STABLE [fab2d0d7f] 2017-05-07 12:33:18 -0400
917+
Branch: REL9_5_STABLE [74e747fbd] 2017-05-07 12:33:22 -0400
918+
Branch: REL9_4_STABLE [e829385f5] 2017-05-07 12:33:27 -0400
919+
Branch: REL9_3_STABLE [9e5f3d013] 2017-05-07 12:33:31 -0400
920+
Branch: REL9_2_STABLE [da55df018] 2017-05-07 12:33:35 -0400
870921
-->
871922
<para>
872923
Sync our copy of the timezone library with IANA release tzcode2017b
@@ -910,6 +961,38 @@ Branch: REL9_2_STABLE [c96ccc40e] 2017-05-01 11:54:08 -0400
910961
</para>
911962
</listitem>
912963

964+
<listitem>
965+
<!--
966+
Author: Tom Lane <tgl@sss.pgh.pa.us>
967+
Branch: master [d4e59c552] 2017-05-07 11:57:41 -0400
968+
Branch: REL9_6_STABLE [f75472817] 2017-05-07 11:57:41 -0400
969+
Branch: REL9_5_STABLE [2f66002df] 2017-05-07 11:57:41 -0400
970+
Branch: REL9_4_STABLE [62a288312] 2017-05-07 11:57:41 -0400
971+
Branch: REL9_3_STABLE [5971accd8] 2017-05-07 11:57:41 -0400
972+
Branch: REL9_2_STABLE [82e7d3dfd] 2017-05-07 11:57:41 -0400
973+
-->
974+
<para>
975+
Use correct daylight-savings rules for POSIX-style time zone names
976+
in MSVC builds (David Rowley)
977+
</para>
978+
979+
<para>
980+
The Microsoft MSVC build scripts neglected to install
981+
the <filename>posixrules</> file in the timezone directory tree.
982+
This resulted in the timezone code falling back to its built-in
983+
rule about what DST behavior to assume for a POSIX-style time zone
984+
name. For historical reasons that still corresponds to the DST rules
985+
the USA was using before 2007 (i.e., change on first Sunday in April
986+
and last Sunday in October). With this fix, a POSIX-style zone name
987+
will use the current and historical DST transition dates of
988+
the <literal>US/Eastern</> zone. If you don't want that, remove
989+
the <filename>posixrules</> file, or replace it with a copy of some
990+
other zone file (see <xref linkend="datatype-timezones">). Note that
991+
due to caching, you may need to restart the server to get such changes
992+
to take effect.
993+
</para>
994+
</listitem>
995+
913996
</itemizedlist>
914997

915998
</sect2>
@@ -6679,7 +6762,7 @@ This commit is also listed under libpq and PL/pgSQL
66796762
-->
66806763
<para>
66816764
Transmit query cancellation requests to the remote server
6682-
(Michael Paquier)
6765+
(Michael Paquier, Etsuro Fujita)
66836766
</para>
66846767

66856768
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp