| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic | 2014-12-15 | 1 | -1/+1 |
* | List the paper's name, not just a link (the link was broken). | Keith Bostic | 2014-11-13 | 1 | -0/+5 |
* | Don't drop core if we fail to allocate the WT_BLOOM structure (jump to | Keith Bostic | 2014-09-22 | 1 | -6/+4 |
* | Only evict Bloom filter pages if eviction gets aggressive. | Michael Cahill | 2014-02-20 | 1 | -1/+1 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Fix two bloom filter bugs, when bloom filters are huge. | Alex Gorrod | 2013-12-20 | 1 | -2/+3 |
* | Fix a tiny leak in Bloom filter creation, found by valgrind. We could alloca... | Michael Cahill | 2013-11-28 | 1 | -3/+2 |
* | Tidy error handling in bloom code. | Alex Gorrod | 2013-11-17 | 1 | -8/+4 |
* | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic | 2013-11-16 | 1 | -2/+7 |
* | Merge branch 'develop' into lsm-ckpt-experiments | Michael Cahill | 2013-04-24 | 1 | -2/+6 |
|\ |
|
| * | More work on data-source configuration support. | Keith Bostic | 2013-04-11 | 1 | -1/+1 |
| * | Support new configuration options added by the applications, using a new | Keith Bostic | 2013-04-09 | 1 | -1/+1 |
| * | First cut at moving the configuration information into the WT_CONNECTION_IMPL | Keith Bostic | 2013-04-09 | 1 | -1/+3 |
* | | Reintroduce a kind of "no cache" setting for sessions, where pages that are r... | Michael Cahill | 2013-04-05 | 1 | -23/+30 |
* | | Move LSM switches back into application threads: the checkpoint thread can fa... | Michael Cahill | 2013-04-03 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -1/+3 |
|\ |
|
| * | Add a comment. | Alex Gorrod | 2013-03-14 | 1 | -0/+1 |
| * | Make WT_ASSERT a no-op when not in DIAGNOSTIC mode. | Alex Gorrod | 2013-03-14 | 1 | -1/+2 |
* | | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -37/+84 |
|\ \
| |/ |
|
| * | When opening a Bloom filter, reset immediately to avoid holding hazard refere... | Michael Cahill | 2013-01-29 | 1 | -4/+12 |
| * | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
| * | typo | Michael Cahill | 2012-11-20 | 1 | -1/+1 |
| * | Add a per-btree cache priority, currently only used for Bloom filters. | Michael Cahill | 2012-11-05 | 1 | -0/+4 |
| * | Cache the hash values used for Bloom filter lookups, rather than hashing for ... | Michael Cahill | 2012-11-01 | 1 | -21/+40 |
| * | Update ex_test_perf program to output statistics during populate. | Alex Gorrod | 2012-10-25 | 1 | -1/+2 |
| * | Fix a bug in bulk load of bitmap files. | Alex Gorrod | 2012-10-25 | 1 | -2/+2 |
| * | Change direct calls to __wt_curfile_open to generic __wt_open_cursor. | Michael Cahill | 2012-10-18 | 1 | -1/+1 |
| * | Update LSM merge operations to be interrupted on close. | Alex Gorrod | 2012-10-17 | 1 | -1/+1 |
| * | Fixes to Bloom filter bulk load based on Alex's review. | Michael Cahill | 2012-10-10 | 1 | -1/+2 |
| * | Fix the maximum size of the bulk-loaded bitmap chunks from the Bloom filter c... | Michael Cahill | 2012-10-10 | 1 | -1/+5 |
| * | Cleanup the Bloom filter bulk-load change. | Michael Cahill | 2012-10-10 | 1 | -18/+10 |
| * | Kludge to force-feed a bitmap into a bulk load. | Michael Cahill | 2012-10-05 | 1 | -2/+15 |
| * | Update bloom_get so that it doesn't hold a cursor position. | Alex Gorrod | 2012-10-05 | 1 | -3/+8 |
|/ |
|
* | Close Bloom cursors when closing an LSM cursor. | Michael Cahill | 2012-09-13 | 1 | -6/+6 |
* | Add Bloom filters to LSM chunks after merges. | Michael Cahill | 2012-09-07 | 1 | -15/+21 |
* | Lint fixes for bloom code. | Alex Gorrod | 2012-08-31 | 1 | -8/+10 |
* | Add bloom filter implementation and test. | Alex Gorrod | 2012-08-29 | 1 | -0/+283 |