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_tables.h
Commit message (
Expand
)
Author
Age
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Some infrastructure changes for the upcoming auto-explain contrib module:
Tom Lane
2008-11-19
*
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
Heikki Linnakangas
2008-09-30
*
Add "source file" and "source line" information to each GUC variable.
Alvaro Herrera
2008-09-10
*
Fix postgres --describe-config for guc enums, breakage noted by Alvaro.
Magnus Hagander
2008-03-17
*
Some cleanups of enum-guc code, per comments from Tom.
Magnus Hagander
2008-03-16
*
Implement enum type for guc parameters, and convert a couple of existing
Magnus Hagander
2008-03-10
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Arrange for SET LOCAL's effects to persist until the end of the current top
Tom Lane
2007-09-11
*
Code review for GUC revert-values-if-removed-from-postgresql.conf patch;
Tom Lane
2007-09-10
*
Make configuration parameters fall back to their default values when they
Peter Eisentraut
2007-04-21
*
Reverted waiting for further fixes:
Peter Eisentraut
2007-03-13
*
Make configuration parameters fall back to their default values when they
Peter Eisentraut
2007-03-12
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
The attached patch changes units of the some default values in
Bruce Momjian
2006-10-03
*
Revert (again) GUC patch to return commented fields to their default
Bruce Momjian
2006-08-14
*
Recommit patch to allow commented GUC variables to return to their
Bruce Momjian
2006-08-13
*
Back out patch that allowed commented guc variables to return to their
Bruce Momjian
2006-08-12
*
Allow commenting of variables in postgresql.conf to restore them to
Bruce Momjian
2006-08-11
*
Allow units to be specified with configuration settings.
Peter Eisentraut
2006-07-27
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Fix bug that allowed any logged-in user to SET ROLE to any other database user
Tom Lane
2006-02-12
*
Integrate autovacuum functionality into the backend. There's still a
Tom Lane
2005-07-14
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be
Tom Lane
2004-10-22
*
Whack some sense into the configuration-file-location patch.
Tom Lane
2004-10-08
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
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-21
*
Nested transactions. There is still much left to do, especially on the
Tom Lane
2004-07-01
*
The patch adresses the TODO list item "Allow external interfaces to
Bruce Momjian
2004-05-26
*
Remove 'syslog' GUC variable, and add more logical 'log_destination'
Bruce Momjian
2004-04-05
*
Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path
Tom Lane
2004-01-19
*
Added new group of read-only GUC variables to allow simple access
Joe Conway
2003-12-03
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
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-28
*
> Joe Conway <mail@joeconway.com> writes:
Bruce Momjian
2003-07-27
*
Add --help-config facility to dump information about GUC parameters
Tom Lane
2003-07-04