| Age | Commit message (Expand) | Author |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-09-30 | Create a GUC parameter max_files_per_process that is a configurable | Tom Lane |
| 2001-08-04 | This patch is because Hurd does not support NOFILE. It is against current | Bruce Momjian |
| 2001-06-18 | Allow removal of system-named pg_* temp tables. Rename temp file/dir as | Bruce Momjian |
| 2001-06-11 | Move temporary files into 'pg_tempfiles' subdirectory of each database | Tom Lane |
| 2001-06-06 | Adjust WAL code so that checkpoints truncate the xlog at the previous | Tom Lane |
| 2001-05-30 | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian |
| 2001-05-25 | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian |
| 2001-05-25 | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian |
| 2001-04-03 | Check for failure of malloc() and realloc() when allocating space for | Tom Lane |
| 2001-04-03 | open(2) flags saved for re-opening a virtual file should probably not | Tom Lane |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-02-18 | Change s_lock to not use any zero-delay select() calls; these are just a | Tom Lane |
| 2001-02-17 | Add current seek position to FDDEBUG output for FileRead, | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-12 | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane |
| 2000-12-08 | Resurrect -F switch: it controls fsyncs again, though the fsyncs are | Tom Lane |
| 2000-11-30 | No more #ifdef XLOG. | Vadim B. Mikheev |
| 2000-11-23 | Set fdstate in fileNameOpenFile. | Vadim B. Mikheev |
| 2000-11-10 | pg_fsync is fsync in WAL version. | Vadim B. Mikheev |
| 2000-10-28 | WAL | Vadim B. Mikheev |
| 2000-10-02 | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-08-27 | Change ReleaseLruFile() usage so that if we cannot release any more | Tom Lane |
| 2000-07-05 | Fix typo (extraneous semicolon) in fd.c patch to avoid excess seeks. | Tom Lane |
| 2000-06-18 | Reinstate BufFileTell(). | Tom Lane |
| 2000-06-15 | Final #include cleanup. | Bruce Momjian |
| 2000-06-15 | Clean up #include's. | Bruce Momjian |
| 2000-06-14 | > If read or write fails. Position will left the same. This | Bruce Momjian |
| 2000-06-08 | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian |
| 2000-06-02 | 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-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |
| 2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-04-09 | Buffer manager modifications to keep a local buffer-dirtied bit as well | Tom Lane |
| 2000-03-17 | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane |
| 2000-02-28 | Fix comment spacing. | Bruce Momjian |
| 2000-01-26 | Add: | Bruce Momjian |
| 1999-12-13 | New LDOUT makefile variable for QNX os. | Bruce Momjian |
| 1999-12-09 | Make LD -r as macros that can be changed for QNX. | Bruce Momjian |
| 1999-11-23 | Reduce ReleaseLruFile failure from FATAL to ERROR grade; offhand I don't | Tom Lane |
| 1999-10-19 | BufFileSeek's behavior at segment boundaries wasn't what | Tom Lane |
| 1999-10-17 | Change fd.c so that temp files are closed and deleted at | Tom Lane |
| 1999-10-16 | Second phase of psort reconstruction project: add bookkeeping logic to | Tom Lane |
| 1999-10-13 | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane |
| 1999-09-27 | Transaction log manager core code. | Vadim B. Mikheev |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |