summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/bbstreamer_gzip.c
AgeCommit message (Expand)Author
2024-08-05Rename bbstreamer to astreamer.Robert Haas
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-08-07Improve const use in zlib-using codePeter Eisentraut
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-21Make more consistent some translated strings related to compressionMichael Paquier
2022-09-14Simplify handling of compression level with compression specificationsMichael Paquier
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-12Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier
2022-04-08Silence compiler warnings for unsupported compression methods.Tom Lane
2022-04-08Improve frontend error logging style.Tom Lane
2022-03-28Fix a few goofs in new backup compression code.Robert Haas
2022-03-23Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas
2022-01-28Fix mistakes in commit d45099425eb19e420433c9d81d354fe585f4dbd6.Robert Haas
2022-01-28Allow server-side compression to be used with -Fp.Robert Haas