index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
guc_tables.h
Age
Commit message (
Expand
)
Author
2008-09-30
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
Heikki Linnakangas
2008-09-10
Add "source file" and "source line" information to each GUC variable.
Alvaro Herrera
2008-03-17
Fix postgres --describe-config for guc enums, breakage noted by Alvaro.
Magnus Hagander
2008-03-16
Some cleanups of enum-guc code, per comments from Tom.
Magnus Hagander
2008-03-10
Implement enum type for guc parameters, and convert a couple of existing
Magnus Hagander
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-09-11
Arrange for SET LOCAL's effects to persist until the end of the current top
Tom Lane
2007-09-10
Code review for GUC revert-values-if-removed-from-postgresql.conf patch;
Tom Lane
2007-04-21
Make configuration parameters fall back to their default values when they
Peter Eisentraut
2007-03-13
Reverted waiting for further fixes:
Peter Eisentraut
2007-03-12
Make configuration parameters fall back to their default values when they
Peter Eisentraut
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-10-03
The attached patch changes units of the some default values in
Bruce Momjian
2006-08-14
Revert (again) GUC patch to return commented fields to their default
Bruce Momjian
2006-08-13
Recommit patch to allow commented GUC variables to return to their
Bruce Momjian
2006-08-12
Back out patch that allowed commented guc variables to return to their
Bruce Momjian
2006-08-11
Allow commenting of variables in postgresql.conf to restore them to
Bruce Momjian
2006-07-27
Allow units to be specified with configuration settings.
Peter Eisentraut
2006-07-13
Allow include files to compile own their own.
Bruce Momjian
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-02-12
Fix bug that allowed any logged-in user to SET ROLE to any other database user
Tom Lane
2005-07-14
Integrate autovacuum functionality into the backend. There's still a
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-10-22
Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be
Tom Lane
2004-10-08
Whack some sense into the configuration-file-location patch.
Tom Lane
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-07-21
Back out pg_autovacuum commit after cvs clean failure causes commit.
Bruce Momjian
2004-07-21
lease find enclosed a patch that matches the PL/Perl documentation
Bruce Momjian
2004-07-01
Nested transactions. There is still much left to do, especially on the
Tom Lane
2004-05-26
The patch adresses the TODO list item "Allow external interfaces to
Bruce Momjian
2004-04-05
Remove 'syslog' GUC variable, and add more logical 'log_destination'
Bruce Momjian
2004-01-19
Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path
Tom Lane
2003-12-03
Added new group of read-only GUC variables to allow simple access
Joe Conway
2003-11-29
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-08-04
Update copyrights to 2003.
Bruce Momjian
2003-08-04
pgindent run.
Bruce Momjian
2003-07-28
Code review for recent GUC changes --- try to make it less obvious that
Tom Lane
2003-07-28
There was enough code drift since this patch, that a couple of bugs
Bruce Momjian
2003-07-27
> Joe Conway <mail@joeconway.com> writes:
Bruce Momjian
2003-07-04
Add --help-config facility to dump information about GUC parameters
Tom Lane