summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/streamutil.h
AgeCommit message (Expand)Author
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-01-16Make pg_basebackup use temporary replication slotsMagnus Hagander
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-07-12Optionally don't error out due to preexisting slots in commandline utilities.Andres Freund
2015-05-24pgindent run for 9.5Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-01Refactor replication connection code of various pg_basebackup utilities.Andres Freund
2014-08-27Add header comments to receivelog.h and streamutil.h.Fujii Masao
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-18Add pg_recvlogical, a tool to receive data logical decoding data.Robert Haas
2014-02-12Kill pg_basebackup background process when exitingMagnus Hagander
2014-02-01Introduce replication slots.Robert Haas
2013-02-25Add -d option to pg_basebackup and pg_receivexlog, for connection string.Heikki Linnakangas
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2012-10-02Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane
2011-10-26Implement streaming xlog for backup toolsMagnus Hagander