Commits

DateSubjectAuthorReleases
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-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 15.0
2022-07-19 Fix missed corner cases for grantable permissions on GUCs. Tom Lane 16.0
2021-05-08 Sync guc.c and postgresql.conf.sample with the SGML docs. Tom Lane 14.0
2020-11-25 Avoid spamming the client with multiple ParameterStatus messages. Tom Lane 14.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2011-10-04 Remember the source GucContext for each GUC parameter. Tom Lane 9.2.0
2011-07-17 Add temp_file_limit GUC parameter to constrain temporary file space usage. Tom Lane 9.2.0
2011-07-07 Reclassify replication-related GUC variables as "master" and "standby". Tom Lane 9.1.0
2011-07-07 Reclassify replication-related GUC variables as "master" and "standby". Tom Lane 9.2.0
2011-04-07 Revise the API for GUC variable assign hooks. Tom Lane 9.1.0
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 7.4.27
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 8.0.23