summaryrefslogtreecommitdiff
path: root/src/include/access/rmgr.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-1/+2
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-291-1/+3
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-231-2/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-1/+2
* XLOG stuff for sequences.Vadim B. Mikheev2000-11-301-1/+2
* WALVadim B. Mikheev2000-10-211-10/+1
* miscVadim B. Mikheev2000-07-041-7/+8
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-10/+10
* Transaction log manager core code.Vadim B. Mikheev1999-09-271-0/+34