Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38fbbb5

Browse files
committed
relnotes: more adjustments
Reported-by: Justin Pryzby Discussion: https://postgr.es/m/[email protected]
1 parent 581c4e5 commit 38fbbb5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/src/sgml/release-15.sgml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ Author: Amit Kapila <[email protected]>
586586

587587
<listitem>
588588
<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)
590590
</para>
591591
</listitem>
592592

@@ -634,7 +634,7 @@ Author: Peter Geoghegan <[email protected]>
634634

635635
<listitem>
636636
<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)
638638
</para>
639639

640640
<para>
@@ -677,7 +677,7 @@ Author: Tomas Vondra <[email protected]>
677677

678678
<listitem>
679679
<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)
681681
</para>
682682
</listitem>
683683

@@ -832,7 +832,7 @@ Add direct I/O support to macOS (Thomas Munro)
832832
</para>
833833

834834
<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.
836836
</para>
837837
</listitem>
838838

@@ -1022,7 +1022,7 @@ Author: Dean Rasheed <[email protected]>
10221022

10231023
<listitem>
10241024
<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)
10261026
</para>
10271027

10281028
<para>
@@ -2089,7 +2089,7 @@ Author: Robert Haas <[email protected]>
20892089

20902090
<listitem>
20912091
<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)
20932093
</para>
20942094
</listitem>
20952095

@@ -2276,7 +2276,7 @@ Author: Andres Freund <[email protected]>
22762276

22772277
<listitem>
22782278
<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)
22802280
</para>
22812281

22822282
<para>
@@ -2559,7 +2559,7 @@ Author: Robert Haas <[email protected]>
25592559

25602560
<listitem>
25612561
<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)
25632563
</para>
25642564
</listitem>
25652565

0 commit comments

Comments
 (0)