Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-04-13 | Remove extraneous blank lines before block-closing braces | Alvaro Herrera | 15.0 |
| 2022-03-16 | Fix race between DROP TABLESPACE and checkpointing. | Thomas Munro | 15.0 |
| 2022-03-16 | Fix waiting in RegisterSyncRequest(). | Thomas Munro | 15.0 |
| 2022-02-16 | Split xlog.c into xlog.c and xlogrecovery.c. | Heikki Linnakangas | 15.0 |
| 2022-01-25 | Fix various typos, grammar and code style in comments and docs | Michael Paquier | 15.0 |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian | 15.0 |
| 2021-11-02 | Avoid O(N^2) behavior in SyncPostCheckpoint(). | Tom Lane | 15.0 |
| 2021-08-02 | Run checkpointer and bgwriter in crash recovery. | Thomas Munro | 15.0 |