aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/streamutil.c
Commit message (Expand)AuthorAge
* Fix minor memory leak in pg_basebackup and pg_receivewalMichael Paquier2020-04-17
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Message wording and pluralization improvementsPeter Eisentraut2018-05-17
* Fix whitespacePeter Eisentraut2018-05-17
* Remove extra newlines after PQerrorMessage()Peter Eisentraut2018-05-05
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Correct pg_recvlogical server version test.Noah Misch2018-04-25
* Allow group access on PGDATAStephen Frost2018-04-07
* Fix pg_recvlogical for pre-10 versionsMagnus Hagander2018-03-18
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Update copyright for 2018Bruce Momjian2018-01-02
* 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