Commits

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

DateSubjectAuthorReleases
2021-12-13 Suppress uninitialized-variable warning in guc.c. Tom Lane 9.5 (unreleased)
2020-10-12 Fix memory leak when guc.c decides a setting can't be applied now. Tom Lane 9.5.24
2019-08-14 Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf. Tom Lane 9.5.20
2019-03-10 Disallow NaN as a value for floating-point GUCs. Tom Lane 9.5.17
2018-11-08 Disallow setting client_min_messages higher than ERROR. Tom Lane 9.5.16
2018-08-15 Clean up assorted misuses of snprintf()'s result value. Tom Lane 9.5.15
2018-03-22 Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c. Tom Lane 9.5.13
2017-11-09 Fix typo in ALTER SYSTEM output. Tom Lane 9.5.11
2016-11-19 Code review for GUC serialization/deserialization code. Tom Lane 9.5.6
2016-10-03 Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables. Tom Lane 9.5.5
2016-04-04 Disallow newlines in parameter values to be set in ALTER SYSTEM. Tom Lane 9.5.3
2015-06-28 Improve design and implementation of pg_file_settings view. Tom Lane 9.5.0
2015-05-29 Revert exporting of internal GUC variable "data_directory". Tom Lane 9.5.0
2015-03-26 Tweak __attribute__-wrapping macros for better pgindent results. Tom Lane 9.5.0
2015-03-11 Make operator precedence follow the SQL standard more closely. Tom Lane 9.5.0
2015-01-26 Clean up assorted issues in ALTER SYSTEM coding. Tom Lane 9.5.0
2014-11-25 Fix uninitialized-variable warning. Tom Lane 9.5.0
2014-11-06 Remove the last vestige of server-side autocommit. Tom Lane 9.5.0
2014-09-14 Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way. Tom Lane 9.5.0