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.c
Commit message (
Expand
)
Author
Age
*
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
*
Make pg_receivexlog silent with 9.3 and older servers
Alvaro Herrera
2016-01-05
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Handle PQresultErrorField(PG_DIAG_SQLSTATE) returning NULL in streamutil.c.
Andres Freund
2015-08-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-07-12
*
pg_basebackup: Remove redundant newline in error message
Peter Eisentraut
2015-06-22
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Clean up Create/DropReplicationSlot query buffer
Stephen Frost
2014-10-06
*
Refactor replication connection code of various pg_basebackup utilities.
Andres Freund
2014-10-01
*
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
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Tweak streamutil.c further to avoid scan-build warning
Peter Eisentraut
2013-11-21
*
Clean up password prompting logic in streamutil.c.
Tom Lane
2013-11-15
*
Fix PQconninfoParse error message handling
Peter Eisentraut
2013-07-15
*
pg_receivexlog - Exit on failure to parse
Stephen Frost
2013-07-14
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
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
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-12-13
*
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-10-02
*
pg_basebackup: stylistic adjustments
Alvaro Herrera
2012-07-31
*
Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackup
Magnus Hagander
2012-07-12
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Make pg_recievexlog by default loop on connection failures
Magnus Hagander
2012-05-27
*
Add missing PQfinish() calls
Magnus Hagander
2012-05-23
*
Prevent pg_basebackup when integer_datetimes flag doesn't match.
Robert Haas
2012-05-22
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Implement streaming xlog for backup tools
Magnus Hagander
2011-10-26