Age | Commit message (Expand) | Author |
2024-05-17 | Revise GUC names quoting in messages again | Peter Eisentraut |
2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
2022-11-16 | Mark argument of RegisterCustomRmgr() as const. | Jeff Davis |
2022-10-18 | Rename SetSingleFuncCall() to InitMaterializedSRF() | Michael Paquier |
2022-10-01 | doc: Fix some grammar and typos | Michael Paquier |
2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane |
2022-04-07 | Fix warning introduced in 5c279a6d350. | Jeff Davis |
2022-04-07 | Custom WAL Resource Managers. | Jeff Davis |
2022-01-19 | Make logical decoding a part of the rmgr. | Jeff Davis |
2019-11-12 | Make the order of the header file includes consistent in backend modules. | Amit Kapila |
2017-02-14 | Split index xlog headers from other private index headers. | Robert Haas |
2017-02-08 | Add WAL consistency checking facility. | Robert Haas |
2016-08-29 | Split hash.h → hash_xlog.h | Alvaro Herrera |
2016-04-06 | Generic Messages for Logical Decoding | Simon Riggs |
2016-04-01 | Add Generic WAL interface | Teodor Sigaev |
2015-04-29 | Introduce replication progress tracking infrastructure. | Andres Freund |
2015-03-09 | Move WAL-related definitions from dbcommands.h to separate header file. | Heikki Linnakangas |
2014-12-03 | Keep track of transaction commit timestamps | Alvaro Herrera |
2014-11-07 | BRIN: Block Range Indexes | Alvaro Herrera |
2014-09-19 | Add rmgr callback to name xlog record types for display purposes. | Andres Freund |
2014-03-18 | Remove rm_safe_restartpoint machinery. | Heikki Linnakangas |
2013-02-06 | Split out list of XLog resource managers | Alvaro Herrera |
2012-11-28 | Split out rmgr rm_desc functions into their own files | Alvaro Herrera |
2012-08-28 | Split heapam_xlog.h from heapam.h | Alvaro Herrera |
2011-12-17 | Add SP-GiST (space-partitioned GiST) index access method. | Tom Lane |
2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
2010-12-23 | Rewrite the GiST insertion logic so that we don't need the post-recovery | Heikki Linnakangas |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-02-07 | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane |
2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
2008-11-19 | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas |
2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
2006-11-05 | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane |
2006-08-07 | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane |
2006-07-11 | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian |
2006-05-02 | GIN: Generalized Inverted iNdex. | Teodor Sigaev |
2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane |
2005-06-14 | WAL for GiST. It work for online backup and so on, but on | Teodor Sigaev |
2005-06-08 | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane |
2005-06-06 | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane |
2005-05-17 | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway |
2004-08-29 | Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. | Tom Lane |
2004-08-23 | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane |
2004-07-21 | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane |
2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-02-21 | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane |
2001-08-25 | Replace implementation of pg_log as a relation accessed through the | Tom Lane |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |