index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_rewind
/
filemap.c
Age
Commit message (
Expand
)
Author
2024-02-13
Revert "Skip .DS_Store files in server side utils"
Daniel Gustafsson
2024-02-13
Skip .DS_Store files in server side utils
Daniel Gustafsson
2020-09-06
Remove useless lstat() call in pg_rewind.
Tom Lane
2020-02-24
Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups
Michael Paquier
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-29
Make pg_rewind skip files and directories that are removed during server start.
Fujii Masao
2018-03-06
Fix pg_rewind to handle relation data files in tablespaces properly.
Fujii Masao
2018-01-02
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-22
pg_rewind: Improve message wording
Peter Eisentraut
2015-06-11
Fix some issues in pg_rewind.
Fujii Masao
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-04-15
Minor cleanup of pg_rewind.
Heikki Linnakangas
2015-03-29
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