aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAge
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-17
* comments cleanup.Bruce Momjian1999-02-22
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-19
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* The problem is that read_pg_options needs DataDir to read its file butBruce Momjian1998-10-16
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Fix up warning and error messages to use single-quotes aroun strings.Thomas G. Lockhart1998-10-05
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-24
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Change owner from oid to int4 type.Bruce Momjian1998-08-11
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-09
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-27
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Another for for exec() removal and finding binaries.Bruce Momjian1998-06-09
* Fixed exec path problem.Bruce Momjian1998-06-08
* 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
* Hi,Bruce Momjian1998-04-06
* Remove GetDatabaseName/Path and use globals. Make consts later.Bruce Momjian1998-04-05
* Fix for memory leak.Bruce Momjian1998-04-05
* 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: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier1998-02-24
* Quick cleanupsMarc G. Fournier1998-02-23
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-23
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-29
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-26
* getpid/pid cleanupBruce Momjian1998-01-25
* This patch fixes one of two problems with grant/revoke statements on theMarc G. Fournier1998-01-25
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* First clean compile without a "PORTNAME" variable being set...Marc G. Fournier1997-12-20
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-19
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Get rid of unused variable 'address'.Vadim B. Mikheev1997-11-18
* Apply Bryan's IPC PatchesMarc G. Fournier1997-11-17
* Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian1997-11-15
* Add errormsg initialization from patch by Keith Parks.Thomas G. Lockhart1997-11-10
* Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian1997-11-07
* Support alternate database locations.Thomas G. Lockhart1997-11-07
* 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