aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/rmgr.h
Commit message (Expand)AuthorAge
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-19
* pgindent run for 9.4Bruce Momjian2014-05-06
* Remove rm_safe_restartpoint machinery.Heikki Linnakangas2014-03-18
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Split out list of XLog resource managersAlvaro Herrera2013-02-06
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-29
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-23
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* XLOG stuff for sequences.Vadim B. Mikheev2000-11-30
* WALVadim B. Mikheev2000-10-21
* miscVadim B. Mikheev2000-07-04
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Transaction log manager core code.Vadim B. Mikheev1999-09-27