summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Pre-allocate space for eviction workers to close a window where opening new s...Michael Cahill2015-02-241-1/+7
* Merge branch 'statistics-sources-handle-overwrite' of github.com:wiredtiger/w...Michael Cahill2015-02-248-27/+37
|\
| * Review places that set/clear session->dhandle, replace with macros. Change c...Michael Cahill2015-02-248-27/+37
* | Merge branch 'develop' into statistics-sources-handle-overwriteMichael Cahill2015-02-247-34/+51
|\ \ | |/ |/|
| * Merge pull request #1688 from wiredtiger/force-eviction-checkMichael Cahill2015-02-241-4/+13
| |\
| | * Review: go back to bumping the "page_forcible_evict_blocked" stat on every at...Michael Cahill2015-02-241-7/+6
| | * Two small changes in page-acquisition handling of forced-eviction: onlyKeith Bostic2015-02-211-8/+18
| * | Merge pull request #1691 from wiredtiger/evict-walk-smallAlex Gorrod2015-02-241-12/+15
| |\ \
| | * | If eviction is walking a file with only one live page (e.g., the last page), ...Michael Cahill2015-02-231-12/+15
| * | | Merge pull request #1692 from wiredtiger/no-eviction-flag-testMichael Cahill2015-02-245-16/+22
| |\ \ \
| | * | | error: variable 'btree' set but not used [-Werror=unused-but-set-variable]Keith Bostic2015-02-231-3/+0
| | * | | Add an explicit barrier after setting the checkpointing value. (I'm prettyKeith Bostic2015-02-231-0/+1
| | * | | Compaction wasn't checking WT_BTREE_NO_EVICTION before executing aKeith Bostic2015-02-235-13/+21
| * | | | Coverity 44238, redundant test.Susan LoVerso2015-02-231-2/+1
* | | | | The statistics server has open handles and may be opening underlyingKeith Bostic2015-02-231-3/+6
|/ / / /
* | | | Coverity 1271062: Dereference before null check (REVERSE_INULL)Keith Bostic2015-02-231-7/+9
|/ / /
* | | Coverity 1271064: logically dead code, "rec_config" can never be NULL,Keith Bostic2015-02-231-18/+14
* | | Merge pull request #1687 from wiredtiger/force-forward-truncationMichael Cahill2015-02-232-76/+74
|\ \ \ | |/ / |/| |
| * | Just open a cursor to force forward range truncates: don't dup and reset.Michael Cahill2015-02-231-7/+2
| * | If WT_SESSION.truncate isn't given a start cursor, instantiate one,Keith Bostic2015-02-202-76/+79
| |/
* | The start/stop cursors may not have been set.Keith Bostic2015-02-221-2/+4
* | Make sure we have a local copy of the start/stop cursor keys before callingKeith Bostic2015-02-221-3/+5
|/
* We don't need to do a search in the row-store cursor truncate setup code,Keith Bostic2015-02-201-8/+6
* 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