summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-28Update NEWS file for 2.1.2 release2.1.2Alex Gorrod
2014-03-28Cut release 2.1.2Alex Gorrod
2014-03-28lintAlex Gorrod
2014-03-28Bump version tag to 2.1.2 on develop.Alex Gorrod
2014-03-28error: comparison between signed and unsigned integer expressionsKeith Bostic
2014-03-28Rename use of WT_READGEN_OLDEST to WT_READ_GEN_OLDEST.Alex Gorrod
2014-03-28Fix a comment: finish the sentence.Michael Cahill
2014-03-28Before merging extent lists, check if one is bigger than the other, and walk ...Michael Cahill
2014-03-28Inline the block extension function, do a fast check for availableKeith Bostic
2014-03-28whitespaceKeith Bostic
2014-03-28*shrug* Don't put an if/else inside the for loop, it's not needed andKeith Bostic
2014-03-28Add a fast path for file extensions so we don't walk the list ofKeith Bostic
2014-03-28Don't maintain the per-size skiplist unless it's an element on the liveKeith Bostic
2014-03-28Short circuit cleaning up reconciliation boundary structures.Alex Gorrod
2014-03-28If we underflow a page size during a merge, that should not be fatal: just li...Michael Cahill
2014-03-28Update sharec_cache configuration again.Alex Gorrod
2014-03-28typoAlex Gorrod
2014-03-28Update shared cache test to match configuration changes.Alex Gorrod
2014-03-28Add upgrade doc for shared_cache config changes.Alex Gorrod
2014-03-28Update shared cache configuration options:Alex Gorrod
2014-03-28If a page is awaiting forced eviction, and LRU eviction fails, don't bump the...Michael Cahill
2014-03-28Take a copy of the update transaction ID in reconciliation in case we race wi...Michael Cahill
2014-03-04Merge branch 'develop'Alex Gorrod
2014-03-04Cut release 2.1.12.1.1Alex Gorrod
2014-03-04Fix wtperf make check, and versions in upgrading documentation.Alex Gorrod
2014-03-04Merge pull request #889 from wiredtiger/python-flushMichael Cahill
2014-03-03In python, flush during callbacks to wrute to sys streams. refs #883.Don Anderson
2014-03-03Have the eviction thread update the oldest transaction ID in the system befor...Michael Cahill
2014-03-03Read threads should not bump the cache read generation: eviction is now respo...Michael Cahill
2014-03-03Use one check for whether to try forced eviction in a given session. Skip ev...Michael Cahill
2014-03-01Don't use memory after we've freed it.Keith Bostic
2014-03-01Remove the assertion that every chunk being merged has a Bloom filter: under ...Michael Cahill
2014-02-28Loosen the assertions around LSM merges and Bloom filters: it's okay to merge...Michael Cahill
2014-02-28Merge pull request #888 from wiredtiger/rec-skip-cleanAlex Gorrod
2014-02-28Add comments explaining the reconciliation transactional read logic, includin...Michael Cahill
2014-02-28Rename disk_txn to reflect what we're actually using it for.Michael Cahill
2014-02-28Fix another bug regarding when pages can be evicted: have reconcilition track...Michael Cahill
2014-02-28Merge pull request #887 from wiredtiger/merge-bloom-fixAlex Gorrod
2014-02-28Switch || to && to fix build.Alex Gorrod
2014-02-28Have LSM compact logic match regular merges exactly: always create Bloom filt...Michael Cahill
2014-02-28Make sure all chunk involved in a merge have Bloom filters. Fix a race where...Michael Cahill
2014-02-27Display the failed open path, it makes debugging easier.Keith Bostic
2014-02-27monitor_set might have been used without being initialized.Keith Bostic
2014-02-27Merge pull request #847 from wiredtiger/checkpoint-directioAlex Gorrod
2014-02-27Update documentation for direct_io configuration.Alex Gorrod
2014-02-27Revert unnecessary test changes.Alex Gorrod
2014-02-27Don't automatically enable direct I/O on checkpoints.Alex Gorrod
2014-02-27Update test/salvage to configure the right buffer size for direct io.Alex Gorrod
2014-02-27Do buffer alignment checks when reading from checkpoints.Alex Gorrod
2014-02-26Add compression to voxer configs.Susan LoVerso