Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-11-17 | Replace RelationOpenSmgr() with RelationGetSmgr(). | Tom Lane | 11.19 |
| 2020-12-24 | Fix race condition between shutdown and unstarted background workers. | Tom Lane | 11.11 |
| 2020-12-22 | Improve autoprewarm's handling of early-shutdown scenarios. | Tom Lane | 11.11 |
| 2020-11-11 | Fix and simplify some usages of TimestampDifference(). | Tom Lane | 11.11 |
| 2019-03-18 | Don't auto-restart per-database autoprewarm workers. | Robert Haas | 11.3 |
| 2018-05-03 | Avoid portability issues in autoprewarm.c. | Tom Lane | 11.0 |
| 2018-05-02 | Fix assorted compiler warnings seen in the buildfarm. | Tom Lane | 11.0 |
| 2018-04-05 | Allow background workers to bypass datallowconn | Magnus Hagander | 11.0 |
| 2018-01-31 | pg_prewarm: Add missing LWLockRegisterTranche call. | Robert Haas | 11.0 |
| 2018-01-26 | Fix C comment typo | Bruce Momjian | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-09-29 | Add background worker type | Peter Eisentraut | 11.0 |
| 2017-08-21 | pg_prewarm: Add automatic prewarm feature. | Robert Haas | 11.0 |