summaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup.c
AgeCommit message (Expand)Author
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-12Show shared object statistics in pg_stat_databaseMagnus Hagander
2019-03-13Rename pg_verify_checksums to pg_checksumsMichael Paquier
2019-03-09Track block level checksum failures in pg_stat_databaseMagnus Hagander
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-30Fix various checksum check problems for pg_verify_checksums and base backupsMichael Paquier
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-10-15Correct constness of a few variables.Andres Freund
2018-09-04Improve some error message strings and errcodesMichael Paquier
2018-06-25Address set of issues with errno handlingMichael Paquier
2018-05-01Fix some assorted compiler warnings on Windows.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-15Don't attempt to verify checksums on new pagesMagnus Hagander
2018-04-09Further cleanup of client dependencies on src/include/catalog headers.Tom Lane
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-07Refactor dir/file permissionsStephen Frost
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2018-04-03Properly use INT64_FORMAT in outputMagnus Hagander
2018-04-03Fix for checksum validation patchMagnus Hagander
2018-04-03Validate page level checksums in base backupsMagnus Hagander
2018-03-29Make pg_rewind skip files and directories that are removed during server start.Fujii Masao
2018-03-27Skip temp tables from basebackup.Teodor Sigaev
2018-03-25Fix unsafe extraction of the OID part of a relation filename.Tom Lane
2018-03-23Exclude unlogged tables from base backupsTeodor Sigaev
2018-02-16Remove some inappropriate #includes.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-12-19Fix bug in cancellation of non-exclusive backup to avoid assertion failure.Fujii Masao
2017-12-04Simplify do_pg_start_backup's API by opening pg_tblspc internally.Tom Lane
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-07Exclude pg_internal.init from BASE_BACKUPSimon Riggs
2017-10-11Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-09-19Make WAL segment size configurable at initdb time.Andres Freund
2017-09-05Correct base backup throttlingAlvaro Herrera
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-03-03Add pg_current_logfile() function.Robert Haas
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-19Fix base backup rate limiting in presence of slow i/oMagnus Hagander
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-09-28Exclude additional directories in pg_basebackupPeter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-04-05Implement backup API functions for non-exclusive backupsMagnus Hagander