summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed tag mongodb-3.0-rc9mongodb-3.0-rc9Michael Cahill2015-02-191-0/+2
* Update RC9 entries in NEWS.MONGODB.Michael Cahill2015-02-191-4/+122
* Merge branch 'develop' into mongodb-3.0Michael Cahill2015-02-1962-777/+1252
|\
| * add words to dictionary for docsMichael Cahill2015-02-191-0/+3
| * If wtperf gets WT_ROLLBACK during the populate phase, handle it gracefully.Michael Cahill2015-02-191-1/+11
| * Keep scanning files for eviction candidates if we haven't found any at all. ...Michael Cahill2015-02-191-5/+5
| * Fix the logic for eviction of pages that were never dirtied.Michael Cahill2015-02-191-5/+2
| * Merge pull request #1681 from wiredtiger/mongo-evictionMichael Cahill2015-02-1914-134/+159
| |\
| | * review: rename a variable for clarityMichael Cahill2015-02-192-4/+4
| | * Changes based on @keithbostic's reviewMichael Cahill2015-02-192-35/+31
| | * Merge pull request #1685 from wiredtiger/mongo-eviction-keithMichael Cahill2015-02-192-15/+15
| | |\
| | | * All of the tests in __wt_page_can_evict are first dirty pages, abstractKeith Bostic2015-02-181-6/+12
| | | * Whitespace, use WT_PAGE_IS_INTERNAL instead of enumerating leaf pageKeith Bostic2015-02-181-9/+3
| | |/
| | * If we have exclusive access to a file being evicted, don't check each page.Michael Cahill2015-02-171-1/+1
| | * whitespaceMichael Cahill2015-02-172-2/+4
| | * Make the eviction walk incremental: don't spend too long in any one file, fix...Michael Cahill2015-02-1711-35/+46
| | * Remove some obsolete code: now that we have split_gen, we don't need a transa...Michael Cahill2015-02-171-23/+3
| | * Combine the various checks for whether a page can be evicted into one place.Michael Cahill2015-02-174-70/+101
| | * Skip hot pages during write leaves: checkpoint will have to visit them anyway.Michael Cahill2015-02-171-2/+7
| * | Merge pull request #1680 from wiredtiger/eviction-thread-reconfigureKeith Bostic2015-02-182-26/+47
| |\ \
| | * | whitespaceKeith Bostic2015-02-181-4/+3
| | * | Merge branch 'develop' into eviction-thread-reconfigureKeith Bostic2015-02-1830-269/+384
| | |\ \ | | |/ / | |/| |
| * | | I broke the Windows error handling code with the WT_SESSION.strerrorKeith Bostic2015-02-186-100/+78
| * | | Don't call wiredtiger_strerror, it's not thread safe.Keith Bostic2015-02-181-1/+2
| * | | Merge pull request #1669 from wiredtiger/recovery-testsueloverso2015-02-181-0/+103
| |\ \ \
| | * | | Add test to detect file ID problems in recovery. Refs #1622.Don Anderson2015-02-111-0/+103
| * | | | Merge pull request #1629 from wiredtiger/session-strerrorMichael Cahill2015-02-1820-158/+168
| |\ \ \ \
| | * \ \ \ Merge branch 'develop' into session-strerrorKeith Bostic2015-02-0630-321/+814
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'develop' into session-strerrorKeith Bostic2015-02-022-2/+7
| | |\ \ \ \ \
| | * | | | | | Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-0220-158/+168
| * | | | | | | Merge pull request #1684 from wiredtiger/cache-overhead-flipMichael Cahill2015-02-187-43/+61
| |\ \ \ \ \ \ \
| | * | | | | | | whitespaceMichael Cahill2015-02-182-21/+21
| | * | | | | | | Revert one line of the previous commit: check that we have capacity to start ...Michael Cahill2015-02-181-1/+2
| | * | | | | | | Flip cache overhead to apply to the allocated bytes rather than the total siz...Michael Cahill2015-02-186-29/+46
| |/ / / / / / /
| * | | | | | | Merge pull request #1677 from wiredtiger/session-truncate-error-mappingMichael Cahill2015-02-181-1/+5
| |\ \ \ \ \ \ \
| | * | | | | | | Don't map WT_NOTFOUND to ENOENT unless a uri was specified, that's theKeith Bostic2015-02-131-1/+5
| * | | | | | | | Merge pull request #1682 from wiredtiger/txn-api-end-retry-lintMichael Cahill2015-02-181-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Coverity notes the TXN_API_END_RETRY macro has an unnecessary test forKeith Bostic2015-02-171-1/+1
| |/ / / / / / / /
| * | | | | | | | Clearing WT_CONNECTION_IMPL.compact_in_memory_pass doesn't require aKeith Bostic2015-02-171-5/+7
| * | | | | | | | Remove WT_ILLEGAL_VALUE_ERR case statement -- if it ever fired, it wouldKeith Bostic2015-02-171-1/+0
| | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | * Allow the maximum number of eviction threads to be reconfigured. This was pr...Michael Cahill2015-02-172-25/+47
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Run recovery after crashing test/format in the recovery test.Michael Cahill2015-02-171-4/+7
| * | | | | | Remove ./examples from EXAMPLE_PATH, it's gone.Keith Bostic2015-02-161-2/+1
| * | | | | | spellingKeith Bostic2015-02-161-1/+1
| * | | | | | Add -R to recovery test.Susan LoVerso2015-02-161-1/+2
| * | | | | | Merge pull request #1679 from wiredtiger/wtperf-docsKeith Bostic2015-02-163-56/+12
| |\ \ \ \ \ \
| | * | | | | | Fix wtperf example to reflect incorporation into wtstats.Susan LoVerso2015-02-163-56/+12
| |/ / / / / /
| * | | | | | whitespaceKeith Bostic2015-02-161-2/+1
| * | | | | | Add missing braces around rec_config set (not a bug, just a cleanup).Keith Bostic2015-02-161-1/+2
| * | | | | | Merge pull request #1676 from rueckstiess/wtperf-wtstatssueloverso2015-02-163-128/+290
| |\ \ \ \ \ \