summaryrefslogtreecommitdiff
path: root/src/include/txn.i
AgeCommit message (Expand)Author
2014-03-28lintAlex Gorrod
2014-03-28Take a copy of the update transaction ID in reconciliation in case we race wi...Michael Cahill
2014-02-28Add comments explaining the reconciliation transactional read logic, includin...Michael Cahill
2014-02-28Fix another bug regarding when pages can be evicted: have reconcilition track...Michael Cahill
2014-02-21Fix a long-standing bug where a page could be marked clean (and evicted) when...Michael Cahill
2014-01-22Fix some GCC 4.8 "maybe-uninitialized" warnings.Michael Cahill
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-11-21Minor nit - get rid of the second 'logging'.Michael Cahill
2013-11-12Fixes based on Sue's review feedback.Michael Cahill
2013-11-08Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-08Back out another part of the original change: we need to get a snapshot when ...Michael Cahill
2013-11-08Back out a change to __wt_txn_am_oldest: that isn't changing.Michael Cahill
2013-11-08Don't block the oldest reader in the system forever. Try harder to evict whe...Michael Cahill
2013-11-08Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-07Create a special isolation level for eviction.Michael Cahill
2013-11-05Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-01Fix compiler warnings with GCC 4.7.2 on Ubuntu.Alex Gorrod
2013-10-24Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-19API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic
2013-10-10Split statistics macros into two parts: run-time and everything else,Keith Bostic
2013-10-08Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-10-04Remove redundant function declarations.Michael Cahill
2013-10-04Now that we aren't forcing oldest ID updates all the time, we need one in the...Michael Cahill
2013-10-04Only bump the oldest snapshot ID during normal snapshot refresh if we have a ...Michael Cahill
2013-10-04During checkpoints, use the session's isolation level, not just the transacti...Michael Cahill
2013-10-03Typos.Susan LoVerso
2013-10-03Add more commentary about the snap_min value published for read-uncommitted o...Michael Cahill
2013-10-01Merge branch 'develop' into fine-grained-durabilityAlex Gorrod
2013-09-24Fix assert for special case of read-uncommitted txns. #693Susan LoVerso
2013-09-14Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-09-12Fix a bug where a read-uncommitted scan was keeping the oldest transaction IDMichael Cahill
2013-09-05Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-09-02Use S2BT_SAFE, when calling transaction visible from a data-source (Memrata),Keith Bostic
2013-08-30Add logging and recovery of file truncates.Michael Cahill
2013-08-29Scan through files before the main recovery loop, gathering checkpoint LSNs a...Michael Cahill
2013-07-26Speed up tests by allowing smaller log files (100K) and using them.Michael Cahill
2013-07-26Add support for recovery of remove operations and column stores.Michael Cahill
2013-07-26Implement basic transactional recovery.Michael Cahill
2013-07-26Add logging for transaction commits.Michael Cahill
2013-07-26Add structures and encoding / decoding for fine-grained durability.Michael Cahill
2013-07-08The 'transactional' keyword is gone, remove uses of theKeith Bostic
2013-06-07The extension code needs to know what a transaction ID looks like,Keith Bostic
2013-06-05Change transaction IDs to 64-bits, remove code that deals with wrapping.Michael Cahill
2013-05-31whitespaceMichael Cahill
2013-05-31imported patch realloc_defMichael Cahill
2013-05-27Simplify scans through the global table of transaction IDs.Michael Cahill
2013-05-15Fix a bug where clean pages could be evicted when they contained updates requ...Michael Cahill
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-03-25Merge branch 'develop' into data-handlesMichael Cahill
2013-03-13Keep local state across {get,release}_snapshot calls so that the correct data...Michael Cahill