summaryrefslogtreecommitdiff
path: root/src/support
Commit message (Expand)AuthorAgeFilesLines
* WT-3490 WT_CURSOR.modify unaligned size_t access. (#3563)Keith Bostic2017-08-081-7/+12
* WT-3467 Minor lint/cleanup (#3541)mongodb-3.5.11Keith Bostic2017-07-311-24/+4
* WT-3338 Implement optimized cursor modify. (#3437)Keith Bostic2017-07-281-0/+200
* WT-3461 Use CLOCK_MONOTONIC for pthread_cond_timedwait if possible. (#3537)Michael Cahill2017-07-281-0/+89
* WT-3412 Add backoff logic in bt_delete and bt_walk (#3534)Vamsi Krishna2017-07-261-5/+5
* WT-3308 Add statistics tracking around yield loops (#3496)Vamsi Krishna2017-07-211-0/+29
* WT-3138 Enhance range of eviction server statistics available. (#3269)Alex Gorrod2017-07-141-0/+145
* WT-3329 Visit trees using a tiny fraction of cache. (#3442)Michael Cahill2017-07-111-12/+0
* WT-3394 Fix compilation warnings for GCC-7 (#3499)Alex Gorrod2017-07-061-0/+16
* Revert "WT-3394 Build WiredTiger with gcc7 (#3492)" (#3498)Alex Gorrod2017-07-061-16/+0
* WT-3394 Build WiredTiger with gcc7 (#3492)Keith Bostic2017-07-061-0/+16
* WT-3402 Move cached overflow records to the update list. (#3493)Keith Bostic2017-07-041-7/+0
* WT-3409 WiredTiger generations can silently self-deadlock. (#3494)Keith Bostic2017-07-041-0/+6
* WT-3398 in-memory configurations don't support schema_worker operations (#3490)Keith Bostic2017-06-291-0/+16
* WT-3039 Add previous LSN record to log files (#3213)sueloverso2017-06-281-0/+3
* WT-3361 Resolve Windows build warnings, build more test programs on Windows (...Keith Bostic2017-06-071-6/+5
* WT-3349 Add rwlock statistics (#3457)Sulabh Mahajan2017-06-072-7/+72
* WT-3332 Add per-connection stats for update transaction conflicts (#3448)David Hows2017-06-071-0/+3
* WT-3356 Use atomic reads of rwlocks. (#3454)Michael Cahill2017-06-061-30/+51
* WT-3354 Fix bugs found by Coverity. (#3451)Michael Cahill2017-06-021-2/+2
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-022-176/+239
* WT-3348 Lint, Windows warnings. (#3449)Keith Bostic2017-06-021-1/+1
* WT-3258 Add timers tracking time spent on failed evictions of large p… (#3428)David Hows2017-05-261-3/+15
* WT-2972 Add interface allowing partial updates to existing values (#3435)Alex Gorrod2017-05-251-0/+14
* Revert "WT-2972 Add interface allowing partial updates to existing values (#3...Alex Gorrod2017-05-241-14/+0
* WT-2972 Add interface allowing partial updates to existing values (#3406)Keith Bostic2017-05-241-0/+14
* WT-3327 Check for system clock ticking backwards (#3427)sueloverso2017-05-191-0/+3
* WT-3302 Introduce a thread struct with a member telling if thread created suc...Sulabh Mahajan2017-04-281-1/+1
* WT-3288 fix error codes for event_handler to be consistent in file operations...Keith Bostic2017-04-191-0/+2
* SERVER-28835 Fix a memory leak in WiredTiger on error when creating thread gr...Keith Bostic2017-04-181-15/+28
* WT-3222 Review and enhance log statistics (#3369)sueloverso2017-04-131-23/+42
* WT-3261 add a checkpoint epoch to avoid draining the eviction queue (#3370)Keith Bostic2017-04-131-8/+12
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-0715-16/+16
* WT-3266 Drop lock while joining threads. (#3375)sueloverso2017-04-071-1/+19
* WT-3123 Add thread pause functionality to thread group code. (#3286)sueloverso2017-04-051-98/+105
* WT-3076 Add a general-purpose epoch manager (#3362)Keith Bostic2017-04-052-6/+370
* WT-3243 Reorder log slot release so joins don't wait on IO (#3360)sueloverso2017-03-311-0/+8
* WT-3190 perform a complete re-tune of eviction workers every 30 seconds. (#3324)Alexandra (Sasha) Fedorova2017-03-301-0/+4
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-242-62/+66
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-1/+0
* WT-3148 Improve efficiency of eviction with many small trees. (#3264)Michael Cahill2017-02-031-0/+12
* WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod2017-02-011-12/+4
* WT-3097 Avoid waiting for threads to timeout during close (#3253)Keith Bostic2017-01-252-65/+17
* WT-3105 Avoid thread group deadlock on close in new dynamic eviction code. (#...sueloverso2017-01-171-4/+4
* WT-2898 evict dynamic workers (#3039)Alexandra (Sasha) Fedorova2016-12-282-12/+59
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-232-79/+40
* WT-2771 Add a statistic to track per-btree dirty cache usage. (#3207)Michael Cahill2016-12-201-0/+4
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-151-0/+12
* SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic2016-12-151-84/+197
* WT-3057 WiredTiger hazard pointers should use the WT_REF, not the WT_PAGE. (#...Keith Bostic2016-12-081-31/+26