summaryrefslogtreecommitdiff
path: root/src/backend/utils/time
AgeCommit message (Expand)Author
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-30Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-21Change tqual.c tests to use !TransactionIdIsCurrentTransactionId, rather thanTom Lane
2007-09-08Replace the former method of determining snapshot xmax --- to wit, callingTom Lane
2007-08-14Fix oversight in async-commit patch: there were some places in heapam.cTom Lane
2007-08-01Support an optional asynchronous commit mode, in which we don't flush WALTom Lane
2007-03-25Clean up the representation of special snapshots by including a "methodTom Lane
2007-02-09Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane
2007-01-20Remove remains of old depend target.Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-17Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane
2006-11-05Fix recently-understood problems with handling of XID freezing, particularlyTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-15Improve confusing comment for HeapTupleSatisfiesNow, per gripe from Greg Stark.Tom Lane
2006-09-03Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane
2006-07-13More include file adjustments.Bruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-20Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane
2005-05-19Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane
2005-05-07Adjust time qual checking code so that we always check TransactionIdIsInProgressTom Lane
2005-04-28Implement sharable row-level locks, and use them for foreign key referencesTom Lane
2005-03-20Change the return value of HeapTupleSatisfiesUpdate() to be an enum,Neil Conway
2005-02-20Rename macro to MAKE_EXPIRED_TUPLES_VISIBLE.Bruce Momjian
2005-02-20Fix MAKE_ALL_TUPLES_VISIBLE define.Bruce Momjian
2005-02-20Move define MAKE_ALL_TUPLES_VISIBLE to a more logical place.Bruce Momjian
2005-02-20I have added a define, MAKE_ALL_TUPLES_VISIBLE, to help people recoverBruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-15Repair possible failure to update hint bits back to disk, perTom Lane
2004-09-16RecentXmin is too recent to use as the cutoff point for accessingTom Lane
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-22Tweak code so that pg_subtrans is never consulted for XIDs older thanTom Lane
2004-07-28Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-06Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut
2003-10-01Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane
2003-09-25Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane
2003-09-22HeapTupleSatisfiesVacuum() needs to be more careful about theTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-25Error message editing in backend/utils (except /adt).Tom Lane
2003-06-25>> If a transaction marks a tuple for update and later commits withoutBruce Momjian
2003-06-12Up to now, SerializableSnapshot and QuerySnapshot are malloc'ed andBruce Momjian