summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WT-3467 Minor lint/cleanup (#3541)mongodb-3.5.11Keith Bostic2017-07-3111-75/+42
* WT-3338 Implement optimized cursor modify. (#3437)Keith Bostic2017-07-2838-712/+2109
* WT-3466 Track the first commit_timestamp set in a transaction. (#3540)Michael Cahill2017-07-282-4/+30
* WT-3389 Restructure split code to hold a split generation for the entire oper...Keith Bostic2017-07-281-168/+167
* WT-3461 Use CLOCK_MONOTONIC for pthread_cond_timedwait if possible. (#3537)Michael Cahill2017-07-2811-72/+179
* WT-3422 Add upgrade/downgrade doc text (#3538)sueloverso2017-07-281-3/+9
* WT-3463 Add test phase to take backup without a checkpoint. (#3539)sueloverso2017-07-281-29/+63
* WT-3410 Add activity diagram in the documentation for schema rename (#3536)Sulabh Mahajan2017-07-272-2/+83
* WT-2309 Add option to cause delays in internal page split code to aid testing...Sulabh Mahajan2017-07-266-13/+47
* WT-3387 Add use_timestamp option for checkpoint (#3503)sueloverso2017-07-2610-42/+183
* WT-3412 Add backoff logic in bt_delete and bt_walk (#3534)Vamsi Krishna2017-07-268-33/+71
* WT-3440 Add a log record when starting a checkpoint. (#3525)sueloverso2017-07-2613-87/+480
* WT-3447 Fix python test so it will loop checking for WiredTigerTables (#3532)David Hows2017-07-251-9/+14
* WT-3446 Temporarily disable test/checkpoint timestamp testing. (#3533)Vamsi Krishna2017-07-242-6/+21
* Revert "WT-3446 Temporarily disable checkpoint timestamp testing."Vamsi Krishna2017-07-242-20/+6
* WT-3446 Temporarily disable checkpoint timestamp testing.Vamsi Krishna2017-07-242-6/+20
* WT-3380 Make 8-byte timestamps a special case (#3509)Sulabh Mahajan2017-07-2427-171/+301
* WT-3316 Add a developer documentation section starting with schema create (#3...Sulabh Mahajan2017-07-249-1/+212
* WT-3387 Fix checkpoint support for read_timestamp. (#3528)Michael Cahill2017-07-212-10/+13
* WT-3442 Coverity 1378213: false positive on diagnostic assignment. (#3529)Keith Bostic2017-07-211-2/+3
* WT-3047 Add mode aimed at uncovering race conditions in split code (#3518)Vamsi Krishna2017-07-217-81/+84
* WT-3308 Add statistics tracking around yield loops (#3496)Vamsi Krishna2017-07-2111-42/+127
* WT-3433 Add support for alter and readonly. Add test case. (#3526)sueloverso2017-07-212-4/+29
* WT-3432 Fix braces error. (#3524)Don Anderson2017-07-211-2/+5
* WT-3418 Fix a block manager race in tree close/open (#3512)Keith Bostic2017-07-207-67/+100
* WT-3406 Reconciliation should ignore concurrent updates. (#3516)Michael Cahill2017-07-203-35/+44
* WT-3439 lint cleanup (#3520)Keith Bostic2017-07-204-12/+13
* WT-3438 Don't tune eviction thread count when the count is fixed (#3519)David Hows2017-07-191-0/+7
* WT-3381 Improve concurrency in the transaction subsystem (#3515)Alex Gorrod2017-07-195-74/+184
* WT-3426 Add update only wtperf workload (#3517)Alex Gorrod2017-07-191-0/+10
* Revert "WT-3381 Improve timestamp concurrency. (#3511)" (#3514)Alex Gorrod2017-07-185-171/+72
* WT-3381 Improve timestamp concurrency. (#3511)Michael Cahill2017-07-185-72/+171
* WT-3140 Revert change removing camel casing in JSON statistics (#3513)David Hows2017-07-183-8/+8
* WT-3138 Enhance range of eviction server statistics available. (#3269)Alex Gorrod2017-07-1411-327/+707
* WT-3425 In workgen, added 'reopen' configuration option for Operations. (#3508)Don Anderson2017-07-145-22/+111
* WT-3140 Add output of handle name to per-handle stats (#3474)David Hows2017-07-144-15/+219
* WT-3424 additional gcc 7.1 compile warnings. (#3507)Keith Bostic2017-07-124-5/+5
* WT-3329 Visit trees using a tiny fraction of cache. (#3442)Michael Cahill2017-07-113-31/+8
* WT-3421 Fix unreachable code error exposed when diagnostic build is off. (#3505)Don Anderson2017-07-101-1/+6
* WT-3413 Add more aggressive compile warning flags to Jenkins Windows job (#3502)Keith Bostic2017-07-071-2/+4
* WT-3310 Fix test/format to tolerate EBUSY with LSM. (#3501)sueloverso2017-07-062-4/+13
* WT-3415 Add locking around setting txn_state timestamp (#3500)sueloverso2017-07-062-19/+29
* WT-3394 Fix compilation warnings for GCC-7 (#3499)Alex Gorrod2017-07-0638-151/+312
* Revert "WT-3394 Build WiredTiger with gcc7 (#3492)" (#3498)Alex Gorrod2017-07-0638-318/+159
* WT-3394 Build WiredTiger with gcc7 (#3492)Keith Bostic2017-07-0638-159/+318
* WT-3310 Add support to WT_SESSION::alter to change table log setting (#3439)sueloverso2017-07-0616-302/+488
* WT-3403 Restore panic if writing a log record fails. (#3497)sueloverso2017-07-051-1/+6
* WT-3402 Move cached overflow records to the update list. (#3493)Keith Bostic2017-07-0414-745/+404
* WT-3409 WiredTiger generations can silently self-deadlock. (#3494)Keith Bostic2017-07-041-0/+6
* WT-3401 Lint and minor cleanup (#3491)Keith Bostic2017-07-0312-57/+94