Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-07Fix warning introduced in 5c279a6d350.Jeff Davis
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-01-19Make logical decoding a part of the rmgr.Jeff Davis
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-08Add WAL consistency checking facility.Robert Haas
2014-09-19Add rmgr callback to name xlog record types for display purposes.Andres Freund
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-18Remove rm_safe_restartpoint machinery.Heikki Linnakangas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-02-06Split out list of XLog resource managersAlvaro Herrera
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2008-11-19Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2006-11-05Fix recently-understood problems with handling of XID freezing, particularlyTom Lane
2006-05-02GIN: Generalized Inverted iNdex.Teodor Sigaev
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-06-06Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane
2004-08-29Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane
2004-08-23Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-08-25Replace implementation of pg_log as a relation accessed through theTom Lane
2000-11-30XLOG stuff for sequences.Vadim B. Mikheev
2000-10-21WALVadim B. Mikheev
2000-07-04miscVadim B. Mikheev
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
1999-09-27Transaction log manager core code.Vadim B. Mikheev