| Age | Commit message (Expand) | Author |
| 2017-04-14 | WT-3160 Queue empty internal pages for eviction. (#3357) | Michael Cahill |
| 2017-04-07 | WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374) | Keith Bostic |
| 2017-03-24 | WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340) | Keith Bostic |
| 2016-12-05 | WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138) | Keith Bostic |
| 2016-11-01 | WT-2998 add error messages to error returns that might be confusing. (#3110) | Keith Bostic |
| 2016-09-06 | WT-2888 Switch functions to return void where possible (#3019) | Keith Bostic |
| 2016-08-12 | WT-2820 add gcc warn_unused_result attribute (#2938) | Keith Bostic |
| 2016-04-23 | WT-2584: don't use periods in error messages | Keith Bostic |
| 2016-01-19 | Merge branch 'develop' into wt-2242-dead-tree-eviction | Keith Bostic |
| 2016-01-01 | Upgrade copyright notices from 2015 to 2016. | Keith Bostic |
| 2015-11-25 | WT-2242: clear the eviction priority of any dead tree, otherwise we'll | Keith Bostic |
| 2015-11-03 | WT-1315. Added support for join cursors: | Don Anderson |
| 2015-04-21 | Push renaming down into `api_data.py`, replacing lower-case handle | Keith Bostic |
| 2015-01-04 | Copyright notices: add MongoDB, update to 2015. | Keith Bostic |
| 2014-12-15 | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic |
| 2014-11-13 | List the paper's name, not just a link (the link was broken). | Keith Bostic |
| 2014-09-22 | Don't drop core if we fail to allocate the WT_BLOOM structure (jump to | Keith Bostic |
| 2014-02-20 | Only evict Bloom filter pages if eviction gets aggressive. | Michael Cahill |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-20 | Fix two bloom filter bugs, when bloom filters are huge. | Alex Gorrod |
| 2013-11-28 | Fix a tiny leak in Bloom filter creation, found by valgrind. We could alloca... | Michael Cahill |
| 2013-11-17 | Tidy error handling in bloom code. | Alex Gorrod |
| 2013-11-16 | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic |
| 2013-04-24 | Merge branch 'develop' into lsm-ckpt-experiments | Michael Cahill |
| 2013-04-11 | More work on data-source configuration support. | Keith Bostic |
| 2013-04-09 | Support new configuration options added by the applications, using a new | Keith Bostic |
| 2013-04-09 | First cut at moving the configuration information into the WT_CONNECTION_IMPL | Keith Bostic |
| 2013-04-05 | Reintroduce a kind of "no cache" setting for sessions, where pages that are r... | Michael Cahill |
| 2013-04-03 | Move LSM switches back into application threads: the checkpoint thread can fa... | 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-14 | Add a comment. | Alex Gorrod |
| 2013-03-14 | Make WT_ASSERT a no-op when not in DIAGNOSTIC mode. | Alex Gorrod |
| 2013-01-29 | When opening a Bloom filter, reset immediately to avoid holding hazard refere... | Michael Cahill |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-11-20 | typo | Michael Cahill |
| 2012-11-05 | Add a per-btree cache priority, currently only used for Bloom filters. | Michael Cahill |
| 2012-11-01 | Cache the hash values used for Bloom filter lookups, rather than hashing for ... | Michael Cahill |
| 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-18 | Change direct calls to __wt_curfile_open to generic __wt_open_cursor. | Michael Cahill |
| 2012-10-17 | Update LSM merge operations to be interrupted on close. | Alex Gorrod |
| 2012-10-10 | Fixes to Bloom filter bulk load based on Alex's review. | Michael Cahill |
| 2012-10-10 | Fix the maximum size of the bulk-loaded bitmap chunks from the Bloom filter c... | Michael Cahill |
| 2012-10-10 | Cleanup the Bloom filter bulk-load change. | Michael Cahill |
| 2012-10-05 | Kludge to force-feed a bitmap into a bulk load. | Michael Cahill |
| 2012-10-05 | Update bloom_get so that it doesn't hold a cursor position. | Alex Gorrod |
| 2012-09-13 | Close Bloom cursors when closing an LSM cursor. | Michael Cahill |
| 2012-09-07 | Add Bloom filters to LSM chunks after merges. | Michael Cahill |
| 2012-08-31 | Lint fixes for bloom code. | Alex Gorrod |