Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5a632a2

Browse files
committed
Update v10 release notes, and set the official release date.
Last(?) round of changes for 10.0.
1 parent 4a1c0f3 commit 5a632a2

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

doc/src/sgml/release-10.sgml

+7-18
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<formalpara>
88
<title>Release date:</title>
9-
<para>2017-??-?? (current as of 2017-09-17, commit 244b4a37e)</para>
9+
<para>2017-10-05</para>
1010
</formalpara>
1111

1212
<sect2>
@@ -193,6 +193,7 @@
193193
2016-11-18 [67dc4ccbb] Add pg_sequences view
194194
2017-05-15 [f8dc1985f] Fix ALTER SEQUENCE locking
195195
2017-06-01 [3d79013b9] Make ALTER SEQUENCE, including RESTART, fully transactio
196+
2017-09-29 [5cc5987ce] psql: Update \d sequence display
196197
-->
197198
<para>
198199
Move sequences' metadata fields into a new <link
@@ -222,6 +223,11 @@
222223
can also be used for this purpose; it provides column names that are
223224
more compatible with existing code.
224225
</para>
226+
227+
<para>
228+
The output of <application>psql</>'s <command>\d</> command for a
229+
sequence has been redesigned, too.
230+
</para>
225231
</listitem>
226232

227233
<listitem>
@@ -764,23 +770,6 @@
764770

765771
<listitem>
766772
<!--
767-
2016-09-05 [15bc038f9] Relax transactional restrictions on ALTER TYPE ... ADD V
768-
-->
769-
<para>
770-
Reduce locking required for adding values to enum types (Andrew
771-
Dunstan, Tom Lane)
772-
</para>
773-
774-
<para>
775-
Previously it was impossible to run <command>ALTER TYPE ... ADD
776-
VALUE</> in a transaction block unless the enum type was created
777-
in the same block. Now, only references to uncommitted enum
778-
values from other transactions are prohibited.
779-
</para>
780-
</listitem>
781-
782-
<listitem>
783-
<!--
784773
2017-03-06 [21d4e2e20] Reduce lock levels for table storage params related to p
785774
2017-04-05 [68ea2b7f9] Reduce lock level for CREATE STATISTICS
786775
-->

0 commit comments

Comments
 (0)