doc: several minor PG 10 doc adjustments

This commit is contained in:
Bruce Momjian 2017-04-24 22:45:06 -04:00
parent a0d932b39d
commit bba375eb9d
1 changed files with 35 additions and 34 deletions

View 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>