summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/globals.c
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Remove useless leftover global variable Ps_status_buffer.Peter Eisentraut2001-01-231-9/+1
* Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane2001-01-191-1/+2
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-4/+7
* Fix recent breakage of query-cancel logic, see my pghackers messageTom Lane2001-01-071-2/+2
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-281-1/+47
* Keep track of the last active slot in the shared ProcState array, soTom Lane2000-11-121-2/+1
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-2/+1
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-1/+4
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Make the indexes on pg_group be shared system relations.Tom Lane2000-05-051-1/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+3
* Make ISO date style (e.g. "2000-02-16 09:33") the default.Thomas G. Lockhart2000-02-161-2/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Fix memory overrun while setting ps statusTatsuo Ishii1999-12-101-1/+8
* Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian1999-10-081-2/+2
* Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian1999-09-271-2/+1
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanupBruce Momjian1999-07-161-4/+4
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-4/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-1/+2
* Modify backend switch parsing to prevent 'insecure' switchesTom Lane1999-05-221-3/+2
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-171-2/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* The problem is that read_pg_options needs DataDir to read its file butBruce Momjian1998-10-161-2/+2
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-2/+2
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-091-1/+3
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-2/+1
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-191-3/+5
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-251-2/+2
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-261-2/+3
* getpid/pid cleanupBruce Momjian1998-01-251-2/+3
* Remove tqual.h includes not needed.Bruce Momjian1997-11-241-2/+1
* Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian1997-11-151-6/+1
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-2/+1
* No more SortTuplesInTree...Vadim B. Mikheev1997-09-181-2/+1
* + int SortTuplesInTree = 2560;Vadim B. Mikheev1997-09-181-1/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-31/+31
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-62/+65
* Cleanup global variables, remove stable memory stuff.Bruce Momjian1997-08-141-1/+4
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-03-281-2/+2
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-03-251-2/+3
* - Move most of the I/O in both libpq and the backend to a setMarc G. Fournier1997-03-181-1/+4
* Resync the source tree, commit some things that were missing (pqcomprim.c) andMarc G. Fournier1997-03-181-2/+6
* Bring in a patch from Keith Parks to move the use of European datesMarc G. Fournier1997-01-261-1/+3
* Eliminate dupliclate definition of external variables reldesc and DataDir.Bryan Henderson1997-01-141-3/+7