aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/rmgr.c
Commit message (Expand)AuthorAge
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Mark argument of RegisterCustomRmgr() as const.Jeff Davis2022-11-15
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* doc: Fix some grammar and typosMichael Paquier2022-10-01
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix warning introduced in 5c279a6d350.Jeff Davis2022-04-07
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* Make logical decoding a part of the rmgr.Jeff Davis2022-01-19
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Split index xlog headers from other private index headers.Robert Haas2017-02-14
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Split hash.h → hash_xlog.hAlvaro Herrera2016-08-29
* Generic Messages for Logical DecodingSimon Riggs2016-04-06
* Add Generic WAL interfaceTeodor Sigaev2016-04-01
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas2015-03-09
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-19
* Remove rm_safe_restartpoint machinery.Heikki Linnakangas2014-03-18
* Split out list of XLog resource managersAlvaro Herrera2013-02-06
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas2010-12-23
* 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
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-07
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-11
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* WAL for GiST. It work for online backup and so on, but onTeodor Sigaev2005-06-14
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-08
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-17
* 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
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-21
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* pgindent run.Bruce Momjian2003-08-04
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-21
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22