index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
guc.sql
Commit message (
Expand
)
Author
Age
*
Remove SQL regression tests for GUCs related to NO_SHOW_ALL
Michael Paquier
2023-02-08
*
Introduce GUC_NO_RESET flag.
Tom Lane
2022-09-27
*
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
*
Introduce pg_settings_get_flags() to find flags associated to a GUC
Michael Paquier
2022-01-31
*
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
*
Rethink handling of settings with a prefix reserved by an extension.
Tom Lane
2021-12-27
*
Warning on SET of nonexisting setting with a prefix reserved by an extension
Peter Eisentraut
2021-12-01
*
Re-allow custom GUC names that have more than two components.
Tom Lane
2021-06-02
*
Tighten up allowed names for custom GUC parameters.
Tom Lane
2021-04-07
*
Give up on testing guc.c's behavior for "infinity" inputs.
Tom Lane
2019-03-11
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Disallow NaN as a value for floating-point GUCs.
Tom Lane
2019-03-10
*
Re-add default_with_oids GUC to avoid breaking old dump files.
Andres Freund
2019-01-14
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
Add an optional missing_ok argument to SQL function current_setting().
Tom Lane
2015-07-02
*
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-09-03
*
Silently ignore any nonexistent schemas that are listed in search_path.
Tom Lane
2012-04-11
*
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
*
Remove regex_flavor GUC, so that regular expressions are always "advanced"
Tom Lane
2009-10-21
*
Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay
Tom Lane
2009-02-28
*
Arrange for SET LOCAL's effects to persist until the end of the current top
Tom Lane
2007-09-11
*
Implement function-local GUC parameter settings, as per recent discussion.
Tom Lane
2007-09-03
*
Rename the newly-added commands for discarding session state.
Neil Conway
2007-04-26
*
RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,
Neil Conway
2007-04-12
*
Extend 'guc' regression test to check manipulations of datestyle as
Tom Lane
2006-08-13
*
Add some basic tests of GUC behavior.
Tom Lane
2006-08-04