summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-14Merge branch 'develop' into mongodb-3.6mongodb-3.5.9Alex Gorrod
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-3346 create JSON output for latency sampling. (#3450)Don Anderson
2017-06-08WT-3326 Enhance workload generator to support wtperf config files (#3433)Don Anderson
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-07Merge branch 'develop' into mongodb-3.6Alex Gorrod
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-27WT-3342 Fixup release notes to render in doxygen.Alex Gorrod
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-3333 Fixes for zero length strings packed/unpacked in a 'u' format via Pyt...Don Anderson
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-24WT-3334 fix python test suite's BaseDataSet class for 'u' format (#3431)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-17WT-3313 Replace calls to the deprecated LZ4_compress function (#3423)David Hows
2017-05-16WT-3314 clarify WT_PANIC error handling (#3418)Keith Bostic
2017-05-16WT-3142 Check if C++ works in autoconf, not just if a variable is set. (#3421)Michael Cahill
2017-05-16WT-3142 Add a workload generator application (#3420)Keith Bostic
2017-05-15WT-3142 Add a workload generator application (#3408)Alex Gorrod
2017-05-16WT-3158 Fix structure layout on Windows. (#3417)mongodb-3.5.8Keith Bostic
2017-05-16WT-3158 Fix structure layout on Windows. (#3416)Michael Cahill
2017-05-12WT-3158 Fix structure layout on Windows. (#3417)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-28Revert "WT-3142 Add a workload generator application. (#3255)" (#3407)Alex Gorrod
2017-04-28WT-3142 Add a workload generator application. (#3255)Michael Cahill
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