summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/globals.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Change the autovacuum launcher to read pg_database directly, rather thanTom Lane2009-08-311-3/+3
* Remove useless code that propagated FrontendProtocol to a backend via aTom Lane2009-08-281-2/+2
* Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane2009-05-051-1/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-091-1/+2
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-171-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+2
* Move session_start out of MyProcPort stucture and make it a global called MyS...Andrew Dunstan2007-08-021-1/+2
* Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera2007-04-161-2/+7
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-1/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-7/+13
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+5
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan.Bruce Momjian2004-08-061-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-1/+3
* Paranoia: ensure MyBackendId is InvalidBackendId in a process that hasTom Lane2004-05-301-2/+2
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-291-1/+4
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-281-5/+9
* Clean up some relative path install issues with Claudio's help.Bruce Momjian2004-05-181-1/+2
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-171-1/+2
* Reorganize backend code to more cleanly manage executable names andBruce Momjian2004-05-131-3/+2
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-101-3/+4
* Cost based vacuum delay feature.Jan Wieck2004-02-061-1/+9
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-031-3/+3
* Review uses of IsUnderPostmaster, change some tests to look atTom Lane2004-01-281-3/+13
* [all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian2004-01-261-1/+3
* Back out win32 patch so we can apply it separately.Bruce Momjian2004-01-261-3/+1
* Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian2004-01-261-1/+3
* Remove unused 'noversion' command-line option processing from theNeil Conway2004-01-061-3/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Mop-up for previous change to determine default shared_buffers andTom Lane2003-08-261-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-291-2/+2
* First batch of object rename commands.Peter Eisentraut2003-06-271-3/+1
* Fix things so that an error occuring during standalone-backend processingTom Lane2003-05-281-1/+3
* In bootstrap and standalone-backend modes, do not sort LOG elevel outTom Lane2003-05-281-1/+3
* Simplify timezone-handling code per proposal to pghackers: get rid ofTom Lane2003-02-221-3/+1
* This patch removes two unused global variables from globals.cBruce Momjian2002-10-031-5/+1
* pgindent run.Bruce Momjian2002-09-041-1/+2
* Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane2002-08-121-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-271-36/+1
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-3/+1
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+3