index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_basebackup
/
receivelog.c
Age
Commit message (
Expand
)
Author
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-29
Handle fsync failures in pg_receivewal and pg_recvlogical
Peter Eisentraut
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
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-01-02
Update copyright for 2018
Bruce Momjian
2017-11-05
Fix comment
Magnus Hagander
2017-09-27
pg_basebackup: Add option to create replication slot
Peter Eisentraut
2017-09-19
Make WAL segment size configurable at initdb time.
Andres Freund
2017-08-04
Message style improvements
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-06
Fix some cases of "the the" split across two lines.
Robert Haas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-12
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-04-27
Avoid slow shutdown of pg_basebackup.
Tom Lane
2017-04-12
Fix reversed check of return value from sync
Magnus Hagander
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-12-27
Don't rename .partial files in pg_receivexlog if an error occured
Magnus Hagander
2016-10-23
Rename walmethod fsync method to sync
Magnus Hagander
2016-10-23
Allow pg_basebackup to stream transaction log in tar mode
Magnus Hagander
2016-10-02
Avoid leaking FDs after an fsync failure.
Tom Lane
2016-09-29
pg_basebackup: Add --nosync option
Peter Eisentraut
2016-09-29
pg_basebackup pg_receivexlog: Issue fsync more carefully
Peter Eisentraut
2016-09-27
Include <sys/select.h> where needed
Alvaro Herrera
2016-08-29
Fix pg_receivexlog --synchronous
Simon Riggs
2016-03-11
Refactor receivelog.c parameters
Magnus Hagander
2016-03-08
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-05
Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures.
Andres Freund
2015-01-04
Fix inconsequential fd leak in the new mark_file_as_archived() function.
Andres Freund
2015-01-03
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2014-11-19
Fix bug in the test of file descriptor of current WAL file in pg_receivexlog.
Fujii Masao
2014-11-19
Fix pg_receivexlog --slot so that it doesn't prevent the server shutdown.
Fujii Masao
2014-11-18
Add --synchronous option to pg_receivexlog, for more reliable WAL writing.
Fujii Masao
2014-10-20
Fix typos.
Robert Haas
2014-08-19
Revert "Fix bug in checking of IDENTIFY_SYSTEM result."
Fujii Masao
2014-08-19
Fix bug in checking of IDENTIFY_SYSTEM result.
Fujii Masao
2014-08-08
Add -F option to pg_receivexlog, for specifying fsync interval.
Fujii Masao
2014-08-06
Refactor pg_receivexlog main loop code, for readability, take 2.
Fujii Masao
2014-08-02
Add missing PQclear() calls into pg_receivexlog.
Fujii Masao
2014-08-02
Fix bug in pg_receivexlog --verbose.
Fujii Masao
[next]