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.h
Age
Commit message (
Expand
)
Author
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-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-04-03
pg_basebackup: Correct type of WalSegSz
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
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-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-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
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-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-01-16
Make pg_basebackup use temporary replication slots
Magnus Hagander
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-07-12
Optionally don't error out due to preexisting slots in commandline utilities.
Andres Freund
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-10-01
Refactor replication connection code of various pg_basebackup utilities.
Andres Freund
2014-08-27
Add header comments to receivelog.h and streamutil.h.
Fujii Masao
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-18
Add pg_recvlogical, a tool to receive data logical decoding data.
Robert Haas
2014-02-12
Kill pg_basebackup background process when exiting
Magnus Hagander
2014-02-01
Introduce replication slots.
Robert Haas
2013-02-25
Add -d option to pg_basebackup and pg_receivexlog, for connection string.
Heikki Linnakangas
2013-02-12
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2012-10-02
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2011-10-26
Implement streaming xlog for backup tools
Magnus Hagander