summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WT-3514 Fix checkpoint's use of stable_timestamp. (#3597)mongodb-3.5.12Michael Cahill2017-08-184-48/+28
* WT-3521 Prevent lookaside eviction of unstable updates. (#3596)Michael Cahill2017-08-182-9/+38
* WT-3498 snapshot isolation failure with overflow records (#3591)Keith Bostic2017-08-189-276/+221
* WT-3328 Enhance docs around when schema operations can get EBUSY (#3594)Keith Bostic2017-08-185-14/+34
* WT-3365 Fix LSM tree visibility rules when timestamps are used. (#3592)Alex Gorrod2017-08-185-9/+74
* WT-3455 Make eviction timestamp aware. (#3585)sueloverso2017-08-182-1/+289
* WT-3517 WT_SESSION::reset doesn't need to call out EBUSY specially. (#3595)Michael Cahill2017-08-181-1/+1
* WT-3465 Avoid locks when reading 8-byte timestamps. (#3589)Michael Cahill2017-08-175-34/+33
* WT-3509 __wt_illegal_value doesn't always provide a failure location (#3590)Keith Bostic2017-08-163-8/+8
* WT-3460 Implement col store rollback to stable timestamp (#3584)Sulabh Mahajan2017-08-162-29/+74
* WT-3508 Fix some minor bugs in timestamp-abort. (#3588)sueloverso2017-08-161-4/+18
* WT-3509 Enhance __wt_illegal_value to provide a failure location (#3587)Keith Bostic2017-08-165-9/+19
* WT-3417 Fix compiler warning when timestamps are disabled. (#3586)Alex Gorrod2017-08-151-4/+1
* WT-3417 Check for active transactions during upgrade/downgrade. (#3583)Michael Cahill2017-08-159-199/+245
* WT-3358 LSM will hang if the manager fails to start (#3582)Keith Bostic2017-08-142-8/+22
* WT-3493 wt_verbose_dump_txn should display timestamp information (#3580)Keith Bostic2017-08-145-21/+84
* WT-3503 lint (#3578)Keith Bostic2017-08-1422-92/+116
* WT-3497 Improve logging message when hitting the WT session limits (#3579)Keith Bostic2017-08-143-5/+6
* WT-3459 Clock shifting WT test (#3555)Vamsi Krishna2017-08-141-0/+116
* WT-3441 test_timestamp01 doesn't account for a large WT_TIMESTAMP_SIZE (#3581)Keith Bostic2017-08-142-2/+2
* WT-3499 Move txn_global outside of timestamp ifdef. (#3577)sueloverso2017-08-111-1/+2
* WT-3499 Add a visibility rwlock between transactions and checkpoints. (#3575)sueloverso2017-08-113-1/+30
* WT-3502 Only keep 10 modify records between full updates (#3576)Keith Bostic2017-08-112-8/+7
* WT-3483 Fixes for timestamps and metadata (from Michael). (#3570)sueloverso2017-08-103-2/+121
* WT-3492 Fix for ex_all.c with timestamps disabled. (#3573)Michael Cahill2017-08-101-7/+6
* WT-3492 Cleanup ex_all.c. (#3564)Michael Cahill2017-08-102-94/+182
* WT-3399 Change the checkpoint conflict test (#3572)David Hows2017-08-101-1/+1
* WT-3500 timestamp-abort improvements. (#3571)sueloverso2017-08-092-51/+101
* WT-3450 Add verbose=[timestamp] functionality and related verbose messages (#...Sulabh Mahajan2017-08-099-61/+110
* WT-3452 Add timestamp-based recovery test. (#3554)sueloverso2017-08-094-1/+677
* WT-3489 set commit timestamp (#3568)Michael Cahill2017-08-086-83/+146
* Revert "WT-3489 Add an API to set the tracked commit_timestamp. (#3562)" (#3567)Michael Cahill2017-08-086-139/+83
* WT-3489 Add an API to set the tracked commit_timestamp. (#3562)Michael Cahill2017-08-086-83/+139
* WT-3388 Add new API that allows forgetting history newer than a timestamp (#3...Alex Gorrod2017-08-0821-92/+769
* WT-3490 WT_CURSOR.modify unaligned size_t access. (#3563)Keith Bostic2017-08-081-7/+12
* WT-3494 __cursor_needvalue() calls __cursor_localkey(), not __cursor_localval...Keith Bostic2017-08-081-1/+1
* WT-3486 Discard obsolete updates as part of re-instantiating updates based on...Alex Gorrod2017-08-072-6/+29
* WT-3481 Fix an LSM bug where expected chunks size could be overestimated. (#3...Alex Gorrod2017-08-041-3/+2
* Revert "WT-3486 Discard obsolete updates as part of re-instantiating updates ...Alex Gorrod2017-08-041-25/+4
* WT-3471 Sweep the table cache after schema changes. (#3558)Michael Cahill2017-08-044-0/+40
* WT-3486 Discard obsolete updates as part of re-instantiating updates based on...Keith Bostic2017-08-041-4/+25
* WT-3458 Checkpoint timestamps only apply to non-logged tables. (#3556)Michael Cahill2017-08-034-11/+39
* WT-3479 resolving modify updates before writing them to the lookaside file ca...Keith Bostic2017-08-035-44/+38
* WT-3378 Add workload to maintain dirty cache around 5% during checkpoint scru...Sulabh Mahajan2017-08-031-0/+127
* WT-3472 WT_CURSOR.modify has incorrect API wrapping macros (#3553)Keith Bostic2017-08-031-5/+3
* WT-3480 Don't set the async flag durings async stats (#3549)David Hows2017-08-021-1/+0
* WT-3478 Coverity CID 1378760: Insecure data handling (TAINTED_SCALAR) (#3548)Keith Bostic2017-07-311-0/+1
* WT-3456 Ensure stats are disabled when statistics is set to none (#3544)David Hows2017-07-312-1/+66
* WT-3470 Avoid a metadata cursor open for table open/drop (#3542)Keith Bostic2017-07-312-20/+32
* WT-3336 Enable statistics by default in wtperf (#3535)David Hows2017-07-3116-16/+17