Commits

DateSubjectAuthorReleases
2012-08-08 Fix TwoPhaseGetDummyBackendId(). Tom Lane 9.2.0
2012-08-08 Fix TwoPhaseGetDummyBackendId(). Tom Lane 9.3.0
2012-06-07 Scan the buffer pool just once, not once per fork, during relation drop. Tom Lane 9.2.0
2012-02-06 Add locking around WAL-replay modification of shared-memory variables. Tom Lane 9.2.0
2011-12-20 Avoid crashing when we have problems unlinking files post-commit. Tom Lane 8.4.11
2011-12-20 Avoid crashing when we have problems unlinking files post-commit. Tom Lane 9.0.7
2011-12-20 Avoid crashing when we have problems unlinking files post-commit. Tom Lane 9.1.3
2011-12-20 Avoid crashing when we have problems unlinking files post-commit. Tom Lane 9.2.0
2011-09-09 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. Tom Lane 9.2.0
2011-08-16 Fix race condition in relcache init file invalidation. Tom Lane 9.0.5
2011-08-16 Fix race condition in relcache init file invalidation. Tom Lane 9.1.0
2011-08-16 Fix race condition in relcache init file invalidation. Tom Lane 9.2.0
2010-04-28 Replace the KnownAssignedXids hash table with a sorted-array data structure, Tom Lane 9.0.0
2009-09-01 Actually, we need to bump the format identifier on twophase files Tom Lane 9.0.0
2009-04-23 Change the default value of max_prepared_transactions to zero, and add Tom Lane 8.4.0
2008-11-02 Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't Tom Lane 8.4.0
2008-04-26 Back-patch Heikki's fix to make TransactionIdIsCurrentTransactionId() use Tom Lane 8.3.2
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2008-03-17 Fix TransactionIdIsCurrentTransactionId() to use binary search instead of Tom Lane 8.4.0
2007-09-21 Fix comments that misspelled TransactionIdIsInProgress, per Heikki. Tom Lane 8.3.0
2007-09-08 Replace the former method of determining snapshot xmax --- to wit, calling Tom Lane 8.3.0
2007-09-05 Quick hack to make the VXID of a prepared transaction be -1/XID, Tom Lane 8.3.0
2007-09-05 Implement lazy XID allocation: transactions that do not modify any database Tom Lane 8.3.0
2007-08-01 Support an optional asynchronous commit mode, in which we don't flush WAL Tom Lane 8.3.0
2007-05-27 Fix up pgstats counting of live and dead tuples to recognize that committed Tom Lane 8.3.0