| Age | Commit message (Expand) | Author |
| 2014-05-13 | Allow async to be reconfigured. #1002 | Susan LoVerso |
| 2014-05-13 | Don't roll forward the metadata when opening a hot backup: the version restor... | Michael Cahill |
| 2014-05-09 | Make statistics log server reconfigurable. | Alex Gorrod |
| 2014-05-07 | Add ability to reconfigure the checkpoint server | Alex Gorrod |
| 2014-05-05 | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic |
| 2014-05-02 | Add a verbose 'metadata' flag, that outputs WiredTiger metadata info. | Alex Gorrod |
| 2014-05-02 | Switch API tracing to verbose=[api] from a connection option. | Alex Gorrod |
| 2014-05-02 | Add trace functionality to WiredTiger API. | Alex Gorrod |
| 2014-05-01 | Optionally skip block cleanup and leak memory on connection close. | Keith Bostic |
| 2014-04-29 | Don't try to "help" checkpoints from eviction threads: we can't get the snaps... | Michael Cahill |
| 2014-04-10 | Maintain a checkpoint generation in each modified page, so that application t... | Michael Cahill |
| 2014-03-23 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-03-20 | Rename verbose ckpt to checkpoint, add some more messages to it. | Alex Gorrod |
| 2014-03-07 | Simplify __rec_review: there's no eviction walk flag left, so looking | Keith Bostic |
| 2014-03-05 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-03-05 | We already have a per-tree flag to disable unexpected eviction, use that in p... | Michael Cahill |
| 2014-03-05 | Make a flag so that avoiding forced eviction is explicit, and always on for t... | Michael Cahill |
| 2014-03-05 | [mq]: evict-walk-review | Michael Cahill |
| 2014-03-03 | Support eviction of pages that include unresolved changes. | Keith Bostic |
| 2014-02-27 | There's only one remaining verbose hazard pointer message (on | Keith Bostic |
| 2014-02-27 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-02-27 | Remove the code associated with WT_REF_EVICT_WALK. | Michael Cahill |
| 2014-02-27 | Switch to using hazard references for walks through the cache. | Michael Cahill |
| 2014-02-16 | Add a verbose "split" keyword. | Keith Bostic |
| 2014-01-17 | Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads. | Michael Cahill |
| 2014-01-08 | Minor re-working of 9dd055a. | Keith Bostic |
| 2013-12-10 | Avoid bouncing the session cursor count between zero and one when searching a... | Michael Cahill |
| 2013-11-15 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-14 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-13 | Change compaction into one-pass over the cache, handling both in-memory and | Keith Bostic |
| 2013-11-13 | Once we enter an LSM tree, we are "busy" for the purposes of cache full checks. | Michael Cahill |
| 2013-11-11 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-09 | Compression changes. | Keith Bostic |
| 2013-11-08 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-06 | Move the LSM tree lock inside the schema lock. | Michael Cahill |
| 2013-09-14 | Treat database-wide checkpoints differently to file syncs. For database-wide... | Michael Cahill |
| 2013-09-05 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-09-04 | Add __wt_log_ckpt to record a checkpoint LSN and signal archive thread. | Susan LoVerso |
| 2013-08-30 | Add a new skiplist to the WT_PAGE_MODIFY structure and use it to track | Keith Bostic |
| 2013-08-30 | Add logging and recovery of file truncates. | Michael Cahill |
| 2013-08-29 | Add a "recovery" verbose mode. | Michael Cahill |
| 2013-08-28 | Cherry pick Sue's sync configuration changes, so develop matches the fine-gra... | Michael Cahill |
| 2013-08-27 | Add transaction_log_sync support for config. | Susan LoVerso |
| 2013-07-26 | Implement basic transactional recovery. | Michael Cahill |
| 2013-07-15 | Add log truncation and log removal for recovery. | Susan LoVerso |
| 2013-07-09 | Merge branch 'develop' into logging. | Michael Cahill |
| 2013-07-08 | The 'transactional' keyword is gone, remove uses of the | Keith Bostic |
| 2013-06-18 | Add WT_LOG_CKPT. Remove some test code. | Susan LoVerso |
| 2013-06-17 | Merge branch 'develop' into logging | Susan LoVerso |
| 2013-06-03 | Add a version flag to connection verbose configuration. | Alex Gorrod |