postgresql/src/bin/pg_verifybackup
Tomas Vondra 2820adf775 Support long distance matching for zstd compression
zstd compression supports a special mode for finding matched in distant
past, which may result in better compression ratio, at the expense of
using more memory (the window size is 128MB).

To enable this optional mode, use the "long" keyword when specifying the
compression method (--compress=zstd:long).

Author: Justin Pryzby
Reviewed-by: Tomas Vondra, Jacob Champion
Discussion: https://postgr.es/m/20230224191840.GD1653@telsasoft.com
Discussion: https://postgr.es/m/20220327205020.GM28503@telsasoft.com
2023-04-06 17:18:42 +02:00
..
po meson: add install-{quiet, world} targets 2023-03-23 21:20:18 -07:00
t Support long distance matching for zstd compression 2023-04-06 17:18:42 +02:00
.gitignore Rename pg_validatebackup to pg_verifybackup. 2020-04-12 11:26:05 -04:00
Makefile Add support for zstd base backup compression. 2022-03-08 09:52:43 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
nls.mk Revert "Use wildcards instead of manually-maintained file lists in */nls.mk." 2022-07-13 14:29:10 -04:00
parse_manifest.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
parse_manifest.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_verifybackup.c Add support for progress reporting to pg_verifybackup 2023-02-06 14:40:31 +09:00