aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup.c
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix various checksum check problems for pg_verify_checksums and base backupsMichael Paquier2018-11-30
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Correct constness of a few variables.Andres Freund2018-10-15
* Improve some error message strings and errcodesMichael Paquier2018-09-04
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Fix some assorted compiler warnings on Windows.Tom Lane2018-05-01
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Don't attempt to verify checksums on new pagesMagnus Hagander2018-04-15
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Refactor dir/file permissionsStephen Frost2018-04-07
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Properly use INT64_FORMAT in outputMagnus Hagander2018-04-03
* Fix for checksum validation patchMagnus Hagander2018-04-03
* Validate page level checksums in base backupsMagnus Hagander2018-04-03
* Make pg_rewind skip files and directories that are removed during server start.Fujii Masao2018-03-29
* Skip temp tables from basebackup.Teodor Sigaev2018-03-27
* Fix unsafe extraction of the OID part of a relation filename.Tom Lane2018-03-25
* Exclude unlogged tables from base backupsTeodor Sigaev2018-03-23
* Remove some inappropriate #includes.Tom Lane2018-02-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix bug in cancellation of non-exclusive backup to avoid assertion failure.Fujii Masao2017-12-19
* Simplify do_pg_start_backup's API by opening pg_tblspc internally.Tom Lane2017-12-04
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Exclude pg_internal.init from BASE_BACKUPSimon Riggs2017-11-07
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-11
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Correct base backup throttlingAlvaro Herrera2017-09-05
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Add pg_current_logfile() function.Robert Haas2017-03-03
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix base backup rate limiting in presence of slow i/oMagnus Hagander2016-12-19
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-20
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Exclude additional directories in pg_basebackupPeter Eisentraut2016-09-28
* pgindent run for 9.6Robert Haas2016-06-09
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-05
* Update copyright for 2016Bruce Momjian2016-01-02
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Measure string lengths only onceAlvaro Herrera2015-10-27
* Fix assorted inconsistencies in our calls of readlink().Tom Lane2015-05-28