summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/streamutil.c
AgeCommit message (Expand)Author
7 hoursStandardize LSN formatting by zero paddingÁlvaro Herrera
2025-04-04pg_recvlogical: Add --failover option.Masahiko Sawada
2025-03-12pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.Masahiko Sawada
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-11-04pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass.Tom Lane
2024-08-10Fix inappropriate uses of atol()Peter Eisentraut
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-03-24Release PQconninfoOptions array in GetDbnameFromConnectionOptions().Tom Lane
2024-03-21Allow dbname to be written as part of connstring via pg_basebackup's -R option.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-21Allow dbname in pg_basebackup/pg_receivewal connstringDaniel Gustafsson
2023-08-28Make error messages about WAL segment size more consistentPeter Eisentraut
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