-Remove incorrect duplicate partition tables in system view pg_publication_tables (Hou Zhijie)
+Remove incorrect duplicate partitions in system view pg_publication_tables (Hou Zhijie)
-Allow system and TOAST B-tree indexes to efficiently store duplicates (Peter Geoghegan)
+Enable system and TOAST B-tree indexes to efficiently store duplicates (Peter Geoghegan)
-Prevent changes to columns only indexed by BRIN indexes from preventing HOT updates (Josef Simanek)
+Prevent changes to columns only indexed by BRIN indexes from disabling HOT updates (Josef Simanek)
-This only works if max_wal_senders=0 and wal_level=minimal.
+This only works if max_wal_senders=0 and wal_level=minimal, and only for WAL.
-Allows view access to be controlled by privileges of the view user (Christoph Heiss)
+Allow view access to be controlled by privileges of the view user (Christoph Heiss)
-Allow pg_basebackup to decompress LZ4 and Zstandard compressed server-side base backups, and LZ4 and Zstandard compress output files (Dipesh Pandit, Jeevan Ladhe)
+Allow pg_basebackup to decompress LZ4 and Zstandard compressed server-side base backups, and compress output files with LZ4 and Zstandard (Dipesh Pandit, Jeevan Ladhe)
-Remove status reporting during pg_upgrade operation if the output is not a terminal (Andres Freund)
+Disable default status reporting during pg_upgrade operation if the output is not a terminal (Andres Freund)
-Add new protocol message COMPRESSION and COMPRESSION_DETAIL to specify the compression method and level (Robert Haas)
+Add new protocol message COMPRESSION and COMPRESSION_DETAIL to specify the compression method and options (Robert Haas)