| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Declare the arguments of AllocateFile() as const char *, not char *. | Tom Lane | 2006-03-04 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -2/+2 |
| * | Cause ShutdownPostgres to do a normal transaction abort during backend | Tom Lane | 2005-08-08 | 1 | -1/+2 |
| * | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 | 1 | -1/+2 |
| * | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian | 2005-05-20 | 1 | -1/+3 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -3/+3 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 | 1 | -1/+3 |
| * | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane | 2004-05-31 | 1 | -2/+3 |
| * | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane | 2004-02-23 | 1 | -2/+12 |
| * | Do a direct probe during postmaster startup to determine the maximum | Tom Lane | 2004-02-23 | 1 | -1/+2 |
| * | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 | 1 | -2/+2 |
| * | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian | 2003-12-20 | 1 | -1/+5 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 | 1 | -2/+2 |
| * | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 1 | -2/+2 |
| * | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 | 1 | -3/+1 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -3/+2 |
| * | Create a GUC parameter max_files_per_process that is a configurable | Tom Lane | 2001-09-30 | 1 | -1/+6 |
| * | Move temporary files into 'pg_tempfiles' subdirectory of each database | Tom Lane | 2001-06-11 | 1 | -1/+2 |
| * | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian | 2001-05-25 | 1 | -3/+1 |
| * | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian | 2001-05-25 | 1 | -1/+3 |
| * | Change s_lock to not use any zero-delay select() calls; these are just a | Tom Lane | 2001-02-18 | 1 | -1/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Resurrect -F switch: it controls fsyncs again, though the fsyncs are | Tom Lane | 2000-12-08 | 1 | -3/+2 |
| * | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 | 1 | -5/+1 |
| * | pg_fsync is fsync in WAL version. | Vadim B. Mikheev | 2000-11-10 | 1 | -1/+6 |
| * | Create an fd.c entry point that is just like plain open(2) except that | Tom Lane | 2000-06-02 | 1 | -3/+5 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -2/+2 |
| * | Buffer manager modifications to keep a local buffer-dirtied bit as well | Tom Lane | 2000-04-09 | 1 | -2/+3 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane | 1999-10-13 | 1 | -36/+4 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -3/+1 |
| * | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 | 1 | -2/+1 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -6/+6 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -6/+6 |
| * | Add 'temporary file' facility to fd.c, and arrange for temp | Tom Lane | 1999-05-09 | 1 | -11/+37 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -25/+25 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -36/+38 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -3/+1 |
| * | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian | 1997-08-18 | 1 | -9/+4 |