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.