summaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup.c
AgeCommit message (Expand)Author
2018-08-03Use correct path for tablspaces while creating a basebackupPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-03-03Add pg_current_logfile() function.Robert Haas
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-19Fix base backup rate limiting in presence of slow i/oMagnus Hagander
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-09-28Exclude additional directories in pg_basebackupPeter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-04-05Implement backup API functions for non-exclusive backupsMagnus Hagander
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-22Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-10-27Measure string lengths only onceAlvaro Herrera
2015-05-28Fix assorted inconsistencies in our calls of readlink().Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-12Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan
2015-05-08Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas
2015-02-24Error when creating names too long for tar formatPeter Eisentraut
2015-01-17Replace walsender's latch with the general shared latch.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-03Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund
2014-06-11Fix typos in comments.Fujii Masao
2014-05-28Ensure cleanup in case of early errors in streaming base backupsMagnus Hagander
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-03-03Another round of Coverity fixesStephen Frost
2014-02-27Allow BASE_BACKUP to be throttledAlvaro Herrera
2014-02-25pg_basebackup: Skip only the *contents* of pg_replslot.Robert Haas
2014-02-03Make pg_basebackup skip temporary statistics files.Fujii Masao
2014-02-01Introduce replication slots.Robert Haas
2014-01-27Change the suffix of auto conf temporary file from "temp" to "tmp".Fujii Masao
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-07Avoid including tablespaces inside PGDATA twice in base backupsMagnus Hagander
2013-12-18Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii
2013-08-24Don't crash when pg_xlog is empty and pg_basebackup -x is usedMagnus Hagander
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-25In base backup, only include our own tablespace version directory.Heikki Linnakangas
2013-02-23Add quotes to messagesPeter Eisentraut
2013-01-17Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas
2013-01-03Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas
2013-01-02Move tar function headers to pgtar.hMagnus Hagander
2013-01-01Update copyrights for 2013Bruce Momjian