diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index b71e77fa533..2bb67e9993d 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -253,7 +253,7 @@ Author: David Rowley -Allow incremental sorts in more cases, including DISTINCT (David Rowley)window +Allow incremental sorts in more cases, including DISTINCT (David Rowley) @@ -981,7 +981,7 @@ Store server variables in a hash table (Tom Lane) -This allows faster addition of server variables. +This allows the faster addition of server variables. @@ -992,7 +992,7 @@ Author: Tom Lane -Tighten restrictions on what server variables can be reset (Masahiko Sawada) +Tighten restrictions on which server variables can be reset (Masahiko Sawada) @@ -1086,7 +1086,7 @@ Allow the postmaster to terminate children with an abort signal (Tom Lane) -Abort normally creates a core dump. This is controlled by send_abort_for_crash and send_abort_for_kill. postmaster -T now the same as setting send_abort_for_crash. +Abort normally creates a core dump. This is controlled by send_abort_for_crash and send_abort_for_kill. postmaster -T is now the same as setting send_abort_for_crash. @@ -1116,63 +1116,6 @@ The number of reserved slots is set by server variable reserved_connections. - - - - -Determine the ICU default locale from the environment (Jeff Davis) - - - -However, ICU doesn't support the C local so UTF-8 is used in such cases. Previously the default was always UTF-8. - - - - - - - -Add predefined collations "unicode" and "ucs_basic" (Peter Eisentraut) - - - -This only works if ICU support is enabled. - - - - - - - -Allow custom ICU collation rules to be created (Peter Eisentraut) - - - -This is done using CREATE COLLATION's new new RULES clause, as well as new options for CREATE DATABASE, createdb, and initdb. - - - - - - - -Add Windows process the system collations (Jose Santamaria Flecha) -ADD THIS? - - - + + + +Determine the ICU default locale from the environment (Jeff Davis) + + + +However, ICU doesn't support the C local so UTF-8 is used in such cases. Previously the default was always UTF-8. + + + + + + + +Add predefined collations "unicode" and "ucs_basic" (Peter Eisentraut) + + + +This only works if ICU support is enabled. + + + + + + + +Allow custom ICU collation rules to be created (Peter Eisentraut) + + + +This is done using CREATE COLLATION's new new RULES clause, as well as new options for CREATE DATABASE, createdb, and initdb. + + + + + + + +Add Windows process the system collations (Jose Santamaria Flecha) +ADD THIS? +