summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23659 Improve log error message at startup. (#2766)sueloverso2016-06-031-0/+1
* WT-2672 handle system calls that don't set errno (#2765)Keith Bostic2016-06-021-8/+19
* Revert "WT-2677 Fix JSON output so only printable ASCII is produced. (#2764)"Keith Bostic2016-06-011-1/+1
* WT-2677 Fix JSON output so only printable ASCII is produced. (#2764)Don Anderson2016-06-011-1/+1
* WT-2674 simplify metadata file check (#2763)Keith Bostic2016-06-014-6/+4
* WT-2268 WT-2597 JSON load/dump Unicode fixes (#2749)Don Anderson2016-05-312-4/+10
* WT-2491 Revert - Remove the handle close_lock (#2759)David Hows2016-05-301-0/+8
* WT-2491 Remove the handle close_lock (#2745)David Hows2016-05-301-8/+0
* WT-2660 Fill in pct_full before returning. (#2751)sueloverso2016-05-261-0/+9
* WT-2660 Fix a hang between eviction and connection close (#2747)sueloverso2016-05-261-0/+7
* 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
|\ \ \