aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/streamutil.h
Commit message (Expand)AuthorAge
* pg_basebackup: Add option to create replication slotPeter Eisentraut2017-09-27
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Make pg_basebackup use temporary replication slotsMagnus Hagander2017-01-16
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* 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