| Commit message (Expand) | Author | Age |
* | Change ReleaseLruFile() usage so that if we cannot release any more | Tom Lane | 2000-08-27 |
* | Fix typo (extraneous semicolon) in fd.c patch to avoid excess seeks. | Tom Lane | 2000-07-05 |
* | Final #include cleanup. | Bruce Momjian | 2000-06-15 |
* | > If read or write fails. Position will left the same. This | Bruce Momjian | 2000-06-14 |
* | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 |
* | Create an fd.c entry point that is just like plain open(2) except that | Tom Lane | 2000-06-02 |
* | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Buffer manager modifications to keep a local buffer-dirtied bit as well | Tom Lane | 2000-04-09 |
* | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 |
* | Fix comment spacing. | Bruce Momjian | 2000-02-28 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Reduce ReleaseLruFile failure from FATAL to ERROR grade; offhand I don't | Tom Lane | 1999-11-23 |
* | Change fd.c so that temp files are closed and deleted at | Tom Lane | 1999-10-17 |
* | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane | 1999-10-13 |
* | Transaction log manager core code. | Vadim B. Mikheev | 1999-09-27 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 |
* | Rename pg_temp to pg_sorttemp so it does not conflict with temp table names. | Bruce Momjian | 1999-07-08 |
* | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Add 'temporary file' facility to fd.c, and arrange for temp | Tom Lane | 1999-05-09 |
* | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | Get rid of some minor compiler warnings. | Tom Lane | 1998-10-26 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | Remove GetDatabaseName/Path and use globals. Make consts later. | Bruce Momjian | 1998-04-05 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Support alternate database locations. | Thomas G. Lockhart | 1997-11-07 |
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian | 1997-08-18 |
* | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 |
* | Added SCO support, from Daniel Harris. | Bruce Momjian | 1997-07-28 |
* | AllocateFile(): | Vadim B. Mikheev | 1997-05-23 |
* | 1. Cleanup (no more FreeFd - unuseful; others). | Vadim B. Mikheev | 1997-05-22 |
* | Make the error message output by AllocateFile() if failes to | Marc G. Fournier | 1997-02-20 |
* | Remove WIN32 defines. They never worked. | Bruce Momjian | 1997-02-14 |
* | Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconf | Marc G. Fournier | 1997-01-27 |