summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* WT-2771 Add a statistic to track per-btree dirty cache usage. (#3207)Michael Cahill2016-12-204-68/+96
* WT-2833 Add projections to wt dump utility (#3192)Don Anderson2016-12-201-1/+1
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-154-82/+130
* WT-2402 Pad structures to avoid cache line sharing. (#3191)Michael Cahill2016-12-159-25/+45
* SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic2016-12-156-58/+11
* WT-3066 lint (#3189)Keith Bostic2016-12-121-2/+1
* WT-3057 WiredTiger hazard pointers should use the WT_REF, not the WT_PAGE. (#...Keith Bostic2016-12-084-9/+6
* WT-3052 Improve search if index hint is wrong (#3166)Michael Cahill2016-12-071-1/+1
* WT-2960 Reduce likelihood of using the lookaside file, especially when insert...Keith Bostic2016-12-071-1/+1
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-0611-47/+67
* WT-3053 Revert: Python and Java support use internal WiredTiger functions (#3...Alex Gorrod2016-12-062-4/+4
* WT-3053 Python and Java support use internal WiredTiger functions (#3174)Keith Bostic2016-12-052-4/+4
* WT-2670 Add access_pattern_hint configuration for tables (#3155)sueloverso2016-12-051-6/+17
* WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic2016-12-053-798/+798
* WT-3051 Remove external __wt_hex symbol. (#3172)Keith Bostic2016-12-052-3/+10
* WT-3034 Add support for named snapshots including updates. (#3161)Michael Cahill2016-12-052-1/+5
* WT-3048 WiredTiger maximum size warning uses the wrong format. (#3164)Keith Bostic2016-12-021-1/+1
* WT-3028 Don't check for blocked eviction with in-memory workloads. (#3159)Michael Cahill2016-11-292-24/+19
* WT-3024 Fix a hang on close caused by leaving a transaction ID pinned. (#3152)Michael Cahill2016-11-161-0/+3
* WT-3023 Don't treat splits as eviction making progress. (#3151)Michael Cahill2016-11-162-19/+24
* WT-3022 Change lsm_tree flags to fields to prevent race conditions (#3148)Sulabh Mahajan2016-11-151-10/+14
* WT-3020 Always make LSM chunks evictable when they are switched out. (#3147)Michael Cahill2016-11-151-12/+10
* WT-2984 Keep sufficient history in the metadata for queries. (#3144)Michael Cahill2016-11-143-4/+19
* WT-2962 Allow configuration of builtin extensions. (#3137)Michael Cahill2016-11-143-8/+37
* WT-3012 Check a btree is LSM primary before switching. (#3143)Michael Cahill2016-11-141-12/+21
* WT-3012 Don't track the LSM Primary as part of dirty bytes in cache (#3136)David Hows2016-11-112-14/+59
* WT-3004 lint: declare functions that don't return a value as void (#3119)Keith Bostic2016-11-083-7/+5
* WT-3002 Allow applications to exempt threads from eviction. (#3116)Keith Bostic2016-11-081-0/+10
* SERVER-26753 Add a call to spin on rwlocks with no active writers (#3126)Michael Cahill2016-11-042-1/+2
* WT-3003 Fix doxygen comment blocks. (#3124)Michael Cahill2016-11-031-6/+8
* WT-3003 Don't generate log record and op types. (#3121)sueloverso2016-11-031-37/+34
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-013-4/+7
* WT-2975 Only allocate space for statistics when we open a data source (#3107)Keith Bostic2016-11-015-10/+14
* WT-2968 Don't open file handles on backup. (#3101)sueloverso2016-10-264-8/+4
* WT-2945 Occasional hang running reconfigure fuzz test (#3098)Keith Bostic2016-10-261-1/+0
* WT-2415 Add support for joins to return false positives from the Bloom filter...Don Anderson2016-10-252-3/+8
* WT-2954 Enable fast appends with small in-memory pages. (#3094)Michael Cahill2016-10-241-0/+2
* WT-2880 Add Zstandard compression support (#3075)Keith Bostic2016-10-211-8/+8
* WT-2985 checkpoint core dump (#3100)Keith Bostic2016-10-201-23/+34
* WT-2976 Add a statistic tracking how long app threads spend reading and writi...Alex Gorrod2016-10-182-201/+213
* WT-2974 lint (#3095)Keith Bostic2016-10-171-1/+1
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-148-66/+191
* WT-2403 Add next_random to LSM cursors (#2887)David Hows2016-10-143-9/+18
* WT-2955 Add statistics tracking the amount of time threads spend waiting for ...Keith Bostic2016-10-136-122/+263
* WT-2959 Ensure WT_SESSION_IMPL is never used before it's initialized (#3087)Keith Bostic2016-10-111-1/+1
* WT-2954 Evict pages that exceed memory_page_max even if the transaction ID is...Alex Gorrod2016-10-101-9/+33
* WT-2932 Add a configuration option allowing tables to ignore cache limits (#3...Alex Gorrod2016-10-073-13/+21
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-074-7/+5
* WT-2831 Skip checkpointing if there have been no modifications (#3067)Sulabh Mahajan2016-10-065-12/+32
* WT-2920 New eviction statistics (#3076)Keith Bostic2016-10-042-26/+32