summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into wt-2223Keith Bostic2016-04-194-5/+34
|\
| * Merge pull request #2661 from wiredtiger/wt-2548Alex Gorrod2016-04-191-0/+9
| |\
| | * WT-2548 Reduce maximum memory size for raw compression.Michael Cahill2016-04-191-2/+4
| | * WT-2548 Cap the amount of data handed to raw compression.Michael Cahill2016-04-181-0/+7
| * | Merge pull request #2662 from wiredtiger/wt-2549-join-recnoMichael Cahill2016-04-191-1/+9
| |\ \
| | * | WT-2549 In a join cursor, a key that passes the conditions is inDon Anderson2016-04-181-1/+9
| | |/
| * | Merge pull request #2665 from wiredtiger/wt-2504Keith Bostic2016-04-181-1/+1
| |\ \
| | * | WT-2504 Remove READONLY conditional for base config.Susan LoVerso2016-04-181-1/+1
| | |/
| * | WT-2559 Open a local log file handle for sync.Susan LoVerso2016-04-181-3/+15
| |/
* | WT-2553: Document in-memory configuration and WT_CACHE_FULL error returnKeith Bostic2016-04-183-4/+5
* | Revert "WT-2223: Add stress testing for in-memory"Keith Bostic2016-04-181-3/+2
* | Merge branch 'develop' into wt-2223Keith Bostic2016-04-187-44/+76
|\ \ | |/
| * WT-2103: add incremental backup testing to formatKeith Bostic2016-04-151-1/+2
| * WT-2103: add incremental backup testing to formatKeith Bostic2016-04-151-2/+3
| * WT-2103: add incremental backup testing to formatKeith Bostic2016-04-151-3/+12
| * WT-2103: add incremental backup testing to formatKeith Bostic2016-04-151-1/+4
| * WT-2103: add incremental backup testing to formatKeith Bostic2016-04-151-0/+6
| * WT-2103: add incremental backup testing to formatKeith Bostic2016-04-151-16/+18
| * WT-2103: add incremental backup testing to formatKeith Bostic2016-04-152-14/+13
| * Merge branch 'develop' into wt-2103Keith Bostic2016-04-156-136/+182
| |\
| * | WT-2103: add incremental backup testing to formatKeith Bostic2016-04-143-11/+22
* | | WT-2553: Document in-memory configuration and WT_CACHE_FULL error returnKeith Bostic2016-04-151-0/+13
* | | WT-2553: Document in-memory configuration and WT_CACHE_FULL error returnKeith Bostic2016-04-153-5/+15
* | | WT-2223: Add stress testing for in-memoryKeith Bostic2016-04-151-2/+3
| |/ |/|
* | WT-2546 Remove temporary stat setting in wtperf. Add macro forSusan LoVerso2016-04-141-3/+4
* | Changed the parameter guiding the server to help eviction to 3%, as this valu...Sasha Fedorova2016-04-141-1/+1
* | WT-2546 Compute eviction values without using stat fields.Susan LoVerso2016-04-143-19/+21
* | Fixed unused variable warning.Sasha Fedorova2016-04-131-1/+0
* | A new heuristic for deciding if the server should help evict based on how muc...Sasha Fedorova2016-04-134-141/+156
* | WT-2546 KNF/styleSusan LoVerso2016-04-131-8/+4
* | WT-2546 Restore original text for cache_eviction_server_not_evictionSusan LoVerso2016-04-132-2/+2
* | WT-2546 Use integers for eviction server heuristic.Michael Cahill2016-04-131-20/+16
* | WT-2546 KNFMichael Cahill2016-04-131-3/+3
* | WT-2546 The evict server probabilistically decides whether or not to evict ba...Sasha Fedorova2016-04-134-129/+166
|/
* Merge pull request #2613 from wiredtiger/wt-2453Alex Gorrod2016-04-137-257/+368
|\
| * Merge branch 'develop' into wt-2453Susan LoVerso2016-04-1215-439/+543
| |\
| * | WT-2453 Add some stats about the eviction queue being empty.Susan LoVerso2016-04-125-140/+164
| * | Merge branch 'wt-2453' of github.com:wiredtiger/wiredtiger into wt-2453Susan LoVerso2016-04-111-0/+4
| |\ \
| | * | KNF.Susan LoVerso2016-04-111-1/+1
| | * | A fix to a zero-division crashSasha Fedorova2016-04-111-0/+4
| * | | Merge branch 'develop' into wt-2453Susan LoVerso2016-04-1117-62/+70
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch 'develop' into wt-2453Susan LoVerso2016-04-054-13/+33
| |\ \ \
| * | | | WT-2453 If eviction server is helping evict, have it skip large pages.Susan LoVerso2016-04-044-128/+177
| * | | | Merge branch 'develop' into wt-2453Susan LoVerso2016-04-044-4/+6
| |\ \ \ \
| * | | | | WT-2453 Remove stat that is now unused.Susan LoVerso2016-04-043-135/+128
| * | | | | Merge branch 'develop' into wt-2453Susan LoVerso2016-04-012-11/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' into wt-2453Susan LoVerso2016-04-0197-2667/+3956
| |\ \ \ \ \ \
| * | | | | | | WT-2453 Check for available pages after getting lock.Susan LoVerso2016-03-311-1/+8
| * | | | | | | Merge branch 'develop' into wt-2453Susan LoVerso2016-03-301-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | WT-2453 Need to use WT_RET_NOTFOUND_OK.Susan LoVerso2016-03-301-1/+1