Commits

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

DateSubjectAuthorReleases
2023-11-02 Be more wary about NULL values for GUC string variables. Tom Lane 11.22
2021-04-13 Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET. Tom Lane 11.12
2021-03-19 Don't leak malloc'd strings when a GUC setting is rejected. Tom Lane 11.12
2020-10-12 Fix memory leak when guc.c decides a setting can't be applied now. Tom Lane 11.10
2019-08-14 Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf. Tom Lane 11.6
2019-03-10 Disallow NaN as a value for floating-point GUCs. Tom Lane 11.3
2018-11-08 Disallow setting client_min_messages higher than ERROR. Tom Lane 11.2
2018-09-28 Improve error reporting for unsupported effective_io_concurrency setting. Tom Lane 11.0
2018-09-15 In v11, disable JIT by default (it's still enabled by default in HEAD). Tom Lane 11.0
2018-08-15 Clean up assorted misuses of snprintf()'s result value. Tom Lane 11.0
2018-05-02 Fix assorted compiler warnings seen in the buildfarm. Tom Lane 11.0
2018-05-01 Clean up warnings from -Wimplicit-fallthrough. Tom Lane 11.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-03-22 Prevent extensions from creating custom GUCs that are GUC_LIST_QUOTE. Tom Lane 11.0
2018-03-22 Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c. Tom Lane 11.0
2018-03-08 Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections. Tom Lane 11.0
2017-11-09 Refactor permissions checks for large objects. Tom Lane 11.0
2017-11-09 Fix typo in ALTER SYSTEM output. Tom Lane 11.0