summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* WT-3361 Resolve Windows build warnings, build more test programs on Windows (...Keith Bostic2017-06-071-2/+2
* WT-3349 Add rwlock statistics (#3457)Sulabh Mahajan2017-06-073-119/+161
* WT-3169 Add verbose messages regarding lookaside file usage (#3425)David Hows2017-06-073-32/+41
* WT-3332 Add per-connection stats for update transaction conflicts (#3448)David Hows2017-06-073-0/+5
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-0210-62/+61
* WT-3348 Lint, Windows warnings. (#3449)Keith Bostic2017-06-022-3/+3
* WT-3258 Add timers tracking time spent on failed evictions of large p… (#3428)David Hows2017-05-262-197/+218
* WT-2972 Add interface allowing partial updates to existing values (#3435)Alex Gorrod2017-05-2512-201/+278
* WT-3339 The CURSOR_UPDATE_API_CALL macro will dump core on a NULL btree handl...Keith Bostic2017-05-241-7/+11
* Revert "WT-2972 Add interface allowing partial updates to existing values (#3...Alex Gorrod2017-05-2412-278/+201
* WT-2972 Add interface allowing partial updates to existing values (#3406)Keith Bostic2017-05-2412-201/+278
* WT-3264 Fix log file cleanup when toggling logging. (#3419)sueloverso2017-05-221-1/+2
* WT-3327 Check for system clock ticking backwards (#3427)sueloverso2017-05-194-146/+175
* WT-3303 Deadlock during first access to lookaside table (#3426)Keith Bostic2017-05-191-1/+1
* WT-3314 clarify WT_PANIC error handling (#3418)Keith Bostic2017-05-161-4/+3
* WT-3158 Fix structure layout on Windows. (#3416)Michael Cahill2017-05-111-1/+1
* WT-3296 LAS table fixes/improvements (#3397)Keith Bostic2017-04-281-5/+5
* WT-3297 support the gcc/clang -fvisibility=hidden flag (#3404)Keith Bostic2017-04-284-23/+48
* WT-3302 Introduce a thread struct with a member telling if thread created suc...Sulabh Mahajan2017-04-282-2/+8
* WT-3293 Don't explicitly mark internal symbols hidden. (#3398)Alex Gorrod2017-04-213-780/+780
* WT-3282 Split cache flags and cache_pool flags. (#3396)sueloverso2017-04-201-3/+4
* WT-3263 Allow recovery log file archiving on clean shutdown. (#3384)sueloverso2017-04-191-3/+4
* WT-3281 stress test sanitizer failure (#3387)Keith Bostic2017-04-191-15/+35
* WT-3287 Remove some WiredTiger internal panic checks (#3391)Keith Bostic2017-04-182-8/+6
* WT-3284 tree-walk restart bug (#3389)Keith Bostic2017-04-182-4/+3
* WT-3268 Failure to close cursor can get wiredtiger stuck in a cursor-close lo...Keith Bostic2017-04-181-0/+19
* WT-3160 Queue empty internal pages for eviction. (#3357)Michael Cahill2017-04-141-5/+1
* WT-3222 Review and enhance log statistics (#3369)sueloverso2017-04-132-111/+129
* WT-3261 add a checkpoint epoch to avoid draining the eviction queue (#3370)Keith Bostic2017-04-134-28/+30
* WT-3278 log the row-store cursor key instead of page key (#3383)Keith Bostic2017-04-131-27/+0
* WT-3063 Reserve records for read-modify-write (#3352)Keith Bostic2017-04-117-93/+155
* WT-3269 Miscellaneous cleanup (#3377)Keith Bostic2017-04-071-1/+1
* WT-3265 Allow eviction of recently split pages when tree is locked. (#3372)Michael Cahill2017-04-071-1/+6
* WT-3262 Don't check if the cache is full when accessing metadata. (#3376)Michael Cahill2017-04-071-6/+11
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-0755-55/+55
* Revert "WT-3265 Allow eviction of recently split pages when tree is locked."Michael Cahill2017-04-061-6/+1
* WT-3265 Allow eviction of recently split pages when tree is locked.Michael Cahill2017-04-061-1/+6
* WT-3123 Add thread pause functionality to thread group code. (#3286)sueloverso2017-04-052-7/+25
* WT-3076 Add a general-purpose epoch manager (#3362)Keith Bostic2017-04-059-45/+52
* WT-3249 Look at slot_state during force while holding lock. (#3365)sueloverso2017-04-041-1/+1
* WT-3250 Have one function initializing the WT portion of the spinlock. (#3364)sueloverso2017-04-032-35/+19
* WT-3250 Fix spinlock statistics tracking on Windows. (#3363)Michael Cahill2017-04-031-0/+3
* WT-3243 Reorder log slot release so joins don't wait on IO (#3360)sueloverso2017-03-314-96/+102
* WT-3190 perform a complete re-tune of eviction workers every 30 seconds. (#3324)Alexandra (Sasha) Fedorova2017-03-302-180/+183
* WT-2439 Enhance reconciliation page layout (#3358)Keith Bostic2017-03-302-2/+8
* WT-3155 Remove WT_CONN_SERVER_RUN flag (#3344)Keith Bostic2017-03-293-9/+16
* WT-3208 Don't count page rewrites as eviction making progress. (#3356)Michael Cahill2017-03-292-2/+11
* Revert "WT-2439 Improve page layout: keep pages more than half full (#3277)"Michael Cahill2017-03-292-8/+2
* WT-2439 Improve page layout: keep pages more than half full (#3277)Sulabh Mahajan2017-03-292-2/+8
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-245-26/+97