summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into mongodb-3.4mongodb-3.5.0mongodb-3.4.1mongodb-3.4.0Michael Cahill2016-11-167-23/+46
|\
| * WT-3024 Fix a hang on close caused by leaving a transaction ID pinned. (#3152)Michael Cahill2016-11-162-1/+5
| * WT-3023 Don't treat splits as eviction making progress. (#3151)Michael Cahill2016-11-165-22/+41
* | Merge branch 'develop' into mongodb-3.4Michael Cahill2016-11-155-22/+26
|\ \ | |/
| * WT-3022 Change lsm_tree flags to fields to prevent race conditions (#3148)Sulabh Mahajan2016-11-155-22/+26
* | Merge branch 'develop' into mongodb-3.4Michael Cahill2016-11-1512-56/+85
|\ \ | |/
| * WT-3015 Change when we will evict internal pages (#3146)David Hows2016-11-151-1/+1
| * WT-3020 Always make LSM chunks evictable when they are switched out. (#3147)Michael Cahill2016-11-151-12/+10
| * WT-2984 Keep sufficient history in the metadata for queries. (#3144)Michael Cahill2016-11-1410-43/+74
* | Merge branch 'develop' into mongodb-3.4Michael Cahill2016-11-1447-367/+634
|\ \ | |/
| * WT-2962 Fix a memory leak introduced by this change. (#3145)Michael Cahill2016-11-141-0/+1
| * WT-2962 Allow configuration of builtin extensions. (#3137)Michael Cahill2016-11-1414-222/+270
| * WT-3017 Don't set NULL hazard pointers. (#3141)Michael Cahill2016-11-141-4/+18
| * WT-3012 Check a btree is LSM primary before switching. (#3143)Michael Cahill2016-11-141-12/+21
| * WT-3016 Change how file size is determined during compact tests to allow (#3140)Don Anderson2016-11-111-2/+5
| * WT-3018 lint (#3142)Keith Bostic2016-11-1113-23/+1
| * WT-3012 Don't track the LSM Primary as part of dirty bytes in cache (#3136)David Hows2016-11-114-16/+61
| * WT-3000 Wait for previous writes on first write to new log file (#3139)sueloverso2016-11-114-37/+125
| * WT-3004 lint: declare functions that don't return a value as void (#3119)Keith Bostic2016-11-0811-34/+34
| * WT-3002 Allow applications to exempt threads from eviction. (#3116)Keith Bostic2016-11-086-13/+97
| * WT-3011 __wt_curjoin_open() saves the wrong URI in the cursor. (#3135)Keith Bostic2016-11-072-17/+14
* | Merge branch 'develop' into mongodb-3.4mongodb-3.4.0-rc3Michael Cahill2016-11-074-5/+9
|\ \ | |/
| * WT-3008 Move wtperf stress jobs to new stress runner folder (#3131)David Hows2016-11-072-0/+0
| * WT-3009 Remove the eviction_dirty_target from test/format runs with less than...David Hows2016-11-071-2/+1
| * WT-2968 Fix a segfault when a drop races with closing a backup cursor. (#3127)Michael Cahill2016-11-071-3/+8
* | Merge branch 'develop' into mongodb-3.4Michael Cahill2016-11-04141-1817/+2849
|\ \ | |/
| * SERVER-26753 Add a call to spin on rwlocks with no active writers (#3126)Michael Cahill2016-11-044-15/+36
| * WT-2964 Walk for longer when only looking for dirty pages (#3123)Michael Cahill2016-11-041-20/+14
| * Merge branch 'master' into developMichael Cahill2016-11-031-1/+1
| |\
| | * WT-3007 Remove duplicated word in comment (#3118)Hyeonseok Oh2016-11-031-1/+1
| * | WT-2999 Remove C99ism.Michael Cahill2016-11-031-2/+2
| * | WT-3003 Fix doxygen comment blocks. (#3124)Michael Cahill2016-11-031-6/+8
| * | WT-2964 Alter evict walk to not fill all its slots with internal pages when r...David Hows2016-11-031-4/+4
| * | WT-3001 WT_EXTENSION_API references are named inconsistently. (#3115)Keith Bostic2016-11-038-479/+486
| * | WT-3005 Add top-level .gitignore file. (#3120)Keith Bostic2016-11-031-0/+123
| * | WT-3003 Don't generate log record and op types. (#3121)sueloverso2016-11-033-65/+44
| * | WT-2999 Added contributed test case that demonstrated the leak. (#3122)Don Anderson2016-11-032-0/+171
| * | SERVER-26753 Don't spin on a read-lock in a tight loop. (#3113)Michael Cahill2016-11-022-15/+14
| * | WT-2999 free memory related to cursor used with custom extractors during join...Don Anderson2016-11-021-0/+2
| * | WT-2975 Fix a leak of statistics data when reopening handles. (#3114)Michael Cahill2016-11-011-1/+1
| * | WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-0137-187/+362
| * | WT-2961 Add a version drop-down to the web version of the docs. (#3089)Michael Cahill2016-11-013-3/+84
| * | WT-2975 Only allocate space for statistics when we open a data source (#3107)Keith Bostic2016-11-019-30/+78
| * | WT-2953 Only test for checkpoint/LAS collision if LAS was used. (#3111)David Hows2016-11-011-2/+5
| * | WT-2968 Fix Jenkins failures from merge. (#3108)sueloverso2016-10-262-2/+6
| * | WT-2968 Don't open file handles on backup. (#3101)sueloverso2016-10-269-60/+218
| * | WT-2971 Add details on raw-compression into WT documentation (#3093)David Hows2016-10-264-4/+46
| * | WT-2947 replace test suite populate functions with *DataSet classes (#3083)Don Anderson2016-10-2663-897/+981
| * | WT-2945 Occasional hang running reconfigure fuzz test (#3098)Keith Bostic2016-10-265-43/+46
| * | WT-2415 Add support for joins to return false positives from the Bloom filter...Don Anderson2016-10-257-8/+145