index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_rewind
/
filemap.c
Age
Commit message (
Expand
)
Author
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-06
Remove exclusive backup mode
Stephen Frost
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-28
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-25
Add key management system
Bruce Momjian
2020-11-10
pg_rewind: Fix thinko in parsing target WAL.
Heikki Linnakangas
2020-11-04
pg_rewind: Replace the hybrid list+array data structure with simplehash.
Heikki Linnakangas
2020-11-04
Refactor pg_rewind for more clear decision making.
Heikki Linnakangas
2020-09-06
Remove useless lstat() call in pg_rewind.
Tom Lane
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-05-15
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-04-09
Exclude backup_manifest file that existed in database, from BASE_BACKUP.
Fujii Masao
2020-02-24
Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups
Michael Paquier
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-14
Remove pg_rewind's private logging.h/logging.c files.
Tom Lane
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-03-18
Fix pg_rewind when rewinding new database with tables included
Michael Paquier
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-09-13
Message style improvements
Peter Eisentraut
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-09
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-08
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-03-28
Make pg_rewind skip files and directories that are removed during server start.
Fujii Masao
2018-03-05
Fix pg_rewind to handle relation data files in tablespaces properly.
Fujii Masao
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-03-28
pg_rewind: Improve internationalization
Alvaro Herrera
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-08-03
Fix pg_rewind when pg_xlog is a symlink.
Heikki Linnakangas
2015-06-23
pg_rewind: Improve message wording
Peter Eisentraut
2015-06-11
Fix some issues in pg_rewind.
Fujii Masao
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-04-15
Minor cleanup of pg_rewind.
Heikki Linnakangas
2015-03-30
Fix multiple bugs and infelicities in pg_rewind.
Tom Lane
2015-03-23
Add pg_rewind, for re-synchronizing a master server after failback.
Heikki Linnakangas