postgresql/src/bin/pg_verifybackup/t
Robert Haas dab298471f Add suport for server-side LZ4 base backup compression.
LZ4 compression can be a lot faster than gzip compression, so users
may prefer it even if the compression ratio is not as good. We will
want pg_basebackup to support LZ4 compression and decompression on the
client side as well, and there is a pending patch for that, but it's
by a different author, so I am committing this part separately for
that reason.

Jeevan Ladhe, reviewed by Tushar Ahuja and by me.

Discussion: http://postgr.es/m/CANm22Cg9cArXEaYgHVZhCnzPLfqXCZLAzjwTq7Fc0quXRPfbxA@mail.gmail.com
2022-02-11 08:29:38 -05:00
..
001_basic.pl Update copyright for 2022 2022-01-07 19:04:57 -05:00
002_algorithm.pl tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests. 2022-01-17 15:43:35 -08:00
003_corruption.pl tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests. 2022-01-17 15:43:35 -08:00
004_options.pl tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests. 2022-01-17 15:43:35 -08:00
005_bad_manifest.pl Update copyright for 2022 2022-01-07 19:04:57 -05:00
006_encoding.pl tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests. 2022-01-17 15:43:35 -08:00
007_wal.pl tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests. 2022-01-17 15:43:35 -08:00
008_untar.pl Add suport for server-side LZ4 base backup compression. 2022-02-11 08:29:38 -05:00
009_extract.pl Fix mistakes in commit d45099425e. 2022-01-28 09:02:18 -05:00