diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index 7b521e7ef7..406ce20279 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -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. + + + + + +Remove createlang and droplang command-line applications (Peter Eisentraut) + + + + + + +Remove support for version-0 function calling conventions (Andres +Freund) + + + + + + +Remove SCO and Unixware ports (Tom Lane) + @@ -654,44 +685,13 @@ Author: Tom Lane 2017-01-18 [215b43cdc] Improve RLS planning by marking individual quals with se --> -Improve performance of queries referencing row level security +Improve performance of queries referencing row-level security restrictions (Tom Lane) The optimizer now has more flexibility in reordering executor behavior. - - - - - -Remove createlang and droplang (Peter Eisentraut) - - - - - - -Remove support for version-0 function calling conventions (Andres -Freund) - - - - - - -Remove SCO and Unixware ports (Tom Lane) - @@ -2295,7 +2295,7 @@ Author: Stephen Frost 2016-11-29 [4fafa579b] Add \-\-no-blobs option to pg_dump --> -Add pg_dump @@ -2325,7 +2325,8 @@ Author: Andrew Dunstan 2017-03-22 [96a7128b7] Sync pg_dump and pg_dumpall output --> -Issue fsync on the output files generated by pg_dump and pg_dumpall(Michael Paquier) +Issue fsync on the output files generated by pg_dump and +pg_dumpall (Michael Paquier)