aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/globals.c
Commit message (Expand)AuthorAge
* Make ISO date style (e.g. "2000-02-16 09:33") the default.Thomas G. Lockhart2000-02-16
* Add:Bruce Momjian2000-01-26
* Fix memory overrun while setting ps statusTatsuo Ishii1999-12-10
* Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian1999-10-08
* Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian1999-09-27
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanupBruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Modify backend switch parsing to prevent 'insecure' switchesTom Lane1999-05-22
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-17
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* The problem is that read_pg_options needs DataDir to read its file butBruce Momjian1998-10-16
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-09
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-29
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-19
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-25
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-26
* getpid/pid cleanupBruce Momjian1998-01-25
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian1997-11-15
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* No more SortTuplesInTree...Vadim B. Mikheev1997-09-18
* + int SortTuplesInTree = 2560;Vadim B. Mikheev1997-09-18
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Cleanup global variables, remove stable memory stuff.Bruce Momjian1997-08-14
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-03-28
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-03-25
* - Move most of the I/O in both libpq and the backend to a setMarc G. Fournier1997-03-18
* Resync the source tree, commit some things that were missing (pqcomprim.c) andMarc G. Fournier1997-03-18
* Bring in a patch from Keith Parks to move the use of European datesMarc G. Fournier1997-01-26
* Eliminate dupliclate definition of external variables reldesc and DataDir.Bryan Henderson1997-01-14
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-14
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-06
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09