summaryrefslogtreecommitdiff
path: root/src/conn
Commit message (Expand)AuthorAgeFilesLines
* WT-3362 Checkpoints shouldn't block drops. (#3459)Michael Cahill2017-06-081-36/+53
* WT-3349 Add rwlock statistics (#3457)Sulabh Mahajan2017-06-071-2/+2
* WT-3169 Add verbose messages regarding lookaside file usage (#3425)David Hows2017-06-071-0/+1
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-028-25/+16
* WT-3307 Close btree/dhandle properly when handling __wt_checkpoint_close fail...Sulabh Mahajan2017-06-011-2/+7
* WT-3264 Fix log file cleanup when toggling logging. (#3419)sueloverso2017-05-221-1/+1
* WT-3282 Split cache flags and cache_pool flags. (#3396)sueloverso2017-04-201-8/+9
* WT-3292 review/cleanup full-barrier calls in WiredTiger (#3395)Keith Bostic2017-04-191-6/+4
* WT-3268 Failure to close cursor can get wiredtiger stuck in a cursor-close lo...Keith Bostic2017-04-183-19/+17
* WT-3063 Reserve records for read-modify-write (#3352)Keith Bostic2017-04-112-8/+12
* WT-3245 Avoid hangs on shutdown when a utility thread encounters an error (#3...Keith Bostic2017-04-071-3/+4
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-0711-11/+11
* WT-3076 Add a general-purpose epoch manager (#3362)Keith Bostic2017-04-053-12/+5
* WT-3155 Remove WT_CONN_SERVER_RUN flag (#3344)Keith Bostic2017-03-293-15/+19
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-241-5/+4
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-1/+1
* WT-3218 Avoid adding duplicate handles to connection dhandle list (#3331)Alex Gorrod2017-03-161-0/+8
* WT-3207 Fix a leak if a checkpoint fails. (#3329)Michael Cahill2017-03-131-5/+5
* WT-3207 Don't hold clean handles during checkpoints. (#3319)Michael Cahill2017-03-101-5/+7
* WT-3199 bug: eviction assertion failure (#3317)Keith Bostic2017-03-021-4/+8
* WT-3193 Close a race between verify opening a handle and eviction visiting it...Keith Bostic2017-03-011-1/+2
* WT-3187 Ramp up aggressiveness in reducing cache pool usage (#3306)Alex Gorrod2017-02-171-13/+43
* WT-3152 Switch the table lock to a rwlock. (#3291)Michael Cahill2017-02-141-2/+2
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-014-32/+37
* WT-3097 Avoid waiting for threads to timeout during close (#3253)Keith Bostic2017-01-258-59/+99
* WT-3113 Add a verbose mode to dump the cache when eviction is stuck. (#3234)Keith Bostic2017-01-251-0/+1
* WT-3120 Fix ordering problem in connection_close for filesystem loaded in an ...Keith Bostic2017-01-231-0/+10
* WT-3120 Fix ordering problem in connection_close for custom filesystem loaded...Don Anderson2017-01-232-19/+17
* Set the database home and configure error handling before (#3256)Keith Bostic2017-01-231-12/+12
* WT-3105 Fix the thread group usage on eviction reconfigure and add test. (#3252)sueloverso2017-01-201-2/+1
* SERVER-16796 Recovery progress via verbose messages. (#3225)sueloverso2017-01-041-0/+1
* WT-2898 evict dynamic workers (#3039)Alexandra (Sasha) Fedorova2016-12-281-1/+3
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-234-20/+19
* WT-2402 Pad structures to avoid cache line sharing. (#3191)Michael Cahill2016-12-152-2/+0
* SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic2016-12-151-3/+0
* WT-2984 Keep sufficient history in the metadata for queries. (#3144)Michael Cahill2016-11-143-6/+7
* WT-2962 Fix a memory leak introduced by this change. (#3145)Michael Cahill2016-11-141-0/+1
* WT-2962 Allow configuration of builtin extensions. (#3137)Michael Cahill2016-11-141-17/+62
* WT-3018 lint (#3142)Keith Bostic2016-11-111-2/+0
* WT-2975 Fix a leak of statistics data when reopening handles. (#3114)Michael Cahill2016-11-011-1/+1
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-012-7/+9
* WT-2975 Only allocate space for statistics when we open a data source (#3107)Keith Bostic2016-11-012-14/+22
* WT-2945 Occasional hang running reconfigure fuzz test (#3098)Keith Bostic2016-10-261-6/+6
* WT-2880 Add Zstandard compression support (#3075)Keith Bostic2016-10-211-4/+10
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-142-15/+43
* WT-2955 Add statistics tracking the amount of time threads spend waiting for ...Keith Bostic2016-10-133-32/+57
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-073-4/+4
* WT-2831 Skip checkpointing if there have been no modifications (#3067)Sulabh Mahajan2016-10-061-16/+30
* WT-2858 Rename wtperf's CONFIG structure (#3065)Keith Bostic2016-09-281-6/+3
* WT-2931 Enforce limits on dirty data for in-memory. (#3064)Michael Cahill2016-09-271-36/+30