Commit Graph

145 Commits (5da14938f7bfb96b648ee3c47e7ea2afca5bcc4a)

Author SHA1 Message Date
Tom Lane 5da14938f7 Rename SLRU structures and associated LWLocks. 5 years ago
Robert Haas 3989dbdf12 Rename exposed identifiers to say "backup manifest". 5 years ago
Robert Haas 079ac29d4d Move the server's backup manifest code to a separate file. 5 years ago
Michael Paquier dd0f37ecce Fix collection of typos and grammar mistakes in the tree 6 years ago
Fujii Masao 1ec50a81ec Exclude backup_manifest file that existed in database, from BASE_BACKUP. 6 years ago
Robert Haas db1531cae0 Be more careful about time_t vs. pg_time_t in basebackup.c. 6 years ago
Robert Haas 0d8c9c1210 Generate backup manifests for base backups, and validate them. 6 years ago
Fujii Masao 67e0adfb3f Report NULL as total backup size if it's not estimated. 6 years ago
Peter Eisentraut bf68b79e50 Refactor ps_status.c API 6 years ago
Fujii Masao e65497df8f Report progress of streaming base backup. 6 years ago
Michael Paquier bf883b211e Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups 6 years ago
Peter Eisentraut 259bbe1778 Fix base backup with database OIDs larger than INT32_MAX 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Robert Haas 303640199d Fix minor problems with non-exclusive backup cleanup. 6 years ago
Amit Kapila 14aec03502 Make the order of the header file includes consistent in backend modules. 6 years ago
Peter Eisentraut 887248e97e Message style fixes 6 years ago
Peter Eisentraut 48770492c3 Add some const decorations to array constants 6 years ago
Robert Haas 286af0ce12 When performing a base backup, check for read errors. 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 6 years ago
Tom Lane 569ed7f483 Redesign the API for list sorting (list_qsort becomes list_sort). 6 years ago
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 6 years ago
Michael Paquier 6b8548964b Fix inconsistencies in the code 6 years ago
Peter Eisentraut 6a1cd8b923 Unwind some workarounds for lack of portable int64 format specifier 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Magnus Hagander 77bd49adba Show shared object statistics in pg_stat_database 7 years ago
Michael Paquier 6dd263cfaa Rename pg_verify_checksums to pg_checksums 7 years ago
Magnus Hagander 6b9e875f72 Track block level checksum failures in pg_stat_database 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Michael Paquier 5c99513975 Fix various checksum check problems for pg_verify_checksums and base backups 7 years ago
Thomas Munro cfdf4dc4fc Add WL_EXIT_ON_PM_DEATH pseudo-event. 7 years ago
Andres Freund 62649bad83 Correct constness of a few variables. 7 years ago
Michael Paquier d6e98ebe37 Improve some error message strings and errcodes 7 years ago
Michael Paquier 6cb3372411 Address set of issues with errno handling 7 years ago
Tom Lane b2328bf62b Fix some assorted compiler warnings on Windows. 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Magnus Hagander 33cedf1474 Don't attempt to verify checksums on new pages 8 years ago
Tom Lane af1a949109 Further cleanup of client dependencies on src/include/catalog headers. 8 years ago
Magnus Hagander a228cc13ae Revert "Allow on-line enabling and disabling of data checksums" 8 years ago
Stephen Frost da9b580d89 Refactor dir/file permissions 8 years ago
Magnus Hagander 1fde38beaa Allow on-line enabling and disabling of data checksums 8 years ago
Magnus Hagander 10d62d1065 Properly use INT64_FORMAT in output 8 years ago
Magnus Hagander a08dc71195 Fix for checksum validation patch 8 years ago
Magnus Hagander 4eb77d50c2 Validate page level checksums in base backups 8 years ago
Fujii Masao 266b6acb31 Make pg_rewind skip files and directories that are removed during server start. 8 years ago
Teodor Sigaev 920a5e500a Skip temp tables from basebackup. 8 years ago
Tom Lane d0c0c89453 Fix unsafe extraction of the OID part of a relation filename. 8 years ago
Teodor Sigaev 8694cc96b5 Exclude unlogged tables from base backups 8 years ago
Tom Lane 49bff412ed Remove some inappropriate #includes. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Fujii Masao 56a95ee511 Fix bug in cancellation of non-exclusive backup to avoid assertion failure. 8 years ago