| Age | Commit message (Expand) | Author |
| 2025-03-25 | initdb: Add --no-sync-data-files. | Nathan Bossart |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-09-03 | Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder | Michael Paquier |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-09-06 | Add support for syncfs() in frontend support functions. | Nathan Bossart |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-08-06 | Replace pgwin32_is_junction() with lstat(). | Thomas Munro |
| 2022-08-04 | Remove configure probes for symlink/readlink, and dead code. | Thomas Munro |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-11-04 | pg_rewind: Refactor the abstraction to fetch from local/libpq source. | Heikki Linnakangas |
| 2020-11-04 | Refactor pg_rewind for more clear decision making. | Heikki Linnakangas |
| 2020-11-04 | pg_rewind: Move syncTargetDirectory() to file_ops.c | Heikki Linnakangas |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 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-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2018-07-17 | Rework error messages around file handling | Michael Paquier |
| 2018-04-07 | Refactor dir/file permissions | Stephen Frost |
| 2018-03-28 | Fix handling of files that source server removes during pg_rewind is running. | Fujii Masao |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian |
| 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-03-27 | pg_rewind: fsync target data directory. | Andres Freund |
| 2016-01-02 | Update copyright for 2016 | Bruce Momjian |
| 2015-10-02 | pg_rewind: Improve some messages | Peter Eisentraut |
| 2015-06-23 | pg_rewind: Improve message wording | Peter Eisentraut |
| 2015-06-11 | Fix some issues in pg_rewind. | Fujii Masao |
| 2015-03-23 | Add pg_rewind, for re-synchronizing a master server after failback. | Heikki Linnakangas |