index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_basebackup
/
streamutil.h
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-01-16
Make pg_basebackup use temporary replication slots
Magnus Hagander
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-07-12
Optionally don't error out due to preexisting slots in commandline utilities.
Andres Freund
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-10-01
Refactor replication connection code of various pg_basebackup utilities.
Andres Freund
2014-08-27
Add header comments to receivelog.h and streamutil.h.
Fujii Masao
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-18
Add pg_recvlogical, a tool to receive data logical decoding data.
Robert Haas
2014-02-12
Kill pg_basebackup background process when exiting
Magnus Hagander
2014-02-01
Introduce replication slots.
Robert Haas
2013-02-25
Add -d option to pg_basebackup and pg_receivexlog, for connection string.
Heikki Linnakangas
2013-02-12
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2012-10-02
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2011-10-26
Implement streaming xlog for backup tools
Magnus Hagander