summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/clog.c
Commit message (Expand)AuthorAgeFilesLines
* Allow include files to compile own their own.Bruce Momjian2006-07-131-2/+2
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-5/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Get rid of slru.c's hardwired insistence on a fixed number of slots perTom Lane2005-12-061-3/+4
* Arrange for read-only accesses to SLRU page buffers to take only a sharedTom Lane2005-12-061-3/+3
* Clean up representation of SLRU page state. This is the cleaner fixTom Lane2005-11-051-5/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-11/+11
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-3/+2
* Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane2005-06-301-2/+2
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-061-2/+2
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-6/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Awhile back I added some code to StartupCLOG() to forcibly zero outTom Lane2004-12-221-13/+19
* Ensure that the remainder of the current pg_clog page is zeroed duringTom Lane2004-08-301-2/+33
* Pgindent run for 8.0.Bruce Momjian2004-08-291-1/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-231-54/+90
* Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro.Tom Lane2004-07-031-2/+7
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-50/+21
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-311-13/+13
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+2
* This patch extracts page buffer pooling and the simpleBruce Momjian2003-06-111-792/+36
* Handle clog structure in shared memory in exec() case, for Win32.Bruce Momjian2003-05-031-21/+47
* Back out last commit --- wrong patch.Bruce Momjian2003-05-021-47/+21
* Dump/read non-default GUC values for use by exec'ed backends, for Win32.Bruce Momjian2003-05-021-21/+47
* Reorganize clog's error reporting so that PANIC on clog I/O error canTom Lane2003-04-141-30/+135
* Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane2002-09-261-3/+3
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-11/+11
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-8/+6
* Fix a couple of places where lack of parenthesization of a castTom Lane2001-10-251-5/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-65/+75
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-44/+41
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-261-3/+19
* Fix portability problem in new CLOG code, per report from Rene Pijlman.Tom Lane2001-08-251-1/+4
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-0/+987