Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-11-02 | Be more wary about NULL values for GUC string variables. | Tom Lane | 16.1 |
| 2023-01-27 | Minor GUC code refactoring. | Tom Lane | 16.0 |
| 2022-10-14 | Add auxiliary lists to GUC data structures for better performance. | Tom Lane | 16.0 |
| 2022-10-14 | Replace the sorted array of GUC variables with a hash table. | 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 |