summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* WT-3467 Minor lint/cleanup (#3541)mongodb-3.5.11Keith Bostic2017-07-3110-75/+41
* WT-3338 Implement optimized cursor modify. (#3437)Keith Bostic2017-07-2823-330/+1194
* 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-288-72/+137
* WT-3422 Add upgrade/downgrade doc text (#3538)sueloverso2017-07-281-3/+9
* 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-264-11/+44
* WT-3387 Add use_timestamp option for checkpoint (#3503)sueloverso2017-07-267-28/+144
* WT-3412 Add backoff logic in bt_delete and bt_walk (#3534)Vamsi Krishna2017-07-267-31/+69
* WT-3440 Add a log record when starting a checkpoint. (#3525)sueloverso2017-07-266-53/+202
* WT-3380 Make 8-byte timestamps a special case (#3509)Sulabh Mahajan2017-07-2424-170/+293
* WT-3316 Add a developer documentation section starting with schema create (#3...Sulabh Mahajan2017-07-247-1/+153
* 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-214-56/+68
* WT-3308 Add statistics tracking around yield loops (#3496)Vamsi Krishna2017-07-2110-42/+119
* WT-3433 Add support for alter and readonly. Add test case. (#3526)sueloverso2017-07-211-1/+23
* 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-203-11/+12
* 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
* 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-181-5/+5
* WT-3138 Enhance range of eviction server statistics available. (#3269)Alex Gorrod2017-07-148-327/+671
* WT-3140 Add output of handle name to per-handle stats (#3474)David Hows2017-07-142-15/+107
* WT-3329 Visit trees using a tiny fraction of cache. (#3442)Michael Cahill2017-07-113-31/+8
* 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-0627-126/+266
* Revert "WT-3394 Build WiredTiger with gcc7 (#3492)" (#3498)Alex Gorrod2017-07-0626-264/+126
* WT-3394 Build WiredTiger with gcc7 (#3492)Keith Bostic2017-07-0626-126/+264
* WT-3310 Add support to WT_SESSION::alter to change table log setting (#3439)sueloverso2017-07-069-278/+178
* 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-0411-739/+403
* 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-039-33/+68
* WT-3398 in-memory configurations don't support schema_worker operations (#3490)Keith Bostic2017-06-296-18/+32
* WT-3039 Swap checksum if needed before comparing. (#3488)sueloverso2017-06-281-0/+3
* WT-3039 Add previous LSN record to log files (#3213)sueloverso2017-06-2819-318/+1017
* WT-3393 Missing barrier when a WT_UPDATE structure is appended to list. (#3483)mongodb-3.5.10Keith Bostic2017-06-271-1/+1
* WT-3363 Add a test to confirm if operations block waiting for checkpoints to ...David Hows2017-06-276-50/+149
* Merge branch 'master' into developAlex Gorrod2017-06-271-4/+4
|\
| * WT-3391 Add release notes for the WiredTiger 2.9.3 release (#3481)Alex Gorrod2017-06-271-4/+4
| * WT-3373 Access violation due to a bug in internal page splitting (#3478)Keith Bostic2017-06-261-3/+29
* | WT-1939 Improve error handling in example code (#3467)Keith Bostic2017-06-262-9/+5
* | WT-3392 Coverity analysis complaints (#3482)Keith Bostic2017-06-261-1/+3
* | WT-3373 Access violation due to a bug in internal page splitting (#3478)Keith Bostic2017-06-261-3/+29
* | WT-3385 Coverity 1376471: __wt_txn_parse_timestamp() memory overrun (#3475)Keith Bostic2017-06-232-7/+10