aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/file
Commit message (Expand)AuthorAge
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Update #include cleanupsBruce Momjian1999-07-16
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.Bruce Momjian1999-07-08
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Add 'temporary file' facility to fd.c, and arrange for tempTom Lane1999-05-09
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-17
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Get rid of some minor compiler warnings.Tom Lane1998-10-26
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Hi,Bruce Momjian1998-04-06
* Remove GetDatabaseName/Path and use globals. Make consts later.Bruce Momjian1998-04-05
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-19
* Support alternate database locations.Thomas G. Lockhart1997-11-07
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-18
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-28
* AllocateFile():Vadim B. Mikheev1997-05-23
* 1. Cleanup (no more FreeFd - unuseful; others).Vadim B. Mikheev1997-05-22
* Make the error message output by AllocateFile() if failes toMarc G. Fournier1997-02-20
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-14
* Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconfMarc G. Fournier1997-01-27
* From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1997-01-13
* Fixed Assert check where ! should be !=.Bruce Momjian1996-12-28
* Add asserts to check for file descriptor ring corruption.Bryan Henderson1996-12-27
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-04
* Makefile cleanup after reorganizationBruce Momjian1996-11-09
* Compile and warning cleanupBruce Momjian1996-11-08
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-06
* Remove OPENLINK defineBruce Momjian1996-11-04
* more removals of PORTNAME_*Marc G. Fournier1996-10-31
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27
* *** src/backend/storage/file/fd.c.orig Thu Sep 12 17:17:21 1996Marc G. Fournier1996-09-22
* More merges from Dr. George's tree...Marc G. Fournier1996-07-22
* Fixes: In the solaris port the file descriptors are hard coded to 20 (from theMarc G. Fournier1996-07-18