summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-06-14WT-3369 WT_CURSOR->uri should always match the URI used to open the cursor (#...Don Anderson
2017-06-08WT-3362 Checkpoints shouldn't block drops. (#3459)Michael Cahill
2017-06-08WT-2596 Document behavior after a crash with a backup cursor open (#3455)David Hows
2017-06-07WT-3361 Resolve Windows build warnings, build more test programs on Windows (...Keith Bostic
2017-06-07WT-3349 Add rwlock statistics (#3457)Sulabh Mahajan
2017-06-07WT-3169 Add verbose messages regarding lookaside file usage (#3425)David Hows
2017-06-07WT-3332 Add per-connection stats for update transaction conflicts (#3448)David Hows
2017-06-06WT-3356 Use atomic reads of rwlocks. (#3454)Michael Cahill
2017-06-02WT-3351 Fix assertion condition. (#3452)sueloverso
2017-06-02WT-3354 Fix bugs found by Coverity. (#3451)Michael Cahill
2017-06-02WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill
2017-06-02WT-3348 Lint, Windows warnings. (#3449)Keith Bostic
2017-06-01WT-3307 Close btree/dhandle properly when handling __wt_checkpoint_close fail...Sulabh Mahajan
2017-05-26WT-3248 Mark reconciliation a success if no skipped updates (#3441)Sulabh Mahajan
2017-05-27Bump version string on develop after release.Alex Gorrod
2017-05-27Merge branch 'master' into developAlex Gorrod
2017-05-26WT-3342 Cut a WiredTiger 2.9.2 release (#3440)Alex Gorrod
2017-05-26WT-3343 WiredTiger database close can attempt unlock of a lock that's not hel...Keith Bostic
2017-05-26WT-3258 Add timers tracking time spent on failed evictions of large p… (#3428)David Hows
2017-05-25WT-2972 Add interface allowing partial updates to existing values (#3435)Alex Gorrod
2017-05-24WT-3339 The CURSOR_UPDATE_API_CALL macro will dump core on a NULL btree handl...Keith Bostic
2017-05-24Revert "WT-2972 Add interface allowing partial updates to existing values (#3...Alex Gorrod
2017-05-24WT-2972 Add interface allowing partial updates to existing values (#3406)Keith Bostic
2017-05-23WT-3331 Get time into a local variable so we can read and use a consistent ti...sueloverso
2017-05-22WT-3264 Fix log file cleanup when toggling logging. (#3419)sueloverso
2017-05-19WT-3327 Check for system clock ticking backwards (#3427)sueloverso
2017-05-19WT-3303 Deadlock during first access to lookaside table (#3426)Keith Bostic
2017-05-16WT-3314 clarify WT_PANIC error handling (#3418)Keith Bostic
2017-05-11WT-3158 Fix structure layout on Windows. (#3416)Michael Cahill
2017-05-11WT-3312 encryption btree configuration test (#3413)Keith Bostic
2017-04-28WT-3296 LAS table fixes/improvements (#3397)Keith Bostic
2017-04-28WT-3297 support the gcc/clang -fvisibility=hidden flag (#3404)Keith Bostic
2017-04-28WT-3302 Introduce a thread struct with a member telling if thread created suc...Sulabh Mahajan
2017-04-25SERVER-28820 Add a few error path messages in logging. (#3402)sueloverso
2017-04-24WT-3300 Coverity 1374542: Dereference after null check (#3401)Keith Bostic
2017-04-21WT-3219 Make the clang-analyzer job fail when lint is introduced (#3400)Keith Bostic
2017-04-21WT-3293 Don't explicitly mark internal symbols hidden. (#3398)Alex Gorrod
2017-04-20WT-3282 Split cache flags and cache_pool flags. (#3396)sueloverso
2017-04-19WT-3263 Allow recovery log file archiving on clean shutdown. (#3384)sueloverso
2017-04-19WT-3288 fix error codes for event_handler to be consistent in file operations...Keith Bostic
2017-04-19WT-3281 stress test sanitizer failure (#3387)Keith Bostic
2017-04-19WT-3292 review/cleanup full-barrier calls in WiredTiger (#3395)Keith Bostic
2017-04-18WT-3287 Remove some WiredTiger internal panic checks (#3391)Keith Bostic
2017-04-18SERVER-28835 Fix a memory leak in WiredTiger on error when creating thread gr...Keith Bostic
2017-04-18WT-3275 Fix a bug in LSM cursor semantics. (#3388)Alex Gorrod
2017-04-18WT-3284 tree-walk restart bug (#3389)Keith Bostic
2017-04-18WT-3268 Failure to close cursor can get wiredtiger stuck in a cursor-close lo...Keith Bostic
2017-04-14WT-3160 Queue empty internal pages for eviction. (#3357)Michael Cahill
2017-04-13WT-3222 Review and enhance log statistics (#3369)sueloverso
2017-04-13WT-3261 add a checkpoint epoch to avoid draining the eviction queue (#3370)Keith Bostic