summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/guc.out
Commit message (Expand)AuthorAgeFilesLines
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-171-5/+5
* Add an optional missing_ok argument to SQL function current_setting().Tom Lane2015-07-021-0/+31
* Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian2013-11-251-2/+2
* Issue error on SET outside transaction block in some casesBruce Momjian2013-10-041-0/+2
* Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane2013-09-031-0/+16
* Silently ignore any nonexistent schemas that are listed in search_path.Tom Lane2012-04-111-8/+26
* Code review for plpgsql fn_signature patch.Tom Lane2012-02-011-1/+1
* Print function signature, not just name, in PL/pgSQL error messages.Heikki Linnakangas2012-01-311-1/+1
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-1/+2
* Remove ancient PL/pgsql line numbering hack.Robert Haas2010-08-021-1/+1
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-161-6/+6
* Improve psql's tabular display of wrapped-around data by inserting markersTom Lane2009-11-221-1/+1
* Remove regex_flavor GUC, so that regular expressions are always "advanced"Tom Lane2009-10-211-39/+39
* Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delayTom Lane2009-02-281-33/+33
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-111-0/+141
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-031-0/+33
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-261-5/+5
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-121-0/+100
* Extend 'guc' regression test to check manipulations of datestyle asTom Lane2006-08-131-9/+286
* Add some basic tests of GUC behavior.Tom Lane2006-08-041-0/+150