aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-08-26 16:50:19 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2017-08-26 16:50:19 -0400
commit6a5366e69acf9ae04988488f1e365705ff591d65 (patch)
treecf8d61cdb7e4db8aae06bc2727766889f51f8bb9
parentf1b10496a55a64b2872633850e55a2cd9d1c9108 (diff)
downloadpostgresql-6a5366e69acf9ae04988488f1e365705ff591d65.tar.gz
postgresql-6a5366e69acf9ae04988488f1e365705ff591d65.zip
Doc: update v10 release notes through today.
-rw-r--r--doc/src/sgml/release-10.sgml33
1 files changed, 32 insertions, 1 deletions
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index 269f1aac86e..1330a9992c6 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -6,7 +6,7 @@
<formalpara>
<title>Release date:</title>
- <para>2017-??-?? (current as of 2017-08-05, commit eccead9ed)</para>
+ <para>2017-??-?? (current as of 2017-08-26, commit 145ca364d)</para>
</formalpara>
<sect2>
@@ -1490,6 +1490,7 @@
<listitem>
<!--
2017-03-22 [017e4f258] Expose waitforarchive option through pg_stop_backup()
+2017-08-05 [52f8a59dd] Make pg_stop_backup's wait_for_archive flag work on stan
-->
<para>
Allow users to disable <link
@@ -2356,6 +2357,16 @@
</para>
</listitem>
+ <listitem>
+<!--
+2017-08-11 [796818442] Remove pgbench's restriction on placement of -M switch.
+-->
+ <para>
+ Remove restriction on placement of <option>-M</> option relative to
+ other command line options (Tom Lane)
+ </para>
+ </listitem>
+
</itemizedlist>
</sect4>
@@ -2464,6 +2475,16 @@
<listitem>
<!--
+2017-08-16 [e4892c681] pg_dump: Support using synchronized snapshots on standby
+-->
+ <para>
+ Support using synchronized snapshots when dumping from a standby
+ server (Petr Jelinek)
+ </para>
+ </listitem>
+
+ <listitem>
+<!--
2017-03-22 [96a7128b7] Sync pg_dump and pg_dumpall output
-->
<para>
@@ -2851,6 +2872,16 @@
</para>
</listitem>
+ <listitem>
+<!--
+2017-08-15 [d7ab908fb] Distinguish wait-for-connection from wait-for-write-read
+-->
+ <para>
+ Allow <function>WaitLatchOrSocket()</> to wait for socket
+ connection on Windows (Andres Freund)
+ </para>
+ </listitem>
+
<listitem>
<!--
2016-10-11 [2b860f52e] Remove "sco" and "unixware" ports.