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