summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mongodb-3.6'2.9.3Alex Gorrod2017-06-27686-4470/+12236
|\
| * WT-3391 Add release notes for the WiredTiger 2.9.3 release (#3481)Alex Gorrod2017-06-274-6/+30
| * WT-3373 Access violation due to a bug in internal page splitting (#3478)Keith Bostic2017-06-261-3/+29
| * Merge branch 'develop' into mongodb-3.6Michael Cahill2017-06-237-221/+338
| |\
| | * WT-3251 Remove interim buffer used to split pages during reconciliation (#3469)Sulabh Mahajan2017-06-221-181/+226
| | * WT-3379 Avoid a performance regression on secondaries. (#3471)Michael Cahill2017-06-222-30/+75
| | * Revert "WT-3251 remove interim buffer when splitting during reconciliation (...Sulabh Mahajan2017-06-211-226/+181
| | * WT-3251 remove interim buffer when splitting during reconciliation (#3453)Sulabh Mahajan2017-06-211-181/+226
| | * WT-3371 Make Windows/MSVC build warnings fatal. (#3466)Keith Bostic2017-06-161-6/+4
| | * WT-3370 Reset metafile after it could be re-allocated. (#3465)sueloverso2017-06-151-0/+10
| | * WT-3367 Fix test linking to support macOS 10.12 (#3463)Mark Benvenuto2017-06-141-3/+14
| | * SERVER-29439 WiredTiger turtle file "MoveFileExW: Access is denied." error. (...Keith Bostic2017-06-142-1/+9
| * | Merge branch 'develop' into mongodb-3.6mongodb-3.5.9Alex Gorrod2017-06-1464-624/+1448
| |\ \ | | |/
| | * WT-3369 WT_CURSOR->uri should always match the URI used to open the cursor (#...Don Anderson2017-06-143-3/+8
| | * WT-3362 Checkpoints shouldn't block drops. (#3459)Michael Cahill2017-06-082-37/+55
| | * WT-3346 create JSON output for latency sampling. (#3450)Don Anderson2017-06-086-4/+142
| | * WT-3326 Enhance workload generator to support wtperf config files (#3433)Don Anderson2017-06-083-3/+543
| | * WT-2596 Document behavior after a crash with a backup cursor open (#3455)David Hows2017-06-081-0/+5
| | * WT-3361 Resolve Windows build warnings, build more test programs on Windows (...Keith Bostic2017-06-0729-354/+260
| | * WT-3349 Add rwlock statistics (#3457)Sulabh Mahajan2017-06-0710-153/+249
| | * WT-3169 Add verbose messages regarding lookaside file usage (#3425)David Hows2017-06-0710-71/+178
| | * WT-3332 Add per-connection stats for update transaction conflicts (#3448)David Hows2017-06-075-0/+9
| * | Merge branch 'develop' into mongodb-3.6Alex Gorrod2017-06-07679-3775/+10592
| |\ \ | | |/
| | * WT-3356 Use atomic reads of rwlocks. (#3454)Michael Cahill2017-06-061-30/+51
| | * WT-3351 Fix assertion condition. (#3452)sueloverso2017-06-021-1/+1
| | * WT-3354 Fix bugs found by Coverity. (#3451)Michael Cahill2017-06-024-7/+9
| | * WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-0240-319/+567
| | * WT-3348 Lint, Windows warnings. (#3449)Keith Bostic2017-06-0214-83/+92
| | * WT-3307 Close btree/dhandle properly when handling __wt_checkpoint_close fail...Sulabh Mahajan2017-06-011-2/+7
| | * WT-3248 Mark reconciliation a success if no skipped updates (#3441)Sulabh Mahajan2017-05-261-32/+17
| | * WT-3342 Fixup release notes to render in doxygen.Alex Gorrod2017-05-271-26/+26
| | * Bump version string on develop after release.Alex Gorrod2017-05-276-8/+21
| | * Merge branch 'master' into developAlex Gorrod2017-05-273-19/+61
| | |\
| | * | WT-3343 WiredTiger database close can attempt unlock of a lock that's not hel...Keith Bostic2017-05-261-4/+5
| | * | WT-3258 Add timers tracking time spent on failed evictions of large p… (#3428)David Hows2017-05-265-209/+262
| | * | WT-3333 Fixes for zero length strings packed/unpacked in a 'u' format via Pyt...Don Anderson2017-05-253-1/+50
| | * | WT-2972 Add interface allowing partial updates to existing values (#3435)Alex Gorrod2017-05-2555-355/+1527
| | * | WT-3339 The CURSOR_UPDATE_API_CALL macro will dump core on a NULL btree handl...Keith Bostic2017-05-245-19/+23
| | * | Revert "WT-2972 Add interface allowing partial updates to existing values (#3...Alex Gorrod2017-05-2455-1527/+355
| | * | WT-2972 Add interface allowing partial updates to existing values (#3406)Keith Bostic2017-05-2455-355/+1527
| | * | WT-3334 fix python test suite's BaseDataSet class for 'u' format (#3431)Keith Bostic2017-05-241-6/+5
| | * | WT-3331 Get time into a local variable so we can read and use a consistent ti...sueloverso2017-05-232-8/+21
| | * | WT-3264 Fix log file cleanup when toggling logging. (#3419)sueloverso2017-05-227-15/+234
| | * | WT-3327 Check for system clock ticking backwards (#3427)sueloverso2017-05-198-149/+184
| | * | WT-3303 Deadlock during first access to lookaside table (#3426)Keith Bostic2017-05-193-9/+22
| | * | WT-3313 Replace calls to the deprecated LZ4_compress function (#3423)David Hows2017-05-171-5/+4
| | * | WT-3314 clarify WT_PANIC error handling (#3418)Keith Bostic2017-05-164-13/+32
| | * | WT-3142 Check if C++ works in autoconf, not just if a variable is set. (#3421)Michael Cahill2017-05-161-1/+10
| | * | WT-3142 Add a workload generator application (#3420)Keith Bostic2017-05-168-7/+151
| | * | WT-3142 Add a workload generator application (#3408)Alex Gorrod2017-05-1523-5/+3550