diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index 9aae934215a..6378542b455 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -218,12 +218,12 @@ This means READ ONLY transactions can no longer modify rows processed by postgre -Change default of max_locks_per_transactions from 64 to 128 (Heikki Linnakangas) +Change default of max_locks_per_transaction from 64 to 128 (Heikki Linnakangas) § @@ -1619,7 +1619,7 @@ Rename column sync_error_count to sync_table_error_count in system view pg_stat_ -This is necessary since sequences errors are now also tracked. +This is necessary since sequence errors are now also tracked. @@ -1747,7 +1747,7 @@ Author: Dean Rasheed -Add support for INSERT ... ON CONFLICT DO SELECT ... RETURNING (Andreas Karlsson, Marko Tiikkaja, Viktor Holmberg) +Add support for INSERT ... ON CONFLICT DO SELECT ... RETURNING (Andreas Karlsson, Marko Tiikkaja, Viktor Holmberg) § @@ -1798,7 +1798,7 @@ Allow REPACK to rebuild tables without access-exclusive locking (Antonin Houska, -This is enabled via the CONCURRENTLY option. Server variables max_repack_replication_slots was also added. +This is enabled via the CONCURRENTLY option. Server variable max_repack_replication_slots was also added. @@ -1961,7 +1961,7 @@ Author: Fujii Masao -Allow multiple headers lines be skipped by COPY FROM (Shinya Kato, Fujii Masao) +Allow multiple headers lines to be skipped by COPY FROM (Shinya Kato, Fujii Masao) § @@ -2217,7 +2217,7 @@ Add functions to return a set of ranges resulting from range subtraction (Paul A -The functions are range_minus_multi() and multirange_minus_multi(). This is useful to represent range subtractions results with gaps. +The functions are range_minus_multi() and multirange_minus_multi(). This is useful to represent range subtraction results with gaps. @@ -2245,7 +2245,7 @@ Allow IS JSON to work on domains defined over supported base types (Jian He) -The supported base domains are TEXT, JSON, JSONB, and BYTEA. +The supported base types are TEXT, JSON, JSONB, and BYTEA. @@ -2424,7 +2424,7 @@ Author: Jacob Champion -Allow libpq environment variable PGOAUTHDEBUG to specify specific debug options (Zsolt Parragi, Jacob Champion) +Allow libpq environment variable PGOAUTHDEBUG to specify particular debug options (Zsolt Parragi, Jacob Champion) § @@ -2690,7 +2690,7 @@ Author: Andrew Dunstan -Allow pg_dumpall to product output in non-text formats (Mahendra Singh Thalor, Andrew Dunstan) +Allow pg_dumpall to produce output in non-text formats (Mahendra Singh Thalor, Andrew Dunstan) § §