Commits

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

DateSubjectAuthorReleases
2024-11-11 Fix improper interactions between session_authorization and role. Tom Lane 12.21
2024-08-10 Allow adjusting session_authorization and role in parallel workers. Tom Lane 12.21
2023-12-26 Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view. Tom Lane 12.18
2023-11-02 Be more wary about NULL values for GUC string variables. Tom Lane 12.17
2021-04-13 Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET. Tom Lane 12.7
2021-03-19 Don't leak malloc'd strings when a GUC setting is rejected. Tom Lane 12.7
2020-10-12 Fix memory leak when guc.c decides a setting can't be applied now. Tom Lane 12.5
2020-01-26 Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields. Tom Lane 12.2
2019-08-14 Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf. Tom Lane 12.0
2019-07-01 pgindent run prior to branching v12. Tom Lane 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-03-11 Allow fractional input values for integer GUCs, and improve rounding logic. Tom Lane 12.0
2019-03-11 Give up on testing guc.c's behavior for "infinity" inputs. Tom Lane 12.0
2019-03-11 In guc.c, ignore ERANGE errors from strtod(). Tom Lane 12.0
2019-03-10 Reduce the default value of autovacuum_vacuum_cost_delay to 2ms. Tom Lane 12.0
2019-03-10 Revert "Increase the default vacuum_cost_limit from 200 to 2000" Tom Lane 12.0
2019-03-10 Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs. Tom Lane 12.0
2019-03-10 Include GUC's unit, if it has one, in out-of-range error messages. Tom Lane 12.0
2019-03-10 Disallow NaN as a value for floating-point GUCs. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2018-12-06 Improve our response to invalid format strings, and detect more cases. Tom Lane 12.0
2018-11-08 Disallow setting client_min_messages higher than ERROR. Tom Lane 12.0
2018-09-28 Improve error reporting for unsupported effective_io_concurrency setting. Tom Lane 12.0
2018-09-15 In v11, disable JIT by default (it's still enabled by default in HEAD). Tom Lane 12.0