summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-27WT-3240 Coverity reports (#3354)Keith Bostic
2017-03-27WT-3207 Use config to determine checkpoint force value. (#3350)sueloverso
2017-03-24WT-98 Update the current cursor value without a searchKeith Bostic
2017-03-24WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3348)Keith Bostic
2017-03-24WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3347)Keith Bostic
2017-03-24WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic
2017-03-24WT-98 Update the current cursor value without a search (#3346)Keith Bostic
2017-03-24WT-98 Update the current cursor value without a search (#3330)Keith Bostic
2017-03-24Merge branch 'develop' into mongodb-3.6Michael Cahill
2017-03-24WT-3228 Remove with overwrite shouldn't return WT_NOTFOUND (#3339)Keith Bostic
2017-03-24WT-3234 Update WiredTiger build for clang 4.0. (#3345)Keith Bostic
2017-03-23SERVER-28194 Missing WiredTiger.turtle file loses data (#3337)Keith Bostic
2017-03-23WT-3202 Add in_memory config opt, do not reopen connection if db is in_memory...Sulabh Mahajan
2017-03-20WT-2990 Restore use of dhandle lock in LSM. (#3342)sueloverso
2017-03-20WT-3196 Prevent eviction in LSM primaries after the are flushed. (#3336)Michael Cahill
2017-03-17WT-3227 Python test suite inserts unnecessary whitespace in error output. (#3...Keith Bostic
2017-03-17WT-3224 Prevent splits in LSM primaries (#3335)Keith Bostic
2017-03-17WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic
2017-03-17WT-2978 Python: make a pip-compatible installer. (#3320)Don Anderson
2017-03-17WT-3212 Table cursors should not free memory owned by the table. (#3327)Don Anderson
2017-03-16WT-3218 Reduce to 2k tables so Jenkins doesn't hit open file ulimit. (#3334)sueloverso
2017-03-16WT-3225 WiredTiger won't build with clang on CentOS 7.3.1611 (#3333)Keith Bostic
2017-03-16WT-3204 eviction changes cost LSM performance (#3325)Keith Bostic
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-03-16WT-3206 Fix a race allocating split generations. (#3332)Michael Cahill
2017-03-16WT-3218 Avoid adding duplicate handles to connection dhandle list (#3331)Alex Gorrod
2017-03-14WT-3211 WT_CURSOR.remove cannot always retain its position. (#3321)Keith Bostic
2017-03-13WT-3207 Fix a leak if a checkpoint fails. (#3329)Michael Cahill
2017-03-10WT-3207 Report a message for conflicting forced checkpoints, rather than an e...Alex Gorrod
2017-03-10WT-3207 Don't hold clean handles during checkpoints. (#3319)Michael Cahill
2017-03-08WT-3213 Only error if fixed-length and long_running_txn is set.sueloverso
2017-03-03WT-3203 bulk-load state changes can race (#3318)Keith Bostic
2017-03-02WT-3199 bug: eviction assertion failure (#3317)Keith Bostic
2017-03-01WT-3193 Close a race between verify opening a handle and eviction visiting it...Keith Bostic
2017-03-01WT-3193 Close a race between verify opening a handle and eviction visiting it...Keith Bostic
2017-02-28WT-3193 Close a race between verify and the eviction server (#3311)Keith Bostic
2017-02-28WT-3182 Update Evergreen configuration to include long make check (#3314)Alex Gorrod
2017-02-28WT-3182 Switch make-check to run the short test suite by default (#3313)Keith Bostic
2017-02-22Reduced the time that the eviction server has to wait for every data point me...Sasha Fedorova
2017-02-21WT-3191 lint (#3310)Keith Bostic
2017-02-20Merge branch 'develop' into mongodb-3.6Alex 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-17Merge branch 'develop' into mongodb-3.6mongodb-3.5.4Alex Gorrod
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