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