summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add words to dictionary for docsMichael Cahill2015-02-191-0/+3
* 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
| * 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
* | whitespaceKeith Bostic2015-02-181-4/+3
* | Merge branch 'develop' into eviction-thread-reconfigureKeith Bostic2015-02-1821-183/+203
|\ \
| * | I broke the Windows error handling code with the WT_SESSION.strerrorKeith Bostic2015-02-185-81/+58
| * | Don't call wiredtiger_strerror, it's not thread safe.Keith Bostic2015-02-181-1/+2
| * | Merge pull request #1629 from wiredtiger/session-strerrorMichael Cahill2015-02-1812-91/+110
| |\ \
| | * \ Merge branch 'develop' into session-strerrorKeith Bostic2015-02-0623-317/+414
| | |\ \
| | * \ \ Merge branch 'develop' into session-strerrorKeith Bostic2015-02-021-1/+6
| | |\ \ \
| | * | | | Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-0212-91/+110
| * | | | | whitespaceMichael Cahill2015-02-181-15/+15
| * | | | | 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-185-22/+39
| * | | | | 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
| * | | | | | 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
|/ / / / /
* | | | | Remove ./examples from EXAMPLE_PATH, it's gone.Keith Bostic2015-02-161-2/+1
* | | | | spellingKeith Bostic2015-02-161-1/+1
* | | | | 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 #1666 from wiredtiger/wt-recoverMichael Cahill2015-02-1612-38/+138
|\ \ \ \ \
| * | | | | Add recover config setting and use it in the wt command. #1651Susan LoVerso2015-02-1210-38/+102
| * | | | | Merge branch 'develop' into wt-recoverSusan LoVerso2015-02-1225-201/+279
| |\ \ \ \ \
| * | | | | | Add -r to 'wt' documentation. #1651Susan LoVerso2015-02-102-20/+26
| * | | | | | Allow 'wt' command to run with or without recovery. #1651Susan LoVerso2015-02-101-16/+46
* | | | | | | Clear the btree object statistics we're about to count, otherwise eachKeith Bostic2015-02-151-0/+12
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #1675 from wiredtiger/remove-diagnostic-from-verifyMichael Cahill2015-02-132-101/+79
|\ \ \ \ \ \
| * | | | | | Another try at removing HAVE_DIAGNOSTIC requirement from the verify codeKeith Bostic2015-02-122-101/+79
* | | | | | | Ignore unexpected information in the metadata entry, the metadata entryKeith Bostic2015-02-121-4/+5
|/ / / / / /
* | | | | | Revert "Remove the requirement of a HAVE_DIAGNOSTIC build for the verify"Keith Bostic2015-02-122-79/+106
* | | | | | Remove the requirement of a HAVE_DIAGNOSTIC build for the verifyKeith Bostic2015-02-122-106/+79
* | | | | | Add support for a new verify debug option, "dump_shape", that reportsKeith Bostic2015-02-124-19/+89
| |/ / / / |/| | | |
* | | | | Merge pull request #1673 from wiredtiger/server-threads-wait-firstAlex Gorrod2015-02-123-12/+11
|\ \ \ \ \
| * | | | | Move server thread waits to the beginning of their loops: check that we're st...Michael Cahill2015-02-123-12/+11