Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-03-16 | Fix race between DROP TABLESPACE and checkpointing. | Thomas Munro | 12.11 |
| 2020-06-08 | Fix locking bugs that could corrupt pg_control. | Thomas Munro | 12.4 |
| 2019-04-04 | Refactor the fsync queue for wider use. | Thomas Munro | 12.0 |
| 2019-04-02 | Add wal_recycle and wal_init_zero GUCs. | Thomas Munro | 12.0 |
| 2019-03-28 | Add basic infrastructure for 64 bit transaction IDs. | Thomas Munro | 12.0 |
| 2018-11-23 | Add WL_EXIT_ON_PM_DEATH pseudo-event. | Thomas Munro | 12.0 |
| 2018-11-19 | PANIC on fsync() failure. | Thomas Munro | 12.0 |
| 2018-11-06 | Use pg_pread() and pg_pwrite() for data files and WAL. | Thomas Munro | 12.0 |