| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace "transaction log" with "write-ahead log" | Peter Eisentraut | 2017-05-12 | 1 | -1/+1 |
* | Track the oldest XID that can be safely looked up in CLOG. | Robert Haas | 2017-03-23 | 1 | -2/+2 |
* | Rename "pg_clog" directory to "pg_xact". | Robert Haas | 2017-03-17 | 1 | -1/+1 |
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 | 1 | -1/+1 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 | 1 | -1/+1 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 | 1 | -1/+1 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -2/+2 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
* | Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. | Tom Lane | 2013-12-12 | 1 | -1/+1 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
* | Replace XLogRecPtr struct with a 64-bit integer. | Heikki Linnakangas | 2012-06-24 | 1 | -3/+0 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
* | Make the visibility map crash-safe. | Robert Haas | 2011-06-21 | 1 | -3/+2 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
* | These functions no longer return a value, per complaint from gothic_moth via | Alvaro Herrera | 2008-10-20 | 1 | -6/+6 |
* | Rework subtransaction commit protocol for hot standby. | Alvaro Herrera | 2008-10-20 | 1 | -117/+27 |
* | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 | 1 | -2/+2 |
* | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 | 1 | -2/+2 |
* | Make TransactionIdIsInProgress check transam.c's single-item XID status cache | Tom Lane | 2008-03-11 | 1 | -29/+48 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -7/+7 |
* | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane | 2007-09-08 | 1 | -1/+28 |
* | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 | 1 | -20/+102 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -4/+4 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -20/+20 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 1 | -3/+22 |
* | Remove some no-longer-needed kluges for bootstrapping, in particular | Tom Lane | 2005-02-20 | 1 | -37/+1 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
* | RecentXmin is too recent to use as the cutoff point for accessing | Tom Lane | 2004-09-16 | 1 | -7/+7 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -9/+11 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
* | Add missing Assert to make TransactionIdDidAbort more consistent with | Tom Lane | 2004-08-28 | 1 | -1/+2 |
* | Tweak code so that pg_subtrans is never consulted for XIDs older than | Tom Lane | 2004-08-22 | 1 | -15/+13 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -49/+138 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
* | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -2/+2 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
* | Katherine Ward wrote: | Jan Wieck | 2002-06-11 | 1 | -2/+2 |
* | Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary | Tom Lane | 2002-05-25 | 1 | -7/+22 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -19/+19 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 | 1 | -1/+66 |
* | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 | 1 | -278/+42 |
* | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 | 1 | -8/+9 |