summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WT-0000 Cut WiredTiger WT-2.9.1 release (#3215)2.9.1Alex Gorrod2016-12-236-6/+69
* WT-3091Add stats to test_perf001 test, so we can investigate what happened wh...David Hows2016-12-201-1/+2
* WT-2402 Fix setting the Autoconf options too late for strict checking (#3209)David Hows2016-12-191-3/+3
* WT-2833 Fix a compiler warning (#3208)Alex Gorrod2016-12-201-1/+1
* WT-2771 Add a statistic to track per-btree dirty cache usage. (#3207)Michael Cahill2016-12-208-68/+105
* WT-2833 Add projections to wt dump utility (#3192)Don Anderson2016-12-208-40/+348
* Revert "WT-3075 Document and enforce that WiredTiger now depends on Python 2....David Hows2016-12-194-11/+6
* WT-3082 Python test suite: shorten default run to avoid timeouts. (#3206)Don Anderson2016-12-198-12/+15
* WT-3080 Python test suite: add elapsed time for tests (#3201)Don Anderson2016-12-191-0/+4
* WT-3075 Document and enforce that WiredTiger now depends on Python 2.7 (#3196)David Hows2016-12-194-6/+11
* WT-3084 Fix Coverity resource leak complaint. (#3205)Keith Bostic2016-12-162-4/+12
* WT-2402 Misaligned structure accesses lead to undefined behavior (#3203)Keith Bostic2016-12-162-43/+47
* WT-3068 Have Jenkins include specific files for copy rather than exclude (#3202)Alex Gorrod2016-12-161-1/+1
* Fix data source examples to include alter. (#3200)sueloverso2016-12-152-1/+3
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-1532-105/+792
* WT-2402 Pad structures to avoid cache line sharing. (#3191)Michael Cahill2016-12-1518-54/+156
* SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic2016-12-1519-195/+330
* WT-3078 test reconfiguration hang in the statlog server. (#3198)Keith Bostic2016-12-151-3/+6
* WT-3070 Fix search_near on indexes. (#3195)Michael Cahill2016-12-142-23/+77
* WT-3069 Fix LevelDB APIs build failures. (#3193)Keith Bostic2016-12-143-9/+19
* WT-3068 Copy artifacts of test runs in wtperf_run script. (#3190)Alex Gorrod2016-12-141-0/+5
* WT-3071 Fixed sign-conversion compiler errors in Java and Python SWIG code (#...Don Anderson2016-12-142-29/+30
* WT-3061 Syscall testing should support pwrite64 on LinuxDavid Hows2016-12-132-17/+29
* WT-3056 Allow projected table and join cursors to use primary keys (#3186)Don Anderson2016-12-124-6/+134
* WT-3066 lint (#3189)Keith Bostic2016-12-1214-46/+58
* 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