summaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAgeFilesLines
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-33/+33
* Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian1999-10-081-2/+2
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-062-154/+58
* Make tree compilable (+WAL).Vadim B. Mikheev1999-09-281-1/+3
* Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian1999-09-271-2/+1
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-30/+103
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-174-15/+4
* Fix for multi-byte includes.Bruce Momjian1999-07-171-1/+5
* More cleanupBruce Momjian1999-07-161-2/+1
* More cleanupBruce Momjian1999-07-161-1/+2
* Final cleanupBruce Momjian1999-07-163-24/+17
* Update #include cleanupsBruce Momjian1999-07-164-14/+13
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-152-7/+7
* Remove unused #includes in *.c files.Bruce Momjian1999-07-153-22/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-154-11/+4
* pgindent run over code.Bruce Momjian1999-05-255-17/+20
* Modify backend switch parsing to prevent 'insecure' switchesTom Lane1999-05-222-4/+4
* Fix some miscellaneous places that were using raw open() orTom Lane1999-05-091-4/+4
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-171-2/+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-135-21/+21
* 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