@@ -311,6 +311,37 @@ Remove contrib/tsearch2 (Robert Haas)
311
311
This removes compatibility with the contrib version of full text search
312
312
that shipped in pre-8.3 Postgres versions.
313
313
</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>
314
345
</listitem>
315
346
316
347
</itemizedlist>
@@ -654,44 +685,13 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
654
685
2017-01-18 [215b43cdc] Improve RLS planning by marking individual quals with se
655
686
-->
656
687
<para>
657
- Improve performance of queries referencing row level security
688
+ Improve performance of queries referencing row- level security
658
689
restrictions (Tom Lane)
659
690
</para>
660
691
661
692
<para>
662
693
The optimizer now has more flexibility in reordering executor behavior.
663
694
</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>
695
695
</listitem>
696
696
697
697
</itemizedlist>
@@ -2295,7 +2295,7 @@ Author: Stephen Frost <sfrost@snowman.net>
2295
2295
2016-11-29 [4fafa579b] Add \-\-no-blobs option to pg_dump
2296
2296
-->
2297
2297
<para>
2298
- Add <application>pg_dump</> < option>--no-blobs</> option to
2298
+ Add <option>--no-blobs</> option to
2299
2299
<application>pg_dump</> (Guillaume Lelarge)
2300
2300
</para>
2301
2301
@@ -2325,7 +2325,8 @@ Author: Andrew Dunstan <andrew@dunslane.net>
2325
2325
2017-03-22 [96a7128b7] Sync pg_dump and pg_dumpall output
2326
2326
-->
2327
2327
<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)
2329
2330
</para>
2330
2331
2331
2332
<para>
0 commit comments