Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-08-10 | Allow adjusting session_authorization and role in parallel workers. | Tom Lane | 16.5 |
| 2022-10-14 | Replace the sorted array of GUC variables with a hash table. | Tom Lane | 16.0 |
| 2022-10-14 | Store GUC data in a memory context, instead of using malloc(). | Tom Lane | 16.0 |
| 2022-09-27 | Renumber GUC flags for a bit more sanity. | Tom Lane | 16.0 |
| 2022-09-27 | Introduce GUC_NO_RESET flag. | Tom Lane | 16.0 |
| 2022-09-13 | Split up guc.c for better build speed and ease of maintenance. | Tom Lane | 16.0 |
| 2022-07-19 | Fix missed corner cases for grantable permissions on GUCs. | Tom Lane | 16.0 |