summaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Expand)Author
2017-11-23WT-3762 Add a "force" flag to WT_CONNECTION::set_timestamp. (#3800)Michael Cahill
2017-11-23WT-3658 Fix the string length calculation when size is given (#3786)nehakhatri5
2017-11-22WT-3760 Avoid writing overflow values into the lookaside file (#3799)Vamsi Krishna
2017-11-17WT-3745 Favor oplog reads when under cache pressure. (#3788)Michael Cahill
2017-11-10WT-3715 Lookaside eviction tuning. (#3777)Michael Cahill
2017-11-06WT-3696 Add checks to ensure session usage is single threaded. (#3760)Alex Gorrod
2017-11-03WT-3717 Add a verbose lookaside mode (#3774)Alex Gorrod
2017-11-02WT-3705 Code style fixes, and remove debian packaging (#3771)Alex Gorrod
2017-10-31WT-3652 Skip unnecessary lookaside reads / writes (#3764)Alex Gorrod
2017-10-31Revert WT-3705 Full build Friday and lint (#3770)Alex Gorrod
2017-10-30WT-3705 Full build Friday and lint (#3765)Keith Bostic
2017-10-27Revert "WT-3652 Skip unnecessary lookaside reads / writes. (#3744)" (#3763)Alex Gorrod
2017-10-27WT-3652 Skip unnecessary lookaside reads / writes. (#3744)Michael Cahill
2017-10-25WT-3223 Add optional checkpoint progress messages (#3730)nehakhatri5
2017-10-23WT-3673 Fix a bug where opening the lookaside table can race with the statist...Keith Bostic
2017-10-20WT-3629 cache underflow and logging (#3704)Keith Bostic
2017-10-20WT-3585 Add an API to allow read timestamp to round up to oldest (#3721)Vamsi Krishna
2017-10-19WT-3596 Make improvements to timestamp documentation (#3696)Sulabh Mahajan
2017-10-17WT-3635 Coverity 1381606 & Friday builds & lint. (#3702)Keith Bostic
2017-10-05WT-3435 Fix lookaside eviction with timestamps. (#3644)Michael Cahill
2017-10-04WT-3593 Add an API to enforce consitent use of timestamps (#3667)sueloverso
2017-10-02WT-3614 Full-build Friday lint (#3683)Keith Bostic
2017-09-29WT-3230 automatic style checking: function local variable declarations (#3678)Keith Bostic
2017-09-21WT-3252 Remove the reconciliation WT_BOUNDARY structure. (#3640)Keith Bostic
2017-09-14WT-3430 Add timestamp queue statistics. (#3654)sueloverso
2017-09-14WT-3556 Remove wtstats support from WiredTiger (#3648)Keith Bostic
2017-09-07WT-3512 Add timestamp API python test (#3628)Sulabh Mahajan
2017-09-01WT-3468 Avoid shared timespec usage in LSM (#3635)sueloverso
2017-09-01WT-3533 eviction handle walk can race with handle re-open (#3620)Keith Bostic
2017-09-01WT-3449 Get the Helium software running again. (#3566)Keith Bostic
2017-08-30WT-3529 Add WT_CONNECTION::debug_info method. (#3610)sueloverso
2017-08-29WT-3547 Fix a deadlock dropping LSM table handles. (#3627)Michael Cahill
2017-08-24WT-3539 Document API requirements for exclusive access. (#3612)Michael Cahill
2017-08-23WT-3528 Txn must be running to call timestamp_transaction (#3606)sueloverso
2017-08-21WT-3522 lint (#3598)Keith Bostic
2017-08-18WT-3514 Fix checkpoint's use of stable_timestamp. (#3597)mongodb-3.5.12Michael Cahill
2017-08-15WT-3417 Check for active transactions during upgrade/downgrade. (#3583)Michael Cahill
2017-08-14WT-3503 lint (#3578)Keith Bostic
2017-08-09WT-3500 timestamp-abort improvements. (#3571)sueloverso
2017-08-09WT-3450 Add verbose=[timestamp] functionality and related verbose messages (#...Sulabh Mahajan
2017-08-09WT-3452 Add timestamp-based recovery test. (#3554)sueloverso
2017-08-08WT-3489 set commit timestamp (#3568)Michael Cahill
2017-08-08Revert "WT-3489 Add an API to set the tracked commit_timestamp. (#3562)" (#3567)Michael Cahill
2017-08-08WT-3489 Add an API to set the tracked commit_timestamp. (#3562)Michael Cahill
2017-08-08WT-3388 Add new API that allows forgetting history newer than a timestamp (#3...Alex Gorrod
2017-08-03WT-3458 Checkpoint timestamps only apply to non-logged tables. (#3556)Michael Cahill
2017-07-28WT-3338 Implement optimized cursor modify. (#3437)Keith Bostic
2017-07-28WT-3461 Use CLOCK_MONOTONIC for pthread_cond_timedwait if possible. (#3537)Michael Cahill
2017-07-26WT-2309 Add option to cause delays in internal page split code to aid testing...Sulabh Mahajan
2017-07-26WT-3387 Add use_timestamp option for checkpoint (#3503)sueloverso