index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
basebackup.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix various checksum check problems for pg_verify_checksums and base backups
Michael Paquier
2018-11-30
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Correct constness of a few variables.
Andres Freund
2018-10-15
*
Improve some error message strings and errcodes
Michael Paquier
2018-09-04
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Fix some assorted compiler warnings on Windows.
Tom Lane
2018-05-01
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Don't attempt to verify checksums on new pages
Magnus Hagander
2018-04-15
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Properly use INT64_FORMAT in output
Magnus Hagander
2018-04-03
*
Fix for checksum validation patch
Magnus Hagander
2018-04-03
*
Validate page level checksums in base backups
Magnus Hagander
2018-04-03
*
Make pg_rewind skip files and directories that are removed during server start.
Fujii Masao
2018-03-29
*
Skip temp tables from basebackup.
Teodor Sigaev
2018-03-27
*
Fix unsafe extraction of the OID part of a relation filename.
Tom Lane
2018-03-25
*
Exclude unlogged tables from base backups
Teodor Sigaev
2018-03-23
*
Remove some inappropriate #includes.
Tom Lane
2018-02-16
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix bug in cancellation of non-exclusive backup to avoid assertion failure.
Fujii Masao
2017-12-19
*
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
Tom Lane
2017-12-04
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Exclude pg_internal.init from BASE_BACKUP
Simon Riggs
2017-11-07
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Correct base backup throttling
Alvaro Herrera
2017-09-05
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Add pg_current_logfile() function.
Robert Haas
2017-03-03
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix base backup rate limiting in presence of slow i/o
Magnus Hagander
2016-12-19
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Exclude additional directories in pg_basebackup
Peter Eisentraut
2016-09-28
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-05
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-21
*
Measure string lengths only once
Alvaro Herrera
2015-10-27
*
Fix assorted inconsistencies in our calls of readlink().
Tom Lane
2015-05-28
[next]