summaryrefslogtreecommitdiff
path: root/src/reconcile
Commit message (Expand)AuthorAgeFilesLines
* WT-2439 Enhance reconciliation page layout (#3358)Keith Bostic2017-03-301-465/+564
* Revert "WT-2439 Improve page layout: keep pages more than half full (#3277)"Michael Cahill2017-03-291-505/+449
* WT-2439 Improve page layout: keep pages more than half full (#3277)Sulabh Mahajan2017-03-291-449/+505
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-13/+4
* WT-3204 eviction changes cost LSM performance (#3325)Keith Bostic2017-03-161-1/+2
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-232-9/+8
* WT-3066 lint (#3189)Keith Bostic2016-12-122-10/+5
* WT-2960 Reduce likelihood of using the lookaside file, especially when insert...Keith Bostic2016-12-071-13/+37
* WT-3030 Test failure indicating invalid key order during traversal (#3157)Keith Bostic2016-12-021-0/+1
* WT-3028 Don't check for blocked eviction with in-memory workloads. (#3159)Michael Cahill2016-11-291-19/+46
* WT-2953 Only test for checkpoint/LAS collision if LAS was used. (#3111)David Hows2016-11-011-2/+5
* WT-2950 Free all reconciliation memory between calls to eviction. (#3081)Michael Cahill2016-10-071-11/+10
* WT-2831 Skip checkpointing if there have been no modifications (#3067)Sulabh Mahajan2016-10-061-2/+4
* WT-2942 Verbose messages should not have newlines. (#3074)sueloverso2016-09-301-1/+1
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-25/+24
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-081-7/+7
* WT-2233 Make aggressive / stuck a sliding scale rather than booleans. (#3022)Michael Cahill2016-09-081-1/+6
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-062-5/+3
* WT-2881 Add -Wpedantic to clang compiler warning flags (#3010)Keith Bostic2016-09-052-5/+6
* WT-2871 Make verbose formats and argument types match. (#2998)Michael Cahill2016-08-301-1/+1
* WT-2847 Merge fair locks into read/write locks. (#2966)Keith Bostic2016-08-171-3/+3
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-162-34/+33
* WT-2804 Don't read values in a tree without a snapshot. (#2924)Michael Cahill2016-08-021-2/+4
* WT-2779 Fix large pages getting generated with raw compression (#2916)Sulabh Mahajan2016-07-291-6/+10
* WT-2796 Fix a memory leak when using the lookaside table. (#2914)Michael Cahill2016-07-281-8/+22
* WT-2798 Fix data consistency bug with table creates during a checkpoint. (#2910)Michael Cahill2016-07-271-1/+11
* WT-2785 Scrub dirty pages rather than evicting them: single-page reconciliati...Keith Bostic2016-07-261-5/+12
* WT-2737 Page scrubbing: more fixes. (#2903)Keith Bostic2016-07-231-13/+24
* WT-2737 Page scrubbing: more fixes. (#2899)Michael Cahill2016-07-221-11/+15
* WT-2737 Fix for eviction scrubbing mode with compressionKeith Bostic2016-07-221-8/+9
* WT-2773 Fix for reusing page images that are not in cache. (#2892)Michael Cahill2016-07-211-2/+3
* WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic2016-07-211-122/+83
* WT-2731 Finer adjustment for page size with raw compression (#2885)Keith Bostic2016-07-181-1/+1
* WT-2731 Finer adjustment for page size with raw compression (#2880)Sulabh Mahajan2016-07-181-1/+5
* WT-2774 minor cleanups/improvements (#2881)Keith Bostic2016-07-181-10/+25
* WT-2693 Check open_cursor error paths for consistent handling (#2859)Keith Bostic2016-07-111-1/+2
* WT-2746 Add a new statistic tracking I/O for checkpoints (#2853)Keith Bostic2016-07-081-4/+6
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-4/+6
* WT-2628 Reconciliation can return without unlocking the page lock (#2728)Keith Bostic2016-05-161-8/+11
* WT-2581: assert multi->disk_image == NULLKeith Bostic2016-04-231-4/+2
* WT-2581: assert multi->disk_image == NULLKeith Bostic2016-04-231-16/+16
* WT-2577: core dump discarding non-existent addressesKeith Bostic2016-04-211-1/+9
* Merge pull request #2659 from wiredtiger/wt-2558Michael Cahill2016-04-211-27/+35
|\
| * WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-1/+1
| * WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-2/+3
| * WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-24/+31
* | WT-2565: item 3573 on page at [write-check] is a corrupted cellKeith Bostic2016-04-201-11/+22
* | WT-2548 Reduce maximum memory size for raw compression.Michael Cahill2016-04-191-2/+4
* | WT-2548 Cap the amount of data handed to raw compression.Michael Cahill2016-04-181-0/+7
|/
* WT-2542: fixed-length column store reconciliation overwrites original valuesKeith Bostic2016-04-121-1/+1