From: Bruce Momjian Date: Thu, 4 May 2017 23:33:41 +0000 (-0400) Subject: doc: PG 10 release note updates for psql, GiST, and markup X-Git-Tag: XL_10_R1BETA1~288^2~174 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4f45beba7aea007cbae68eaea5d04d4cab7e4f62;p=postgres-xl.git doc: PG 10 release note updates for psql, GiST, and markup Reported-by: Andrew Borodin, Fabien COELHO, Dagfinn Ilmari Mannsaker --- diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index 3fa207f3ca..5c26f2d0ea 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -552,6 +552,17 @@ + + + + Allow faster GiST inserts and updates by reusing + index space more efficiently (Andrey Borodin) + + + @@ -675,7 +686,7 @@ The new settings are and - max_pred_locks_per_page. + . @@ -1840,7 +1851,7 @@ - This uses the syntax ALTER + This uses the syntax ALTER TYPE ... RENAME VALUE. @@ -2220,6 +2231,10 @@ Add conditional branch support to psql (Corey @@ -2299,24 +2314,6 @@ - - - - Fix psql \p to always print what would be executed - by \g or \w (Daniel Vérité) - - - - Previously \p didn't properly print the reverted-to command after - a buffer contents reset. CLARIFY? - - -