aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/globals.c
Commit message (Expand)AuthorAge
* 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
* Fix getopt-vs-init_ps_display problem by copying original argv[] info,Tom Lane2001-10-21
* Give VACUUM its own GUC parameter for memory usage, rather thanTom Lane2001-09-21
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-14
* Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut2001-05-12
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* XLOG (and related) changes:Tom Lane2001-03-13
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Remove useless leftover global variable Ps_status_buffer.Peter Eisentraut2001-01-23
* Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane2001-01-19
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14