summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* WT-3075 Document and enforce that WiredTiger now depends on Python 2.7 (#3196)David Hows2016-12-193-5/+10
* WT-3084 Fix Coverity resource leak complaint. (#3205)Keith Bostic2016-12-162-4/+12
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-1518-97/+521
* WT-2402 Pad structures to avoid cache line sharing. (#3191)Michael Cahill2016-12-1513-29/+45
* SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic2016-12-1514-178/+258
* 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-141-12/+17
* WT-3056 Allow projected table and join cursors to use primary keys (#3186)Don Anderson2016-12-122-2/+2
* WT-3066 lint (#3189)Keith Bostic2016-12-1213-43/+24
* WT-3057 WiredTiger hazard pointers should use the WT_REF, not the WT_PAGE. (#...Keith Bostic2016-12-089-69/+63
* Merge branch 'master' into developDavid Hows2016-12-072-11/+20
|\
| * Cut WiredTiger WT-2.9.0 release2.9.0David Hows2016-12-072-11/+20
* | 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-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-0635-274/+367
* | WT-3053 Revert: Python and Java support use internal WiredTiger functions (#3...Alex Gorrod2016-12-065-4/+8
* | WT-3053 Python and Java support use internal WiredTiger functions (#3174)Keith Bostic2016-12-055-8/+4
* | WT-2670 Add access_pattern_hint configuration for tables (#3155)sueloverso2016-12-056-58/+111
* | WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic2016-12-0523-800/+838
* | 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-054-7/+35
* | 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-021-40/+22
* | WT-3048 WiredTiger maximum size warning uses the wrong format. (#3164)Keith Bostic2016-12-022-2/+2
* | 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-295-52/+74
* | 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
|/
* 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