aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/streamutil.c
Commit message (Expand)AuthorAge
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-01
* pg_basebackup: Add option to create replication slotPeter Eisentraut2017-09-27
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Fix out of date commentMagnus Hagander2017-07-07
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* Update obsolete commentMagnus Hagander2017-03-19
* Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut2017-03-14
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* Make pg_basebackup use temporary replication slotsMagnus Hagander2017-01-16
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Simplify correct use of simple_prompt().Tom Lane2016-08-30
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-08
* Make pg_receivexlog silent with 9.3 and older serversAlvaro Herrera2016-01-05
* Update copyright for 2016Bruce Momjian2016-01-02
* Handle PQresultErrorField(PG_DIAG_SQLSTATE) returning NULL in streamutil.c.Andres Freund2015-08-12
* Fix assorted memory leaks.Tom Lane2015-07-12
* Optionally don't error out due to preexisting slots in commandline utilities.Andres Freund2015-07-12
* pg_basebackup: Remove redundant newline in error messagePeter Eisentraut2015-06-22
* pgindent run for 9.5Bruce Momjian2015-05-23
* Update copyright for 2015Bruce Momjian2015-01-06
* Clean up Create/DropReplicationSlot query bufferStephen Frost2014-10-06
* Refactor replication connection code of various pg_basebackup utilities.Andres Freund2014-10-01
* pgindent run for 9.4Bruce Momjian2014-05-06
* Add pg_recvlogical, a tool to receive data logical decoding data.Robert Haas2014-03-18
* Introduce replication slots.Robert Haas2014-01-31
* Update copyright for 2014Bruce Momjian2014-01-07
* Tweak streamutil.c further to avoid scan-build warningPeter Eisentraut2013-11-21
* Clean up password prompting logic in streamutil.c.Tom Lane2013-11-15
* Fix PQconninfoParse error message handlingPeter Eisentraut2013-07-15
* pg_receivexlog - Exit on failure to parseStephen Frost2013-07-14
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Add -d option to pg_basebackup and pg_receivexlog, for connection string.Heikki Linnakangas2013-02-25
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Update copyrights for 2013Bruce Momjian2013-01-01
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-13
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-02
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* pg_basebackup: stylistic adjustmentsAlvaro Herrera2012-07-31
* Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackupMagnus Hagander2012-07-12
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Make pg_recievexlog by default loop on connection failuresMagnus Hagander2012-05-27
* Add missing PQfinish() callsMagnus Hagander2012-05-23
* Prevent pg_basebackup when integer_datetimes flag doesn't match.Robert Haas2012-05-22
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Implement streaming xlog for backup toolsMagnus Hagander2011-10-26