postgresql/src/backend/backup
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
..
Makefile Move basebackup code to new directory src/backend/backup 2022-08-10 14:03:23 -04:00
backup_manifest.c Simplify useless 0L constants 2023-03-29 08:25:12 +02:00
basebackup.c Reword overly-optimistic comment about backup checksum verification. 2023-03-06 10:35:15 -05:00
basebackup_copy.c Improve TimestampDifferenceMilliseconds to cope with overflow sanely. 2023-01-26 17:09:12 -05:00
basebackup_gzip.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
basebackup_lz4.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
basebackup_progress.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
basebackup_server.c Improve several permission-related error messages. 2023-03-17 10:33:09 +01:00
basebackup_sink.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
basebackup_target.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
basebackup_throttle.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
basebackup_zstd.c Support long distance matching for zstd compression 2023-04-06 17:18:42 +02:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00