aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/guc.sql
Commit message (Expand)AuthorAge
* Remove SQL regression tests for GUCs related to NO_SHOW_ALLMichael Paquier2023-02-08
* Introduce GUC_NO_RESET flag.Tom Lane2022-09-27
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-21
* Introduce pg_settings_get_flags() to find flags associated to a GUCMichael Paquier2022-01-31
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-27
* Rethink handling of settings with a prefix reserved by an extension.Tom Lane2021-12-27
* Warning on SET of nonexisting setting with a prefix reserved by an extensionPeter Eisentraut2021-12-01
* Re-allow custom GUC names that have more than two components.Tom Lane2021-06-02
* Tighten up allowed names for custom GUC parameters.Tom Lane2021-04-07
* Give up on testing guc.c's behavior for "infinity" inputs.Tom Lane2019-03-11
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-10
* Disallow NaN as a value for floating-point GUCs.Tom Lane2019-03-10
* Re-add default_with_oids GUC to avoid breaking old dump files.Andres Freund2019-01-14
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* Add an optional missing_ok argument to SQL function current_setting().Tom Lane2015-07-02
* Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane2013-09-03
* Silently ignore any nonexistent schemas that are listed in search_path.Tom Lane2012-04-11
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Remove regex_flavor GUC, so that regular expressions are always "advanced"Tom Lane2009-10-21
* Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delayTom Lane2009-02-28
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-11
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-03
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-26
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-12
* Extend 'guc' regression test to check manipulations of datestyle asTom Lane2006-08-13
* Add some basic tests of GUC behavior.Tom Lane2006-08-04