aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2017-05-04 19:33:41 -0400
committerBruce Momjian <bruce@momjian.us>2017-05-04 19:33:41 -0400
commit4f45beba7aea007cbae68eaea5d04d4cab7e4f62 (patch)
treefaaebcc37943b5225c649a8c36b0fed214c1d39f
parentc22b59edd26fb69661188b040ea3e8776a533685 (diff)
downloadpostgresql-4f45beba7aea007cbae68eaea5d04d4cab7e4f62.tar.gz
postgresql-4f45beba7aea007cbae68eaea5d04d4cab7e4f62.zip
doc: PG 10 release note updates for psql, GiST, and markup
Reported-by: Andrew Borodin, Fabien COELHO, Dagfinn Ilmari Mannsaker
-rw-r--r--doc/src/sgml/release-10.sgml37
1 files changed, 17 insertions, 20 deletions
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index 3fa207f3ca0..5c26f2d0ea2 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -552,6 +552,17 @@
</para>
</listitem>
+ <listitem>
+ <!--
+ Author: Tom Lane <tgl@sss.pgh.pa.us>
+ 2016-09-09 [b1328d78f] Invent PageIndexTupleOverwrite, and teach BRIN and GiST
+ -->
+ <para>
+ Allow faster <acronym>GiST</> inserts and updates by reusing
+ index space more efficiently (Andrey Borodin)
+ </para>
+ </listitem>
+
</itemizedlist>
<sect5>
@@ -675,7 +686,7 @@
<para>
The new settings are <xref
linkend="guc-max-pred-locks-per-relation"> and
- <varname>max_pred_locks_per_page</>.
+ <xref linkend="guc-max-pred-locks-per-page">.
</para>
</listitem>
@@ -1840,7 +1851,7 @@
</para>
<para>
- This uses the syntax <link linkend="SQL-ALTERTABLE"><command>ALTER
+ This uses the syntax <link linkend="SQL-ALTERTYPE"><command>ALTER
TYPE ... RENAME VALUE</></>.
</para>
</listitem>
@@ -2220,6 +2231,10 @@
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
2017-03-30 [e984ef586] Support \if ... \elif ... \else ... \endif in psql scrip
+ Author: Tom Lane <tgl@sss.pgh.pa.us>
+ 2017-04-02 [5dbc5da11] Fix behavior of psql's \p to agree with \g, \w, etc.
+ Author: Tom Lane <tgl@sss.pgh.pa.us>
+ 2017-04-02 [68dba97a4] Document psql's behavior of recalling the previously exe
-->
<para>
Add conditional branch support to <application>psql</> (Corey
@@ -2302,24 +2317,6 @@
<listitem>
<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
- 2017-04-02 [5dbc5da11] Fix behavior of psql's \p to agree with \g, \w, etc.
- Author: Tom Lane <tgl@sss.pgh.pa.us>
- 2017-04-02 [68dba97a4] Document psql's behavior of recalling the previously exe
- -->
- <para>
- Fix <application>psql</> \p to always print what would be executed
- by \g or \w (Daniel V&eacute;rit&eacute;)
- </para>
-
- <para>
- Previously \p didn't properly print the reverted-to command after
- a buffer contents reset. CLARIFY?
- </para>
- </listitem>
-
- <listitem>
- <!--
- Author: Tom Lane <tgl@sss.pgh.pa.us>
2016-08-18 [49917dbd7] Improve psql's tab completion for ALTER EXTENSION foo UP
Author: Tom Lane <tgl@sss.pgh.pa.us>
2016-08-18 [8019b5a89] Improve psql's tab completion for \l.