Commits

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

DateSubjectAuthorReleases
2024-11-11 Fix improper interactions between session_authorization and role. Tom Lane 14.14
2024-08-10 Allow adjusting session_authorization and role in parallel workers. Tom Lane 14.14
2023-12-26 Fix failure to verify PGC_[SU_]BACKEND GUCs in pg_file_settings view. Tom Lane 14.11
2023-11-02 Be more wary about NULL values for GUC string variables. Tom Lane 14.10
2022-02-23 Re-allow underscore as first character of custom GUC names. Tom Lane 14.3
2021-07-13 Rename debug_invalidate_system_caches_always to debug_discard_caches. Tom Lane 14.0
2021-06-02 Re-allow custom GUC names that have more than two components. Tom Lane 14.0
2021-05-27 Rethink definition of pg_attribute.attcompression. Tom Lane 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-05-08 Sync guc.c and postgresql.conf.sample with the SGML docs. Tom Lane 14.0
2021-04-13 Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET. Tom Lane 14.0
2021-04-10 Doc: update documentation of check_function_bodies. Tom Lane 14.0
2021-04-07 Tighten up allowed names for custom GUC parameters. Tom Lane 14.0
2021-03-20 Avoid leaking memory in RestoreGUCState(), and improve comments. Tom Lane 14.0
2021-03-19 Don't leak malloc'd strings when a GUC setting is rejected. Tom Lane 14.0
2021-03-02 Mark default_transaction_read_only as GUC_REPORT. Tom Lane 14.0
2021-01-06 Add idle_session_timeout. Tom Lane 14.0
2021-01-05 Introduce a new GUC_REPORT setting "in_hot_standby". Tom Lane 14.0
2020-12-08 Remove operator_precedence_warning. Tom Lane 14.0
2020-11-25 Avoid spamming the client with multiple ParameterStatus messages. Tom Lane 14.0
2020-10-12 Fix memory leak when guc.c decides a setting can't be applied now. Tom Lane 14.0
2020-09-09 Minor fixes in docs and error messages. Tom Lane 14.0