<listitem>
<para>
-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)
</para>
</listitem>
<listitem>
<para>
-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)
</para>
<para>
<listitem>
<para>
-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)
</para>
</listitem>
</para>
<para>
-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.
</para>
</listitem>
<listitem>
<para>
-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)
</para>
<para>
<listitem>
<para>
-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)
</para>
</listitem>
<listitem>
<para>
-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)
</para>
<para>
<listitem>
<para>
-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)
</para>
</listitem>