Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-12-10 | Fix comments of GUC hooks for timezone_abbreviations | Michael Paquier | 16.7 |
| 2024-12-09 | Fix small memory leaks in GUC checks | Daniel Gustafsson | 16.7 |
| 2024-11-11 | Fix improper interactions between session_authorization and role. | Tom Lane | 16.5 |
| 2024-08-01 | Revert "Allow parallel workers to cope with a newly-created session user ID." | Tom Lane | 16.4 |
| 2024-07-31 | Allow parallel workers to cope with a newly-created session user ID. | Tom Lane | 16.4 |
| 2023-03-02 | Fix outdated references to guc.c | Daniel Gustafsson | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-11-18 | Add a SET option to the GRANT command. | Robert Haas | 16.0 |
| 2022-10-14 | Store GUC data in a memory context, instead of using malloc(). | Tom Lane | 16.0 |
| 2022-10-01 | Fix tiny memory leaks | Peter Eisentraut | 16.0 |
| 2022-09-13 | Split up guc.c for better build speed and ease of maintenance. | Tom Lane | 16.0 |