1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

relnotes: improve wording of several PG 15 items

Reported-by: Justin Pryzby

Discussion: https://postgr.es/m/20220719012322.GD12702@telsasoft.com

Backpatch-through: 15 only
This commit is contained in:
Bruce Momjian 2022-07-19 13:35:00 -04:00
parent c91a216ef7
commit 15ff26d559

View File

@ -538,13 +538,14 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<listitem> <listitem>
<para> <para>
Allow <link linkend="custom-scan">custom scan provders</link> Allow <link linkend="custom-scan">custom scan providers</link>
to indicate if they support projections (Sven Klemm) to indicate if they support projections (Sven Klemm)
</para> </para>
<para> <para>
The default is now that custom scan providers can't support The default is now that custom scan providers are assumed to not
projections, so they need to be updated for this release. support projections; those that do need to be updated for this
release.
</para> </para>
</listitem> </listitem>
@ -730,9 +731,9 @@ Author: Peter Geoghegan <pg@bowt.ie>
<listitem> <listitem>
<para> <para>
Enable system and <link Allow btree indexes on system and <link
linkend="storage-toast"><acronym>TOAST</acronym></link> btree linkend="storage-toast"><acronym>TOAST</acronym></link>
indexes to efficiently store duplicates (Peter Geoghegan) tables to efficiently store duplicates (Peter Geoghegan)
</para> </para>
<para> <para>
@ -753,19 +754,6 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
</para> </para>
</listitem> </listitem>
<!--
Author: Tomas Vondra <tomas.vondra@postgresql.org>
2021-11-30 [5753d4ee3] Ignore BRIN indexes when checking for HOT udpates
-->
<listitem>
<para>
Prevent changes to columns only indexed by <link
linkend="brin"><acronym>BRIN</acronym></link> indexes from
disabling <acronym>HOT</acronym> updates (Josef Simanek)
</para>
</listitem>
<!-- <!--
Author: Peter Eisentraut <peter@eisentraut.org> Author: Peter Eisentraut <peter@eisentraut.org>
2022-02-03 [94aa7cc5f] Add UNIQUE null treatment option 2022-02-03 [94aa7cc5f] Add UNIQUE null treatment option
@ -1085,7 +1073,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
</para> </para>
<para> <para>
Messages report the cause of the delay. The time interval for The messages report the cause of the delay. The time interval for
notification is controlled by the new server variable <link notification is controlled by the new server variable <link
linkend="guc-log-startup-progress-interval"><varname>log_startup_progress_interval</varname></link>. linkend="guc-log-startup-progress-interval"><varname>log_startup_progress_interval</varname></link>.
</para> </para>
@ -1488,7 +1476,7 @@ Author: Amit Kapila <akapila@postgresql.org>
linkend="sql-createpublication"><command>CREATE PUBLICATION pub1 linkend="sql-createpublication"><command>CREATE PUBLICATION pub1
FOR ALL TABLES IN SCHEMA s1,s2;</command></link> <command>ALTER FOR ALL TABLES IN SCHEMA s1,s2;</command></link> <command>ALTER
PUBLICATION</command> supports a similar syntax. Tables added PUBLICATION</command> supports a similar syntax. Tables added
to the listed schemas in the future will also be replicated. later to the listed schemas will also be replicated.
</para> </para>
</listitem> </listitem>
@ -1614,7 +1602,7 @@ Author: Amit Kapila <akapila@postgresql.org>
<listitem> <listitem>
<para> <para>
Allow subscribers to stop logical replication application on error Allow subscribers to stop the application of logical replication changes on error
(Osumi Takamichi, Mark Dilger) (Osumi Takamichi, Mark Dilger)
</para> </para>
@ -1752,13 +1740,14 @@ Author: Robert Haas <rhaas@postgresql.org>
<listitem> <listitem>
<para> <para>
Add new default <acronym>WAL</acronym>-logged method for <link Add new <acronym>WAL</acronym>-logged method for <link
linkend="sql-createdatabase">database creation</link> (Dilip Kumar) linkend="sql-createdatabase">database creation</link> (Dilip Kumar)
</para> </para>
<para> <para>
This avoids the need for checkpoints during database creation; This is the new default for database creation and avoids the need
the old method is still available. for checkpoints during database creation; the old method is still
available.
</para> </para>
</listitem> </listitem>
@ -2510,8 +2499,8 @@ Author: Robert Haas <rhaas@postgresql.org>
<listitem> <listitem>
<para> <para>
Allow <application>pg_basebackup</application> to use LZ4 and Allow <application>pg_basebackup</application> to do LZ4 and
Zstandard compression on server-side base backup files (Dipesh Zstandard server-side compression on base backup files (Dipesh
Pandit, Jeevan Ladhe) Pandit, Jeevan Ladhe)
</para> </para>
</listitem> </listitem>
@ -2531,12 +2520,6 @@ Author: Robert Haas <rhaas@postgresql.org>
<option>--compress</option> option to control the compression <option>--compress</option> option to control the compression
method and options (Michael Paquier, Robert Haas) method and options (Michael Paquier, Robert Haas)
</para> </para>
<para>
New options include <literal>server-gzip</literal> (gzip
on the server), <literal>client-gzip</literal> (same as
<literal>gzip</literal>).
</para>
</listitem> </listitem>
<!-- <!--
@ -2799,8 +2782,8 @@ Author: Robert Haas <rhaas@postgresql.org>
<listitem> <listitem>
<para> <para>
Have <application>pg_upgrade</application> preserve relfilenodes, Have <application>pg_upgrade</application> preserve tablespace
tablespace, and database OIDs between old and new clusters and database OIDs, and relfilenodes between old and new clusters
(Shruthi KC, Antonin Houska) (Shruthi KC, Antonin Houska)
</para> </para>
</listitem> </listitem>
@ -3009,7 +2992,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
</para> </para>
<para> <para>
Some internal-use-only types have also been assigned this column. Some other internal-use-only values have also been assigned to this column.
</para> </para>
</listitem> </listitem>