| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -2/+2 |
* | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 1 | -5/+5 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
* | Get rid of slru.c's hardwired insistence on a fixed number of slots per | Tom Lane | 2005-12-06 | 1 | -3/+4 |
* | Arrange for read-only accesses to SLRU page buffers to take only a shared | Tom Lane | 2005-12-06 | 1 | -3/+3 |
* | Clean up representation of SLRU page state. This is the cleaner fix | Tom Lane | 2005-11-05 | 1 | -5/+5 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -11/+11 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 | 1 | -3/+2 |
* | Improve the checkpoint signaling mechanism so that the bgwriter can tell | Tom Lane | 2005-06-30 | 1 | -2/+2 |
* | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane | 2005-06-06 | 1 | -2/+2 |
* | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane | 2005-06-06 | 1 | -6/+1 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
* | Awhile back I added some code to StartupCLOG() to forcibly zero out | Tom Lane | 2004-12-22 | 1 | -13/+19 |
* | Ensure that the remainder of the current pg_clog page is zeroed during | Tom Lane | 2004-08-30 | 1 | -2/+33 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -1/+2 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
* | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane | 2004-08-23 | 1 | -54/+90 |
* | Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro. | Tom Lane | 2004-07-03 | 1 | -2/+7 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -50/+21 |
* | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane | 2004-05-31 | 1 | -13/+13 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
* | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
* | This patch extracts page buffer pooling and the simple | Bruce Momjian | 2003-06-11 | 1 | -792/+36 |
* | Handle clog structure in shared memory in exec() case, for Win32. | Bruce Momjian | 2003-05-03 | 1 | -21/+47 |
* | Back out last commit --- wrong patch. | Bruce Momjian | 2003-05-02 | 1 | -47/+21 |
* | Dump/read non-default GUC values for use by exec'ed backends, for Win32. | Bruce Momjian | 2003-05-02 | 1 | -21/+47 |
* | Reorganize clog's error reporting so that PANIC on clog I/O error can | Tom Lane | 2003-04-14 | 1 | -30/+135 |
* | Ensure that before truncating CLOG, we force a checkpoint even if no | Tom Lane | 2002-09-26 | 1 | -3/+3 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -11/+11 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -8/+6 |
* | Fix a couple of places where lack of parenthesization of a cast | Tom Lane | 2001-10-25 | 1 | -5/+3 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -65/+75 |
* | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 | 1 | -44/+41 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 | 1 | -3/+19 |
* | Fix portability problem in new CLOG code, per report from Rene Pijlman. | Tom Lane | 2001-08-25 | 1 | -1/+4 |
* | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 | 1 | -0/+987 |