@@ -544,8 +544,8 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
544
544
545
545
<para>
546
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.
547
+ support projections; those that do will need to be updated for
548
+ this release.
549
549
</para>
550
550
</listitem>
551
551
@@ -2495,30 +2495,21 @@ Author: Robert Haas <rhaas@postgresql.org>
2495
2495
2022-02-11 [751b8d23b] pg_basebackup: Allow client-side LZ4 (de)compression.
2496
2496
Author: Robert Haas <rhaas@postgresql.org>
2497
2497
2022-03-08 [7cf085f07] Add support for zstd base backup compression.
2498
+ Author: Robert Haas <rhaas@postgresql.org>
2499
+ 2022-01-24 [0ad803291] Server-side gzip compression.
2498
2500
-->
2499
2501
2500
2502
<listitem>
2501
2503
<para>
2502
- Allow <application>pg_basebackup</application> to do LZ4 and
2503
- Zstandard server-side compression on base backup files (Dipesh
2504
- Pandit, Jeevan Ladhe)
2504
+ Allow <application>pg_basebackup</application> to do server-side
2505
+ gzip, LZ4, and Zstandard compression and client-side LZ4 and
2506
+ Zstandard compression of base backup files (Dipesh Pandit,
2507
+ Jeevan Ladhe)
2505
2508
</para>
2506
- </listitem>
2507
-
2508
- <!--
2509
- Author: Michael Paquier <michael@paquier.xyz>
2510
- 2022-01-21 [5c649fe15] Extend the options of pg_basebackup to control compressi
2511
- Author: Robert Haas <rhaas@postgresql.org>
2512
- 2022-01-24 [0ad803291] Server-side gzip compression.
2513
- Author: Robert Haas <rhaas@postgresql.org>
2514
- 2022-01-25 [e1f860f13] Tidy up a few cosmetic issues related to pg_basebackup.
2515
- -->
2516
2509
2517
- <listitem>
2518
2510
<para>
2519
- Allow <application>pg_basebackup</application>'s
2520
- <option>--compress</option> option to control the compression
2521
- method and options (Michael Paquier, Robert Haas)
2511
+ Client-side <literal>gzip</literal> compression was already
2512
+ supported.
2522
2513
</para>
2523
2514
</listitem>
2524
2515
@@ -2540,6 +2531,24 @@ Author: Robert Haas <rhaas@postgresql.org>
2540
2531
</para>
2541
2532
</listitem>
2542
2533
2534
+ <!--
2535
+ Author: Michael Paquier <michael@paquier.xyz>
2536
+ 2022-01-21 [5c649fe15] Extend the options of pg_basebackup to control compressi
2537
+ Author: Robert Haas <rhaas@postgresql.org>
2538
+ 2022-01-24 [0ad803291] Server-side gzip compression.
2539
+ Author: Robert Haas <rhaas@postgresql.org>
2540
+ 2022-01-25 [e1f860f13] Tidy up a few cosmetic issues related to pg_basebackup.
2541
+ -->
2542
+
2543
+ <listitem>
2544
+ <para>
2545
+ Allow <application>pg_basebackup</application>'s
2546
+ <option>--compress</option> option to control the compression
2547
+ location (server or client), compression method, and compression
2548
+ options (Michael Paquier, Robert Haas)
2549
+ </para>
2550
+ </listitem>
2551
+
2543
2552
<!--
2544
2553
Author: Michael Paquier <michael@paquier.xyz>
2545
2554
2021-11-05 [babbbb595] Add support for LZ4 compression in pg_receivewal
0 commit comments