summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* WT-3514 Fix checkpoint's use of stable_timestamp. (#3597)mongodb-3.5.12Michael Cahill2017-08-182-44/+28
* WT-3521 Prevent lookaside eviction of unstable updates. (#3596)Michael Cahill2017-08-181-3/+29
* 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-183-8/+18
* 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-181-1/+8
* 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-161-18/+59
* 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-157-198/+241
* 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-1413-68/+50
* WT-3497 Improve logging message when hitting the WT session limits (#3579)Keith Bostic2017-08-143-5/+6
* WT-3441 test_timestamp01 doesn't account for a large WT_TIMESTAMP_SIZE (#3581)Keith Bostic2017-08-141-1/+1
* 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-102-2/+15
* WT-3492 Cleanup ex_all.c. (#3564)Michael Cahill2017-08-101-0/+2
* WT-3450 Add verbose=[timestamp] functionality and related verbose messages (#...Sulabh Mahajan2017-08-097-61/+108
* WT-3489 set commit timestamp (#3568)Michael Cahill2017-08-083-81/+124
* Revert "WT-3489 Add an API to set the tracked commit_timestamp. (#3562)" (#3567)Michael Cahill2017-08-083-117/+81
* WT-3489 Add an API to set the tracked commit_timestamp. (#3562)Michael Cahill2017-08-083-81/+117
* WT-3388 Add new API that allows forgetting history newer than a timestamp (#3...Alex Gorrod2017-08-0813-91/+616
* 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-032-4/+33
* WT-3479 resolving modify updates before writing them to the lookaside file ca...Keith Bostic2017-08-035-44/+38
* 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-3456 Ensure stats are disabled when statistics is set to none (#3544)David Hows2017-07-311-1/+5
* 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-311-1/+1
* 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