diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index 7599c6f..037ff9c 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -629,7 +629,7 @@ Branch: master [6bdf1303b] Avoid wrong results for power() with NaN - This features is disabled by default + This feature is disabled by default but can be enabled by changing enable_partitionwise_join. @@ -647,7 +647,7 @@ Branch: master [6bdf1303b] Avoid wrong results for power() with NaN - This features is disabled by default + This feature is disabled by default but can be enabled by changing enable_partitionwise_aggregate. @@ -1159,8 +1159,8 @@ same commits as above --> - Add pg_stat_activity.backend_type + pg_stat_activity. + backend_type now shows the type of background worker (Peter Eisentraut) @@ -1315,7 +1315,7 @@ same commits as above --> - Add default roles which controls file system access (Stephen Frost) + Add default roles which control file system access (Stephen Frost) @@ -1364,7 +1364,7 @@ same commits as above - Previously super users were exclusively granted to access these + Previously, super-users were exclusively granted access to these functions. @@ -1424,7 +1424,7 @@ same commits as above Add server setting ssl_passphrase_command - to allow supplying of the the passphrase for SSL + to allow supplying of the passphrase for SSL key files (Peter Eisentraut) @@ -1467,7 +1467,7 @@ same commits as above The new unit is "B". This is in addition to "kB", "MB", "GB" - and "TB", which were accepted previously. + and "TB", which are already allowed. @@ -1567,7 +1567,7 @@ same commits as above --> - Exclude unlogged, temporary tables, and + Exclude unlogged, temporary tables and pg_internal.init files from streaming base backups (David Steele) @@ -1595,7 +1595,7 @@ same commits as above Allow replication slots to be advanced programatically, rather - than be consumed by subscribers (Petr Jelinek) + than being consumed by subscribers (Petr Jelinek) @@ -1726,8 +1726,8 @@ same commits as above Also, if any table mentioned in VACUUM uses - a column list, then ANALYZE keyword must be - supplied; previously ANALYZE was implied in + a column list, then the ANALYZE keyword must be + supplied. Previously, ANALYZE was implied in such cases. @@ -1760,7 +1760,7 @@ same commits as above - This is useful for allowing aggregate functions be optimized and + This is useful for allowing aggregate functions to be optimized and to work as window functions. @@ -1803,7 +1803,7 @@ same commits as above - Also allow PL/PL/Perl, PL/Python, and PL/Tcl to handle + Also allow PL/Perl, PL/Python, and PL/Tcl to handle composite-domain function arguments and results. Also improve PL/Python domain handling. @@ -1896,7 +1896,7 @@ same commits as above Add text search function websearch_to_tsquery() - that supports a queries syntax similar to that used by web search + that supports a query syntax similar to that used by web search engines (Victor Drobny, Dmitry Ivanov) @@ -1909,7 +1909,7 @@ same commits as above Add function json(b)_to_tsvector() - to create text search query for matching + to create a text search query for matching JSON/JSONB values (Dmitry Dolgov) @@ -2144,10 +2144,13 @@ same commits as above - This allows psql's default pager to - be specified as a separate environment variable from the pager - for other applications. PAGER is still honored - if PSQL_PAGER is not set. + In addition to psql, other applications + use the PAGER environment variable. Having + PSQL_PAGER as a separate environment variable allows + you to use one pager for those applications and a different pager + for psql. psql + will still honor PAGER if PSQL_PAGER + is not set. @@ -2309,7 +2312,7 @@ same commits as above --> - Add approximated Zipfian-distributed random generator to + Add an approximated Zipfian-distributed random generator to pgbench (Alik Khilazhev) @@ -2379,16 +2382,16 @@ same commits as above --> - Add pg_basebackup - option to create a named replication slot (Michael Banck) + that creates a named replication slot (Michael Banck) The option creates the named replication slot () when the WAL streaming method - () is used. + () is used. @@ -2560,7 +2563,7 @@ same commits as above - This is useful if the system to be loaded has a different collation + This is useful if the system to be loaded has different collation definitions or endianness, requiring the rows to be stored in different partitions. @@ -2572,7 +2575,7 @@ same commits as above --> - Add ability to suppress dumping and restoring of comments + Add an option to suppress dumping and restoring of comments (Robins Tharakan)