summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cut release 2.1.2Alex Gorrod2014-03-281-3/+3
* lintAlex Gorrod2014-03-281-1/+1
* 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-284-34/+24
* Add upgrade doc for shared_cache config changes.Alex Gorrod2014-03-282-15/+30
* Update shared cache configuration options:Alex Gorrod2014-03-283-8/+23
* 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
* Cut release 2.1.12.1.1Alex Gorrod2014-03-041-3/+3
* Fix wtperf make check, and versions in upgrading documentation.Alex Gorrod2014-03-041-7/+8
* 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
* 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
* 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
* 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
* monitor_set might have been used without being initialized.Keith Bostic2014-02-271-2/+1
* Merge pull request #847 from wiredtiger/checkpoint-directioAlex Gorrod2014-02-2710-15/+32
|\
| * Update documentation for direct_io configuration.Alex Gorrod2014-02-271-2/+6
| * Don't automatically enable direct I/O on checkpoints.Alex Gorrod2014-02-272-2/+2
| * Do buffer alignment checks when reading from checkpoints.Alex Gorrod2014-02-271-1/+2
| * Merge branch 'develop' into checkpoint-directioMichael Cahill2014-02-2622-266/+385
| |\
| * \ Merge branch 'develop' into checkpoint-directioMichael Cahill2014-02-0724-424/+534
| |\ \
| * | | Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads.Michael Cahill2014-01-179-14/+26
* | | | Change pages_walked to uint64_t.Susan LoVerso2014-02-261-2/+3
* | | | Merge branch 'develop' into lsm-fixesSusan LoVerso2014-02-262-2/+3
|\ \ \ \
| * | | | Don't create an illegal config string.Susan LoVerso2014-02-261-1/+1
| * | | | Allow overlapping strings when setting a buffer's contents, it's notKeith Bostic2014-02-261-1/+2
| | |_|/ | |/| |
* | | | Merge branch 'develop' into lsm-fixesMichael Cahill2014-02-2614-238/+316
|\ \ \ \ | |/ / /
| * | | Add upgrade documentation about configuration string parsing changes.Alex Gorrod2014-02-262-0/+15
| * | | Update documentation for wiredtiger_config_parser_openAlex Gorrod2014-02-261-2/+2
| * | | Typo fix that got lost in merge.Alex Gorrod2014-02-261-1/+1
| * | | Merge branch 'develop' into config-parse-apiAlex Gorrod2014-02-268-13/+35
| |\ \ \
| | * | | Typo.Susan LoVerso2014-02-251-1/+1
| | * | | Fix stat Options subsection.Susan LoVerso2014-02-251-3/+0