summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into mongodb-3.6mongodb-3.5.1Alex Gorrod2016-12-12115-1564/+3477
|\
| * WT-3064 minor tree cleanups: .gitignore, NEWS misspelling (#3185)Keith Bostic2016-12-083-1/+3
| * WT-3057 WiredTiger hazard pointers should use the WT_REF, not the WT_PAGE. (#...Keith Bostic2016-12-089-69/+63
| * WT-2336 Fix a "noreturn" warning in a new test. (#3183)Michael Cahill2016-12-071-1/+3
| * Bump release version on develop to 2.9.1David Hows2016-12-075-8/+8
| * Merge branch 'master' into developDavid Hows2016-12-0710-36/+433
| |\
| | * Cut WiredTiger WT-2.9.0 release2.9.0David Hows2016-12-0710-36/+433
| * | WT-2336 Add a test validating schema operations via file system call monitori...Don Anderson2016-12-076-2/+1102
| * | WT-3052 Improve search if index hint is wrong (#3166)Michael Cahill2016-12-072-47/+53
| * | WT-2960 Reduce likelihood of using the lookaside file, especially when insert...Keith Bostic2016-12-077-51/+85
| * | WT-3055 When an AsyncOp is created, cache the whether the cursor is "raw". (#...Don Anderson2016-12-071-4/+6
| * | WT-3053 Make Python use internal memory allocation again. (#3179)Michael Cahill2016-12-061-11/+11
| * | WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-0640-285/+384
| * | WT-3054 Make a PackOutputStream constructor that is compatible with the (#3175)Don Anderson2016-12-061-0/+11
| * | WT-3053 Revert: Python and Java support use internal WiredTiger functions (#3...Alex Gorrod2016-12-068-32/+19
| * | WT-3053 Python and Java support use internal WiredTiger functions (#3174)Keith Bostic2016-12-058-19/+32
| * | WT-2670 Add access_pattern_hint configuration for tables (#3155)sueloverso2016-12-058-59/+121
| * | WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic2016-12-0528-871/+935
| * | WT-3030 Fix a race between scans and splits reading the index hint. (#3173)Michael Cahill2016-12-051-2/+2
| * | WT-3051 Remove external __wt_hex symbol. (#3172)Keith Bostic2016-12-055-12/+17
| * | WT-3034 Add support for named snapshots including updates. (#3161)Michael Cahill2016-12-056-9/+74
| * | WT-3030 Test failure indicating invalid key order during traversal (#3157)Keith Bostic2016-12-022-10/+11
| * | WT-3021 fixes for java log example, raw mode in java, and raw mode in log cur...Don Anderson2016-12-024-77/+82
| * | WT-3048 WiredTiger maximum size warning uses the wrong format. (#3164)Keith Bostic2016-12-023-4/+5
| * | WT-3037 Clean up some log slot comments. (#3163)sueloverso2016-11-301-7/+6
| * | WT-3028 Don't check for blocked eviction with in-memory workloads. (#3159)Michael Cahill2016-11-298-58/+124
| * | WT-3028 Count eviction of dirty pages as progress. (#3158)Michael Cahill2016-11-252-13/+9
| * | WT-3025 Fix error path in log_force_sync. (#3154)sueloverso2016-11-171-1/+3
| |/
* | 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
|\ \ | |/