summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* WT-3743 In lookaside sweep, check btree IDs are in range. (#3785)Michael Cahill2017-11-131-1/+3
* WT-3715 Lookaside eviction tuning. (#3777)Michael Cahill2017-11-1034-242/+783
* WT-3637 Fix a heap use after free from evicting of a page that just split (#3...Vamsi Krishna2017-11-101-0/+12
* WT-3710 Get page-level lock to ensure single threaded page-split (#3784)nehakhatri52017-11-101-0/+5
* WT-3730 For simple tables, do not use table dhandle after it is released. (#3...Don Anderson2017-11-085-19/+8
* WT-3696 Add checks to ensure session usage is single threaded. (#3760)Alex Gorrod2017-11-067-5/+75
* WT-3717 Add a verbose lookaside mode (#3774)Alex Gorrod2017-11-036-80/+102
* WT-3705 Code style fixes, and remove debian packaging (#3771)Alex Gorrod2017-11-0213-107/+106
* WT-3675 Fix the lookaside interactions with checkpoints. (#3776)Michael Cahill2017-11-025-61/+58
* WT-3652 Skip unnecessary lookaside reads / writes (#3764)Alex Gorrod2017-10-3113-412/+487
* Revert WT-3705 Full build Friday and lint (#3770)Alex Gorrod2017-10-3115-114/+122
* WT-3708 PRIu64 format incorrectly specified for size_t (#3768)Keith Bostic2017-10-301-1/+2
* WT-3705 Full build Friday and lint (#3765)Keith Bostic2017-10-3015-122/+113
* Revert "WT-3652 Skip unnecessary lookaside reads / writes. (#3744)" (#3763)Alex Gorrod2017-10-2712-406/+328
* WT-3652 Skip unnecessary lookaside reads / writes. (#3744)Michael Cahill2017-10-2712-328/+406
* WT-3666 Fix lost updates with lookaside eviction. (#3759)Michael Cahill2017-10-264-29/+85
* WT-3223 Add optional checkpoint progress messages (#3730)nehakhatri52017-10-258-105/+164
* WT-3680 metadata unroll should discard in-process checkpoints (#3752)Keith Bostic2017-10-251-21/+37
* WT-3677 test/format compaction doesn't handle timeout error return (#3755)Keith Bostic2017-10-251-0/+7
* Don't mark internal pages dirty in order to flush them, they may have (#3756)Keith Bostic2017-10-241-2/+3
* WT-3683 Allow eviction of clean pages with history when cache is stuck (#3754)Michael Cahill2017-10-241-0/+17
* WT-3681 Don't truncate the last log file in recovery (#3753)sueloverso2017-10-241-7/+7
* WT-3673 Fix a bug where opening the lookaside table can race with the statist...Keith Bostic2017-10-236-48/+28
* WT-3674 wiredtiger-test-spinlock #3916, snapshot isolation failure (#3750)Keith Bostic2017-10-221-2/+2
* WT-3629 cache underflow and logging (#3704)Keith Bostic2017-10-202-53/+28
* WT-3616 format failed to report a stuck cache (#3745)Keith Bostic2017-10-2029-147/+189
* WT-3585 Add an API to allow read timestamp to round up to oldest (#3721)Vamsi Krishna2017-10-203-5/+62
* WT-3598 Open cursor should not to set transaction error (#3733)Vamsi Krishna2017-10-202-6/+13
* WT-3669 Check for rolled back updates during reconciliation. (#3742)Michael Cahill2017-10-193-2/+16
* WT-3672 Test format failure with commit timestamp older than oldest timestamp...Keith Bostic2017-10-193-12/+13
* WT-3643 Set panic on error path if recovery needed. (#3720)sueloverso2017-10-191-1/+8
* WT-3640 Change bytes-read statistic (#3714)Keith Bostic2017-10-192-2/+4
* WT-3596 Make improvements to timestamp documentation (#3696)Sulabh Mahajan2017-10-192-17/+39
* WT-3662 Write lookaside after reconciliation has succeeded.Keith Bostic2017-10-171-1/+0
* WT-3635 Coverity 1381606 & Friday builds & lint. (#3702)Keith Bostic2017-10-1719-70/+94
* WT-3662 Write lookaside after reconciliation has succeeded. (#3738)Keith Bostic2017-10-165-249/+306
* WT-3663 lookaside records ignored unless a backing disk block written (#3739)Keith Bostic2017-10-161-10/+20
* WT-3660 WiredTiger documentation refers to WT_CURSOR::first. (#3737)Keith Bostic2017-10-131-1/+1
* WT-3657 Timestamp and lookaside related automated test failures (#3736)Keith Bostic2017-10-131-7/+17
* WT-3657 Use saved update size for splits, don't grow raw buffer. (#3735)Michael Cahill2017-10-131-85/+77
* WT-3619 Make compaction more aware of checkpoints and eviction. (#3707)Keith Bostic2017-10-132-43/+126
* WT-3655 Don't dirty pages to induce lookaside eviction. (#3732)Michael Cahill2017-10-131-18/+0
* WT-3611 Backup comment doesn't match the code. (#3715)Keith Bostic2017-10-131-7/+2
* Revert previous commitnehakhatri52017-10-122-21/+17
* Globalize the timers associated with checkpointnehakhatri52017-10-122-17/+21
* WT-3650 Fix minimum timestamp tracking in lookaside. (#3729)Michael Cahill2017-10-121-5/+7
* WT-3646 Only use lookaside when operations are blocked waiting for cache (#3722)Michael Cahill2017-10-128-71/+153
* WT-3646 Don't trigger eviction from checkpoints in write heavy workloads (#3726)Michael Cahill2017-10-127-19/+22
* WT-3645 Allow eviction of lookaside pages as soon as writes commit. (#3725)Michael Cahill2017-10-126-24/+30
* WT-3649 Disable lookaside eviction during close. (#3724)Michael Cahill2017-10-121-0/+7