summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2659 from wiredtiger/wt-2558Michael Cahill2016-04-215-66/+77
|\
| * WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-25/+23
| * WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-8/+17
| * WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-175-36/+40
* | Merge pull request #2656 from wiredtiger/wt-2223Michael Cahill2016-04-211-5/+13
|\ \
| * | WT-2553: Document in-memory configuration and WT_CACHE_FULL error returnKeith Bostic2016-04-181-1/+3
| * | Revert "WT-2223: Add stress testing for in-memory"Keith Bostic2016-04-181-3/+2
| * | WT-2553: Document in-memory configuration and WT_CACHE_FULL error returnKeith Bostic2016-04-151-5/+11
| * | WT-2223: Add stress testing for in-memoryKeith Bostic2016-04-151-2/+3
| |/
* | Merge branch 'develop' into wt-2560Michael Cahill2016-04-2010-273/+377
|\ \
| * \ Merge pull request #2670 from wiredtiger/wt-2566Michael Cahill2016-04-201-0/+12
| |\ \
| | * | WT-2566 Lock/unlock operations should imply memory barriers.Michael Cahill2016-04-201-0/+12
| | |/
| * | WT-2539 Make streams a separate handle type from files.Keith Bostic2016-04-191-2/+1
| * | WT-2539 Make streams a separate handle type from files.Keith Bostic2016-04-191-4/+4
| * | Merge branch 'develop' into wt-2539Keith Bostic2016-04-195-149/+171
| |\ \ | | |/
| * | WT-2539 Make streams a separate handle type from files.Keith Bostic2016-04-191-1/+0
| * | WT-2359 Add stream buffering, reinstate default not-supported methods for fil...Michael Cahill2016-04-182-6/+7
| * | WT-2539 Make streams a separate handle type from files.Michael Cahill2016-04-129-273/+366
* | | WT-2560 Use a rwlock to protect transaction state, don't spin.Michael Cahill2016-04-205-12/+17
| |/ |/|
* | WT-2546 Compute eviction values without using stat fields.Susan LoVerso2016-04-141-1/+3
* | A new heuristic for deciding if the server should help evict based on how muc...Sasha Fedorova2016-04-132-128/+132
* | WT-2546 Restore original text for cache_eviction_server_not_evictionSusan LoVerso2016-04-131-1/+1
* | WT-2546 The evict server probabilistically decides whether or not to evict ba...Sasha Fedorova2016-04-132-129/+132
* | Merge pull request #2613 from wiredtiger/wt-2453Alex Gorrod2016-04-134-140/+163
|\ \
| * \ Merge branch 'develop' into wt-2453Susan LoVerso2016-04-123-10/+14
| |\ \ | | |/
| * | WT-2453 Add some stats about the eviction queue being empty.Susan LoVerso2016-04-123-134/+142
| * | Merge branch 'develop' into wt-2453Susan LoVerso2016-04-111-2/+7
| |\ \
| * \ \ Merge branch 'develop' into wt-2453Susan LoVerso2016-04-051-3/+3
| |\ \ \
| * | | | WT-2453 If eviction server is helping evict, have it skip large pages.Susan LoVerso2016-04-042-128/+131
| * | | | Merge branch 'develop' into wt-2453Susan LoVerso2016-04-042-4/+2
| |\ \ \ \
| * | | | | WT-2453 Remove stat that is now unused.Susan LoVerso2016-04-042-131/+128
| * | | | | Merge branch 'develop' into wt-2453Susan LoVerso2016-04-012-11/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' into wt-2453Susan LoVerso2016-04-0110-148/+461
| |\ \ \ \ \ \
| * | | | | | | WT-2453 Add multiple eviction queues.Susan LoVerso2016-03-252-5/+20
* | | | | | | | WT-2542: fixed-length column store reconciliation overwrites original valuesKeith Bostic2016-04-121-10/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'develop' into wt-2540Michael Cahill2016-04-122-10/+13
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #2645 from wiredtiger/wt-2537Michael Cahill2016-04-121-2/+4
| |\ \ \ \ \ \ \
| | * | | | | | | WT-2537 Check for an old and new uninitialized LSN for recovery.Susan LoVerso2016-04-111-2/+4
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge pull request #2632 from wiredtiger/wt-2526Michael Cahill2016-04-121-8/+9
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | WT-2526: mixing and matching readonly and read/write handlesKeith Bostic2016-04-041-8/+9
| | | |_|_|/ / | | |/| | | |
* | | | | | | WT-2540: Separate stream and file handle methodsKeith Bostic2016-04-081-0/+1
|/ / / / / /
* | | | | | WT-2534 Use atomic add when allocating transaction IDs.Michael Cahill2016-04-071-2/+7
| |_|_|_|/ |/| | | |
* | | | | WT-2532: WT_STREAM_APPEND and WT_STREAM_LINE_BUFFER flag overlap.Keith Bostic2016-04-041-3/+3
|/ / / /
* | | | WT-2529 Move an assertion related to fsync and readonly connections.Alex Gorrod2016-04-041-2/+0
* | | | WT-2528: style error in WiredTiger buildKeith Bostic2016-04-011-2/+2
| |_|/ |/| |
* | | Merge pull request #2625 from wiredtiger/POSIX_FADVISEKeith Bostic2016-04-012-11/+12
|\ \ \ | |_|/ |/| |
| * | WT-2527: OS X compile error, missing POSIX_FADV_WILLNEED #defineKeith Bostic2016-04-012-11/+12
* | | WT-2525: in-memory configurations: miscellaneous cleanupsKeith Bostic2016-04-011-2/+1
|/ /
* | WT-2330 Move the map handle back into the block structure.Alex Gorrod2016-03-313-9/+10
* | WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-301-1/+1