index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
guc.h
Commit message (
Expand
)
Author
Age
*
Rename:
Bruce Momjian
2002-11-15
*
Rename server_min_messages to log_min_messages. Part of consolidation
Bruce Momjian
2002-11-14
*
Add DLLIMPORT declarations needed by contrib modules.
Peter Eisentraut
2002-10-21
*
pgindent run.
Bruce Momjian
2002-09-04
*
Add GUC variable to print original query to the server logs when there
Bruce Momjian
2002-09-02
*
Add log_duration to GUC/postgresql.conf.
Bruce Momjian
2002-09-01
*
Here are two patches. The guc_and_tablefunc patch addresses the two
Bruce Momjian
2002-07-30
*
Code review for SHOW output changes; fix horology expected files for
Tom Lane
2002-07-20
*
> 2. This patch includes the same Table Function API fixes that I
Bruce Momjian
2002-07-20
*
Merge the last few variable.c configuration variables into the generic
Tom Lane
2002-05-17
*
EXPLAIN output now comes out as a query result, not a NOTICE message.
Tom Lane
2002-03-24
*
User and database-specific session defaults for run-time configuration
Peter Eisentraut
2002-03-01
*
Save source of GUC settings, allowing different sources to be processed in
Peter Eisentraut
2002-02-23
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Allow the postmaster to accept changes in PGC_BACKEND GUC variables
Tom Lane
2001-09-30
*
Add GUC setting for Australian timezones. Uses new GUC boolean callback
Bruce Momjian
2001-06-18
*
Extend GUC concepts of parse_hook and assign_hook to all four supported
Tom Lane
2001-06-12
*
reset all: command line and .conf options change defaults
Bruce Momjian
2001-06-07
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
*
Some pedantic compile syntax errors to fix with the following patch
Bruce Momjian
2000-07-27
*
Move PGPORT envar handling to ResetAllOptions(). Improve long options
Peter Eisentraut
2000-07-03
*
Second pass over run-time configuration system. Adjust priorities on some
Peter Eisentraut
2000-06-22
*
The heralded `Grand Unified Configuration scheme' (GUC)
Peter Eisentraut
2000-05-31