summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cut WiredTiger WT-2.9.0 release2.9.0David Hows2016-12-072-11/+20
* 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-164-22/+40
* WT-3022 Change lsm_tree flags to fields to prevent race conditions (#3148)Sulabh Mahajan2016-11-155-22/+26
* 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
* 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-147-98/+227
* 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-3018 lint (#3142)Keith Bostic2016-11-1112-22/+0
* 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-111-21/+57
* WT-3004 lint: declare functions that don't return a value as void (#3119)Keith Bostic2016-11-089-26/+21
* WT-3002 Allow applications to exempt threads from eviction. (#3116)Keith Bostic2016-11-083-7/+37
* WT-3011 __wt_curjoin_open() saves the wrong URI in the cursor. (#3135)Keith Bostic2016-11-072-17/+14
* WT-2968 Fix a segfault when a drop races with closing a backup cursor. (#3127)Michael Cahill2016-11-071-3/+8
* 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-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-3003 Don't generate log record and op types. (#3121)sueloverso2016-11-031-37/+34
* | 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-0128-153/+195
* | WT-2961 Add a version drop-down to the web version of the docs. (#3089)Michael Cahill2016-11-012-2/+75
* | WT-2975 Only allocate space for statistics when we open a data source (#3107)Keith Bostic2016-11-018-28/+64
* | 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-261-1/+5
* | WT-2968 Don't open file handles on backup. (#3101)sueloverso2016-10-268-60/+62
* | WT-2971 Add details on raw-compression into WT documentation (#3093)David Hows2016-10-264-4/+46
* | 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-255-8/+26
* | WT-2904 Revert overly strong assertion. (#3105)Alex Gorrod2016-10-241-1/+3
* | WT-2954 Enable fast appends with small in-memory pages. (#3094)Michael Cahill2016-10-244-18/+22
* | WT-2987 Fix a bug where opening a cursor on an incomplete table drops core (#...Keith Bostic2016-10-241-12/+27
* | WT-2904 Fix a bug where the reported checkpoint size could be many times data...Keith Bostic2016-10-241-3/+23
* | WT-2988 __wt_epoch potentially returns garbage values. (#3104)Keith Bostic2016-10-221-0/+9
* | WT-2880 Add Zstandard compression support (#3075)Keith Bostic2016-10-216-15/+69
* | WT-2985 checkpoint core dump (#3100)Keith Bostic2016-10-202-44/+93
* | WT-2976 Add a statistic tracking how long app threads spend reading and writi...Alex Gorrod2016-10-185-201/+246
* | WT-2974 lint (#3095)Keith Bostic2016-10-173-25/+13
* | WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-1419-129/+578
* | WT-2403 Add next_random to LSM cursors (#2887)David Hows2016-10-146-83/+236
* | WT-2955 Add statistics tracking the amount of time threads spend waiting for ...Keith Bostic2016-10-1311-154/+380
* | WT-2965 Remove sleep and retry loop from __evict_exclusive (#3091)David Hows2016-10-121-11/+2