aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/streamutil.h
Commit message (Expand)AuthorAge
* Optionally don't error out due to preexisting slots in commandline utilities.Andres Freund2015-07-12
* pgindent run for 9.5Bruce Momjian2015-05-23
* Update copyright for 2015Bruce Momjian2015-01-06
* Refactor replication connection code of various pg_basebackup utilities.Andres Freund2014-10-01
* Add header comments to receivelog.h and streamutil.h.Fujii Masao2014-08-27
* pgindent run for 9.4Bruce Momjian2014-05-06
* Add pg_recvlogical, a tool to receive data logical decoding data.Robert Haas2014-03-18
* Kill pg_basebackup background process when exitingMagnus Hagander2014-02-12
* Introduce replication slots.Robert Haas2014-01-31
* Add -d option to pg_basebackup and pg_receivexlog, for connection string.Heikki Linnakangas2013-02-25
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* Implement streaming xlog for backup toolsMagnus Hagander2011-10-26