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
/
pg_basebackup.c
Commit message (
Expand
)
Author
Age
*
Replace use of sys_siglist[] with strsignal().
Tom Lane
2020-07-15
*
Ensure write failure reports no-disk-space
Alvaro Herrera
2020-06-19
*
Delay fsyncs of pg_basebackup until the end of backup
Michael Paquier
2019-09-04
*
Don't uselessly escape a string that doesn't need escaping
Alvaro Herrera
2019-07-26
*
Fix ancient compiler warnings and typos in !HAVE_SYMLINK code
Peter Eisentraut
2018-12-22
*
Fix speling error
Magnus Hagander
2018-10-08
*
pg_basebackup: Remove short option -k
Peter Eisentraut
2018-05-21
*
Message wording and pluralization improvements
Peter Eisentraut
2018-05-17
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
Validate page level checksums in base backups
Magnus Hagander
2018-04-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
pg_basebackup: Fix progress messages when writing to a file
Peter Eisentraut
2017-12-01
*
Mark some more functions as pg_attribute_noreturn().
Tom Lane
2017-11-27
*
pg_basebackup: Fix comparison handling of tablespace mappings on Windows
Peter Eisentraut
2017-11-01
*
pg_basebackup: Add option to create replication slot
Peter Eisentraut
2017-09-27
*
Sort pg_basebackup options better
Peter Eisentraut
2017-09-26
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Remove useless empty string initializations
Peter Eisentraut
2017-09-08
*
Fix pg_basebackup output to stdout on Windows.
Heikki Linnakangas
2017-07-14
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Add missing serial comma
Peter Eisentraut
2017-06-14
*
Generate pg_basebackup temporary slot name using backend pid
Magnus Hagander
2017-05-31
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Revert changes to pg_basebackup and pg_waldump usage() code.
Tom Lane
2017-05-17
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
*
Fix typo in comment
Magnus Hagander
2017-05-15
*
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
*
Write "waiting for checkpoint" on regular progress row
Magnus Hagander
2017-04-01
*
Move atooid() definition to a central place
Peter Eisentraut
2017-03-01
*
Add missing progname prefix to some messages
Magnus Hagander
2017-02-26
*
Clarify the role of checkpoint at the begininng of base backups
Magnus Hagander
2017-02-26
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Fix help message for pg_basebackup -R
Magnus Hagander
2017-02-18
*
Replace reference to "xlog-method" with "wal-method" in error message.
Fujii Masao
2017-02-15
*
Rename command line options for ongoing xlog -> wal conversion.
Robert Haas
2017-02-09
*
Add compression support to pg_receivexlog
Magnus Hagander
2017-01-17
*
Fix incorrect comparison due to bad merge
Magnus Hagander
2017-01-16
*
Make pg_basebackup use temporary replication slots
Magnus Hagander
2017-01-16
*
Use an enum instead of two bools to indicate wal inclusion in base backups
Magnus Hagander
2017-01-09
*
Make wal streaming the default mode for pg_basebackup
Magnus Hagander
2017-01-04
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Forbid invalid combination of options in pg_basebackup.
Fujii Masao
2016-12-21
*
Add missing newline in message
Magnus Hagander
2016-12-15
*
Free walmethods before exiting
Magnus Hagander
2016-10-25
*
Allow pg_basebackup to stream transaction log in tar mode
Magnus Hagander
2016-10-23
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
[next]