summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/pg_basebackup.c
AgeCommit message (Expand)Author
2016-08-22Retire escapeConnectionParameter().Noah Misch
2016-08-01Fix pg_basebackup so that it accepts 0 as a valid compression level.Fujii Masao
2016-06-09pgindent run for 9.6Robert Haas
2016-04-29Support building with Visual Studio 2015Andrew Dunstan
2016-03-13Fix order of MemSet argumentsMagnus Hagander
2016-03-11Refactor receivelog.c parametersMagnus Hagander
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-22Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-07-29pg_basebackup: Add --slot optionPeter Eisentraut
2015-07-02Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-12Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan
2015-04-29pg_basebackup: canonicalize old and new tablespace pathsBruce Momjian
2015-04-12Remove duplicated words in comments.Heikki Linnakangas
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-12-15add missing newlineAlvaro Herrera
2014-11-17Add --synchronous option to pg_receivexlog, for more reliable WAL writing.Fujii Masao
2014-10-01Refactor replication connection code of various pg_basebackup utilities.Andres Freund
2014-08-22Fix comment in pg_basebackup.Heikki Linnakangas
2014-08-22Change the way pg_basebackup's tablespace mapping is implemented.Heikki Linnakangas
2014-08-19Revert "Fix bug in checking of IDENTIFY_SYSTEM result."Fujii Masao
2014-08-19Fix bug in checking of IDENTIFY_SYSTEM result.Fujii Masao
2014-08-09Small message fixesPeter Eisentraut
2014-08-08Add -F option to pg_receivexlog, for specifying fsync interval.Fujii Masao
2014-07-15pg_basebackup: Add more information about --max-rate option to help outputPeter Eisentraut
2014-05-15Misc message style and doc fixes.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-10Allow logical decoding via the walsender interface.Robert Haas
2014-02-27Allow BASE_BACKUP to be throttledAlvaro Herrera
2014-02-22pg_basebackup: Add support for relocating tablespacesPeter Eisentraut
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-12Add missing include, required on some platformsMagnus Hagander
2014-02-12Kill pg_basebackup background process when exitingMagnus Hagander
2014-02-09Limit pg_basebackup progress output to 1/secondMagnus Hagander
2014-02-09Avoid printing uninitialized filename variable in verbose modeMagnus Hagander
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-16Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas
2013-11-27Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory.Fujii Masao
2013-07-15Correct off-by-one when reading from pipeStephen Frost
2013-06-01Fix unportable usage of isspace().Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-20Fix escaping in generated recovery.conf file.Heikki Linnakangas
2013-03-25Make pg_basebackup work with pre-9.3 servers, and add server version check.Heikki Linnakangas
2013-03-10pg_basebackup: Add missing newlines to several error messagesPeter Eisentraut
2013-02-25Add -d option to pg_basebackup and pg_receivexlog, for connection string.Heikki Linnakangas
2013-02-16Warn about initdb using mount-pointsBruce Momjian
2013-01-17Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas
2013-01-17Silence compiler warningsMagnus Hagander
2013-01-17Make size-output fixed length in pg_basebackup verbose modeMagnus Hagander