summaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAgeFilesLines
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-2/+2
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-172-2/+14
* The problem is that read_pg_options needs DataDir to read its file butBruce Momjian1998-10-161-2/+2
* 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-013-17/+20
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-013-23/+23
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-2/+2
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-2/+2
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-241-14/+1
* 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-112-6/+6
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-263-12/+12
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-243-3/+37
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-091-1/+3
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-272-8/+8
* Remove un-needed braces around single statements.Bruce Momjian1998-06-152-10/+2
* Another for for exec() removal and finding binaries.Bruce Momjian1998-06-091-26/+28
* Fixed exec path problem.Bruce Momjian1998-06-081-9/+9
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-293-13/+8
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-191-3/+5
* Hi,Bruce Momjian1998-04-061-5/+3
* Remove GetDatabaseName/Path and use globals. Make consts later.Bruce Momjian1998-04-052-28/+5
* Fix for memory leak.Bruce Momjian1998-04-052-8/+8
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-263-132/+145
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-252-6/+6
* From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier1998-02-241-1/+145
* 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
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-261-2/+3
* getpid/pid cleanupBruce Momjian1998-01-251-2/+3
* This patch fixes one of two problems with grant/revoke statements on theMarc G. Fournier1998-01-251-3/+3
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* First clean compile without a "PORTNAME" variable being set...Marc G. Fournier1997-12-201-2/+1
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-4/+6
* Remove tqual.h includes not needed.Bruce Momjian1997-11-242-4/+2
* Get rid of unused variable 'address'.Vadim B. Mikheev1997-11-181-3/+1
* Apply Bryan's IPC PatchesMarc G. Fournier1997-11-171-11/+18
* Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian1997-11-151-6/+1
* 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
* 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-084-104/+103
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-075-902/+955
* Remove unneeded stat calls.Bruce Momjian1997-08-272-17/+9
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-192-6/+13