|
586 | 586 |
|
587 | 587 | <listitem>
|
588 | 588 | <para>
|
589 |
| -Remove incorrect duplicate partition tables in system view pg_publication_tables (Hou Zhijie) |
| 589 | +Remove incorrect duplicate partitions in system view pg_publication_tables (Hou Zhijie) |
590 | 590 | </para>
|
591 | 591 | </listitem>
|
592 | 592 |
|
|
634 | 634 |
|
635 | 635 | <listitem>
|
636 | 636 | <para>
|
637 |
| -Allow system and TOAST B-tree indexes to efficiently store duplicates (Peter Geoghegan) |
| 637 | +Enable system and TOAST B-tree indexes to efficiently store duplicates (Peter Geoghegan) |
638 | 638 | </para>
|
639 | 639 |
|
640 | 640 | <para>
|
|
677 | 677 |
|
678 | 678 | <listitem>
|
679 | 679 | <para>
|
680 |
| -Prevent changes to columns only indexed by BRIN indexes from preventing HOT updates (Josef Simanek) |
| 680 | +Prevent changes to columns only indexed by BRIN indexes from disabling HOT updates (Josef Simanek) |
681 | 681 | </para>
|
682 | 682 | </listitem>
|
683 | 683 |
|
@@ -832,7 +832,7 @@ Add direct I/O support to macOS (Thomas Munro)
|
832 | 832 | </para>
|
833 | 833 |
|
834 | 834 | <para>
|
835 |
| -This only works if max_wal_senders=0 and wal_level=minimal. |
| 835 | +This only works if max_wal_senders=0 and wal_level=minimal, and only for WAL. |
836 | 836 | </para>
|
837 | 837 | </listitem>
|
838 | 838 |
|
|
1022 | 1022 |
|
1023 | 1023 | <listitem>
|
1024 | 1024 | <para>
|
1025 |
| -Allows view access to be controlled by privileges of the view user (Christoph Heiss) |
| 1025 | +Allow view access to be controlled by privileges of the view user (Christoph Heiss) |
1026 | 1026 | </para>
|
1027 | 1027 |
|
1028 | 1028 | <para>
|
|
2089 | 2089 |
|
2090 | 2090 | <listitem>
|
2091 | 2091 | <para>
|
2092 |
| -Allow pg_basebackup to decompress LZ4 and Zstandard compressed server-side base backups, and LZ4 and Zstandard compress output files (Dipesh Pandit, Jeevan Ladhe) |
| 2092 | +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) |
2093 | 2093 | </para>
|
2094 | 2094 | </listitem>
|
2095 | 2095 |
|
|
2276 | 2276 |
|
2277 | 2277 | <listitem>
|
2278 | 2278 | <para>
|
2279 |
| -Remove status reporting during pg_upgrade operation if the output is not a terminal (Andres Freund) |
| 2279 | +Disable default status reporting during pg_upgrade operation if the output is not a terminal (Andres Freund) |
2280 | 2280 | </para>
|
2281 | 2281 |
|
2282 | 2282 | <para>
|
|
2559 | 2559 |
|
2560 | 2560 | <listitem>
|
2561 | 2561 | <para>
|
2562 |
| -Add new protocol message COMPRESSION and COMPRESSION_DETAIL to specify the compression method and level (Robert Haas) |
| 2562 | +Add new protocol message COMPRESSION and COMPRESSION_DETAIL to specify the compression method and options (Robert Haas) |
2563 | 2563 | </para>
|
2564 | 2564 | </listitem>
|
2565 | 2565 |
|
|
0 commit comments