1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-04 09:43:08 +02:00
pgbackrest/src
David Steele 0577b03016
Use lz4 for protocol compression.
lz4 provides much better compression speed and gives similar compression ratios to gz when used at low levels (the gz default was 3).
2024-11-26 11:03:27 -05:00
..
build Use lz4 for protocol compression. 2024-11-26 11:03:27 -05:00
command Fix typos. 2024-11-22 15:25:43 -05:00
common Fix typos. 2024-11-22 15:25:43 -05:00
config Use lz4 for protocol compression. 2024-11-26 11:03:27 -05:00
db Allow requested standby backup to proceed with no standby. 2024-09-09 12:56:52 +03:00
info Fix typos. 2024-11-22 15:25:43 -05:00
postgres Enable cast-qual compiler warning. 2024-10-28 14:21:38 +02:00
protocol Fix incorrect log macros. 2024-11-02 11:36:56 -04:00
storage Use lz4 for protocol compression. 2024-11-26 11:03:27 -05:00
.gitignore
main.c Refactor config parse to remove none command, add version/help options. 2024-07-23 16:39:02 +07:00
meson.build Move compression driver param list management to a common module. 2024-11-13 17:28:21 -05:00
version.h Begin v2.55.0 development. 2024-10-21 09:11:49 +03:00