summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into mongodb-3.4mongodb-3.3.11Michael Cahill2016-08-054-17/+82
|\
| * WT-2811 The checkpoint session should not ignore it's own transaction ID (#2934)Alex Gorrod2016-08-051-5/+4
| * WT-2811 Include the checkpoint transaction if there is no btree. (#2930)Michael Cahill2016-08-041-8/+6
| * WT-2812 Verify cache_size before dividing. (#2931)sueloverso2016-08-042-3/+69
| * WT-2688 improve build error messages when SWIG is unavailable. (#2928)Don Anderson2016-08-041-1/+3
* | Merge branch 'develop' into mongodb-3.4Alex Gorrod2016-08-04254-2911/+4447
|\ \ | |/
| * WT-2801 Exclude eviction from the metadata until checkpoint is stable (#2929)Alex Gorrod2016-08-044-6/+29
| * WT-2764 Compilation fixes size_t -> uint64_t on OSX. (#2927)sueloverso2016-08-031-3/+3
| * WT-2764 Fix a bug calculating the dirty percentage of cache. (#2926)Michael Cahill2016-08-031-29/+39
| * WT-2764 Replace write leaves phase of checkpoints. (#2876)Michael Cahill2016-08-0323-364/+662
| * WT-2770 Add statistics tracking schema operations (#2925)Sulabh Mahajan2016-08-038-53/+334
| * WT-2804 Don't read values in a tree without a snapshot. (#2924)Michael Cahill2016-08-023-7/+15
| * WT-2801 Prevent eviction of metadata updates by a running checkpoint. (#2922)Michael Cahill2016-08-022-38/+40
| * WT-2805 Avoid infinite recursion on error stream failure. (#2921)Michael Cahill2016-08-021-0/+6
| * WT-2806 Off-by-one allocation in wtperf. (#2923)Michael Cahill2016-08-021-1/+1
| * WT-2803 Add VERBOSE=1 to all make check jobs (#2920)David Hows2016-08-011-1/+1
| * WT-2802 Disable assertion to avoid LSM test failures.Michael Cahill2016-07-291-0/+2
| * WT-2802 Copy values during commit before releasing snapshot. (#2917)Michael Cahill2016-07-292-8/+15
| * WT-2779 Fix large pages getting generated with raw compression (#2916)Sulabh Mahajan2016-07-291-6/+10
| * WT-2800 Fix incorrect error message. (#2915)sueloverso2016-07-281-1/+1
| * WT-2793 Enhance statistics related to overflow values (#2912)sueloverso2016-07-2814-206/+173
| * WT-2796 Fix a memory leak when using the lookaside table. (#2914)Michael Cahill2016-07-282-9/+24
| * WT-2798 Fix data consistency bug with table creates during a checkpoint. (#2910)Michael Cahill2016-07-277-24/+75
| * WT-2781 Don't take checkpoint lock if checkpoint_wait=0 for bulk cursor open ...Sulabh Mahajan2016-07-264-12/+26
| * WT-2772 Remove bigval run. (#2907)sueloverso2016-07-261-1/+0
| * WT-2791 Have evergreen upload artifacts for each build. Rename current artifa...David Hows2016-07-261-7/+23
| * WT-2785 Scrub dirty pages rather than evicting them: single-page reconciliati...Keith Bostic2016-07-266-41/+75
| * WT-2772 Adjust log.wtperf config. Remove unneeded configs. (#2902)sueloverso2016-07-258-96/+23
| * WT-2737 Page scrubbing: more fixes. (#2903)Keith Bostic2016-07-232-21/+32
| * WT-2737 page scrubbing: more fixes (#2901)Keith Bostic2016-07-221-13/+31
| * WT-2737 page scrubbing: more fixes (#2900)Keith Bostic2016-07-221-2/+3
| * WT-2737 Page scrubbing: more fixes. (#2899)Michael Cahill2016-07-223-22/+26
| * WT-2239 Make sure LSM cursors read up to date dsk_gen, it was racing with com...sueloverso2016-07-222-1/+19
| * WT-2737 Fix for eviction scrubbing mode with compressionKeith Bostic2016-07-221-8/+9
| * WT-2778 Enhance output formatting when running Python test suite (#2888)Don Anderson2016-07-22105-278/+260
| * Fix a set of places where we ignored the return value of a function. (#2893)Keith Bostic2016-07-213-25/+16
| * 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-2117-380/+298
| * WT-2782 Minor text changes for file system functions (#2890)sueloverso2016-07-202-2/+11
| * WT-2769 Update documentation to reflect correct limits of memory_page_max (#2...Sulabh Mahajan2016-07-193-4/+6
| * WT-2767 in test/suite/run.py, add -s N option to run an individual scenario (...Don Anderson2016-07-183-12/+39
| * WT-2731 Finer adjustment for page size with raw compression (#2885)Keith Bostic2016-07-182-7/+2
| * WT-2731 Finer adjustment for page size with raw compression (#2880)Sulabh Mahajan2016-07-181-1/+5
| * WT-2773 search_near in an index should find exact matches. (#2882)Michael Cahill2016-07-172-7/+113
| * WT-2774 minor cleanups/improvements (#2881)Keith Bostic2016-07-184-63/+97
| * WT-2738 Remove test/format debugging code. (#2879)Alex Gorrod2016-07-151-1/+0
| * WT-2738 Remove the ability to change the default checkpoint name (#2877)Keith Bostic2016-07-1510-118/+91
| * SERVER-24971 Don't cache buffers after application eviction. (#2869)Michael Cahill2016-07-151-0/+12
| * WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic2016-07-1522-293/+258
| * WT-2765 wt dump: indices need to be shown in the dump output (#2873)Don Anderson2016-07-144-37/+105