| Commit message (Expand) | Author | Age | Files | Lines |
| * | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian | 2003-12-20 | 1 | -8/+7 |
| * | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut | 2003-12-12 | 1 | -3/+3 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -2/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -7/+7 |
| * | Error message editing in backend/storage. | Tom Lane | 2003-07-24 | 1 | -34/+45 |
| * | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 | 1 | -39/+72 |
| * | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 | 1 | -2/+2 |
| * | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 1 | -7/+18 |
| * | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 | 1 | -4/+4 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 | 1 | -137/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 | 1 | -1/+2 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -2/+2 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -32/+32 |
| * | Don't Assert() that fsync() and close() never fail; I have seen this | Tom Lane | 2002-02-10 | 1 | -23/+30 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -3/+3 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -4/+4 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -33/+22 |
| * | Create a GUC parameter max_files_per_process that is a configurable | Tom Lane | 2001-09-30 | 1 | -13/+38 |
| * | This patch is because Hurd does not support NOFILE. It is against current | Bruce Momjian | 2001-08-04 | 1 | -1/+6 |
| * | Allow removal of system-named pg_* temp tables. Rename temp file/dir as | Bruce Momjian | 2001-06-18 | 1 | -3/+3 |
| * | Move temporary files into 'pg_tempfiles' subdirectory of each database | Tom Lane | 2001-06-11 | 1 | -16/+120 |
| * | Adjust WAL code so that checkpoints truncate the xlog at the previous | Tom Lane | 2001-06-06 | 1 | -1/+8 |
| * | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian | 2001-05-30 | 1 | -3/+3 |
| * | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian | 2001-05-25 | 1 | -14/+6 |
| * | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian | 2001-05-25 | 1 | -6/+14 |
| * | Check for failure of malloc() and realloc() when allocating space for | Tom Lane | 2001-04-03 | 1 | -7/+16 |
| * | open(2) flags saved for re-opening a virtual file should probably not | Tom Lane | 2001-04-03 | 1 | -3/+5 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -8/+10 |
| * | Change s_lock to not use any zero-delay select() calls; these are just a | Tom Lane | 2001-02-18 | 1 | -2/+22 |
| * | Add current seek position to FDDEBUG output for FileRead, | Tom Lane | 2001-02-17 | 1 | -7/+10 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 | 1 | -3/+9 |
| * | Resurrect -F switch: it controls fsyncs again, though the fsyncs are | Tom Lane | 2000-12-08 | 1 | -1/+13 |
| * | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 | 1 | -23/+1 |
| * | Set fdstate in fileNameOpenFile. | Vadim B. Mikheev | 2000-11-23 | 1 | -3/+3 |
| * | pg_fsync is fsync in WAL version. | Vadim B. Mikheev | 2000-11-10 | 1 | -1/+12 |
| * | WAL | Vadim B. Mikheev | 2000-10-28 | 1 | -1/+3 |
| * | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut | 2000-10-02 | 1 | -3/+4 |
| * | Change ReleaseLruFile() usage so that if we cannot release any more | Tom Lane | 2000-08-27 | 1 | -36/+51 |
| * | Fix typo (extraneous semicolon) in fd.c patch to avoid excess seeks. | Tom Lane | 2000-07-05 | 1 | -9/+17 |
| * | Final #include cleanup. | Bruce Momjian | 2000-06-15 | 1 | -2/+1 |
| * | > If read or write fails. Position will left the same. This | Bruce Momjian | 2000-06-14 | 1 | -5/+26 |
| * | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 | 1 | -8/+2 |
| * | Create an fd.c entry point that is just like plain open(2) except that | Tom Lane | 2000-06-02 | 1 | -38/+46 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 1 | -3/+6 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -8/+15 |