| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change fd.c so that temp files are closed and deleted at | Tom Lane | 1999-10-17 | 1 | -5/+9 |
| * | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane | 1999-10-13 | 1 | -202/+11 |
| * | Transaction log manager core code. | Vadim B. Mikheev | 1999-09-27 | 1 | -1/+15 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -4/+1 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -1/+2 |
| * | Rename pg_temp to pg_sorttemp so it does not conflict with temp table names. | Bruce Momjian | 1999-07-08 | 1 | -2/+2 |
| * | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 | 1 | -2/+3 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -6/+6 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -47/+46 |
| * | Add 'temporary file' facility to fd.c, and arrange for temp | Tom Lane | 1999-05-09 | 1 | -183/+488 |
| * | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 | 1 | -4/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -11/+6 |
| * | Get rid of some minor compiler warnings. | Tom Lane | 1998-10-26 | 1 | -2/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -10/+10 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -9/+1 |
| * | Remove GetDatabaseName/Path and use globals. Make consts later. | Bruce Momjian | 1998-04-05 | 1 | -5/+3 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -3/+3 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -3/+3 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -3/+3 |
| * | Support alternate database locations. | Thomas G. Lockhart | 1997-11-07 | 1 | -12/+16 |
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 1 | -2/+2 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -3/+3 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -79/+79 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -565/+612 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -1/+5 |
| * | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian | 1997-08-18 | 1 | -50/+26 |
| * | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | 1 | -3/+3 |
| * | Added SCO support, from Daniel Harris. | Bruce Momjian | 1997-07-28 | 1 | -2/+2 |
| * | AllocateFile(): | Vadim B. Mikheev | 1997-05-23 | 1 | -2/+2 |
| * | 1. Cleanup (no more FreeFd - unuseful; others). | Vadim B. Mikheev | 1997-05-22 | 1 | -83/+58 |
| * | Make the error message output by AllocateFile() if failes to | Marc G. Fournier | 1997-02-20 | 1 | -3/+3 |
| * | Remove WIN32 defines. They never worked. | Bruce Momjian | 1997-02-14 | 1 | -14/+1 |
| * | Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconf | Marc G. Fournier | 1997-01-27 | 1 | -3/+3 |
| * | From: Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | 1997-01-13 | 1 | -32/+40 |
| * | Fixed Assert check where ! should be !=. | Bruce Momjian | 1996-12-28 | 1 | -2/+2 |
| * | Add asserts to check for file descriptor ring corruption. | Bryan Henderson | 1996-12-27 | 1 | -285/+293 |
| * | Change portname "sparc" to "sunos4" and change some portname dependencies to | Bryan Henderson | 1996-12-04 | 1 | -9/+5 |
| * | Compile and warning cleanup | Bruce Momjian | 1996-11-08 | 1 | -3/+4 |
| * | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | 1996-11-06 | 1 | -1/+4 |
| * | Remove OPENLINK define | Bruce Momjian | 1996-11-04 | 1 | -3/+1 |
| * | more removals of PORTNAME_* | Marc G. Fournier | 1996-10-31 | 1 | -5/+5 |
| * | *** src/backend/storage/file/fd.c.orig Thu Sep 12 17:17:21 1996 | Marc G. Fournier | 1996-09-22 | 1 | -2/+2 |
| * | More merges from Dr. George's tree... | Marc G. Fournier | 1996-07-22 | 1 | -3/+4 |
| * | Fixes: In the solaris port the file descriptors are hard coded to 20 (from the | Marc G. Fournier | 1996-07-18 | 1 | -1/+6 |
| * | fsync patch from openlink | Marc G. Fournier | 1996-07-15 | 1 | -1/+10 |
| * | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+888 |