Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-11-02 | Avoid mixing void and integer in a conditional expression. | Tom Lane | 14.20 |
| 2024-12-28 | Exclude parallel workers from connection privilege/limit checks. | Tom Lane | 14.16 |
| 2024-11-11 | Fix improper interactions between session_authorization and role. | Tom Lane | 14.14 |
| 2021-07-25 | Get rid of artificial restriction on hash table sizes on Windows. | Tom Lane | 14.0 |
| 2021-05-14 | Refactor CHECK_FOR_INTERRUPTS() to add flexibility. | Tom Lane | 14.0 |
| 2021-04-06 | Add function to log the memory contexts of specified backend process. | Fujii Masao | 14.0 |
| 2021-04-02 | Detect POLLHUP/POLLRDHUP while running queries. | Thomas Munro | 14.0 |
| 2021-03-15 | Make archiver process an auxiliary process. | Fujii Masao | 14.0 |
| 2021-03-11 | Don't consider newly inserted tuples in nbtree VACUUM. | Peter Geoghegan | 14.0 |
| 2021-01-06 | Add idle_session_timeout. | Tom Lane | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-07-29 | Add hash_mem_multiplier GUC. | Peter Geoghegan | 14.0 |