Commits

DateSubjectAuthorReleases
2023-12-26 Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view. Tom Lane 17.0
2023-11-02 Make GetConfigOption/GetConfigOptionResetString return "" for NULL. Tom Lane 17.0
2023-11-02 Be more wary about NULL values for GUC string variables. Tom Lane 15.5
2023-11-02 Be more wary about NULL values for GUC string variables. Tom Lane 16.1
2023-11-02 Be more wary about NULL values for GUC string variables. Tom Lane 17.0
2023-11-02 Be more wary about NULL values for GUC string variables. Tom Lane 11.22
2023-11-02 Be more wary about NULL values for GUC string variables. Tom Lane 12.17
2023-11-02 Be more wary about NULL values for GUC string variables. Tom Lane 14.10
2023-11-02 Be more wary about NULL values for GUC string variables. Tom Lane 13.13
2023-10-21 Allow ALTER SYSTEM to set unrecognized custom GUCs. Tom Lane 17.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
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-10-14 Store GUC data in a memory context, instead of using malloc(). Tom Lane 16.0
2022-10-03 Revert "Optimize order of GROUP BY keys". Tom Lane 15.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 15.0
2022-07-19 Fix missed corner cases for grantable permissions on GUCs. Tom Lane 16.0
2022-06-08 Be more careful about GucSource for internally-driven GUC settings. Tom Lane 15.0
2022-04-06 Allow granting SET and ALTER SYSTEM privileges on GUC parameters. Tom Lane 15.0
2022-03-24 Invent recursive_worktable_factor GUC to replace hard-wired constant. Tom Lane 15.0
2022-02-23 Re-allow underscore as first character of custom GUC names. Tom Lane 14.3
2022-02-23 Re-allow underscore as first character of custom GUC names. Tom Lane 15.0