-The system will now favor time zone abbreviation for the current session time zone before checking the server variable timezone_abbreviations. Previously timezone_abbreviations were
-consulted first for matches.
+The system will now favor the current session's time zone abbreviations before checking the server variable timezone_abbreviations. Previously timezone_abbreviations was
+checked first.
-Remove non-functioning support for RULE privileges in GRANT/REVOKE (Fujii Masao)
+Remove non-functional support for RULE privileges in GRANT/REVOKE (Fujii Masao)
-These have been non-functioning since Postgres 8.2.
-
-
-
-
-
-
-Rename server variable ssl_ecdh_curve to ssl_groups and allow multiple colon-separated ECDH curves to be specified (Erica Zhang, Daniel Gustafsson)
+These have been non-functional since Postgres 8.2.
-This optimization can be disabled with server variable enable_self_join_elimination.
+This optimization can be disabled using server variable enable_self_join_elimination.
-The optimizer feature can be disabled via enable_distinct_reordering.
+This optimization can be disabled using enable_distinct_reordering.
-Allow merge join to use incremental sorts (Richard Guo)
+Allow merge joins to use incremental sorts (Richard Guo)
-->
-Allow partitions to be pruned earlier and quicker, and skipped in more places (Amit Langote, Ashutosh Bapat, Yuya Watari, David Rowley)
+Allow partitions to be pruned earlier, quicker, and skipped in more places (Amit Langote, Ashutosh Bapat, Yuya Watari, David Rowley)
-Allow partitionwise join in more cases, and reduce its memory usage (Richard Guo, Tom Lane, Ashutosh Bapat)
+Allow partitionwise joins in more cases, and reduce its memory usage (Richard Guo, Tom Lane, Ashutosh Bapat)
-This is most useful if the earlier non-referenced columns contain few unique values.
+This is effective if the earlier non-referenced columns contain few unique values.
-This is enabled by default and controlled by server variable io_method with server variables io_combine_limit and io_max_combine_limit added to control it. This also enables
+This is enabled by server variable io_method, with server variables io_combine_limit and io_max_combine_limit added to control it. This also enables
effective_io_concurrency and maintenance_io_concurrency values greater than zero for systems without fadvise() support. The new system view pg_aios shows the file handles being used
for asynchronous I/O.
-This reduces the overhead of later full-relation freezing. The aggressiveness of this can be controlled by server variable vacuum_max_eager_freeze_failure_rate, and per-table setting
-vacuum_max_eager_freeze_failure_rate. Previously vacuum never processed all-visible pages until freezing was required.
+This reduces the overhead of later full-relation freezing. The aggressiveness of this can be controlled by server variable and per-table setting vacuum_max_eager_freeze_failure_rate.
+Previously vacuum never processed all-visible pages until freezing was required.
-A storage-level parameter with this name and behavior already existed.
+A storage-level parameter with the same name and behavior already existed.
-Change server variable log_connections to log connections more granularly (Melanie Plageman)
+Increase the logging granularity of server variable log_connections (Melanie Plageman)
-The new fields are total_vacuum_time, total_autovacuum_time, total_analyze_time, and total_autoanalyze_time.
+The new columns are total_vacuum_time, total_autovacuum_time, total_analyze_time, and total_autoanalyze_time.
-Add VACUUM and ANALYZE delay time reporting (Bertrand Drouvot, Nathan Bossart)
+Add delay time reporting to VACUUM and ANALYZE (Bertrand Drouvot, Nathan Bossart)
-This information appears in the autovacuum logs, the system views pg_stat_progress_vacuum and pg_stat_progress_analyze, and the output of VACUUM and ANALYZE when in VERBOSE mode. This
-tracking must be enabled with the server variable track_cost_delay_timing.
-
-
-
-
-
-
-Add column pg_stat_checkpointer.num_done to report the number of completed checkpoints (Anton A. Melnikov)
-
-
-Columns num_timed and num_requested count both completed and skipped checkpoints.
-
-
-
-
-
-
-Add column pg_stat_checkpointer.slru_written to report SLRU buffers written (Nitin Jadhav)
-
-
-Also, modify the checkpoint server log message to use separate shared buffer and SLRU buffer values.
-
-
-
-
-
-
-Add columns to pg_stat_database to report parallel workers activity (Benoit Lobréau)
-
-
-The new columns are parallel_workers_to_launch and parallel_workers_launched.
+This information appears in the autovacuum logs, the system views pg_stat_progress_vacuum and pg_stat_progress_analyze, and the output of VACUUM and ANALYZE when in VERBOSE
+mode; tracking must be enabled with the server variable track_cost_delay_timing.
-Add wal I/O activity rows to pg_stat_io (Nazir Bilal Yavuz, Bertrand Drouvot, Michael Paquier)
+Add WAL I/O activity rows to pg_stat_io (Nazir Bilal Yavuz, Bertrand Drouvot, Michael Paquier)
+
+
+
+Remove read/sync columns from pg_stat_wal (Bertrand Drouvot)
+
+
+This removes columns wal_write, wal_sync, wal_write_time, and wal_sync_time.
+
+
+
+
+
+Add column pg_stat_checkpointer.num_done to report the number of completed checkpoints (Anton A. Melnikov)
+
+
+Columns num_timed and num_requested count both completed and skipped checkpoints.
+
+
+
+
+
+
+Add column pg_stat_checkpointer.slru_written to report SLRU buffers written (Nitin Jadhav)
+
+
+Also, modify the checkpoint server log message to report separate shared buffer and SLRU buffer values.
+
+
+
-Remove read/sync fields from pg_stat_wal (Bertrand Drouvot)
+Add columns to pg_stat_database to report parallel workers activity (Benoit Lobréau)
-This removes columns wal_write, wal_sync, wal_write_time, and wal_sync_time.
+The new columns are parallel_workers_to_launch and parallel_workers_launched.
+
+
+
+Rename server variable ssl_ecdh_curve to ssl_groups and allow multiple colon-separated ECDH curves to be specified (Erica Zhang, Daniel Gustafsson)
+
+
+
The previous name still works.
+
+
+
-
-
-Add support for Unicode case folding (Jeff Davis)
-
-
-
-
Improve Unicode full case mapping and conversion (Jeff Davis)
-Allow MIN/MAX aggregates on arrays and composite types (Aleksander Alekseev, Marat Buharov)
+Allow MIN()/MAX() aggregates on arrays and composite types (Aleksander Alekseev, Marat Buharov)
-Add a WEEK option to EXTRACT (Tom Lane)
+Add a WEEK option to EXTRACT() (Tom Lane)
-This UUID value is temporally sortable. Function uuidv4() has been added to explicitly generate version 4 UUIDs.
+This UUID value is temporally sortable. Function alias uuidv4() has been added to explicitly generate version 4 UUIDs.
-Add psql pipeline status to the prompt and add related state variables (Anthonin Bonnefoy)
+Allow adding pipeline status to the psql prompt and add related state variables (Anthonin Bonnefoy)
-Allow psql to display the connection service name in the psql prompt or access it via psql variable (Michael Banck)
+Allow adding the connection service name to the psql prompt or access it via psql variable (Michael Banck)
-
-
-
-Change psql's \conninfo to use tabular format and include more information (Álvaro Herrera, Maiquel Grassi, Hunaid Sohail)
-
-
-
+
+
+Change psql's \conninfo to use tabular format and include more information (Álvaro Herrera, Maiquel Grassi, Hunaid Sohail)
+
+
+
-
-
-Add pg_dump option --sequence-data to dump sequence data that would normally be excluded (Nathan Bossart)
-
-
-
+
+
+Add pg_dump option --sequence-data to dump sequence data that would normally be excluded (Nathan Bossart)
+
+
+
-Extended statistics are not preserved.
-
-
-
-
-
-
-Add pg_upgrade option --no-statistics (Corey Huinker, Jeff Davis)
+Extended statistics are not preserved. Also add pg_upgrade option --no-statistics to disable statistics preservation.
-Add pg_createsubscriber option -R/--remove to remove publications (Shubham Khanna)
+Add pg_createsubscriber option --remove to remove publications (Shubham Khanna)
-
-
-Remove configure option --disable-spinlocks (Thomas Munro)
-
-
-
-
-Remove configure option --disable-atomics (Thomas Munro)
+Remove configure options --disable-spinlocks and --disable-atomics (Thomas Munro)
-Remove support for HPPA/PA-RISC architecture (Tom Lane)
+Remove support for the HPPA/PA-RISC architecture (Tom Lane)
-Add extension pg_overexplain which allows for additional EXPLAIN output useful for debugging (Robert Haas)
+Add extension pg_overexplain which adds debug details to EXPLAIN output (Robert Haas)
-New output column "used_in_xact" indicates if the foreign data wrapper is being used by a current transaction, and "closed" indicates if it is closed, "user_name" indicates the
+New output column "used_in_xact" indicates if the foreign data wrapper is being used by a current transaction, "closed" indicates if it is closed, "user_name" indicates the
user name, and "remote_backend_pid" indicates the remote backend process identifier.
-Add REJECT_LIMIT to control the number of invalid rows file_fdw can ignore (Atsushi Torikoshi)
+Add on_error and log_verbosity options to file_fdw (Atsushi Torikoshi)
-This is active when ON_ERROR = 'ignore'.
+These control how file_fdw handles and reports invalid file rows.
-Add on_error and log_verbosity options to file_fdw (Atsushi Torikoshi)
+Add REJECT_LIMIT to control the number of invalid rows file_fdw can ignore (Atsushi Torikoshi)
-These control how file_fdw handles and reports invalid file rows.
+This is active when ON_ERROR = 'ignore'.
-
-
-
-Allow extensions to use the server's cumulative statistics API (Michael Paquier)
-
-
-
+
+
+Allow extensions to use the server's cumulative statistics API (Michael Paquier)
+