]> granicus.if.org Git - postgresql/commitdiff
doc: several minor PG 10 doc adjustments
authorBruce Momjian <bruce@momjian.us>
Tue, 25 Apr 2017 02:45:06 +0000 (22:45 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 25 Apr 2017 02:45:06 +0000 (22:45 -0400)
doc/src/sgml/release-10.sgml

index 7b521e7ef7f7fa8a76c1e499caa542219d58528a..406ce20279699a97f02ea291bbb4703ea73350bf 100644 (file)
@@ -311,6 +311,37 @@ Remove contrib/tsearch2 (Robert Haas)
 This removes compatibility with the contrib version of full text search
 that shipped in pre-8.3 Postgres versions.
 </para>
+</listitem>
+
+<listitem>
+<!--
+Author: Peter Eisentraut <peter_e@gmx.net>
+2017-03-23 [50c956add] Remove createlang and droplang
+-->
+<para>
+Remove createlang and droplang command-line applications (Peter Eisentraut)
+</para>
+</listitem>
+
+<listitem>
+<!--
+Author: Andres Freund <andres@anarazel.de>
+2017-03-30 [5ded4bd21] Remove support for version-0 calling conventions.
+-->
+<para>
+Remove support for version-0 function calling conventions (Andres
+Freund)
+</para>
+</listitem>
+
+<listitem>
+<!--
+Author: Tom Lane <tgl@sss.pgh.pa.us>
+2016-10-11 [2b860f52e] Remove "sco" and "unixware" ports.
+-->
+<para>
+Remove <systemitem class="osname">SCO</> and <systemitem class="osname">Unixware</> ports (Tom Lane)
+</para>
 </listitem>
 
    </itemizedlist>
@@ -654,44 +685,13 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
 2017-01-18 [215b43cdc] Improve RLS planning by marking individual quals with se
 -->
 <para>
-Improve performance of queries referencing row level security
+Improve performance of queries referencing row-level security
 restrictions (Tom Lane)
 </para>
 
 <para>
 The optimizer now has more flexibility in reordering executor behavior.
 </para>
-</listitem>
-
-<listitem>
-<!--
-Author: Peter Eisentraut <peter_e@gmx.net>
-2017-03-23 [50c956add] Remove createlang and droplang
--->
-<para>
-Remove createlang and droplang (Peter Eisentraut)
-</para>
-</listitem>
-
-<listitem>
-<!--
-Author: Andres Freund <andres@anarazel.de>
-2017-03-30 [5ded4bd21] Remove support for version-0 calling conventions.
--->
-<para>
-Remove support for version-0 function calling conventions (Andres
-Freund)
-</para>
-</listitem>
-
-<listitem>
-<!--
-Author: Tom Lane <tgl@sss.pgh.pa.us>
-2016-10-11 [2b860f52e] Remove "sco" and "unixware" ports.
--->
-<para>
-Remove <systemitem class="osname">SCO</> and <systemitem class="osname">Unixware</> ports (Tom Lane)
-</para>
 </listitem>
 
      </itemizedlist>
@@ -2295,7 +2295,7 @@ Author: Stephen Frost <sfrost@snowman.net>
 2016-11-29 [4fafa579b] Add \-\-no-blobs option to pg_dump
 -->
 <para>
-Add <application>pg_dump</> <option>--no-blobs</> option to
+Add <option>--no-blobs</> option to
 <application>pg_dump</> (Guillaume Lelarge)
 </para>
 
@@ -2325,7 +2325,8 @@ Author: Andrew Dunstan <andrew@dunslane.net>
 2017-03-22 [96a7128b7] Sync pg_dump and pg_dumpall output
 -->
 <para>
-Issue fsync on the output files generated by <application>pg_dump</> and <application>pg_dumpall</>(Michael Paquier)
+Issue fsync on the output files generated by <application>pg_dump</> and
+<application>pg_dumpall</> (Michael Paquier)
 </para>
 
 <para>