summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-08Fix the 2.7.0 release date.2.7.0Michael Cahill
2015-12-08Bump WiredTiger 2.7.0 releaseAlex Gorrod
2015-12-08Update wtstats graphing tool for 2.7.0 releaseAlex Gorrod
2015-12-08Merge pull request #2370 from wiredtiger/2.7.0_releaseMichael Cahill
2015-12-08Add WT-2260 to the changelog.Michael Cahill
2015-12-08Merge branch 'develop' into 2.7.0_releaseMichael Cahill
2015-12-08Merge pull request #2361 from wiredtiger/wt-2260-dont-evict-internalMichael Cahill
2015-12-08Turn git hashes and jira issues in NEWS into links in the generated docs.Michael Cahill
2015-12-08Exclude git hashes from spell checking.Michael Cahill
2015-12-08Editing pass on 2.7.0 changelogAlex Gorrod
2015-12-07Edits to changelog and updates to spell checkerAlex Gorrod
2015-12-07Add commit references to statistics changesAlex Gorrod
2015-12-07Edit pass through API change log.Michael Cahill
2015-12-07Fixup stats in changelog.Alex Gorrod
2015-12-07Edit API changes section of change log.Alex Gorrod
2015-12-07First pass through 2.7.0 changelog issues.Michael Cahill
2015-12-07Add first pass release changelog for 2.7.0Alex Gorrod
2015-12-07Merge branch 'develop' into wt-2260-dont-evict-internalAlex Gorrod
2015-12-04Merge pull request #2365 from wiredtiger/wtperf-whitespacesueloverso
2015-12-04Enforce whitespace guidelines on bench/wtperf.Keith Bostic
2015-12-04WT-2260 Avoid adding internal pages to the eviction queue.Alex Gorrod
2015-12-04Merge pull request #2360 from wiredtiger/WT-2245Alex Gorrod
2015-12-04WT-2265 - increase mongodb-oplog wtperf workload throttle to compensate for fixDavid Hows
2015-12-03WT-2257 Account for removal of quotes for arg parsing.Susan LoVerso
2015-12-03WT-2257 Print out args to scriptSusan LoVerso
2015-12-03WT-2257 Print test and args to runner scriptSusan LoVerso
2015-12-03WT-2257 Print out throttle setting in workload info.Susan LoVerso
2015-12-03WT-2225 Allow script to take a command line arg to pass to wtperf.Susan LoVerso
2015-12-03Merge pull request #2356 from wiredtiger/wtperf-2257sueloverso
2015-12-03WT-2257 Updated docsSusan LoVerso
2015-12-03WT-2257 Add more text to multiple workload configs.Susan LoVerso
2015-12-03Merge branch 'develop' into wtperf-2257Susan LoVerso
2015-12-02Merge pull request #2357 from wiredtiger/throttle-2256sueloverso
2015-12-03Merge pull request #2342 from wiredtiger/wtperf_truncate_multiplierAlex Gorrod
2015-12-02WT-2256 Fix interval timer for wtperf throttling.Susan LoVerso
2015-12-02WT-2257 Fixes when given multiple thread workload configs.Susan LoVerso
2015-12-02WT-2244 - Add comment explaining max multiplerDavid Hows
2015-12-02Merge pull request #2352 from wiredtiger/SERVER-21553-free-deleted-blocksAlex Gorrod
2015-12-02Merge branch 'develop' into SERVER-21553-free-deleted-blocksMichael Cahill
2015-12-02Merge pull request #2351 from wiredtiger/wt-2253-readgen-oldest-evictionMichael Cahill
2015-12-02SERVER-21553 Check that ref->addr is NULL, don't try to free it.Michael Cahill
2015-12-02SERVER-21553 If truncate leaves an internal page empty, evict it asap.Michael Cahill
2015-12-02Merge branch 'develop' into SERVER-21553-free-deleted-blocksMichael Cahill
2015-12-02Merge pull request #2353 from wiredtiger/WT-2553-evict-split-pagesAlex Gorrod
2015-12-02SERVER-21553 Review feedback.Michael Cahill
2015-12-02SERVER-21553 Remove no-longer-used variables.Michael Cahill
2015-12-02SERVER-21553 Finish rename to __wt_ref_addr_free.Michael Cahill
2015-12-02WT-2553 Include pages resulting from in-memory splits when in the "would bloc...Michael Cahill
2015-12-02SERVER-21553 Free blocks during reverse splits.Michael Cahill
2015-12-01WT-2553: If a leaf or internal page's read generation is set toKeith Bostic