summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/filemap.c
AgeCommit message (Expand)Author
2025-04-07Use XLOG_CONTROL_FILE macro consistently for control file name.Fujii Masao
2025-02-25Change relpath() et al to return path by valueAndres Freund
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-15Avoid deleting critical WAL segments during pg_rewindÁlvaro Herrera
2024-08-30Define PG_REPLSLOT_DIR for path pg_replslot/ in data folderMichael Paquier
2024-04-06Convert uses of hash_string_pointer to fasthash equivalentJohn Naylor
2024-02-13Skip .DS_Store files in server side utilsDaniel Gustafsson
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-26Add some const qualifiersPeter Eisentraut
2023-09-06Move PG_TEMP_FILE* macros to file_utils.h.Nathan Bossart
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-07pgstat: remove stats_temp_directory.Andres Freund
2022-04-06Remove exclusive backup modeStephen Frost
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-11-10pg_rewind: Fix thinko in parsing target WAL.Heikki Linnakangas
2020-11-04pg_rewind: Replace the hybrid list+array data structure with simplehash.Heikki Linnakangas
2020-11-04Refactor pg_rewind for more clear decision making.Heikki Linnakangas
2020-09-06Remove useless lstat() call in pg_rewind.Tom Lane
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-05-15Rename SLRU structures and associated LWLocks.Tom Lane
2020-04-09Exclude backup_manifest file that existed in database, from BASE_BACKUP.Fujii Masao
2020-02-24Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backupsMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-14Remove pg_rewind's private logging.h/logging.c files.Tom Lane
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-18Fix pg_rewind when rewinding new database with tables includedMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-09-13Message style improvementsPeter Eisentraut
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-09Further cleanup of client dependencies on src/include/catalog headers.Tom Lane
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2018-03-28Make pg_rewind skip files and directories that are removed during server start.Fujii Masao
2018-03-05Fix pg_rewind to handle relation data files in tablespaces properly.Fujii Masao
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-06-09pgindent run for 9.6Robert Haas