summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
Commit message (Expand)AuthorAgeFilesLines
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Fix for multi-byte includes.Bruce Momjian1999-07-171-1/+5
* More cleanupBruce Momjian1999-07-161-2/+1
* Final cleanupBruce Momjian1999-07-161-18/+11
* Update #include cleanupsBruce Momjian1999-07-161-5/+4
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-5/+5
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-11/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-4/+1
* pgindent run over code.Bruce Momjian1999-05-251-3/+3
* comments cleanup.Bruce Momjian1999-02-221-8/+3
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-191-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-4/+4
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+9
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-5/+7
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-241-14/+1
* Change owner from oid to int4 type.Bruce Momjian1998-08-111-4/+4
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-6/+6
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+20
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-3/+3
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-7/+1
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-3/+6
* Remove GetDatabaseName/Path and use globals. Make consts later.Bruce Momjian1998-04-051-4/+4
* Fix for memory leak.Bruce Momjian1998-04-051-3/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-56/+61
* Quick cleanupsMarc G. Fournier1998-02-231-2/+3
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-231-1/+8
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-291-2/+2
* First clean compile without a "PORTNAME" variable being set...Marc G. Fournier1997-12-201-2/+1
* Remove tqual.h includes not needed.Bruce Momjian1997-11-241-2/+1
* Get rid of unused variable 'address'.Vadim B. Mikheev1997-11-181-3/+1
* Apply Bryan's IPC PatchesMarc G. Fournier1997-11-171-11/+18
* Add errormsg initialization from patch by Keith Parks.Thomas G. Lockhart1997-11-101-1/+3
* Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian1997-11-071-4/+1
* Support alternate database locations.Thomas G. Lockhart1997-11-071-199/+123
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-30/+29
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-518/+546
* Remove unneeded stat calls.Bruce Momjian1997-08-271-15/+7
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-5/+10
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-3/+3
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-241-2/+1
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-141-8/+1
* Change the way ipc.h is included because sys/ipc.h on Ultrix is broken.Bryan Henderson1997-01-081-2/+2
* Use new utils/version.c instead of backend/utils/init/magic.c.Bryan Henderson1996-11-121-296/+307
* Compile and warning cleanupBruce Momjian1996-11-081-2/+2
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-061-1/+8
* Added needed include file.Bruce Momjian1996-10-311-1/+2
* Should finish cleaning out the machine.h includesMarc G. Fournier1996-08-271-4/+1
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+648