aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/pg_basebackup.c
Commit message (Expand)AuthorAge
* Replace use of sys_siglist[] with strsignal().Tom Lane2020-07-15
* Ensure write failure reports no-disk-spaceAlvaro Herrera2020-06-19
* Delay fsyncs of pg_basebackup until the end of backupMichael Paquier2019-09-04
* Don't uselessly escape a string that doesn't need escapingAlvaro Herrera2019-07-26
* Fix ancient compiler warnings and typos in !HAVE_SYMLINK codePeter Eisentraut2018-12-22
* Fix speling errorMagnus Hagander2018-10-08
* pg_basebackup: Remove short option -kPeter Eisentraut2018-05-21
* Message wording and pluralization improvementsPeter Eisentraut2018-05-17
* Allow group access on PGDATAStephen Frost2018-04-07
* Refactor dir/file permissionsStephen Frost2018-04-07
* Validate page level checksums in base backupsMagnus Hagander2018-04-03
* Update copyright for 2018Bruce Momjian2018-01-02
* pg_basebackup: Fix progress messages when writing to a filePeter Eisentraut2017-12-01
* Mark some more functions as pg_attribute_noreturn().Tom Lane2017-11-27
* pg_basebackup: Fix comparison handling of tablespace mappings on WindowsPeter Eisentraut2017-11-01
* pg_basebackup: Add option to create replication slotPeter Eisentraut2017-09-27
* Sort pg_basebackup options betterPeter Eisentraut2017-09-26
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Remove useless empty string initializationsPeter Eisentraut2017-09-08
* Fix pg_basebackup output to stdout on Windows.Heikki Linnakangas2017-07-14
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Add missing serial commaPeter Eisentraut2017-06-14
* Generate pg_basebackup temporary slot name using backend pidMagnus Hagander2017-05-31
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Revert changes to pg_basebackup and pg_waldump usage() code.Tom Lane2017-05-17
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-16
* Fix typo in commentMagnus Hagander2017-05-15
* Standardize "WAL location" terminologyPeter Eisentraut2017-05-12
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* Avoid slow shutdown of pg_basebackup.Tom Lane2017-04-27
* Write "waiting for checkpoint" on regular progress rowMagnus Hagander2017-04-01
* Move atooid() definition to a central placePeter Eisentraut2017-03-01
* Add missing progname prefix to some messagesMagnus Hagander2017-02-26
* Clarify the role of checkpoint at the begininng of base backupsMagnus Hagander2017-02-26
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Fix help message for pg_basebackup -RMagnus Hagander2017-02-18
* Replace reference to "xlog-method" with "wal-method" in error message.Fujii Masao2017-02-15
* Rename command line options for ongoing xlog -> wal conversion.Robert Haas2017-02-09
* Add compression support to pg_receivexlogMagnus Hagander2017-01-17
* Fix incorrect comparison due to bad mergeMagnus Hagander2017-01-16
* Make pg_basebackup use temporary replication slotsMagnus Hagander2017-01-16
* Use an enum instead of two bools to indicate wal inclusion in base backupsMagnus Hagander2017-01-09
* Make wal streaming the default mode for pg_basebackupMagnus Hagander2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Forbid invalid combination of options in pg_basebackup.Fujii Masao2016-12-21
* Add missing newline in messageMagnus Hagander2016-12-15
* Free walmethods before exitingMagnus Hagander2016-10-25
* Allow pg_basebackup to stream transaction log in tar modeMagnus Hagander2016-10-23
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-20