Age | Commit message (Expand) | Author |
2025-01-01 | Update copyright for 2025 | Bruce Momjian |
2024-01-04 | Update copyright for 2024 | Bruce Momjian |
2023-01-11 | Improve TransactionIdDidAbort() documentation. | Peter Geoghegan |
2023-01-02 | Update copyright for 2023 | Bruce Momjian |
2022-06-27 | Fix visibility check when XID is committed in CLOG but not in procarray. | Heikki Linnakangas |
2022-01-08 | Update copyright for 2022 | Bruce Momjian |
2021-01-02 | Update copyright for 2021 | Bruce Momjian |
2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
2019-01-22 | Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. | Andres Freund |
2019-01-02 | Update copyright for 2019 | Bruce Momjian |
2018-01-03 | Update copyright for 2018 | Bruce Momjian |
2017-05-12 | Replace "transaction log" with "write-ahead log" | Peter Eisentraut |
2017-03-23 | Track the oldest XID that can be safely looked up in CLOG. | Robert Haas |
2017-03-17 | Rename "pg_clog" directory to "pg_xact". | Robert Haas |
2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
2016-01-02 | Update copyright for 2016 | Bruce Momjian |
2015-01-06 | Update copyright for 2015 | Bruce Momjian |
2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2013-12-12 | Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. | Tom Lane |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-06-24 | Replace XLogRecPtr struct with a 64-bit integer. | Heikki Linnakangas |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-06-22 | Make the visibility map crash-safe. | Robert Haas |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-10-20 | These functions no longer return a value, per complaint from gothic_moth via | Alvaro Herrera |
2008-10-20 | Rework subtransaction commit protocol for hot standby. | Alvaro Herrera |
2008-03-26 | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera |
2008-03-26 | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera |
2008-03-11 | Make TransactionIdIsInProgress check transam.c's single-item XID status cache | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-09-08 | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane |
2007-08-01 | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-06-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
2005-02-20 | Remove some no-longer-needed kluges for bootstrapping, in particular | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-09-16 | RecentXmin is too recent to use as the cutoff point for accessing | Tom Lane |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-08-28 | Add missing Assert to make TransactionIdDidAbort more consistent with | Tom Lane |
2004-08-22 | Tweak code so that pg_subtrans is never consulted for XIDs older than | Tom Lane |
2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |