Commits

Showing commits that first shipped in 9.6 (backpatches included). Clear

DateSubjectAuthorReleases
2021-04-13 Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET. Tom Lane 9.6.22
2021-03-19 Don't leak malloc'd strings when a GUC setting is rejected. Tom Lane 9.6.22
2020-10-12 Fix memory leak when guc.c decides a setting can't be applied now. Tom Lane 9.6.20
2019-08-14 Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf. Tom Lane 9.6.16
2019-03-10 Disallow NaN as a value for floating-point GUCs. Tom Lane 9.6.13
2018-11-08 Disallow setting client_min_messages higher than ERROR. Tom Lane 9.6.12
2018-08-15 Clean up assorted misuses of snprintf()'s result value. Tom Lane 9.6.11
2018-03-22 Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c. Tom Lane 9.6.9
2017-11-09 Fix typo in ALTER SYSTEM output. Tom Lane 9.6.7
2016-11-25 Bring some clarity to the defaults for the xxx_flush_after parameters. Tom Lane 9.6.2
2016-11-19 Code review for GUC serialization/deserialization code. Tom Lane 9.6.2
2016-10-03 Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables. Tom Lane 9.6.1
2016-09-15 Make min_parallel_relation_size's default value platform-independent. Tom Lane 9.6.0
2016-06-16 Invent min_parallel_relation_size GUC to replace a hard-wired constant. Tom Lane 9.6.0
2016-06-07 Revert "Use Foreign Key relationships to infer multi-column join selectivity". Tom Lane 9.6.0
2016-04-27 Clean up parsing of synchronous_standby_names GUC variable. Tom Lane 9.6.0
2016-04-04 Disallow newlines in parameter values to be set in ALTER SYSTEM. Tom Lane 9.6.0
2015-07-02 Add an optional missing_ok argument to SQL function current_setting(). Tom Lane 9.6.0