summaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup.c
Commit message (Expand)AuthorAgeFilesLines
* Add some const decorations to prototypesPeter Eisentraut2017-11-101-4/+4
* Exclude pg_internal.init from BASE_BACKUPSimon Riggs2017-11-071-0/+4
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-111-43/+43
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-191-15/+19
* Correct base backup throttlingAlvaro Herrera2017-09-051-11/+26
* Phase 3 of pgindent updates.Tom Lane2017-06-211-15/+15
* Phase 2 of pgindent updates.Tom Lane2017-06-211-7/+7
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-6/+6
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-16/+16
* Fix new warnings from GCC 7Peter Eisentraut2017-04-171-2/+2
* Add pg_current_logfile() function.Robert Haas2017-03-031-0/+4
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-251-1/+0
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-231-6/+6
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix base backup rate limiting in presence of slow i/oMagnus Hagander2016-12-191-17/+7
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-201-10/+10
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-041-1/+2
* Exclude additional directories in pg_basebackupPeter Eisentraut2016-09-281-91/+169
* pgindent run for 9.6Robert Haas2016-06-091-2/+2
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-051-7/+10
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-211-17/+1
* Measure string lengths only onceAlvaro Herrera2015-10-271-11/+19
* Fix assorted inconsistencies in our calls of readlink().Tom Lane2015-05-281-1/+2
* pgindent run for 9.5Bruce Momjian2015-05-231-10/+11
* Fix more typos in comments.Heikki Linnakangas2015-05-201-2/+2
* Collection of typo fixes.Heikki Linnakangas2015-05-201-1/+1
* Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan2015-05-121-85/+53
* Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas2015-05-081-5/+2
* Error when creating names too long for tar formatPeter Eisentraut2015-02-241-1/+20
* Replace walsender's latch with the general shared latch.Andres Freund2015-01-171-2/+8
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund2015-01-031-0/+24
* Fix typos in comments.Fujii Masao2014-06-111-1/+1
* Ensure cleanup in case of early errors in streaming base backupsMagnus Hagander2014-05-281-11/+18
* pgindent run for 9.4Bruce Momjian2014-05-061-10/+10
* Rationalize common/relpath.[hc].Tom Lane2014-04-301-1/+1
* Another round of Coverity fixesStephen Frost2014-03-031-1/+2
* Allow BASE_BACKUP to be throttledAlvaro Herrera2014-02-271-2/+135
* pg_basebackup: Skip only the *contents* of pg_replslot.Robert Haas2014-02-251-4/+12
* Make pg_basebackup skip temporary statistics files.Fujii Masao2014-02-031-1/+30
* Introduce replication slots.Robert Haas2014-01-311-0/+4
* Change the suffix of auto conf temporary file from "temp" to "tmp".Fujii Masao2014-01-271-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Avoid including tablespaces inside PGDATA twice in base backupsMagnus Hagander2014-01-071-7/+52
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-181-0/+7
* Don't crash when pg_xlog is empty and pg_basebackup -x is usedMagnus Hagander2013-08-241-0/+8
* pgindent run for release 9.3Bruce Momjian2013-05-291-29/+35
* In base backup, only include our own tablespace version directory.Heikki Linnakangas2013-03-251-13/+55
* Add quotes to messagesPeter Eisentraut2013-02-221-3/+3