Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-02-01 | Sync PG_VERSION file in CREATE DATABASE. | Noah Misch | 15.6 |
| 2022-04-07 | pgstat: store statistics in shared memory. | Andres Freund | 15.0 |
| 2022-03-29 | Add new block-by-block strategy for CREATE DATABASE. | Robert Haas | 15.0 |
| 2022-03-16 | Fix waiting in RegisterSyncRequest(). | Thomas Munro | 15.0 |
| 2022-03-16 | Wake up for latches in CheckpointWriteDelay(). | Thomas Munro | 15.0 |
| 2022-01-25 | Fix various typos, grammar and code style in comments and docs | Michael Paquier | 15.0 |
| 2022-01-20 | Support base backup targets. | Robert Haas | 15.0 |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian | 15.0 |
| 2021-11-22 | Report wait events for local shell commands like archive_command. | Fujii Masao | 15.0 |
| 2021-10-21 | Remove unused wait events. | Amit Kapila | 15.0 |
| 2021-07-02 | Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncation | Michael Paquier | 15.0 |