summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS file for 2.1.2 release2.1.2Alex Gorrod2014-03-281-3/+4
* Cut release 2.1.2Alex Gorrod2014-03-284-5/+18
* lintAlex Gorrod2014-03-281-1/+1
* Bump version tag to 2.1.2 on develop.Alex Gorrod2014-03-284-7/+7
* error: comparison between signed and unsigned integer expressionsKeith Bostic2014-03-281-1/+1
* Rename use of WT_READGEN_OLDEST to WT_READ_GEN_OLDEST.Alex Gorrod2014-03-281-1/+1
* Fix a comment: finish the sentence.Michael Cahill2014-03-281-1/+2
* Before merging extent lists, check if one is bigger than the other, and walk ...Michael Cahill2014-03-282-2/+23
* Inline the block extension function, do a fast check for availableKeith Bostic2014-03-281-1/+3
* whitespaceKeith Bostic2014-03-281-1/+1
* *shrug* Don't put an if/else inside the for loop, it's not needed andKeith Bostic2014-03-281-2/+4
* Add a fast path for file extensions so we don't walk the list ofKeith Bostic2014-03-282-35/+85
* Don't maintain the per-size skiplist unless it's an element on the liveKeith Bostic2014-03-285-59/+87
* Short circuit cleaning up reconciliation boundary structures.Alex Gorrod2014-03-281-4/+6
* If we underflow a page size during a merge, that should not be fatal: just li...Michael Cahill2014-03-281-7/+7
* Update sharec_cache configuration again.Alex Gorrod2014-03-287-43/+30
* typoAlex Gorrod2014-03-281-1/+1
* Update shared cache test to match configuration changes.Alex Gorrod2014-03-281-4/+4
* Add upgrade doc for shared_cache config changes.Alex Gorrod2014-03-282-15/+30
* Update shared cache configuration options:Alex Gorrod2014-03-284-9/+24
* If a page is awaiting forced eviction, and LRU eviction fails, don't bump the...Michael Cahill2014-03-281-1/+2
* Take a copy of the update transaction ID in reconciliation in case we race wi...Michael Cahill2014-03-282-5/+6
* Merge branch 'develop'Alex Gorrod2014-03-0489-1048/+2114
|\
| * Cut release 2.1.12.1.1Alex Gorrod2014-03-044-5/+31
| * Fix wtperf make check, and versions in upgrading documentation.Alex Gorrod2014-03-042-8/+9
| * Merge pull request #889 from wiredtiger/python-flushMichael Cahill2014-03-041-7/+18
| |\
| | * In python, flush during callbacks to wrute to sys streams. refs #883.Don Anderson2014-03-031-7/+18
| |/
| * Have the eviction thread update the oldest transaction ID in the system befor...Michael Cahill2014-03-031-0/+8
| * Read threads should not bump the cache read generation: eviction is now respo...Michael Cahill2014-03-031-1/+1
| * Use one check for whether to try forced eviction in a given session. Skip ev...Michael Cahill2014-03-033-32/+36
| * Don't use memory after we've freed it.Keith Bostic2014-03-011-4/+8
| * Remove the assertion that every chunk being merged has a Bloom filter: under ...Michael Cahill2014-03-011-4/+0
| * Loosen the assertions around LSM merges and Bloom filters: it's okay to merge...Michael Cahill2014-02-281-4/+4
| * Merge pull request #888 from wiredtiger/rec-skip-cleanAlex Gorrod2014-02-284-27/+31
| |\
| | * Add comments explaining the reconciliation transactional read logic, includin...Michael Cahill2014-02-281-2/+15
| | * Rename disk_txn to reflect what we're actually using it for.Michael Cahill2014-02-283-4/+4
| | * Fix another bug regarding when pages can be evicted: have reconcilition track...Michael Cahill2014-02-282-21/+12
| |/
| * Merge pull request #887 from wiredtiger/merge-bloom-fixAlex Gorrod2014-02-282-9/+18
| |\
| | * Switch || to && to fix build.Alex Gorrod2014-02-281-1/+1
| | * Have LSM compact logic match regular merges exactly: always create Bloom filt...Michael Cahill2014-02-282-5/+3
| | * Make sure all chunk involved in a merge have Bloom filters. Fix a race where...Michael Cahill2014-02-282-5/+16
| |/
| * Display the failed open path, it makes debugging easier.Keith Bostic2014-02-271-3/+2
| * monitor_set might have been used without being initialized.Keith Bostic2014-02-272-29/+28
| * Merge pull request #847 from wiredtiger/checkpoint-directioAlex Gorrod2014-02-2712-17/+40
| |\
| | * Update documentation for direct_io configuration.Alex Gorrod2014-02-272-3/+12
| | * Revert unnecessary test changes.Alex Gorrod2014-02-272-13/+4
| | * Don't automatically enable direct I/O on checkpoints.Alex Gorrod2014-02-274-8/+5
| | * Update test/salvage to configure the right buffer size for direct io.Alex Gorrod2014-02-271-4/+9
| | * Do buffer alignment checks when reading from checkpoints.Alex Gorrod2014-02-272-1/+9
| | * Merge branch 'develop' into checkpoint-directioMichael Cahill2014-02-2653-731/+1615
| | |\