| Age | Commit message (Expand) | Author |
| 2014-05-01 | Fix a bug in LSM where an autocommit transaction wasn't started. | Alex Gorrod |
| 2014-05-01 | Don't cache the TXN_OLDEST flag: we don't check repeatedly. | Michael Cahill |
| 2014-04-30 | whitespace | Michael Cahill |
| 2014-04-30 | Clarify the different states a transaction can be in: running or idle, with a... | Michael Cahill |
| 2014-04-30 | Don't allocate transaction IDs in page in, and some name changes. | Alex Gorrod |
| 2014-04-30 | Simplify transaction setup for pure read-only workloads. Also, now that we s... | Michael Cahill |
| 2014-04-30 | Defer allocating a transaction ID until an update is made. | Alex Gorrod |
| 2014-04-29 | Merge branch 'develop' into fast-checkpoints | Michael Cahill |
| 2014-04-28 | Log transactional operations immediately, so that the only pointers kept are ... | Michael Cahill |
| 2014-04-28 | Copy keys into the in-memory log for transactions: ordinary operations no lon... | Michael Cahill |
| 2014-04-18 | Re-enable fast checkpoints. | Michael Cahill |
| 2014-04-18 | Disable the fast checkpoint code in one more place. | Michael Cahill |
| 2014-04-10 | Turn on eviction of dirty pages during eviction (previously it was permitted ... | Michael Cahill |
| 2014-04-10 | Maintain a checkpoint generation in each modified page, so that application t... | Michael Cahill |
| 2014-04-10 | When checking whether clean pages can be evicted from cache, ignore updates t... | Michael Cahill |
| 2014-04-09 | Fix the problem where a truncated/deleted page might split (meaning | Keith Bostic |
| 2014-03-04 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-03-04 | Simplify __wt_row_key_get a little, fix a comment, move it to live | Keith Bostic |
| 2014-03-03 | Support eviction of pages that include unresolved changes. | Keith Bostic |
| 2014-02-28 | Add comments explaining the reconciliation transactional read logic, includin... | Michael Cahill |
| 2014-02-28 | Fix another bug regarding when pages can be evicted: have reconcilition track... | Michael Cahill |
| 2014-02-21 | Fix a long-standing bug where a page could be marked clean (and evicted) when... | Michael Cahill |
| 2014-01-22 | Fix some GCC 4.8 "maybe-uninitialized" warnings. | Michael Cahill |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-11-21 | Minor nit - get rid of the second 'logging'. | Michael Cahill |
| 2013-11-12 | Fixes based on Sue's review feedback. | Michael Cahill |
| 2013-11-08 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-08 | Back out another part of the original change: we need to get a snapshot when ... | Michael Cahill |
| 2013-11-08 | Back out a change to __wt_txn_am_oldest: that isn't changing. | Michael Cahill |
| 2013-11-08 | Don't block the oldest reader in the system forever. Try harder to evict whe... | Michael Cahill |
| 2013-11-08 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-07 | Create a special isolation level for eviction. | Michael Cahill |
| 2013-11-05 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-01 | Fix compiler warnings with GCC 4.7.2 on Ubuntu. | Alex Gorrod |
| 2013-10-24 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-10-19 | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic |
| 2013-10-10 | Split statistics macros into two parts: run-time and everything else, | Keith Bostic |
| 2013-10-08 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-10-04 | Remove redundant function declarations. | Michael Cahill |
| 2013-10-04 | Now that we aren't forcing oldest ID updates all the time, we need one in the... | Michael Cahill |
| 2013-10-04 | Only bump the oldest snapshot ID during normal snapshot refresh if we have a ... | Michael Cahill |
| 2013-10-04 | During checkpoints, use the session's isolation level, not just the transacti... | Michael Cahill |
| 2013-10-03 | Typos. | Susan LoVerso |
| 2013-10-03 | Add more commentary about the snap_min value published for read-uncommitted o... | Michael Cahill |
| 2013-10-01 | Merge branch 'develop' into fine-grained-durability | Alex Gorrod |
| 2013-09-24 | Fix assert for special case of read-uncommitted txns. #693 | Susan LoVerso |
| 2013-09-14 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-09-12 | Fix a bug where a read-uncommitted scan was keeping the oldest transaction ID | Michael Cahill |
| 2013-09-05 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-09-02 | Use S2BT_SAFE, when calling transaction visible from a data-source (Memrata), | Keith Bostic |