1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/src
David Steele f2548f45ce Allow storage reads to be limited by bytes.
The current use case is reading files from the PostgreSQL cluster during backup.

A file may grow during backup but we only need to copy the number of bytes that were reported during the manifest build.  The rest will be rebuilt from the WAL during recovery so copying more is just a waste of space.

Limiting the copy sizes in backup will be part of a future commit.
2020-03-17 18:16:17 -04:00
..
build Auto-detect presence of clobbered warning. 2020-03-14 13:06:21 -04:00
command Add --dry-run option to the expire command. 2020-03-16 13:56:52 -04:00
common Fix typos. 2020-03-17 11:43:38 -04:00
config Make cfgLoadLogSetting() static. 2020-03-16 18:18:30 -04:00
db Designated initializer cleanup. 2020-01-27 17:50:07 -07:00
info Add infrastructure for multiple compression type support. 2020-03-06 14:41:03 -05:00
postgres Move logic from postgres/pageChecksum to command/backup/pageChecksum(). 2020-03-05 16:12:54 -05:00
protocol Add pgIsLocalVerify(). 2020-02-12 15:47:07 -07:00
storage Allow storage reads to be limited by bytes. 2020-03-17 18:16:17 -04:00
.gitignore Use a checksum to build configure.ac more efficiently. 2020-03-14 12:39:29 -04:00
build.auto.h.in Add lz4 compression support. 2020-03-10 14:45:27 -04:00
configure Auto-detect presence of clobbered warning. 2020-03-14 13:06:21 -04:00
main.c Add repo-create, repo-get, repo-put, and repo-rm commands. 2020-03-09 17:15:03 -04:00
Makefile.in Add VPATH to Makefile. 2020-03-15 09:53:42 -04:00
version.h Begin v2.25 development. 2020-02-25 17:18:25 -05:00