@@ -538,13 +538,14 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
538
538
539
539
<listitem>
540
540
<para>
541
- Allow <link linkend="custom-scan">custom scan provders </link>
541
+ Allow <link linkend="custom-scan">custom scan providers </link>
542
542
to indicate if they support projections (Sven Klemm)
543
543
</para>
544
544
545
545
<para>
546
- The default is now that custom scan providers can't support
547
- projections, so they need to be updated for this release.
546
+ The default is now that custom scan providers are assumed to not
547
+ support projections; those that do need to be updated for this
548
+ release.
548
549
</para>
549
550
</listitem>
550
551
@@ -730,9 +731,9 @@ Author: Peter Geoghegan <pg@bowt.ie>
730
731
731
732
<listitem>
732
733
<para>
733
- Enable system and <link
734
- linkend="storage-toast"><acronym>TOAST</acronym></link> btree
735
- indexes to efficiently store duplicates (Peter Geoghegan)
734
+ Allow btree indexes on system and <link
735
+ linkend="storage-toast"><acronym>TOAST</acronym></link>
736
+ tables to efficiently store duplicates (Peter Geoghegan)
736
737
</para>
737
738
738
739
<para>
@@ -753,19 +754,6 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
753
754
</para>
754
755
</listitem>
755
756
756
- <!--
757
- Author: Tomas Vondra <tomas.vondra@postgresql.org>
758
- 2021-11-30 [5753d4ee3] Ignore BRIN indexes when checking for HOT udpates
759
- -->
760
-
761
- <listitem>
762
- <para>
763
- Prevent changes to columns only indexed by <link
764
- linkend="brin"><acronym>BRIN</acronym></link> indexes from
765
- disabling <acronym>HOT</acronym> updates (Josef Simanek)
766
- </para>
767
- </listitem>
768
-
769
757
<!--
770
758
Author: Peter Eisentraut <peter@eisentraut.org>
771
759
2022-02-03 [94aa7cc5f] Add UNIQUE null treatment option
@@ -1085,7 +1073,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
1085
1073
</para>
1086
1074
1087
1075
<para>
1088
- Messages report the cause of the delay. The time interval for
1076
+ The messages report the cause of the delay. The time interval for
1089
1077
notification is controlled by the new server variable <link
1090
1078
linkend="guc-log-startup-progress-interval"><varname>log_startup_progress_interval</varname></link>.
1091
1079
</para>
@@ -1488,7 +1476,7 @@ Author: Amit Kapila <akapila@postgresql.org>
1488
1476
linkend="sql-createpublication"><command>CREATE PUBLICATION pub1
1489
1477
FOR ALL TABLES IN SCHEMA s1,s2;</command></link> <command>ALTER
1490
1478
PUBLICATION</command> supports a similar syntax. Tables added
1491
- to the listed schemas in the future will also be replicated.
1479
+ later to the listed schemas will also be replicated.
1492
1480
</para>
1493
1481
</listitem>
1494
1482
@@ -1614,7 +1602,7 @@ Author: Amit Kapila <akapila@postgresql.org>
1614
1602
1615
1603
<listitem>
1616
1604
<para>
1617
- Allow subscribers to stop logical replication application on error
1605
+ Allow subscribers to stop the application of logical replication changes on error
1618
1606
(Osumi Takamichi, Mark Dilger)
1619
1607
</para>
1620
1608
@@ -1752,13 +1740,14 @@ Author: Robert Haas <rhaas@postgresql.org>
1752
1740
1753
1741
<listitem>
1754
1742
<para>
1755
- Add new default <acronym>WAL</acronym>-logged method for <link
1743
+ Add new <acronym>WAL</acronym>-logged method for <link
1756
1744
linkend="sql-createdatabase">database creation</link> (Dilip Kumar)
1757
1745
</para>
1758
1746
1759
1747
<para>
1760
- This avoids the need for checkpoints during database creation;
1761
- the old method is still available.
1748
+ This is the new default for database creation and avoids the need
1749
+ for checkpoints during database creation; the old method is still
1750
+ available.
1762
1751
</para>
1763
1752
</listitem>
1764
1753
@@ -2510,8 +2499,8 @@ Author: Robert Haas <rhaas@postgresql.org>
2510
2499
2511
2500
<listitem>
2512
2501
<para>
2513
- Allow <application>pg_basebackup</application> to use LZ4 and
2514
- Zstandard compression on server-side base backup files (Dipesh
2502
+ Allow <application>pg_basebackup</application> to do LZ4 and
2503
+ Zstandard server-side compression on base backup files (Dipesh
2515
2504
Pandit, Jeevan Ladhe)
2516
2505
</para>
2517
2506
</listitem>
@@ -2531,12 +2520,6 @@ Author: Robert Haas <rhaas@postgresql.org>
2531
2520
<option>--compress</option> option to control the compression
2532
2521
method and options (Michael Paquier, Robert Haas)
2533
2522
</para>
2534
-
2535
- <para>
2536
- New options include <literal>server-gzip</literal> (gzip
2537
- on the server), <literal>client-gzip</literal> (same as
2538
- <literal>gzip</literal>).
2539
- </para>
2540
2523
</listitem>
2541
2524
2542
2525
<!--
@@ -2799,8 +2782,8 @@ Author: Robert Haas <rhaas@postgresql.org>
2799
2782
2800
2783
<listitem>
2801
2784
<para>
2802
- Have <application>pg_upgrade</application> preserve relfilenodes,
2803
- tablespace, and database OIDs between old and new clusters
2785
+ Have <application>pg_upgrade</application> preserve tablespace
2786
+ and database OIDs, and relfilenodes between old and new clusters
2804
2787
(Shruthi KC, Antonin Houska)
2805
2788
</para>
2806
2789
</listitem>
@@ -3009,7 +2992,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
3009
2992
</para>
3010
2993
3011
2994
<para>
3012
- Some internal-use-only types have also been assigned this column.
2995
+ Some other internal-use-only values have also been assigned to this column.
3013
2996
</para>
3014
2997
</listitem>
3015
2998
0 commit comments