index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_basebackup
/
streamutil.h
Commit message (
Expand
)
Author
Age
*
pg_basebackup: Add option to create replication slot
Peter Eisentraut
2017-09-27
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
*
Make pg_basebackup use temporary replication slots
Magnus Hagander
2017-01-16
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Optionally don't error out due to preexisting slots in commandline utilities.
Andres Freund
2015-07-12
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Refactor replication connection code of various pg_basebackup utilities.
Andres Freund
2014-10-01
*
Add header comments to receivelog.h and streamutil.h.
Fujii Masao
2014-08-27
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Add pg_recvlogical, a tool to receive data logical decoding data.
Robert Haas
2014-03-18
*
Kill pg_basebackup background process when exiting
Magnus Hagander
2014-02-12
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Add -d option to pg_basebackup and pg_receivexlog, for connection string.
Heikki Linnakangas
2013-02-25
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-10-02
*
Implement streaming xlog for backup tools
Magnus Hagander
2011-10-26