Commit Graph

269 Commits (f5a1311fccd2ed24a9fb42aa47a17d1df7126039)

Author SHA1 Message Date
Peter Eisentraut f5a1311fcc Fix inappropriate uses of atol() 1 year ago
Robert Haas 53b2c921a0 Move recovery injector astreamer to a separate header file. 1 year ago
Robert Haas 3c90569811 Rename bbstreamer to astreamer. 1 year ago
Amit Kapila a145f424d5 Allow dbname to be written as part of connstring via pg_basebackup's -R option. 2 years ago
Michael Paquier c717525035 pg_basebackup: Fix check for MINIMUM_VERSION_FOR_WAL_SUMMARIES 2 years ago
Robert Haas 3d5c332a3d Repair various defects in dc21234005. 2 years ago
Magnus Hagander cd02b35a46 Show the default checkpoint method in the pg_basebackup help message 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Michael Paquier 231ff70f98 Fix some translatable strings in pg_basebackup and pg_combinebackup 2 years ago
Robert Haas dc21234005 Add support for incremental backup. 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Michael Paquier e1c6db6309 pg_basebackup: Generate valid temporary slot names under PQbackendPID() 2 years ago
Nathan Bossart 8c16ad3b43 Allow using syncfs() in frontend utilities. 2 years ago
Nathan Bossart cccc6cdeb3 Add support for syncfs() in frontend support functions. 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
Robert Haas 363e8f9115 Fix pg_basebackup with in-place tablespaces some more. 3 years ago
Michael Paquier ef7002dbe0 Fix various typos in code and tests 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Peter Eisentraut df8b8968d4 Order getopt arguments 3 years ago
Michael Paquier d18655cc03 Refactor code parsing compression option values (-Z/--compress) 3 years ago
Robert Haas 1f0c4fa255 pg_basebackup: Fix cross-platform tablespace relocation. 3 years ago
Peter Eisentraut 26f7802beb Message style improvements 3 years ago
Robert Haas ebfb814f7c walmethods.c/h: Make WalWriteMethod more object-oriented. 3 years ago
Michael Paquier f352e2d08a Simplify handling of compression level with compression specifications 3 years ago
Thomas Munro 7e50b4e3c5 Remove configure probe for sys/select.h. 3 years ago
Robert Haas a8c0128697 Move basebackup code to new directory src/backend/backup 3 years ago
Peter Eisentraut fa351b1b13 Remove unused short option from getopt_long() call 3 years ago
Thomas Munro 2b1f580ee2 Remove configure probes for symlink/readlink, and dead code. 3 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 3 years ago
Andres Freund 3f8148c256 Revert 019_replslot_limit.pl related debugging aids. 4 years ago
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free() 4 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 4 years ago
Michael Paquier 3603f7c6e6 Remove WalCompressionMethod in favor of pg_compress_algorithm 4 years ago
Michael Paquier a4b57543ac Rename backup_compression.{c,h} to compression.{c,h} 4 years ago
David Rowley b0e5f02ddc Fix various typos and spelling mistakes in code comments 4 years ago
Peter Eisentraut 0c65177a21 Put new command-line options into alphabetical order in help output 4 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 4 years ago
Robert Haas 591767150f pg_basebackup: Try to fix some failures on Windows. 4 years ago
Robert Haas ffd53659c4 Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL. 4 years ago
Michael Paquier 6bdf1a1400 Fix collection of typos in the code and the documentation 4 years ago
Robert Haas d6f1cdeb9a pg_basebackup: Clean up some bogus file extension tests. 4 years ago
Robert Haas b2de45f920 pg_basebackup: Avoid unclean failure with server-compression and -D -. 4 years ago
Robert Haas 7cf085f077 Add support for zstd base backup compression. 4 years ago
Daniel Gustafsson 0475a97f74 Quick exit on log stream child exit in pg_basebackup 4 years ago
Andres Freund afdeff1052 Add temporary debug info to help debug 019_replslot_limit.pl failures. 4 years ago
Tom Lane 62cb7427d1 Avoid dangling-pointer usage in pg_basebackup progress reports. 4 years ago
Robert Haas 751b8d23b7 pg_basebackup: Allow client-side LZ4 (de)compression. 4 years ago
Robert Haas dab298471f Add suport for server-side LZ4 base backup compression. 4 years ago
Robert Haas 51891d5a95 pg_basebackup: Cleaner handling when compression is multiply specified. 4 years ago
Robert Haas d45099425e Allow server-side compression to be used with -Fp. 4 years ago