Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-11-17 | Replace RelationOpenSmgr() with RelationGetSmgr(). | Tom Lane | 12.14 |
| 2020-12-24 | Fix race condition between shutdown and unstarted background workers. | Tom Lane | 12.6 |
| 2020-12-22 | Improve autoprewarm's handling of early-shutdown scenarios. | Tom Lane | 12.6 |
| 2020-11-11 | Fix and simplify some usages of TimestampDifference(). | Tom Lane | 12.6 |
| 2019-06-17 | Fix more typos and inconsistencies in the tree | Michael Paquier | 12.0 |
| 2019-03-18 | Don't auto-restart per-database autoprewarm workers. | Robert Haas | 12.0 |
| 2019-01-21 | Replace heapam.h includes with {table, relation}.h where applicable. | Andres Freund | 12.0 |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-11-23 | Silence compiler warnings | Alvaro Herrera | 12.0 |
| 2018-11-23 | Add WL_EXIT_ON_PM_DEATH pseudo-event. | Thomas Munro | 12.0 |
| 2018-09-04 | Improve some error message strings and errcodes | Michael Paquier | 12.0 |