summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/clog.c
Commit message (Expand)AuthorAgeFilesLines
* 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