aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAge
* 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
* Warning on SET of nonexisting setting with a prefix reserved by an extensionPeter Eisentraut2021-12-01
* Fix flags of some GUCs and improve some descriptionsMichael Paquier2021-11-30
* Report progress of startup operations that take a long time.Robert Haas2021-10-25
* Introduce GUC shared_memory_size_in_huge_pagesMichael Paquier2021-09-21
* Support "postgres -C" with runtime-computed GUCsMichael Paquier2021-09-16
* Remove Value node structPeter Eisentraut2021-09-09
* Make shared_memory_size a preset optionMichael Paquier2021-09-09
* Introduce GUC shared_memory_sizeMichael Paquier2021-09-08
* Improve defaults shown in postgresql.conf.sample and pg_settingsBruce Momjian2021-08-23
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13
* Add support for LZ4 with compression of full-page writes in WALMichael Paquier2021-06-29
* Change recovery_init_sync_method to PGC_SIGHUP.Thomas Munro2021-06-28
* doc: Move remove_temp_files_after_crash to section for developer optionsMichael Paquier2021-06-25
* Re-allow custom GUC names that have more than two components.Tom Lane2021-06-02
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-15
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Sync guc.c and postgresql.conf.sample with the SGML docs.Tom Lane2021-05-08
* GUC description improvements for clarityPeter Eisentraut2021-05-05
* doc: Move force_parallel_mode to section for developer optionsMichael Paquier2021-04-14
* Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET.Tom Lane2021-04-13