summaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-171-11/+30
* Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas2013-01-031-41/+190
* Move tar function headers to pgtar.hMagnus Hagander2013-01-021-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Unify some tar functionality across different partsMagnus Hagander2013-01-011-125/+3
* Fix race condition if a file is removed while pg_basebackup is running.Heikki Linnakangas2012-12-211-10/+31
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-131-4/+17
* Use the regular main processing loop also in walsenders.Heikki Linnakangas2012-10-051-14/+2
* Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.Tom Lane2012-09-281-23/+40
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-241-1/+1
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-241-12/+8
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-5/+7
* Cast some printf arguments to avoid possibly-nonportable behavior.Tom Lane2012-03-231-1/+1
* Allow pg_basebackup from standby node with safety checking.Simon Riggs2012-01-251-5/+20
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Fix corner cases in readlink() usage.Tom Lane2011-12-071-14/+38
* Avoid using readlink() on platforms that don't support itMagnus Hagander2011-12-071-3/+22
* Fix overly-complicated usage of errcode_for_file_access().Heikki Linnakangas2011-10-221-3/+3
* Exclude postmaster.opts from base backupsMagnus Hagander2011-10-181-2/+3
* Split walsender.h in public/private headersAlvaro Herrera2011-09-131-0/+1
* Tweak string for uniformityAlvaro Herrera2011-09-081-1/+1
* Cascading replication feature for streaming log-based replication.Simon Riggs2011-07-191-0/+5
* Message style improvementsPeter Eisentraut2011-07-081-2/+2
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-17/+20
* Mention gcc version in C comment.Bruce Momjian2011-03-091-1/+1
* Implement NOWAIT option for BASE_BACKUP commandMagnus Hagander2011-02-091-1/+12
* Add C comment about why older compilers complain about basebackup.c'sBruce Momjian2011-02-041-0/+6
* Include more status information in walsender resultsMagnus Hagander2011-02-031-0/+39
* Support multiple concurrent pg_basebackup backups.Heikki Linnakangas2011-01-311-13/+74
* Add option to include WAL in base backupMagnus Hagander2011-01-301-31/+118
* Typo fix for MemSet size.Magnus Hagander2011-01-251-1/+1
* Make walsender options order-independentMagnus Hagander2011-01-231-11/+72
* Add pg_basebackup tool for streaming base backupsMagnus Hagander2011-01-231-5/+14