| Commit message (Expand) | Author | Age |
* | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane | 2004-02-23 |
* | Do a direct probe during postmaster startup to determine the maximum | Tom Lane | 2004-02-23 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/storage. | Tom Lane | 2003-07-24 |
* | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 |
* | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 |
* | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 |
* | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Don't Assert() that fsync() and close() never fail; I have seen this | Tom Lane | 2002-02-10 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Create a GUC parameter max_files_per_process that is a configurable | Tom Lane | 2001-09-30 |
* | This patch is because Hurd does not support NOFILE. It is against current | Bruce Momjian | 2001-08-04 |
* | Allow removal of system-named pg_* temp tables. Rename temp file/dir as | Bruce Momjian | 2001-06-18 |
* | Move temporary files into 'pg_tempfiles' subdirectory of each database | Tom Lane | 2001-06-11 |
* | Adjust WAL code so that checkpoints truncate the xlog at the previous | Tom Lane | 2001-06-06 |
* | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian | 2001-05-30 |
* | 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-05-25 |
* | 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-04-03 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change s_lock to not use any zero-delay select() calls; these are just a | Tom Lane | 2001-02-18 |
* | Add current seek position to FDDEBUG output for FileRead, | Tom Lane | 2001-02-17 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 |
* | Resurrect -F switch: it controls fsyncs again, though the fsyncs are | Tom Lane | 2000-12-08 |
* | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 |
* | Set fdstate in fileNameOpenFile. | Vadim B. Mikheev | 2000-11-23 |
* | pg_fsync is fsync in WAL version. | Vadim B. Mikheev | 2000-11-10 |
* | WAL | Vadim B. Mikheev | 2000-10-28 |
* | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut | 2000-10-02 |
* | 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 |