summaryrefslogtreecommitdiff
path: root/src/reconcile
Commit message (Expand)AuthorAgeFilesLines
* WT-3715 Lookaside eviction tuning. (#3777)Michael Cahill2017-11-101-1/+3
* WT-3637 Fix a heap use after free from evicting of a page that just split (#3...Vamsi Krishna2017-11-101-0/+12
* WT-3705 Code style fixes, and remove debian packaging (#3771)Alex Gorrod2017-11-021-4/+0
* WT-3675 Fix the lookaside interactions with checkpoints. (#3776)Michael Cahill2017-11-021-6/+22
* WT-3652 Skip unnecessary lookaside reads / writes (#3764)Alex Gorrod2017-10-311-32/+78
* Revert WT-3705 Full build Friday and lint (#3770)Alex Gorrod2017-10-311-0/+6
* WT-3705 Full build Friday and lint (#3765)Keith Bostic2017-10-301-6/+0
* Revert "WT-3652 Skip unnecessary lookaside reads / writes. (#3744)" (#3763)Alex Gorrod2017-10-271-47/+6
* WT-3652 Skip unnecessary lookaside reads / writes. (#3744)Michael Cahill2017-10-271-6/+47
* WT-3666 Fix lost updates with lookaside eviction. (#3759)Michael Cahill2017-10-261-14/+24
* WT-3669 Check for rolled back updates during reconciliation. (#3742)Michael Cahill2017-10-191-1/+7
* WT-3635 Coverity 1381606 & Friday builds & lint. (#3702)Keith Bostic2017-10-171-15/+18
* WT-3662 Write lookaside after reconciliation has succeeded. (#3738)Keith Bostic2017-10-161-233/+111
* 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-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-121-42/+77
* WT-3645 Allow eviction of lookaside pages as soon as writes commit. (#3725)Michael Cahill2017-10-121-19/+5
* WT-3642 Avoid lookaside reads for dead trees. (#3711)Michael Cahill2017-10-091-0/+3
* WT-3641 Track maximum timestamp used in each btree. (#3710)Michael Cahill2017-10-091-1/+1
* WT-3435 Fix lookaside eviction with timestamps. (#3644)Michael Cahill2017-10-051-429/+376
* WT-3599 Avoid unnecessary checksum calculations during reconciliation (#3668)Keith Bostic2017-10-031-38/+102
* WT-3614 Full-build Friday lint (#3683)Keith Bostic2017-10-021-2/+2
* WT-3230 automatic style checking: function local variable declarations (#3678)Keith Bostic2017-09-292-6/+6
* WT-3252 Remove the reconciliation WT_BOUNDARY structure. (#3640)Keith Bostic2017-09-211-1050/+715
* WT-3537 Split pages when nothing can be written (#3621)Keith Bostic2017-09-011-35/+65
* WT-3522 lint (#3598)Keith Bostic2017-08-211-3/+3
* 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-181-87/+103
* WT-3479 resolving modify updates before writing them to the lookaside file ca...Keith Bostic2017-08-031-10/+3
* WT-3338 Implement optimized cursor modify. (#3437)Keith Bostic2017-07-281-85/+194
* WT-3380 Make 8-byte timestamps a special case (#3509)Sulabh Mahajan2017-07-241-29/+27
* WT-3442 Coverity 1378213: false positive on diagnostic assignment. (#3529)Keith Bostic2017-07-211-2/+3
* WT-3308 Add statistics tracking around yield loops (#3496)Vamsi Krishna2017-07-211-1/+3
* WT-3406 Reconciliation should ignore concurrent updates. (#3516)Michael Cahill2017-07-201-23/+42
* WT-3394 Fix compilation warnings for GCC-7 (#3499)Alex Gorrod2017-07-062-3/+11
* Revert "WT-3394 Build WiredTiger with gcc7 (#3492)" (#3498)Alex Gorrod2017-07-062-11/+3
* WT-3394 Build WiredTiger with gcc7 (#3492)Keith Bostic2017-07-062-3/+11
* WT-3402 Move cached overflow records to the update list. (#3493)Keith Bostic2017-07-042-402/+39
* WT-3401 Lint and minor cleanup (#3491)Keith Bostic2017-07-031-2/+2
* WT-3393 Missing barrier when a WT_UPDATE structure is appended to list. (#3483)mongodb-3.5.10Keith Bostic2017-06-271-1/+1
* WT-3181 Add timestamp support. (#3373)Michael Cahill2017-06-221-26/+80
* WT-3251 Remove interim buffer used to split pages during reconciliation (#3469)Sulabh Mahajan2017-06-221-181/+226
* WT-3379 Avoid a performance regression on secondaries. (#3471)Michael Cahill2017-06-221-19/+58
* Revert "WT-3251 remove interim buffer when splitting during reconciliation (...Sulabh Mahajan2017-06-211-226/+181
* WT-3251 remove interim buffer when splitting during reconciliation (#3453)Sulabh Mahajan2017-06-211-181/+226
* WT-3169 Add verbose messages regarding lookaside file usage (#3425)David Hows2017-06-071-4/+54
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-021-3/+3
* WT-3348 Lint, Windows warnings. (#3449)Keith Bostic2017-06-021-2/+2
* WT-3248 Mark reconciliation a success if no skipped updates (#3441)Sulabh Mahajan2017-05-261-32/+17