summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/database.c
Commit message (Expand)AuthorAgeFilesLines
* 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