| Age | Commit message (Expand) | Author |
| 2014-03-28 | lint | Alex Gorrod |
| 2014-03-28 | Take a copy of the update transaction ID in reconciliation in case we race wi... | Michael Cahill |
| 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 |
| 2013-08-30 | Add logging and recovery of file truncates. | Michael Cahill |
| 2013-08-29 | Scan through files before the main recovery loop, gathering checkpoint LSNs a... | Michael Cahill |
| 2013-07-26 | Speed up tests by allowing smaller log files (100K) and using them. | Michael Cahill |
| 2013-07-26 | Add support for recovery of remove operations and column stores. | Michael Cahill |
| 2013-07-26 | Implement basic transactional recovery. | Michael Cahill |
| 2013-07-26 | Add logging for transaction commits. | Michael Cahill |
| 2013-07-26 | Add structures and encoding / decoding for fine-grained durability. | Michael Cahill |
| 2013-07-08 | The 'transactional' keyword is gone, remove uses of the | Keith Bostic |
| 2013-06-07 | The extension code needs to know what a transaction ID looks like, | Keith Bostic |
| 2013-06-05 | Change transaction IDs to 64-bits, remove code that deals with wrapping. | Michael Cahill |
| 2013-05-31 | whitespace | Michael Cahill |
| 2013-05-31 | imported patch realloc_def | Michael Cahill |
| 2013-05-27 | Simplify scans through the global table of transaction IDs. | Michael Cahill |
| 2013-05-15 | Fix a bug where clean pages could be evicted when they contained updates requ... | Michael Cahill |
| 2013-03-25 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2013-03-25 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2013-03-13 | Keep local state across {get,release}_snapshot calls so that the correct data... | Michael Cahill |