index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_basebackup
/
receivelog.c
Commit message (
Expand
)
Author
Age
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix comment
Magnus Hagander
2017-11-05
*
pg_basebackup: Add option to create replication slot
Peter Eisentraut
2017-09-27
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Message style improvements
Peter Eisentraut
2017-08-04
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Fix some cases of "the the" split across two lines.
Robert Haas
2017-06-06
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Avoid slow shutdown of pg_basebackup.
Tom Lane
2017-04-27
*
Fix reversed check of return value from sync
Magnus Hagander
2017-04-12
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
*
Make pg_basebackup use temporary replication slots
Magnus Hagander
2017-01-16
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Don't rename .partial files in pg_receivexlog if an error occured
Magnus Hagander
2016-12-27
*
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-23
*
Avoid leaking FDs after an fsync failure.
Tom Lane
2016-10-02
*
pg_basebackup: Add --nosync option
Peter Eisentraut
2016-09-29
*
pg_basebackup pg_receivexlog: Issue fsync more carefully
Peter Eisentraut
2016-09-29
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
*
Fix pg_receivexlog --synchronous
Simon Riggs
2016-08-29
*
Refactor receivelog.c parameters
Magnus Hagander
2016-03-11
*
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-03-08
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures.
Andres Freund
2015-01-05
*
Fix inconsequential fd leak in the new mark_file_as_archived() function.
Andres Freund
2015-01-04
*
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2015-01-03
*
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-19
*
Add --synchronous option to pg_receivexlog, for more reliable WAL writing.
Fujii Masao
2014-11-18
*
Fix typos.
Robert Haas
2014-10-20
*
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-19
*
Add -F option to pg_receivexlog, for specifying fsync interval.
Fujii Masao
2014-08-08
*
Refactor pg_receivexlog main loop code, for readability, take 2.
Fujii Masao
2014-08-06
*
Add missing PQclear() calls into pg_receivexlog.
Fujii Masao
2014-08-02
*
Fix bug in pg_receivexlog --verbose.
Fujii Masao
2014-08-02
*
Fix bug where pg_receivexlog goes into busy loop if -s option is set to 0.
Fujii Masao
2014-07-24
*
Fix typo in comment.
Fujii Masao
2014-07-08
*
Fix typos in comments.
Fujii Masao
2014-07-07
*
Fix double-free bug of WAL streaming buffer in pg_receivexlog.
Fujii Masao
2014-07-04
*
Refactor pg_receivexlog main loop code, for readability.
Fujii Masao
2014-07-04
*
Fix typos in comments.
Fujii Masao
2014-06-11
[next]