index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_basebackup
/
streamutil.c
Age
Commit message (
Expand
)
Author
7 hours
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-04-04
pg_recvlogical: Add --failover option.
Masahiko Sawada
2025-03-12
pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.
Masahiko Sawada
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-06
Remove unused #include's from bin .c files
Peter Eisentraut
2024-11-04
pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass.
Tom Lane
2024-08-10
Fix inappropriate uses of atol()
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-24
Release PQconninfoOptions array in GetDbnameFromConnectionOptions().
Tom Lane
2024-03-21
Allow dbname to be written as part of connstring via pg_basebackup's -R option.
Amit Kapila
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-09-21
Allow dbname in pg_basebackup/pg_receivewal connstring
Daniel Gustafsson
2023-08-28
Make error messages about WAL segment size more consistent
Peter Eisentraut
2023-04-03
pg_basebackup: Correct type of WalSegSz
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-24
Message style improvements
Peter Eisentraut
2022-07-03
Remove redundant null pointer checks before PQclear and PQconninfoFree
Peter Eisentraut
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-08
Improve frontend error logging style.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-26
Allow pg_receivewal to stream from a slot's restart LSN
Michael Paquier
2021-10-19
Fix sscanf limits in pg_basebackup and pg_dump
Daniel Gustafsson
2021-10-05
Flexible options for CREATE_REPLICATION_SLOT.
Robert Haas
2021-10-05
Flexible options for BASE_BACKUP.
Robert Haas
2021-06-30
Allow enabling two-phase option via replication protocol.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-07
Fix redundant error messages in client tools
Peter Eisentraut
2020-09-04
Remove arbitrary restrictions on password length.
Tom Lane
2020-08-10
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-04-17
Fix minor memory leak in pg_basebackup and pg_receivewal
Michael Paquier
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-07-04
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-05-14
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-05-18
Message wording and pluralization improvements
Peter Eisentraut
2018-05-18
Fix whitespace
Peter Eisentraut
2018-05-05
Remove extra newlines after PQerrorMessage()
Peter Eisentraut
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
Correct pg_recvlogical server version test.
Noah Misch
2018-04-07
Allow group access on PGDATA
Stephen Frost
2018-03-18
Fix pg_recvlogical for pre-10 versions
Magnus Hagander
2018-02-26
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-09-27
pg_basebackup: Add option to create replication slot
Peter Eisentraut
2017-09-20
Make WAL segment size configurable at initdb time.
Andres Freund
2017-07-07
Fix out of date comment
Magnus Hagander
[next]