You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/release-15.sgml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -586,7 +586,7 @@ Author: Amit Kapila <akapila@postgresql.org>
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,7 +634,7 @@ Author: Peter Geoghegan <pg@bowt.ie>
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,7 +677,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
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,7 +1022,7 @@ Author: Dean Rasheed <dean.a.rasheed@gmail.com>
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,7 +2089,7 @@ Author: Robert Haas <rhaas@postgresql.org>
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,7 +2276,7 @@ Author: Andres Freund <andres@anarazel.de>
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,7 +2559,7 @@ Author: Robert Haas <rhaas@postgresql.org>
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)
0 commit comments