summaryrefslogtreecommitdiff
path: root/src/include/txn.i
AgeCommit message (Expand)Author
2014-05-01Fix a bug in LSM where an autocommit transaction wasn't started.Alex Gorrod
2014-05-01Don't cache the TXN_OLDEST flag: we don't check repeatedly.Michael Cahill
2014-04-30whitespaceMichael Cahill
2014-04-30Clarify the different states a transaction can be in: running or idle, with a...Michael Cahill
2014-04-30Don't allocate transaction IDs in page in, and some name changes.Alex Gorrod
2014-04-30Simplify transaction setup for pure read-only workloads. Also, now that we s...Michael Cahill
2014-04-30Defer allocating a transaction ID until an update is made.Alex Gorrod
2014-04-29Merge branch 'develop' into fast-checkpointsMichael Cahill
2014-04-28Log transactional operations immediately, so that the only pointers kept are ...Michael Cahill
2014-04-28Copy keys into the in-memory log for transactions: ordinary operations no lon...Michael Cahill
2014-04-18Re-enable fast checkpoints.Michael Cahill
2014-04-18Disable the fast checkpoint code in one more place.Michael Cahill
2014-04-10Turn on eviction of dirty pages during eviction (previously it was permitted ...Michael Cahill
2014-04-10Maintain a checkpoint generation in each modified page, so that application t...Michael Cahill
2014-04-10When checking whether clean pages can be evicted from cache, ignore updates t...Michael Cahill
2014-04-09Fix the problem where a truncated/deleted page might split (meaningKeith Bostic
2014-03-04Merge branch 'develop' into new-splitKeith Bostic
2014-03-04Simplify __wt_row_key_get a little, fix a comment, move it to liveKeith Bostic
2014-03-03Support eviction of pages that include unresolved changes.Keith Bostic
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