summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* WT-3467 Minor lint/cleanup (#3541)mongodb-3.5.11Keith Bostic2017-07-314-32/+26
* WT-3338 Implement optimized cursor modify. (#3437)Keith Bostic2017-07-285-25/+52
* WT-3466 Track the first commit_timestamp set in a transaction. (#3540)Michael Cahill2017-07-281-0/+14
* WT-3461 Use CLOCK_MONOTONIC for pthread_cond_timedwait if possible. (#3537)Michael Cahill2017-07-284-41/+4
* WT-2309 Add option to cause delays in internal page split code to aid testing...Sulabh Mahajan2017-07-261-1/+2
* WT-3387 Add use_timestamp option for checkpoint (#3503)sueloverso2017-07-262-2/+17
* WT-3412 Add backoff logic in bt_delete and bt_walk (#3534)Vamsi Krishna2017-07-263-12/+39
* WT-3440 Add a log record when starting a checkpoint. (#3525)sueloverso2017-07-262-0/+11
* WT-3380 Make 8-byte timestamps a special case (#3509)Sulabh Mahajan2017-07-248-42/+121
* WT-3387 Fix checkpoint support for read_timestamp. (#3528)Michael Cahill2017-07-211-3/+5
* WT-3047 Add mode aimed at uncovering race conditions in split code (#3518)Vamsi Krishna2017-07-211-0/+1
* WT-3308 Add statistics tracking around yield loops (#3496)Vamsi Krishna2017-07-212-28/+58
* WT-3418 Fix a block manager race in tree close/open (#3512)Keith Bostic2017-07-202-6/+6
* WT-3406 Reconciliation should ignore concurrent updates. (#3516)Michael Cahill2017-07-202-12/+2
* WT-3439 lint cleanup (#3520)Keith Bostic2017-07-201-1/+1
* WT-3381 Improve concurrency in the transaction subsystem (#3515)Alex Gorrod2017-07-192-4/+17
* Revert "WT-3381 Improve timestamp concurrency. (#3511)" (#3514)Alex Gorrod2017-07-182-17/+4
* WT-3381 Improve timestamp concurrency. (#3511)Michael Cahill2017-07-182-4/+17
* WT-3138 Enhance range of eviction server statistics available. (#3269)Alex Gorrod2017-07-143-291/+402
* WT-3140 Add output of handle name to per-handle stats (#3474)David Hows2017-07-141-0/+2
* WT-3329 Visit trees using a tiny fraction of cache. (#3442)Michael Cahill2017-07-111-1/+0
* WT-3394 Fix compilation warnings for GCC-7 (#3499)Alex Gorrod2017-07-067-85/+184
* Revert "WT-3394 Build WiredTiger with gcc7 (#3492)" (#3498)Alex Gorrod2017-07-067-184/+85
* WT-3394 Build WiredTiger with gcc7 (#3492)Keith Bostic2017-07-067-85/+184
* WT-3310 Add support to WT_SESSION::alter to change table log setting (#3439)sueloverso2017-07-063-15/+21
* WT-3402 Move cached overflow records to the update list. (#3493)Keith Bostic2017-07-045-294/+264
* WT-3401 Lint and minor cleanup (#3491)Keith Bostic2017-07-031-2/+22
* WT-3398 in-memory configurations don't support schema_worker operations (#3490)Keith Bostic2017-06-291-0/+1
* WT-3039 Add previous LSN record to log files (#3213)sueloverso2017-06-285-122/+165
* WT-3363 Add a test to confirm if operations block waiting for checkpoints to ...David Hows2017-06-273-0/+8
* WT-1939 Improve error handling in example code (#3467)Keith Bostic2017-06-261-0/+1
* WT-3385 Coverity 1376471: __wt_txn_parse_timestamp() memory overrun (#3475)Keith Bostic2017-06-231-5/+8
* WT-3181 Add timestamp support. (#3373)Michael Cahill2017-06-2212-94/+342
* WT-3361 Resolve Windows build warnings, build more test programs on Windows (...Keith Bostic2017-06-071-2/+2
* WT-3349 Add rwlock statistics (#3457)Sulabh Mahajan2017-06-073-119/+161
* WT-3169 Add verbose messages regarding lookaside file usage (#3425)David Hows2017-06-073-32/+41
* WT-3332 Add per-connection stats for update transaction conflicts (#3448)David Hows2017-06-073-0/+5
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-0210-62/+61
* WT-3348 Lint, Windows warnings. (#3449)Keith Bostic2017-06-022-3/+3
* WT-3258 Add timers tracking time spent on failed evictions of large p… (#3428)David Hows2017-05-262-197/+218
* WT-2972 Add interface allowing partial updates to existing values (#3435)Alex Gorrod2017-05-2512-201/+278
* WT-3339 The CURSOR_UPDATE_API_CALL macro will dump core on a NULL btree handl...Keith Bostic2017-05-241-7/+11
* Revert "WT-2972 Add interface allowing partial updates to existing values (#3...Alex Gorrod2017-05-2412-278/+201
* WT-2972 Add interface allowing partial updates to existing values (#3406)Keith Bostic2017-05-2412-201/+278
* WT-3264 Fix log file cleanup when toggling logging. (#3419)sueloverso2017-05-221-1/+2
* WT-3327 Check for system clock ticking backwards (#3427)sueloverso2017-05-194-146/+175
* WT-3303 Deadlock during first access to lookaside table (#3426)Keith Bostic2017-05-191-1/+1
* WT-3314 clarify WT_PANIC error handling (#3418)Keith Bostic2017-05-161-4/+3
* WT-3158 Fix structure layout on Windows. (#3416)Michael Cahill2017-05-111-1/+1
* WT-3296 LAS table fixes/improvements (#3397)Keith Bostic2017-04-281-5/+5