| Age | Commit message (Expand) | Author |
| 2012-11-01 | Support multiple LSM merge threads with the "lsm_merge_threads" config key. ... | Michael Cahill |
| 2012-10-26 | Rename the WiredTiger installed libraries to libwiredtiger_XXX. | Keith Bostic |
| 2012-10-25 | Update ex_test_perf program to output statistics during populate. | Alex Gorrod |
| 2012-10-25 | Fix a bug in bulk load of bitmap files. | Alex Gorrod |
| 2012-10-19 | Add an API to pass a config string to __wt_bloom_create. | Michael Cahill |
| 2012-10-18 | Merge branch 'develop' into lsm-schema | Michael Cahill |
| 2012-10-16 | Fix a bug where we weren't skipping unnecessary default checkpoints | Keith Bostic |
| 2012-10-16 | Add support for online compaction, ref #248. This is an initial commit, | Keith Bostic |
| 2012-10-16 | Merge branch 'develop' into lsm-schema | Michael Cahill |
| 2012-10-15 | Add advanced tuning options for LSM bloom filters. | Alex Gorrod |
| 2012-10-11 | cleanup | Michael Cahill |
| 2012-10-11 | Merge branch 'develop' into lsm-schema | Michael Cahill |
| 2012-10-10 | Cleanup the Bloom filter bulk-load change. | Michael Cahill |
| 2012-10-09 | Merge branch 'develop' into bloom-bulk-fastpath | Michael Cahill |
| 2012-10-09 | Add a statistics_fast flag to file statistics cursors. | Alex Gorrod |
| 2012-10-09 | Merge branch 'develop' into bloom-bulk-fastpath | Michael Cahill |
| 2012-10-05 | Add a connection-wide flag to disable LSM merges. | Michael Cahill |
| 2012-10-05 | Kludge to force-feed a bitmap into a bulk load. | Michael Cahill |
| 2012-10-04 | Add ability to disable LSM bloom filters. | Alex Gorrod |
| 2012-09-27 | Merge branch 'develop' into lsm-schema | Michael Cahill |
| 2012-09-26 | Merge branch 'develop' into lsm-minor-merge | Michael Cahill |
| 2012-09-26 | Make the maximum number of chunks for merges configurable, rather than derivi... | Michael Cahill |
| 2012-09-25 | Update hazard references, so the active array grows as needed. | Alex Gorrod |
| 2012-09-25 | Make no_cache configuration undocumented. Update calculation for finding | Alex Gorrod |
| 2012-09-25 | Merge branch 'develop' into lsm-schema | Michael Cahill |
| 2012-09-24 | Merge branch 'develop' into nocache | Alex Gorrod |
| 2012-09-24 | Merge branch 'develop' into nocache. Manually merged. | Alex Gorrod |
| 2012-09-21 | Merge branch 'develop' into skips | Keith Bostic |
| 2012-09-21 | Support large row-store reconciliation dictionaries: add a skiplist | Keith Bostic |
| 2012-09-20 | Clarify that only newly created objects may be bulk-loaded, empty | Keith Bostic |
| 2012-09-18 | Add support for LSM column groups and indices to the schema layer. | Michael Cahill |
| 2012-09-17 | Add partial support for no-cache files -- this works with two caveats: | Keith Bostic |
| 2012-09-14 | Clean up some comments, whitespace. | Michael Cahill |
| 2012-09-14 | Add configuration for LSM chunk size, bloom bit and hash counts. | Alex Gorrod |
| 2012-09-14 | Add a verbose type for lsm. Convert debug print statements to verbose | Alex Gorrod |
| 2012-09-13 | Document how "next_random" cursors really work. | Keith Bostic |
| 2012-09-09 | Configuration doesn't currently support a minimum value for a configuration | Keith Bostic |
| 2012-09-09 | Add support for row-store leaf page value dictionaries, using the new | Keith Bostic |
| 2012-08-15 | Fix links on the "command line utility" page. | Michael Cahill |
| 2012-08-08 | Add conn.open_session method support for the isolation configuration | Keith Bostic |
| 2012-08-08 | Add support for read-committed isolation. | Michael Cahill |
| 2012-08-05 | Merge pull request #281 from wiredtiger/cache-resident | Michael Cahill |
| 2012-08-03 | Remove the cursor.reconfigure method, and replace it with documentation | Keith Bostic |
| 2012-08-03 | Merge branch 'develop' into cache-resident | Keith Bostic |
| 2012-08-03 | Move the cache-resident configuration string from session.open_cursor | Keith Bostic |
| 2012-08-02 | Add the cache_resident configuration flag, turns off page eviction and | Keith Bostic |
| 2012-08-02 | more wording on the difference between named/internal checkpoints | Keith Bostic |
| 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-03 | Merge branch 'develop' into backup | Keith Bostic |