@@ -311,6 +311,37 @@ Remove contrib/tsearch2 (Robert Haas)
311311This removes compatibility with the contrib version of full text search
312312that shipped in pre-8.3 Postgres versions.
313313</para>
314+ </listitem>
315+
316+ <listitem>
317+ <!--
318+ Author: Peter Eisentraut <peter_e@gmx.net>
319+ 2017-03-23 [50c956add] Remove createlang and droplang
320+ -->
321+ <para>
322+ Remove createlang and droplang command-line applications (Peter Eisentraut)
323+ </para>
324+ </listitem>
325+
326+ <listitem>
327+ <!--
328+ Author: Andres Freund <andres@anarazel.de>
329+ 2017-03-30 [5ded4bd21] Remove support for version-0 calling conventions.
330+ -->
331+ <para>
332+ Remove support for version-0 function calling conventions (Andres
333+ Freund)
334+ </para>
335+ </listitem>
336+
337+ <listitem>
338+ <!--
339+ Author: Tom Lane <tgl@sss.pgh.pa.us>
340+ 2016-10-11 [2b860f52e] Remove "sco" and "unixware" ports.
341+ -->
342+ <para>
343+ Remove <systemitem class="osname">SCO</> and <systemitem class="osname">Unixware</> ports (Tom Lane)
344+ </para>
314345</listitem>
315346
316347 </itemizedlist>
@@ -654,44 +685,13 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
6546852017-01-18 [215b43cdc] Improve RLS planning by marking individual quals with se
655686-->
656687<para>
657- Improve performance of queries referencing row level security
688+ Improve performance of queries referencing row- level security
658689restrictions (Tom Lane)
659690</para>
660691
661692<para>
662693The optimizer now has more flexibility in reordering executor behavior.
663694</para>
664- </listitem>
665-
666- <listitem>
667- <!--
668- Author: Peter Eisentraut <peter_e@gmx.net>
669- 2017-03-23 [50c956add] Remove createlang and droplang
670- -->
671- <para>
672- Remove createlang and droplang (Peter Eisentraut)
673- </para>
674- </listitem>
675-
676- <listitem>
677- <!--
678- Author: Andres Freund <andres@anarazel.de>
679- 2017-03-30 [5ded4bd21] Remove support for version-0 calling conventions.
680- -->
681- <para>
682- Remove support for version-0 function calling conventions (Andres
683- Freund)
684- </para>
685- </listitem>
686-
687- <listitem>
688- <!--
689- Author: Tom Lane <tgl@sss.pgh.pa.us>
690- 2016-10-11 [2b860f52e] Remove "sco" and "unixware" ports.
691- -->
692- <para>
693- Remove <systemitem class="osname">SCO</> and <systemitem class="osname">Unixware</> ports (Tom Lane)
694- </para>
695695</listitem>
696696
697697 </itemizedlist>
@@ -2295,7 +2295,7 @@ Author: Stephen Frost <sfrost@snowman.net>
229522952016-11-29 [4fafa579b] Add \-\-no-blobs option to pg_dump
22962296-->
22972297<para>
2298- Add <application>pg_dump</> < option>--no-blobs</> option to
2298+ Add <option>--no-blobs</> option to
22992299<application>pg_dump</> (Guillaume Lelarge)
23002300</para>
23012301
@@ -2325,7 +2325,8 @@ Author: Andrew Dunstan <andrew@dunslane.net>
232523252017-03-22 [96a7128b7] Sync pg_dump and pg_dumpall output
23262326-->
23272327<para>
2328- Issue fsync on the output files generated by <application>pg_dump</> and <application>pg_dumpall</>(Michael Paquier)
2328+ Issue fsync on the output files generated by <application>pg_dump</> and
2329+ <application>pg_dumpall</> (Michael Paquier)
23292330</para>
23302331
23312332<para>
0 commit comments