aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/guc.h
Commit message (Expand)AuthorAge
* Rename:Bruce Momjian2002-11-15
* Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian2002-11-14
* Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut2002-10-21
* pgindent run.Bruce Momjian2002-09-04
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-02
* Add log_duration to GUC/postgresql.conf.Bruce Momjian2002-09-01
* Here are two patches. The guc_and_tablefunc patch addresses the twoBruce Momjian2002-07-30
* Code review for SHOW output changes; fix horology expected files forTom Lane2002-07-20
* > 2. This patch includes the same Table Function API fixes that IBruce Momjian2002-07-20
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-24
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-01
* Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut2002-02-23
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Allow the postmaster to accept changes in PGC_BACKEND GUC variablesTom Lane2001-09-30
* Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian2001-06-18
* Extend GUC concepts of parse_hook and assign_hook to all four supportedTom Lane2001-06-12
* reset all: command line and .conf options change defaultsBruce Momjian2001-06-07
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Some pedantic compile syntax errors to fix with the following patchBruce Momjian2000-07-27
* Move PGPORT envar handling to ResetAllOptions(). Improve long optionsPeter Eisentraut2000-07-03
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-22
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31