summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WT-3533 eviction handle walk can race with handle re-open (#3620)mongodb-3.4.10Keith Bostic2017-10-037-31/+75
* WT-3284 tree-walk restart bug (#3389)Keith Bostic2017-10-035-58/+52
* WT-3590 Fixup backport to not reference timestamps.Alex Gorrod2017-09-261-5/+3
* WT-3351 Fix assertion condition. (#3675)sueloverso2017-09-261-3/+2
* WT-3590 Call __wt_checkpoint_close during final close, even after panic.Michael Cahill2017-09-211-1/+1
* WT-3590 Keep data consistent if writes fail during a clean shutdown (#3666)sueloverso2017-09-215-7/+153
* WT-3308 Add statistics tracking around yield loops (#3496)Vamsi Krishna2017-09-2111-41/+125
* WT-3264 Fix log file cleanup when toggling logging. (#3419)sueloverso2017-09-217-15/+234
* WT-3263 Allow recovery log file archiving on clean shutdown. (#3384)sueloverso2017-09-216-19/+29
* WT-3470 Avoid a metadata cursor open for table open/drop (#3542)Keith Bostic2017-09-212-20/+32
* WT-3461 Use CLOCK_MONOTONIC for pthread_cond_timedwait if possible. (#3537)Michael Cahill2017-09-2111-72/+179
* WT-3406 Reconciliation should ignore concurrent updates. (#3516)Michael Cahill2017-09-213-17/+21
* WT-3329 Visit trees using a tiny fraction of cache. (#3442)mongodb-3.4.9Michael Cahill2017-09-073-31/+8
* WT-3438 Don't tune eviction thread count when the count is fixed (#3519)David Hows2017-09-071-0/+7
* WT-3499 Add a visibility rwlock between transactions and checkpoints. (#3575)sueloverso2017-08-153-1/+33
* WT-3471 Sweep the table cache after schema changes. (#3551)Michael Cahill2017-08-034-0/+40
* WT-3373 Access violation due to a bug in internal page splitting (#3478)mongodb-3.4.8mongodb-3.4.7mongodb-3.4.6Keith Bostic2017-06-271-3/+29
* WT-3331 Get time into a local variable so we can read and use a consistent ti...sueloverso2017-06-192-8/+21
* WT-3219 Make the clang-analyzer job fail when lint is introduced (#3400)Keith Bostic2017-06-194-6/+19
* WT-3297 support the gcc/clang -fvisibility=hidden flag (#3404)Keith Bostic2017-06-199-32/+73
* WT-3327 Check for system clock ticking backwards (#3427)sueloverso2017-06-198-143/+178
* WT-3362 Checkpoints shouldn't block drops. (#3459)Michael Cahill2017-06-192-37/+55
* WT-3369 WT_CURSOR->uri should always match the URI used to open the cursor (#...Don Anderson2017-06-193-3/+8
* WT-3356 Use atomic reads of rwlocks. (#3454)mongodb-3.4.5Michael Cahill2017-06-071-30/+51
* WT-3354 Fix bugs found by Coverity. (#3451)Michael Cahill2017-06-074-7/+9
* WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill2017-06-0240-316/+565
* WT-3293 Don't explicitly mark internal symbols hidden. (#3398)Alex Gorrod2017-06-024-773/+770
* WT-3158 Fix structure layout on Windows. (#3417)mongodb-3.5.8Keith Bostic2017-05-161-2/+3
* WT-3158 Fix structure layout on Windows. (#3416)Michael Cahill2017-05-162-5/+7
* WT-3271 Prevent integer overflow in eviction tuning. (#3379)mongodb-3.5.7mongodb-3.5.6mongodb-3.4.4Michael Cahill2017-04-111-17/+19
* WT-3265 Allow eviction of recently split pages when tree is locked. (#3372)Michael Cahill2017-04-081-1/+6
* WT-3262 Don't check if the cache is full when accessing metadata. (#3376)Michael Cahill2017-04-081-6/+11
* Merge commit 'adbe2ec' into mongodb-3.6Alex Gorrod2017-04-064-16/+22
|\
| * WT-3249 Look at slot_state during force while holding lock. (#3365)sueloverso2017-04-043-15/+21
| * WT-3254 Fix typo in reconfig string (#3366)sueloverso2017-04-041-1/+1
* | Merge branch 'develop' into mongodb-3.6Alex Gorrod2017-04-042-35/+19
|\ \ | |/
| * WT-3250 Have one function initializing the WT portion of the spinlock. (#3364)sueloverso2017-04-032-35/+19
* | Merge branch 'develop' into mongodb-3.6Alex Gorrod2017-04-041-0/+3
|\ \ | |/
| * WT-3250 Fix spinlock statistics tracking on Windows. (#3363)Michael Cahill2017-04-031-0/+3
* | Merge branch 'develop' into mongodb-3.6Alex Gorrod2017-04-01131-1909/+2920
|\ \ | |/
| * WT-3243 Reorder log slot release so joins don't wait on IO (#3360)sueloverso2017-03-317-192/+221
| * WT-3190 perform a complete re-tune of eviction workers every 30 seconds. (#3324)Alexandra (Sasha) Fedorova2017-03-305-201/+250
| * WT-2439 Enhance reconciliation page layout (#3358)Keith Bostic2017-03-307-479/+591
| * WT-3155 Remove WT_CONN_SERVER_RUN flag (#3344)Keith Bostic2017-03-2912-58/+114
| * WT-3208 Don't count page rewrites as eviction making progress. (#3356)Michael Cahill2017-03-294-9/+39
| * WT-3244 Turn off in-memory cache-full checks on the metadata file (#3359)Keith Bostic2017-03-291-0/+8
| * Revert "WT-2439 Improve page layout: keep pages more than half full (#3277)"Michael Cahill2017-03-297-532/+463
| * WT-2439 Improve page layout: keep pages more than half full (#3277)Sulabh Mahajan2017-03-297-463/+532
| * WT-3238 Java: Fix Cursor.compare and Cursor.equals to return int values. (#3355)Don Anderson2017-03-294-1/+186
| * SERVER-28168 Cannot start or repair mongodb after unexpected shutdown. (#3353)Keith Bostic2017-03-271-14/+20