summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WT-3000 Wait for previous writes on first write to new log file (#3139)mongodb-3.2.11sueloverso2016-11-154-37/+125
* Merge branch 'mongodb-3.4' into mongodb-3.2Michael Cahill2016-11-074-5/+9
|\
| * 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 'mongodb-3.4' into mongodb-3.2Michael Cahill2016-11-04141-1817/+2849
|\ \ \ | |/ /
| * | 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
| | * | WT-2991 Fix coverity REVERSE_INULL (#3106)David Hows2016-10-241-2/+1
* | | | Merge branch 'mongodb-3.4' into mongodb-3.2Alex Gorrod2016-10-26165-2804/+5215
|\ \ \ \ | |/ / /
| * | | Merge branch 'develop' into mongodb-3.4mongodb-3.4.0-rc2Alex Gorrod2016-10-24114-970/+3155
| |\ \ \ | | |/ /
| | * | 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-242-12/+73
| | * | WT-2904 Fix a bug where the reported checkpoint size could be many times data...Keith Bostic2016-10-242-5/+34
| | * | 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-2129-184/+905
| | * | 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-186-201/+250
| | * | WT-2977 Remove stash and check code from LSM test (#3097)David Hows2016-10-171-18/+1
| | * | WT-2974 lint (#3095)Keith Bostic2016-10-176-68/+60
| | * | WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-1428-147/+752
| | * | WT-2403 Remove custom_die from new test.Michael Cahill2016-10-141-1/+0
| | * | WT-2403 Add next_random to LSM cursors (#2887)David Hows2016-10-1410-88/+529
| | * | WT-2955 Add statistics tracking the amount of time threads spend waiting for ...Keith Bostic2016-10-1315-258/+531
| | * | WT-2965 Remove sleep and retry loop from __evict_exclusive (#3091)David Hows2016-10-121-11/+2