summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-16Merge branch 'develop' into mongodb-3.4mongodb-3.5.0mongodb-3.4.1mongodb-3.4.0Michael Cahill
2016-11-16WT-3024 Fix a hang on close caused by leaving a transaction ID pinned. (#3152)Michael Cahill
2016-11-16WT-3023 Don't treat splits as eviction making progress. (#3151)Michael Cahill
2016-11-15Merge branch 'develop' into mongodb-3.4Michael Cahill
2016-11-15WT-3022 Change lsm_tree flags to fields to prevent race conditions (#3148)Sulabh Mahajan
2016-11-15Merge branch 'develop' into mongodb-3.4Michael Cahill
2016-11-15WT-3015 Change when we will evict internal pages (#3146)David Hows
2016-11-15WT-3020 Always make LSM chunks evictable when they are switched out. (#3147)Michael Cahill
2016-11-14WT-2984 Keep sufficient history in the metadata for queries. (#3144)Michael Cahill
2016-11-14Merge branch 'develop' into mongodb-3.4Michael Cahill
2016-11-14WT-2962 Fix a memory leak introduced by this change. (#3145)Michael Cahill
2016-11-14WT-2962 Allow configuration of builtin extensions. (#3137)Michael Cahill
2016-11-14WT-3017 Don't set NULL hazard pointers. (#3141)Michael Cahill
2016-11-14WT-3012 Check a btree is LSM primary before switching. (#3143)Michael Cahill
2016-11-11WT-3016 Change how file size is determined during compact tests to allow (#3140)Don Anderson
2016-11-11WT-3018 lint (#3142)Keith Bostic
2016-11-11WT-3012 Don't track the LSM Primary as part of dirty bytes in cache (#3136)David Hows
2016-11-11WT-3000 Wait for previous writes on first write to new log file (#3139)sueloverso
2016-11-08WT-3004 lint: declare functions that don't return a value as void (#3119)Keith Bostic
2016-11-08WT-3002 Allow applications to exempt threads from eviction. (#3116)Keith Bostic
2016-11-07WT-3011 __wt_curjoin_open() saves the wrong URI in the cursor. (#3135)Keith Bostic
2016-11-07Merge branch 'develop' into mongodb-3.4mongodb-3.4.0-rc3Michael Cahill
2016-11-07WT-3008 Move wtperf stress jobs to new stress runner folder (#3131)David Hows
2016-11-07WT-3009 Remove the eviction_dirty_target from test/format runs with less than...David Hows
2016-11-07WT-2968 Fix a segfault when a drop races with closing a backup cursor. (#3127)Michael Cahill
2016-11-04Merge branch 'develop' into mongodb-3.4Michael Cahill
2016-11-04SERVER-26753 Add a call to spin on rwlocks with no active writers (#3126)Michael Cahill
2016-11-04WT-2964 Walk for longer when only looking for dirty pages (#3123)Michael Cahill
2016-11-03Merge branch 'master' into developMichael Cahill
2016-11-03WT-2999 Remove C99ism.Michael Cahill
2016-11-03WT-3003 Fix doxygen comment blocks. (#3124)Michael Cahill
2016-11-03WT-2964 Alter evict walk to not fill all its slots with internal pages when r...David Hows
2016-11-03WT-3001 WT_EXTENSION_API references are named inconsistently. (#3115)Keith Bostic
2016-11-03WT-3005 Add top-level .gitignore file. (#3120)Keith Bostic
2016-11-03WT-3003 Don't generate log record and op types. (#3121)sueloverso
2016-11-03WT-2999 Added contributed test case that demonstrated the leak. (#3122)Don Anderson
2016-11-03WT-3007 Remove duplicated word in comment (#3118)Hyeonseok Oh
2016-11-02SERVER-26753 Don't spin on a read-lock in a tight loop. (#3113)Michael Cahill
2016-11-02WT-2999 free memory related to cursor used with custom extractors during join...Don Anderson
2016-11-01WT-2975 Fix a leak of statistics data when reopening handles. (#3114)Michael Cahill
2016-11-01WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic
2016-11-01WT-2961 Add a version drop-down to the web version of the docs. (#3089)Michael Cahill
2016-11-01WT-2975 Only allocate space for statistics when we open a data source (#3107)Keith Bostic
2016-11-01WT-2953 Only test for checkpoint/LAS collision if LAS was used. (#3111)David Hows
2016-10-26WT-2968 Fix Jenkins failures from merge. (#3108)sueloverso
2016-10-26WT-2968 Don't open file handles on backup. (#3101)sueloverso
2016-10-26WT-2971 Add details on raw-compression into WT documentation (#3093)David Hows
2016-10-26WT-2947 replace test suite populate functions with *DataSet classes (#3083)Don Anderson
2016-10-26WT-2945 Occasional hang running reconfigure fuzz test (#3098)Keith Bostic
2016-10-25WT-2415 Add support for joins to return false positives from the Bloom filter...Don Anderson