Update v10 release notes, and set the official release date.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Oct 2017 17:32:26 +0000 (13:32 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Oct 2017 17:32:26 +0000 (13:32 -0400)
Last(?) round of changes for 10.0.

doc/src/sgml/release-10.sgml

index 5c2e02628696f09ffd662ad6baddc5aa2986ad1c..fed67e1b231efc96e330dd2053232a36ad90d0d6 100644 (file)
@@ -6,7 +6,7 @@
 
   <formalpara>
    <title>Release date:</title>
-   <para>2017-??-?? (current as of 2017-09-17, commit 244b4a37e)</para>
+   <para>2017-10-05</para>
   </formalpara>
 
   <sect2>
 2016-11-18 [67dc4ccbb] Add pg_sequences view
 2017-05-15 [f8dc1985f] Fix ALTER SEQUENCE locking
 2017-06-01 [3d79013b9] Make ALTER SEQUENCE, including RESTART, fully transactio
+2017-09-29 [5cc5987ce] psql: Update \d sequence display
 -->
      <para>
       Move sequences' metadata fields into a new <link
       can also be used for this purpose; it provides column names that are
       more compatible with existing code.
      </para>
+
+     <para>
+      The output of <application>psql</>'s <command>\d</> command for a
+      sequence has been redesigned, too.
+     </para>
     </listitem>
 
     <listitem>
 
       <listitem>
 <!--
-2016-09-05 [15bc038f9] Relax transactional restrictions on ALTER TYPE ... ADD V
--->
-       <para>
-        Reduce locking required for adding values to enum types (Andrew
-        Dunstan, Tom Lane)
-       </para>
-
-       <para>
-        Previously it was impossible to run <command>ALTER TYPE ... ADD
-        VALUE</> in a transaction block unless the enum type was created
-        in the same block.  Now, only references to uncommitted enum
-        values from other transactions are prohibited.
-       </para>
-      </listitem>
-
-      <listitem>
-<!--
 2017-03-06 [21d4e2e20] Reduce lock levels for table storage params related to p
 2017-04-05 [68ea2b7f9] Reduce lock level for CREATE STATISTICS
 -->