summaryrefslogtreecommitdiff
path: root/src/include/extern.h
Commit message (Expand)AuthorAgeFilesLines
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-021-4/+3
* WT-3293 Don't explicitly mark internal symbols hidden. (#3398)Alex Gorrod2017-06-021-715/+715
* WT-3249 Look at slot_state during force while holding lock. (#3365)sueloverso2017-04-041-1/+1
* WT-3243 Reorder log slot release so joins don't wait on IO (#3360)sueloverso2017-03-311-1/+0
* WT-3155 Remove WT_CONN_SERVER_RUN flag (#3344)Keith Bostic2017-03-291-0/+1
* WT-3208 Don't count page rewrites as eviction making progress. (#3356)Michael Cahill2017-03-291-0/+1
* WT-98 Update the current cursor value without a search (#3330)Keith Bostic2017-03-241-2/+2
* WT-3211 WT_CURSOR.remove cannot always retain its position. (#3321)Keith Bostic2017-03-141-0/+1
* WT-3207 Fix a leak if a checkpoint fails. (#3329)Michael Cahill2017-03-131-1/+1
* WT-3199 bug: eviction assertion failure (#3317)Keith Bostic2017-03-021-1/+1
* WT-3193 Close a race between verify opening a handle and eviction visiting it...Keith Bostic2017-03-011-0/+1
* WT-3193 Close a race between verify and the eviction server (#3311)Keith Bostic2017-02-281-1/+0
* WT-3186 Fix error path and panic detection in logging loops. (#3304)sueloverso2017-02-161-1/+1
* WT-3149 Have eviction choose a random point when walking a tree. (#3285)Alex Gorrod2017-02-141-3/+4
* WT-3088 bug: WiredTiger can evict the tree's current eviction walk point (#3280)Keith Bostic2017-02-091-0/+1
* WT-3148 Improve efficiency of eviction with many small trees. (#3264)Michael Cahill2017-02-031-0/+1
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-011-0/+1
* WT-3097 Avoid waiting for threads to timeout during close (#3253)Keith Bostic2017-01-251-5/+3
* WT-3113 Add a verbose mode to dump the cache when eviction is stuck. (#3234)Keith Bostic2017-01-251-1/+2
* WT-3120 Fix ordering problem in connection_close for custom filesystem loaded...Don Anderson2017-01-231-1/+1
* WT-2898 evict dynamic workers (#3039)Alexandra (Sasha) Fedorova2016-12-281-0/+1
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-231-10/+10
* WT-3086 Add information about transaction state to cache stuck diagnostics (#...Alex Gorrod2016-12-231-1/+1
* WT-3092 Quiet a warning from autogen.sh (#3211)Keith Bostic2016-12-231-1/+1
* 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-151-1/+3
* SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic2016-12-151-0/+2
* WT-3057 WiredTiger hazard pointers should use the WT_REF, not the WT_PAGE. (#...Keith Bostic2016-12-081-2/+2
* 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-061-3/+3
* WT-3053 Revert: Python and Java support use internal WiredTiger functions (#3...Alex Gorrod2016-12-061-3/+3
* WT-3053 Python and Java support use internal WiredTiger functions (#3174)Keith Bostic2016-12-051-3/+3
* WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic2016-12-051-737/+737
* WT-2962 Allow configuration of builtin extensions. (#3137)Michael Cahill2016-11-141-1/+3
* WT-3004 lint: declare functions that don't return a value as void (#3119)Keith Bostic2016-11-081-1/+1
* SERVER-26753 Add a call to spin on rwlocks with no active writers (#3126)Michael Cahill2016-11-041-0/+1
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-1/+2
* WT-2975 Only allocate space for statistics when we open a data source (#3107)Keith Bostic2016-11-011-2/+4
* WT-2968 Don't open file handles on backup. (#3101)sueloverso2016-10-261-0/+1
* WT-2945 Occasional hang running reconfigure fuzz test (#3098)Keith Bostic2016-10-261-1/+0
* WT-2974 lint (#3095)Keith Bostic2016-10-171-1/+1
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-0/+1
* WT-2403 Add next_random to LSM cursors (#2887)David Hows2016-10-141-0/+1
* WT-2959 Ensure WT_SESSION_IMPL is never used before it's initialized (#3087)Keith Bostic2016-10-111-1/+1
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-071-1/+1
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-081-9/+9
* WT-2897 Checkpoints can become corrupted on failure (#3027)Keith Bostic2016-09-081-0/+1
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-12/+12
* WT-2878 Verbose changes affected performance (#3020)Keith Bostic2016-09-031-1/+1
* WT-2867 Review and fix barrier usage in __lsm_tree_close (#3014)Keith Bostic2016-09-021-1/+1