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.c
Age
Commit message (
Expand
)
Author
2017-07-07
Fix out of date comment
Magnus Hagander
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-05-12
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-03-19
Update obsolete comment
Magnus Hagander
2017-03-14
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
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-08-30
Simplify correct use of simple_prompt().
Tom Lane
2016-08-08
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-01-05
Make pg_receivexlog silent with 9.3 and older servers
Alvaro Herrera
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-08-12
Handle PQresultErrorField(PG_DIAG_SQLSTATE) returning NULL in streamutil.c.
Andres Freund
2015-07-12
Fix assorted memory leaks.
Tom Lane
2015-07-12
Optionally don't error out due to preexisting slots in commandline utilities.
Andres Freund
2015-06-23
pg_basebackup: Remove redundant newline in error message
Peter Eisentraut
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-10-06
Clean up Create/DropReplicationSlot query buffer
Stephen Frost
2014-10-01
Refactor replication connection code of various pg_basebackup utilities.
Andres Freund
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-01
Introduce replication slots.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-22
Tweak streamutil.c further to avoid scan-build warning
Peter Eisentraut
2013-11-15
Clean up password prompting logic in streamutil.c.
Tom Lane
2013-07-16
Fix PQconninfoParse error message handling
Peter Eisentraut
2013-07-14
pg_receivexlog - Exit on failure to parse
Stephen Frost
2013-05-29
pgindent run for release 9.3
Bruce Momjian
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
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-13
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-10-02
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
Tom Lane
2012-10-02
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-07-31
pg_basebackup: stylistic adjustments
Alvaro Herrera
2012-07-12
Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackup
Magnus Hagander
2012-07-02
Assorted message style improvements
Peter Eisentraut
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-27
Make pg_recievexlog by default loop on connection failures
Magnus Hagander
2012-05-23
Add missing PQfinish() calls
Magnus Hagander
2012-05-22
Prevent pg_basebackup when integer_datetimes flag doesn't match.
Robert Haas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-10-26
Implement streaming xlog for backup tools
Magnus Hagander