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