]> granicus.if.org Git - postgresql/history - src/bin/pg_basebackup/streamutil.c
Empty search_path in Autovacuum and non-psql/pgbench clients.
[postgresql] / src / bin / pg_basebackup / streamutil.c
2018-02-26 Noah MischEmpty search_path in Autovacuum and non-psql/pgbench...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-10-01 Andres FreundReplace most usages of ntoh[ls] and hton[sl] with pg_bs...
2017-09-27 Peter Eisentrautpg_basebackup: Add option to create replication slot
2017-09-20 Andres FreundMake WAL segment size configurable at initdb time.
2017-07-07 Magnus HaganderFix out of date comment
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-05-12 Peter EisentrautReplace "transaction log" with "write-ahead log"
2017-03-19 Magnus HaganderUpdate obsolete comment
2017-03-14 Peter EisentrautAdd option to control snapshot export to CREATE_REPLICA...
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-02-23 Tom LaneConsistently declare timestamp variables as TimestampTz.
2017-02-23 Tom LaneRemove now-dead code for !HAVE_INT64_TIMESTAMP.
2017-01-16 Magnus HaganderMake pg_basebackup use temporary replication slots
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-30 Tom LaneSimplify correct use of simple_prompt().
2016-08-08 Noah MischObstruct shell, SQL, and conninfo injection via databas...
2016-01-05 Alvaro HerreraMake pg_receivexlog silent with 9.3 and older servers
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-08-12 Andres FreundHandle PQresultErrorField(PG_DIAG_SQLSTATE) returning...
2015-07-12 Tom LaneFix assorted memory leaks.
2015-07-12 Andres FreundOptionally don't error out due to preexisting slots...
2015-06-23 Peter Eisentrautpg_basebackup: Remove redundant newline in error message
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-10-06 Stephen FrostClean up Create/DropReplicationSlot query buffer
2014-10-01 Andres FreundRefactor replication connection code of various pg_base...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-18 Robert HaasAdd pg_recvlogical, a tool to receive data logical...
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-22 Peter EisentrautTweak streamutil.c further to avoid scan-build warning
2013-11-15 Tom LaneClean up password prompting logic in streamutil.c.
2013-07-16 Peter EisentrautFix PQconninfoParse error message handling
2013-07-14 Stephen Frostpg_receivexlog - Exit on failure to parse
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-02-25 Heikki LinnakangasAdd -d option to pg_basebackup and pg_receivexlog,...
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-13 Heikki LinnakangasMake xlog_internal.h includable in frontend context.
2012-10-02 Tom LaneWork around unportable behavior of malloc(0) and reallo...
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-07-31 Alvaro Herrerapg_basebackup: stylistic adjustments
2012-07-12 Magnus HaganderFix memory and file descriptor leaks in pg_receivexlog...
2012-07-02 Peter EisentrautAssorted message style improvements
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-27 Magnus HaganderMake pg_recievexlog by default loop on connection failures
2012-05-23 Magnus HaganderAdd missing PQfinish() calls
2012-05-22 Robert HaasPrevent pg_basebackup when integer_datetimes flag doesn...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-26 Magnus HaganderImplement streaming xlog for backup tools