summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-03-16WT-3206 Fix a race allocating split generations. (#3332)mongodb-3.5.5mongodb-3.4.3Michael Cahill
2017-03-16WT-3218 Avoid adding duplicate handles to connection dhandle list (#3331)Alex Gorrod
2017-02-20WT-3149 Fix a compiler warning on OS X. I guess I shouldn't try to future pro...Alex Gorrod
2017-02-20WT-3149 Use a range of eviction walk start points. (#3305)Alex Gorrod
2017-02-20WT-3189 Fix a segfault in eviction random page search. (#3308)Alex Gorrod
2017-02-17WT-3187 Ramp up aggressiveness in reducing cache pool usage (#3306)Alex Gorrod
2017-02-17WT-3188 More log loops needing to check panic. (#3307)sueloverso
2017-02-16WT-3184 bug fix: special case searching an index that has a custom collator. ...Don Anderson
2017-02-16WT-3186 Fix error path and panic detection in logging loops. (#3304)sueloverso
2017-02-15WT-3149 Make random lookups for eviction more lightweight. (#3302)Michael Cahill
2017-02-14WT-3149 Have eviction choose a random point when walking a tree. (#3285)Alex Gorrod
2017-02-14WT-3144 bug fix: random cursor returns not-found when descending to an empty ...Keith Bostic
2017-02-14WT-3152 Switch the table lock to a rwlock. (#3291)Michael Cahill
2017-02-14WT-3175 Don't verify children during splits up the tree. (#3294)Michael Cahill
2017-02-13WT-3174 Coverity/lint cleanup (#3293)Keith Bostic
2017-02-13WT-3135 WT-3159 Fix search_near() with custom collators for index keys of var...Don Anderson
2017-02-13WT-3170 Change when eviction walk point is saved, cleanup splits. (#3284)Alex Gorrod
2017-02-11WT-3173 Add runtime detection for s390x CRC32 hardware support (#3290)Mark Benvenuto
2017-02-09WT-3088 bug: WiredTiger can evict the tree's current eviction walk point (#3280)Keith Bostic
2017-02-09WT-3164 Ensure all relevant btree fields are reset on checkpoint error. (#3283)sueloverso
2017-02-08WT-3161 Panic on a write error in logging. (#3278)sueloverso
2017-02-06WT-3157 More aggressive error handling. (#3275)sueloverso
2017-02-06WT-3111 util_create() doesnt free memory assigned to "uri" (#3279)Keith Bostic
2017-02-03WT-3148 Check that we have a root page when calculating evictable size.Michael Cahill
2017-02-03WT-3148 Improve efficiency of eviction with many small trees. (#3264)Michael Cahill
2017-02-03WT-3150 Fix: don't spin forever during eviction interrupts. (#3276)Michael Cahill
2017-02-02WT-3157 Fix checkpoint error path (#3274)sueloverso
2017-02-02WT-3139 Enhance wtperf to support periodic table scans (#3268)Alex Gorrod
2017-02-02WT-3150 Reduce impact of checkpoints on eviction. (#3265)Michael Cahill
2017-02-01WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod
2017-01-26WT-3156 Add check in assertions for errors. (#3271)sueloverso
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-24WT-3137 Fix a hang in logging due to a race condition (#3266)Keith Bostic
2017-01-24WT-3137 Fix a hang in logging due to a race condition (#3223)sueloverso
2017-01-23WT-3120 Fix ordering problem in connection_close for filesystem loaded in an ...Keith Bostic
2017-01-23WT-3144 bug fix: random cursor returns not-found when descending to an empty ...Keith Bostic
2017-01-23WT-3144 Make it less likely for random lookups to return WT_NOTFOUND (#3259)Keith Bostic
2017-01-23WT-3144 Print WT_REF instead of WT_REF.page in verbose/debugging output. (#3...Keith Bostic
2017-01-23WT-3120 Fix ordering problem in connection_close for custom filesystem loaded...Don Anderson
2017-01-23Set the database home and configure error handling before (#3256)Keith Bostic
2017-01-20Add a verbose message if we don't find any log files, (#3245)Keith Bostic
2017-01-20WT-3105 Fix the thread group usage on eviction reconfigure and add test. (#3252)sueloverso
2017-01-17WT-3127 Fix a bug: CPU yield calls don't necessarily imply memory barriers (#...Keith Bostic
2017-01-17WT-3105 Avoid thread group deadlock on close in new dynamic eviction code. (#...sueloverso
2017-01-16WT-3114 Avoid archiving log files immediately after recovery. (#3238)sueloverso
2017-01-10WT-3105 Create all eviction sessions initially to avoid deadlock. (#3237)sueloverso
2017-01-10WT-3106 Add truncate operation to wt command line utility (#3227)David Hows
2017-01-09WT-3112 Time the eviction try-lock for the dhandle overall, not per-attempt (...sueloverso
2017-01-06WT-3112 Add lock statistics to try_lock path. (#3233)sueloverso