summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* WT-3000 Wait for previous writes on first write to new log file (#3139)mongodb-3.2.11sueloverso2016-11-151-21/+57
* Merge branch 'mongodb-3.4' into mongodb-3.2Michael Cahill2016-11-071-3/+8
|\
| * 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-0456-382/+620
|\ \ | |/
| * 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
* | | Merge branch 'mongodb-3.4' into mongodb-3.2Alex Gorrod2016-10-2679-986/+2113
|\ \ \ | |/ /
| * | 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
| * | WT-2949 Add option to skip closing the connection after test runs. (#3082)sueloverso2016-10-111-0/+2
| * | WT-2963 Fix a race bounding eviction intiny caches. (#3090)Michael Cahill2016-10-111-7/+4
| * | WT-2959 Ensure WT_SESSION_IMPL is never used before it's initialized (#3087)Keith Bostic2016-10-113-13/+13
| * | WT-2954 Evict pages that exceed memory_page_max even if the transaction ID is...Alex Gorrod2016-10-102-12/+39
| * | WT-2937 Fix a warning. (#3084)Michael Cahill2016-10-071-4/+4
| * | WT-2950 Free all reconciliation memory between calls to eviction. (#3081)Michael Cahill2016-10-071-11/+10
| * | WT-2937 Only do an eviction walk after a page has been taken from the current...Michael Cahill2016-10-071-36/+38
| * | WT-2932 Add a configuration option allowing tables to ignore cache limits (#3...Alex Gorrod2016-10-075-36/+70
| * | WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-0724-130/+105
| * | WT-2831 Skip checkpointing if there have been no modifications (#3067)Sulabh Mahajan2016-10-0610-35/+93
| * | WT-2920 New eviction statistics (#3076)Keith Bostic2016-10-044-32/+68
| * | WT-2938 Change assembly file extensions from .S to .sx (#3072)David Hows2016-10-043-1/+1
| * | WT-2933 Fix an uninitialized variable warning. (#3077)Michael Cahill2016-10-041-2/+4