]> granicus.if.org Git - postgresql/commitdiff
Doc: update v10 release notes through today.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Aug 2017 20:50:19 +0000 (16:50 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 26 Aug 2017 20:50:19 +0000 (16:50 -0400)
doc/src/sgml/release-10.sgml

index 269f1aac86e58ef65ac9c97fa42ba24ec55599e7..1330a9992c6dad017b6b88169d177e32479910d5 100644 (file)
@@ -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>
      <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
        </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>
 
       <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>
       </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.