summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/streamutil.c
AgeCommit message (Expand)Author
2023-04-03pg_basebackup: Correct type of WalSegSzPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-24Message style improvementsPeter Eisentraut
2022-07-03Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-08Improve frontend error logging style.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-26Allow pg_receivewal to stream from a slot's restart LSNMichael Paquier
2021-10-19Fix sscanf limits in pg_basebackup and pg_dumpDaniel Gustafsson
2021-10-05Flexible options for CREATE_REPLICATION_SLOT.Robert Haas
2021-10-05Flexible options for BASE_BACKUP.Robert Haas
2021-06-30Allow enabling two-phase option via replication protocol.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-07Fix redundant error messages in client toolsPeter Eisentraut
2020-09-04Remove arbitrary restrictions on password length.Tom Lane
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch
2020-04-17Fix minor memory leak in pg_basebackup and pg_receivewalMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-05-18Message wording and pluralization improvementsPeter Eisentraut
2018-05-18Fix whitespacePeter Eisentraut
2018-05-05Remove extra newlines after PQerrorMessage()Peter Eisentraut
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-26Correct pg_recvlogical server version test.Noah Misch
2018-04-07Allow group access on PGDATAStephen Frost
2018-03-18Fix pg_recvlogical for pre-10 versionsMagnus Hagander
2018-02-26Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-09-27pg_basebackup: Add option to create replication slotPeter Eisentraut
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-07-07Fix out of date commentMagnus Hagander
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-03-19Update obsolete commentMagnus Hagander
2017-03-14Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-01-16Make pg_basebackup use temporary replication slotsMagnus Hagander
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-30Simplify correct use of simple_prompt().Tom Lane
2016-08-08Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch
2016-01-05Make pg_receivexlog silent with 9.3 and older serversAlvaro Herrera
2016-01-02Update copyright for 2016Bruce Momjian