summaryrefslogtreecommitdiff
path: root/src/backend/storage/file/fd.c
Commit message (Expand)AuthorAgeFilesLines
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-4/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.Bruce Momjian1999-07-081-2/+2
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-2/+3
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-6/+6
* pgindent run over code.Bruce Momjian1999-05-251-47/+46
* Add 'temporary file' facility to fd.c, and arrange for tempTom Lane1999-05-091-183/+488
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-171-4/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-11/+6
* Get rid of some minor compiler warnings.Tom Lane1998-10-261-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-10/+10
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-9/+1
* Remove GetDatabaseName/Path and use globals. Make consts later.Bruce Momjian1998-04-051-5/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+3
* 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