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
*
Avoid non-constant format string argument to fprintf().
Heikki Linnakangas
2020-08-18
*
Fix printing last progress report line in client programs.
Heikki Linnakangas
2020-08-17
*
Ensure write failure reports no-disk-space
Alvaro Herrera
2020-06-19
*
Fix bogus tar-file padding logic for standby.signal.
Robert Haas
2020-04-27
*
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
*
Remove redundant newlines from error messages
Peter Eisentraut
2019-07-02
*
Update stale comments, and fix comment typos.
Noah Misch
2019-06-08
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Fix compatibility of pg_basebackup -R with 11 and older versions
Michael Paquier
2019-03-08
*
More unconstify use
Peter Eisentraut
2019-02-13
*
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-19
*
pg_basebackup: Use atexit()
Peter Eisentraut
2019-01-07
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix ancient compiler warnings and typos in !HAVE_SYMLINK code
Peter Eisentraut
2018-12-22
*
Modernize our code for looking up descriptive strings for Unix signals.
Tom Lane
2018-12-16
*
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-25
*
Fix speling error
Magnus Hagander
2018-10-08
*
Add verbosity to pg_basebackup for sync
Michael Paquier
2018-07-29
*
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
[next]