summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/pg_basebackup.c
AgeCommit message (Expand)Author
2020-08-18Avoid non-constant format string argument to fprintf().Heikki Linnakangas
2020-08-17Fix printing last progress report line in client programs.Heikki Linnakangas
2020-06-19Ensure write failure reports no-disk-spaceAlvaro Herrera
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-01Put new command-line options into alphabetical order in help outputPeter Eisentraut
2020-04-27Fix bogus tar-file padding logic for standby.signal.Robert Haas
2020-04-16Disable silently generation of manifests with servers <= 12 in pg_basebackupMichael Paquier
2020-04-15Code review for backup manifest.Fujii Masao
2020-04-03Generate backup manifests for base backups, and validate them.Robert Haas
2020-03-19Make pg_basebackup ask the server to estimate the total backup size, by default.Fujii Masao
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-28Refer to bug report address by symbol rather than hardcodingPeter Eisentraut
2020-02-07Revert "Prevent running pg_basebackup as root"Michael Paquier
2020-02-04Fix fuzzy error handling in pg_basebackup when opening gzFileMichael Paquier
2020-02-01Prevent running pg_basebackup as rootMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-05pg_basebackup: Refactor code for reading COPY and tar data.Robert Haas
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-09-25Split out recovery confing-writing code from pg_basebackupAlvaro Herrera
2019-09-04Delay fsyncs of pg_basebackup until the end of backupMichael Paquier
2019-09-03Improve base backup protocol documentationPeter Eisentraut
2019-07-26Don't uselessly escape a string that doesn't need escapingAlvaro Herrera
2019-07-21Fix compilation warning of pg_basebackup with MinGWMichael Paquier
2019-07-02Remove redundant newlines from error messagesPeter Eisentraut
2019-06-08Update stale comments, and fix comment typos.Noah Misch
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-08Fix compatibility of pg_basebackup -R with 11 and older versionsMichael Paquier
2019-02-13More unconstify usePeter Eisentraut
2019-01-19Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander
2019-01-07pg_basebackup: Use atexit()Peter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-22Fix ancient compiler warnings and typos in !HAVE_SYMLINK codePeter Eisentraut
2018-12-16Modernize our code for looking up descriptive strings for Unix signals.Tom Lane
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-10-08Fix speling errorMagnus Hagander
2018-07-29Add verbosity to pg_basebackup for syncMichael Paquier
2018-05-21pg_basebackup: Remove short option -kPeter Eisentraut
2018-05-17Message wording and pluralization improvementsPeter Eisentraut
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-07Refactor dir/file permissionsStephen Frost
2018-04-03Validate page level checksums in base backupsMagnus Hagander
2018-01-02Update copyright for 2018Bruce Momjian
2017-12-01pg_basebackup: Fix progress messages when writing to a filePeter Eisentraut
2017-11-27Mark some more functions as pg_attribute_noreturn().Tom Lane
2017-11-01pg_basebackup: Fix comparison handling of tablespace mappings on WindowsPeter Eisentraut
2017-09-27pg_basebackup: Add option to create replication slotPeter Eisentraut
2017-09-26Sort pg_basebackup options betterPeter Eisentraut
2017-09-19Make WAL segment size configurable at initdb time.Andres Freund