aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/pg_basebackup.c
Commit message (Expand)AuthorAge
* 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
* initdb pg_basebackup: Rename --noxxx options to --no-xxxPeter Eisentraut2016-10-19
* pg_basebackup: Add --nosync optionPeter Eisentraut2016-09-29
* pg_basebackup pg_receivexlog: Issue fsync more carefullyPeter Eisentraut2016-09-29
* Include <sys/select.h> where neededAlvaro Herrera2016-09-27
* pg_basebackup: Clean created directories on failurePeter Eisentraut2016-09-12
* Retire escapeConnectionParameter().Noah Misch2016-08-21
* Fix pg_basebackup so that it accepts 0 as a valid compression level.Fujii Masao2016-08-01
* pgindent run for 9.6Robert Haas2016-06-09
* Support building with Visual Studio 2015Andrew Dunstan2016-04-29
* Fix order of MemSet argumentsMagnus Hagander2016-03-13
* Refactor receivelog.c parametersMagnus Hagander2016-03-11
* Update copyright for 2016Bruce Momjian2016-01-02
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* pg_basebackup: Add --slot optionPeter Eisentraut2015-07-28
* Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas2015-07-02