| Age | Commit message (Expand) | Author |
| 2014-10-07 | Ftruncate is incompatible with file mapping on Windows, return EBUSY from | Keith Bostic |
| 2014-07-25 | Don't hold the checkpoint lock when flushing leaf pages during close or | Keith Bostic |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-12 | Fix LSM compact so it doesn't try to compact the file inside an LSM tree. | Michael Cahill |
| 2013-12-06 | Implement compact for LSM trees. Add a new timeout compact configuration. | Alex Gorrod |
| 2013-09-09 | KNF | Keith Bostic |
| 2013-09-09 | Don't do compact operations on LSM trees. | Alex Gorrod |
| 2013-08-04 | Simplify the checkpoint support for data sources: for now, just | Keith Bostic |
| 2013-07-31 | Add a WT_DATA_SOURCE method to support session.checkpoint, then drill | Keith Bostic |
| 2013-06-03 | Change __wt_schema_get_source() to not call __wt_bad_object_type itself, | Keith Bostic |
| 2013-05-28 | Update __wt_schema_worker so that it can operate on names. | Alex Gorrod |
| 2013-05-27 | We have to write all of the names/value pairs out to the backup file, | Keith Bostic |
| 2013-04-18 | Use an opaque type for config arguments passed to callbacks, rather than void *. | Michael Cahill |
| 2013-04-04 | Write some custom data source documentation based on my Berkeley DB code. | Keith Bostic |
| 2013-04-03 | Add support for compaction, salvage and verification to data-source | Keith Bostic |
| 2013-04-03 | Merge branch 'develop' into data-source | Keith Bostic |
| 2013-04-03 | First set of changes to make WT_DATA_SOURCE work better (row-store is | Keith Bostic |
| 2013-03-25 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2013-03-25 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2013-02-26 | Add a reference count to tables, only free if the table is not in use. | Michael Cahill |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-11-30 | Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo... | Michael Cahill |
| 2012-10-22 | lint | Michael Cahill |
| 2012-10-18 | Apply operations to column group and index data sources. | Michael Cahill |
| 2012-10-17 | Fix a comment. | Keith Bostic |
| 2012-10-16 | Compaction and checkpoint should both operate on the table indices as | Keith Bostic |
| 2012-09-18 | Replace session->btree with a data handle. | Michael Cahill |
| 2012-09-06 | Add LSM checkpoint implementation and some related fixes. | Alex Gorrod |
| 2012-07-31 | Add the ability to access unnamed checkpoints, issue #271. | Keith Bostic |
| 2012-07-31 | Don't repeatedly look up btree handles for schema operations. | Michael Cahill |
| 2012-07-20 | Change the session.truncation implementation from a simple loop around | Keith Bostic |
| 2012-07-20 | Check for incomplete tables consistently. | Michael Cahill |
| 2012-06-15 | First set of changes for moving all checkpoint/snapshot calls into the | Keith Bostic |
| 2012-06-04 | Fix races in table-level schema operations. | Michael Cahill |
| 2012-06-01 | Add handle locking to create and drop operations to avoid races. | Michael Cahill |
| 2012-05-04 | Don't cache btree handles in the schema layer: always look up handles by name... | Michael Cahill |
| 2012-05-04 | Move the "close_any_btree" logic into conn_btree.c | Michael Cahill |
| 2012-05-03 | Move all of the WiredTiger.wt configuration information into the turtle file; | Keith Bostic |
| 2012-04-27 | Keep a "file:" URI in btree handles rather than a raw filename. | Michael Cahill |
| 2012-03-11 | Add an interface for "data source" extensions. | Michael Cahill |
| 2012-04-26 | Replace local "ret" declarations with WT_DECL_RET. | Keith Bostic |
| 2012-03-12 | Back out part of the last change: we have to reopen when releasing a tree | Michael Cahill |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |
| 2012-01-06 | Skip "colgroup:", just like we're skipping "index:". | Keith Bostic |
| 2011-11-06 | Forgot to add schema_worker. | Keith Bostic |