aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/clog.c
Commit message (Expand)AuthorAge
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* This patch extracts page buffer pooling and the simpleBruce Momjian2003-06-11
* Handle clog structure in shared memory in exec() case, for Win32.Bruce Momjian2003-05-03
* Back out last commit --- wrong patch.Bruce Momjian2003-05-02
* Dump/read non-default GUC values for use by exec'ed backends, for Win32.Bruce Momjian2003-05-02
* Reorganize clog's error reporting so that PANIC on clog I/O error canTom Lane2003-04-14
* Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane2002-09-26
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* Fix a couple of places where lack of parenthesization of a castTom Lane2001-10-25
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-26
* Fix portability problem in new CLOG code, per report from Rene Pijlman.Tom Lane2001-08-25
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25