aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAge
* Fix MarkGUCPrefixReserved() to check all options.Heikki Linnakangas2023-07-06
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-10
* Add missing assign hook for GUC checkpoint_completion_targetMichael Paquier2023-01-19
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* Improve some GUC description stringsAlvaro Herrera2022-09-21
* Improve GUC description punctuationPeter Eisentraut2022-09-19
* Small wording improvementsPeter Eisentraut2022-09-14
* Improve wal_decode_buffer_size description some moreAlvaro Herrera2022-09-13
* Message style fixesAlvaro Herrera2022-09-07
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-20
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-19
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-08
* Handle NULL for short descriptions of custom GUC variablesMichael Paquier2022-05-28
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Add missing serial commasPeter Eisentraut2022-04-09
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund2022-04-06
* pgstat: remove stats_temp_directory.Andres Freund2022-04-06
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* Optimize order of GROUP BY keysTomas Vondra2022-03-31
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-28
* Invent recursive_worktable_factor GUC to replace hard-wired constant.Tom Lane2022-03-24
* Don't try to translate NULL in GetConfigOptionByNum().Andres Freund2022-03-23
* Add String object access hooksAndrew Dunstan2022-03-22
* Add support for zstd with compression of full-page writes in WALMichael Paquier2022-03-11
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Clean up and simplify code in a couple of set-returning functionsMichael Paquier2022-02-24
* Re-allow underscore as first character of custom GUC names.Tom Lane2022-02-23
* Add compute_query_id = regressMichael Paquier2022-02-22
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-21
* Increase hash_mem_multiplier default to 2.0.Peter Geoghegan2022-02-16
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro2022-02-14
* Allow archiving via loadable modules.Robert Haas2022-02-03
* Introduce pg_settings_get_flags() to find flags associated to a GUCMichael Paquier2022-01-31
* Introduce log_destination=jsonlogMichael Paquier2022-01-17
* Allow "in place" tablespaces.Thomas Munro2022-01-15
* Rename value node fieldsPeter Eisentraut2022-01-14
* Update copyright for 2022Bruce Momjian2022-01-07
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-27
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-27
* Rethink handling of settings with a prefix reserved by an extension.Tom Lane2021-12-27
* Add missing EmitWarningsOnPlaceholders() calls.Tom Lane2021-12-21
* Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut2021-12-17
* Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas2021-12-13
* Improve the description of various GUCsMichael Paquier2021-12-03