summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* WT-2653: the custom file-system example should show device configuration (#2741)Keith Bostic2016-05-251-0/+1
* WT-2646 Add checkpoint_wait configuration option to drop (#2736)David Hows2016-05-241-3/+0
* WT-2630 Rename pluggable filesystem methods to avoid reserved names. (#2730)Michael Cahill2016-05-246-71/+74
* WT-2610 Reduce hazard pointer array size. (#2731)sueloverso2016-05-174-130/+152
* WT-2598: in-memory FS needs fast lookup on file names (#2709)Keith Bostic2016-05-022-15/+19
* WT-2599: split out the checksum code from the support directory (#2707)Keith Bostic2016-05-021-2/+2
* WT-2583 Detect incremental file left in source directory (#2696)sueloverso2016-04-291-0/+2
* WT-2593 Free the dirlist at the end of the function. (#2702)sueloverso2016-04-291-3/+2
* WT-2552 Minor cleanup of new pluggable file system APIKeith Bostic2016-04-291-0/+2
* WT-2446 Add stat for number of calls to get a page. (#2697)sueloverso2016-04-282-148/+154
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-2811-211/+831
* WT-2579: in-memory configurations break debugging supportKeith Bostic2016-04-221-3/+2
* Merge pull request #2654 from wiredtiger/wt-2360-join-disjunctionMichael Cahill2016-04-214-14/+66
|\
| * Merge branch 'develop' into wt-2360-join-disjunctionMichael Cahill2016-04-193-130/+139
| |\
| * \ Merge branch 'develop' into wt-2360-join-disjunctionDon Anderson2016-04-1414-302/+636
| |\ \
| * | | WT-2360 A large set of changes to implement disjunctive and nested joins.Don Anderson2016-04-144-14/+66
* | | | 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
| | |_|_|_|_|_|/ | |/| | | | | |