summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/rmgr.c
AgeCommit message (Expand)Author
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2022-11-16Mark argument of RegisterCustomRmgr() as const.Jeff Davis
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-01doc: Fix some grammar and typosMichael Paquier
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
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2017-02-14Split index xlog headers from other private index headers.Robert Haas
2017-02-08Add WAL consistency checking facility.Robert Haas
2016-08-29Split hash.h → hash_xlog.hAlvaro Herrera
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-04-01Add Generic WAL interfaceTeodor Sigaev
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-03-09Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-09-19Add rmgr callback to name xlog record types for display purposes.Andres Freund
2014-03-18Remove rm_safe_restartpoint machinery.Heikki Linnakangas
2013-02-06Split out list of XLog resource managersAlvaro Herrera
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-08-28Split heapam_xlog.h from heapam.hAlvaro Herrera
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2010-12-23Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas
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-08-07Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane
2006-07-11Alphabetically order reference to include files, "N" - "S".Bruce Momjian
2006-05-02GIN: Generalized Inverted iNdex.Teodor Sigaev
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-06-14WAL for GiST. It work for online backup and so on, but onTeodor Sigaev
2005-06-08Change WAL-logging scheme for multixacts to be more like regularTom Lane
2005-06-06Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane
2005-05-17Cleanup GiST header files. Since GiST extensions are often written asNeil Conway
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-21Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04pgindent run.Bruce Momjian
2003-02-21Make btree index structure adjustments and WAL logging changes needed toTom Lane
2001-08-25Replace implementation of pg_log as a relation accessed through theTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian