summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into mongodb-3.4mongodb-3.4.0-rc2Alex Gorrod2016-10-24114-970/+3155
|\
| * WT-2904 Revert overly strong assertion. (#3105)Alex Gorrod2016-10-241-1/+3
| * WT-2954 Enable fast appends with small in-memory pages. (#3094)Michael Cahill2016-10-244-18/+22
| * WT-2987 Fix a bug where opening a cursor on an incomplete table drops core (#...Keith Bostic2016-10-242-12/+73
| * WT-2904 Fix a bug where the reported checkpoint size could be many times data...Keith Bostic2016-10-242-5/+34
| * WT-2988 __wt_epoch potentially returns garbage values. (#3104)Keith Bostic2016-10-221-0/+9
| * WT-2880 Add Zstandard compression support (#3075)Keith Bostic2016-10-2129-184/+905
| * WT-2985 checkpoint core dump (#3100)Keith Bostic2016-10-202-44/+93
| * WT-2976 Add a statistic tracking how long app threads spend reading and writi...Alex Gorrod2016-10-186-201/+250
| * WT-2977 Remove stash and check code from LSM test (#3097)David Hows2016-10-171-18/+1
| * WT-2974 lint (#3095)Keith Bostic2016-10-176-68/+60
| * WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-1428-147/+752
| * WT-2403 Remove custom_die from new test.Michael Cahill2016-10-141-1/+0
| * WT-2403 Add next_random to LSM cursors (#2887)David Hows2016-10-1410-88/+529
| * WT-2955 Add statistics tracking the amount of time threads spend waiting for ...Keith Bostic2016-10-1315-258/+531
| * WT-2965 Remove sleep and retry loop from __evict_exclusive (#3091)David Hows2016-10-121-11/+2
| * WT-2949 Add option to skip closing the connection after test runs. (#3082)sueloverso2016-10-117-1/+14
| * WT-2963 Fix a race bounding eviction intiny caches. (#3090)Michael Cahill2016-10-111-7/+4
| * WT-2959 Ensure WT_SESSION_IMPL is never used before it's initialized (#3087)Keith Bostic2016-10-113-13/+13
| * WT-2956 utility tests -h option is always overridden by the default setup (#3...Keith Bostic2016-10-1030-78/+18
| * WT-2954 Evict pages that exceed memory_page_max even if the transaction ID is...Alex Gorrod2016-10-102-12/+39
* | Merge branch 'develop' into mongodb-3.4mongodb-3.4.0-rc1Alex Gorrod2016-10-0785-1887/+2113
|\ \ | |/
| * WT-2937 Fix a warning. (#3084)Michael Cahill2016-10-071-4/+4
| * WT-2950 Free all reconciliation memory between calls to eviction. (#3081)Michael Cahill2016-10-071-11/+10
| * WT-2937 Only do an eviction walk after a page has been taken from the current...Michael Cahill2016-10-071-36/+38
| * WT-2932 Add a configuration option allowing tables to ignore cache limits (#3...Alex Gorrod2016-10-077-36/+140
| * WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-0734-218/+145
| * WT-2831 Skip checkpointing if there have been no modifications (#3067)Sulabh Mahajan2016-10-0611-35/+94
| * WT-2946 dist/s_docs incompatible with OS X Xcode installation (#3079)Keith Bostic2016-10-041-7/+3
| * WT-2920 New eviction statistics (#3076)Keith Bostic2016-10-045-32/+70
| * WT-2946 dist/s_docs incompatible with OS X Xcode installation (#3078)Keith Bostic2016-10-041-4/+11
| * WT-2938 Change assembly file extensions from .S to .sx (#3072)David Hows2016-10-045-4/+4
| * WT-2941 Improve test/format to use faster key-generation functions (#3073)Keith Bostic2016-10-041-6/+16
| * WT-2933 Fix an uninitialized variable warning. (#3077)Michael Cahill2016-10-041-2/+4
| * WT-2933 Fix a race between named snapshots and checkpoints. (#3068)Michael Cahill2016-10-0411-57/+110
| * WT-2942 Verbose messages should not have newlines. (#3074)sueloverso2016-09-306-15/+14
| * WT-2907 Fixed java concurrent close test to have both insert threads and scan...Don Anderson2016-09-281-10/+11
| * WT-2895 Reduce the runtime of make check testing with disable long (#3052)David Hows2016-09-285-0/+11
| * WT-2858 Rename wtperf's CONFIG structure (#3065)Keith Bostic2016-09-2811-745/+814
| * WT-2931 Enforce limits on dirty data for in-memory. (#3064)Michael Cahill2016-09-273-47/+39
| * WT-2917 split wtperf's configuration into per-database and per-run parts (#3006)Keith Bostic2016-09-2716-869/+826
* | Merge branch 'develop' into mongodb-3.4mongodb-3.4.0-rc0mongodb-3.3.15Alex Gorrod2016-09-2633-194/+342
|\ \ | |/
| * WT-2928 Don't give up when the urgent queue is half empty. (#3063)Michael Cahill2016-09-261-4/+4
| * WT-2928 Eviction failing to switch queues can lead to starvation (#3060)Keith Bostic2016-09-261-40/+58
| * WT-2921 Reset the count when the last hazard pointer is cleared. (#3058)Michael Cahill2016-09-261-2/+3
| * WT-2924 Ensure we are doing eviction when threads are waiting for it (#3061)Keith Bostic2016-09-253-17/+18
| * WT-2924 Ensure we are doing eviction when threads are waiting for it. (#3056)Michael Cahill2016-09-234-35/+77
| * WT-2919 Don't mask error returns from style checking scripts (#3049)Keith Bostic2016-09-2320-19/+41
| * WT-2926 WT_CONNECTION.reconfigure can attempt unlock of not-locked lock (#3057)Keith Bostic2016-09-231-2/+6
| * WT-2925 WT_THREAD_PANIC_FAIL is a WT_THREAD structure flag (#3055)Keith Bostic2016-09-231-7/+8