summaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Expand)Author
2017-02-14WT-2909 Add a custom file system fault injection test to verify checkpoint in...Don Anderson
2017-02-14WT-3149 Have eviction choose a random point when walking a tree. (#3285)Alex Gorrod
2017-02-14WT-3152 Switch the table lock to a rwlock. (#3291)Michael Cahill
2017-02-13WT-3135 WT-3159 Fix search_near() with custom collators for index keys of var...Don Anderson
2017-02-01WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod
2017-01-25WT-3097 Avoid waiting for threads to timeout during close (#3253)Keith Bostic
2017-01-25WT-3113 Add a verbose mode to dump the cache when eviction is stuck. (#3234)Keith Bostic
2017-01-23WT-3120 Fix ordering problem in connection_close for custom filesystem loaded...Don Anderson
2017-01-13WT-3116 Change s_all to avoid missing error returns on older platforms (#3246)David Hows
2017-01-13bug: dist/s_all script has misplaced quote causing bad error reporting (#3243)Keith Bostic
2017-01-04WT-3099 lint: static function declarations, non-text characters in documentat...Keith Bostic
2017-01-04SERVER-16796 Recovery progress via verbose messages. (#3225)sueloverso
2016-12-28WT-2898 evict dynamic workers (#3039)Alexandra (Sasha) Fedorova
2016-12-23WT-3086 lint. (#3217)Michael Cahill
2016-12-23Bump release version on develop to 2.9.2David Hows
2016-12-23WT-0000 Cut WiredTiger WT-2.9.1 release (#3215)2.9.1Alex Gorrod
2016-12-20WT-2771 Add a statistic to track per-btree dirty cache usage. (#3207)Michael Cahill
2016-12-15WT-283 Add WT_SESSION::alter method (#3177)sueloverso
2016-12-15WT-2402 Pad structures to avoid cache line sharing. (#3191)Michael Cahill
2016-12-15SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic
2016-12-12WT-3066 lint (#3189)Keith Bostic
2016-12-08WT-3064 minor tree cleanups: .gitignore, NEWS misspelling (#3185)Keith Bostic
2016-12-07Bump release version on develop to 2.9.1David Hows
2016-12-07Merge branch 'master' into developDavid Hows
2016-12-07Cut WiredTiger WT-2.9.0 release2.9.0David Hows
2016-12-07WT-2336 Add a test validating schema operations via file system call monitori...Don Anderson
2016-12-06WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic
2016-12-05WT-2670 Add access_pattern_hint configuration for tables (#3155)sueloverso
2016-12-05WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic
2016-12-05WT-3034 Add support for named snapshots including updates. (#3161)Michael Cahill
2016-12-02WT-3048 WiredTiger maximum size warning uses the wrong format. (#3164)Keith Bostic
2016-11-29WT-3028 Don't check for blocked eviction with in-memory workloads. (#3159)Michael Cahill
2016-11-16WT-3023 Don't treat splits as eviction making progress. (#3151)Michael Cahill
2016-11-14WT-2962 Allow configuration of builtin extensions. (#3137)Michael Cahill
2016-11-11WT-3000 Wait for previous writes on first write to new log file (#3139)sueloverso
2016-11-08WT-3004 lint: declare functions that don't return a value as void (#3119)Keith Bostic
2016-11-08WT-3002 Allow applications to exempt threads from eviction. (#3116)Keith Bostic
2016-11-03WT-3003 Don't generate log record and op types. (#3121)sueloverso
2016-11-01WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic
2016-11-01WT-2961 Add a version drop-down to the web version of the docs. (#3089)Michael Cahill
2016-11-01WT-2975 Only allocate space for statistics when we open a data source (#3107)Keith Bostic
2016-10-25WT-2415 Add support for joins to return false positives from the Bloom filter...Don Anderson
2016-10-21WT-2880 Add Zstandard compression support (#3075)Keith Bostic
2016-10-18WT-2976 Add a statistic tracking how long app threads spend reading and writi...Alex Gorrod
2016-10-17WT-2974 lint (#3095)Keith Bostic
2016-10-14WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod
2016-10-14WT-2403 Add next_random to LSM cursors (#2887)David Hows
2016-10-13WT-2955 Add statistics tracking the amount of time threads spend waiting for ...Keith Bostic
2016-10-07WT-2932 Add a configuration option allowing tables to ignore cache limits (#3...Alex Gorrod
2016-10-06WT-2831 Skip checkpointing if there have been no modifications (#3067)Sulabh Mahajan