diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index dfa3c74535..1cf6375ed1 100644 --- a/doc/src/sgml/release-15.sgml +++ b/doc/src/sgml/release-15.sgml @@ -544,8 +544,8 @@ Author: Tom Lane The default is now that custom scan providers are assumed to not - support projections; those that do need to be updated for this - release. + support projections; those that do will need to be updated for + this release. @@ -2495,30 +2495,21 @@ Author: Robert Haas 2022-02-11 [751b8d23b] pg_basebackup: Allow client-side LZ4 (de)compression. Author: Robert Haas 2022-03-08 [7cf085f07] Add support for zstd base backup compression. ---> - - - - Allow pg_basebackup to do LZ4 and - Zstandard server-side compression on base backup files (Dipesh - Pandit, Jeevan Ladhe) - - - - - Allow pg_basebackup's - option to control the compression - method and options (Michael Paquier, Robert Haas) + Allow pg_basebackup to do server-side + gzip, LZ4, and Zstandard compression and client-side LZ4 and + Zstandard compression of base backup files (Dipesh Pandit, + Jeevan Ladhe) + + + + Client-side gzip compression was already + supported. @@ -2540,6 +2531,24 @@ Author: Robert Haas + + + + + Allow pg_basebackup's + option to control the compression + location (server or client), compression method, and compression + options (Michael Paquier, Robert Haas) + + +