summaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup_lz4.c
AgeCommit message (Expand)Author
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12Mark a few 'bbsink' related functions / variables static.Andres Freund
2022-04-12Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier
2022-04-11Fix the dates of some copyright noticesMichael Paquier
2022-03-23Unbreak the build.Robert Haas
2022-03-23Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas
2022-03-15Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.Robert Haas
2022-03-08Fix LZ4 tests for remaining buffer space.Robert Haas
2022-02-13Silence minor compiler warnings.Tom Lane
2022-02-11Add suport for server-side LZ4 base backup compression.Robert Haas