summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* WT-3773 Fix a bug calculating on-disk images for modify updates. (#3817)Michael Cahill2017-11-296-26/+36
* WT-3763 Revert part of the change that made reconciliation more likely to use...nehakhatri52017-11-291-9/+8
* WT-3763 Disable suffix compression on key with saved updates. (#3814)Michael Cahill2017-11-281-3/+3
* WT-3763 Tune eviction for various MongoDB workloads. (#3804)Michael Cahill2017-11-288-41/+63
* WT-3764 Allow fast eviction of unwanted clean pages. (#3806)Michael Cahill2017-11-284-7/+17
* WT-3765 Prevent eviction of pages being truncated. (#3809)Michael Cahill2017-11-271-4/+18
* WT-3761 Don't immediately evict pages even if they look clean (#3805)Alex Gorrod2017-11-241-2/+1
* WT-3761 Queue pages for urgent eviction on page release (#3803)nehakhatri52017-11-231-9/+14
* WT-3607 compaction skips all blocks with associated disk images (#3801)Keith Bostic2017-11-231-1/+1
* WT-3762 Add a "force" flag to WT_CONNECTION::set_timestamp. (#3800)Michael Cahill2017-11-235-11/+26
* WT-3658 Fix the string length calculation when size is given (#3786)nehakhatri52017-11-233-8/+30
* WT-3760 Avoid writing overflow values into the lookaside file (#3799)Vamsi Krishna2017-11-221-6/+6
* WT-3758 Turn on snappy compression for lookaside file (#3797)Vamsi Krishna2017-11-221-0/+7
* WT-3754 Consider timestamps before reviewing update chains for obsolete (#3796)Sulabh Mahajan2017-11-223-5/+20
* WT-3751 Allow splits when no data is visible. (#3793)Michael Cahill2017-11-211-21/+55
* WT-3752 Allow trimming of obsolete modify updates. (#3794)Michael Cahill2017-11-201-6/+7
* WT-3745 Favor oplog reads when under cache pressure. (#3788)Michael Cahill2017-11-1721-338/+446
* WT-3746 Don't busy wait when syncing the log and waiting for writes to comple...sueloverso2017-11-161-1/+3
* WT-3444 Fixes to LSM compact and alter interaction (#3787)sueloverso2017-11-141-16/+34
* 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