aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup.c
Commit message (Expand)AuthorAge
* pgindent run for 9.6Robert Haas2016-06-09
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-05
* Update copyright for 2016Bruce Momjian2016-01-02
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Measure string lengths only onceAlvaro Herrera2015-10-27
* Fix assorted inconsistencies in our calls of readlink().Tom Lane2015-05-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan2015-05-12
* Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas2015-05-08
* Error when creating names too long for tar formatPeter Eisentraut2015-02-24
* Replace walsender's latch with the general shared latch.Andres Freund2015-01-17
* Update copyright for 2015Bruce Momjian2015-01-06
* Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund2015-01-03
* Fix typos in comments.Fujii Masao2014-06-11
* Ensure cleanup in case of early errors in streaming base backupsMagnus Hagander2014-05-28
* pgindent run for 9.4Bruce Momjian2014-05-06
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Another round of Coverity fixesStephen Frost2014-03-03
* Allow BASE_BACKUP to be throttledAlvaro Herrera2014-02-27
* pg_basebackup: Skip only the *contents* of pg_replslot.Robert Haas2014-02-25
* Make pg_basebackup skip temporary statistics files.Fujii Masao2014-02-03
* Introduce replication slots.Robert Haas2014-01-31
* Change the suffix of auto conf temporary file from "temp" to "tmp".Fujii Masao2014-01-27
* Update copyright for 2014Bruce Momjian2014-01-07
* Avoid including tablespaces inside PGDATA twice in base backupsMagnus Hagander2014-01-07
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-18
* Don't crash when pg_xlog is empty and pg_basebackup -x is usedMagnus Hagander2013-08-24
* pgindent run for release 9.3Bruce Momjian2013-05-29
* In base backup, only include our own tablespace version directory.Heikki Linnakangas2013-03-25
* Add quotes to messagesPeter Eisentraut2013-02-22
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-17
* Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas2013-01-03
* Move tar function headers to pgtar.hMagnus Hagander2013-01-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Unify some tar functionality across different partsMagnus Hagander2013-01-01
* Fix race condition if a file is removed while pg_basebackup is running.Heikki Linnakangas2012-12-21
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Use the regular main processing loop also in walsenders.Heikki Linnakangas2012-10-05
* Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.Tom Lane2012-09-28
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-24
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Cast some printf arguments to avoid possibly-nonportable behavior.Tom Lane2012-03-23
* Allow pg_basebackup from standby node with safety checking.Simon Riggs2012-01-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix corner cases in readlink() usage.Tom Lane2011-12-07
* Avoid using readlink() on platforms that don't support itMagnus Hagander2011-12-07
* Fix overly-complicated usage of errcode_for_file_access().Heikki Linnakangas2011-10-22