summaryrefslogtreecommitdiff
path: root/src/backend/storage/file/fd.c
Commit message (Expand)AuthorAgeFilesLines
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-3/+3
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-3/+3
* Support alternate database locations.Thomas G. Lockhart1997-11-071-12/+16
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-79/+79
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-565/+612
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-1/+5
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-181-50/+26
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-3/+3
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-281-2/+2
* AllocateFile():Vadim B. Mikheev1997-05-231-2/+2
* 1. Cleanup (no more FreeFd - unuseful; others).Vadim B. Mikheev1997-05-221-83/+58
* Make the error message output by AllocateFile() if failes toMarc G. Fournier1997-02-201-3/+3
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-141-14/+1
* Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconfMarc G. Fournier1997-01-271-3/+3
* From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1997-01-131-32/+40
* Fixed Assert check where ! should be !=.Bruce Momjian1996-12-281-2/+2
* Add asserts to check for file descriptor ring corruption.Bryan Henderson1996-12-271-285/+293
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-041-9/+5
* Compile and warning cleanupBruce Momjian1996-11-081-3/+4
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-1/+4
* Remove OPENLINK defineBruce Momjian1996-11-041-3/+1
* more removals of PORTNAME_*Marc G. Fournier1996-10-311-5/+5
* *** src/backend/storage/file/fd.c.orig Thu Sep 12 17:17:21 1996Marc G. Fournier1996-09-221-2/+2
* More merges from Dr. George's tree...Marc G. Fournier1996-07-221-3/+4
* Fixes: In the solaris port the file descriptors are hard coded to 20 (from theMarc G. Fournier1996-07-181-1/+6
* fsync patch from openlinkMarc G. Fournier1996-07-151-1/+10
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+888