summaryrefslogtreecommitdiff
path: root/src/backend/utils/init/miscinit.c
Commit message (Expand)AuthorAgeFilesLines
* Version number now set in configure, available through Makefile.globalPeter Eisentraut2000-07-021-1/+50
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-3/+3
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-12/+14
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-2/+4
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-021-6/+2
* Modify getdatabaseencoding(), pg_encoding_to_char()Tatsuo Ishii2000-05-021-6/+3
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-59/+75
* Implement reindex commandHiroshi Inoue2000-02-181-1/+28
* Add:Bruce Momjian2000-01-261-2/+3
* The latest source does not compile on Solaris 7 due toBruce Momjian2000-01-191-1/+2
* Fix minor comple errorTatsuo Ishii2000-01-181-2/+2
* Add builtin functions:Tatsuo Ishii2000-01-181-3/+15
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-131-172/+22
* Move SetPidFile() and firends to utils/init/miscinit.c fromTatsuo Ishii2000-01-091-1/+155
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-241-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-2/+2
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-18/+5
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanupBruce Momjian1999-07-161-2/+2
* Update #include cleanupsBruce Momjian1999-07-161-5/+5
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-7/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* pgindent run over code.Bruce Momjian1999-05-251-9/+11
* Modify backend switch parsing to prevent 'insecure' switchesTom Lane1999-05-221-1/+2
* Fix some miscellaneous places that were using raw open() orTom Lane1999-05-091-4/+4
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-10/+10
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+5
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-2/+5
* Fix up warning and error messages to use single-quotes aroun strings.Thomas G. Lockhart1998-10-051-6/+6
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-6/+7
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-8/+8
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-3/+4
* Change owner from oid to int4 type.Bruce Momjian1998-08-111-2/+2
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-3/+3
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+13
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-5/+5
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-8/+1
* Remove GetDatabaseName/Path and use globals. Make consts later.Bruce Momjian1998-04-051-24/+1
* Fix for memory leak.Bruce Momjian1998-04-051-5/+5
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-74/+82
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-251-4/+4
* From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier1998-02-241-1/+145
* This patch fixes one of two problems with grant/revoke statements on theMarc G. Fournier1998-01-251-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-14/+14
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-132/+136
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-1/+3
* Change mixed-case routines to lower-case if referenced in pg_proc.hThomas G. Lockhart1997-04-271-2/+6
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-141-14/+1
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-141-33/+1
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-061-1/+2