index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_basebackup
/
streamutil.c
Age
Commit message (
Expand
)
Author
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-22
pg_basebackup: Remove redundant newline in error message
Peter Eisentraut
2015-05-23
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-01-31
Introduce replication slots.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-21
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-15
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