summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/database.c
Commit message (Expand)AuthorAgeFilesLines
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-22/+28
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-48/+23
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-6/+4
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+1
* Final cleanupBruce Momjian1999-07-161-1/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-9/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-1/+2
* pgindent run over code.Bruce Momjian1999-05-251-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+5
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-6/+6
* Fix ifdef.Bruce Momjian1998-09-031-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-8/+8
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-241-3/+20
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-6/+2
* Change owner from oid to int4 type.Bruce Momjian1998-08-111-3/+3
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-24/+4
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-5/+14
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-2/+13
* Cleanup Name usage.Bruce Momjian1998-07-201-4/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* Require #define variable ALLOW_ABSOLUTE_DBPATHS if absolute paths areThomas G. Lockhart1998-05-291-1/+5
* This patch...Bruce Momjian1998-04-271-11/+9
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-34/+38
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-3/+3
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-2/+2
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-2/+2
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-2/+2
* Clean up handling of environment variables in path names.Thomas G. Lockhart1997-11-101-1/+5
* Routines for database initial access info and support.Thomas G. Lockhart1997-11-071-0/+279