summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-27WT-3373 Access violation due to a bug in internal page splitting (#3478)mongodb-3.4.8mongodb-3.4.7mongodb-3.4.6Keith Bostic
2017-06-19WT-3331 Get time into a local variable so we can read and use a consistent ti...sueloverso
2017-06-19WT-3219 Make the clang-analyzer job fail when lint is introduced (#3400)Keith Bostic
2017-06-19WT-3297 support the gcc/clang -fvisibility=hidden flag (#3404)Keith Bostic
2017-06-19WT-3327 Check for system clock ticking backwards (#3427)sueloverso
2017-06-19WT-3362 Checkpoints shouldn't block drops. (#3459)Michael Cahill
2017-06-19WT-3369 WT_CURSOR->uri should always match the URI used to open the cursor (#...Don Anderson
2017-06-07WT-3356 Use atomic reads of rwlocks. (#3454)mongodb-3.4.5Michael Cahill
2017-06-07WT-3354 Fix bugs found by Coverity. (#3451)Michael Cahill
2017-06-02WT-3345 Tune WiredTiger's read/write locks. (#3446)Michael Cahill
2017-06-02WT-3293 Don't explicitly mark internal symbols hidden. (#3398)Alex Gorrod
2017-05-16WT-3158 Fix structure layout on Windows. (#3417)mongodb-3.5.8Keith Bostic
2017-05-16WT-3158 Fix structure layout on Windows. (#3416)Michael Cahill
2017-04-11WT-3271 Prevent integer overflow in eviction tuning. (#3379)mongodb-3.5.7mongodb-3.5.6mongodb-3.4.4Michael Cahill
2017-04-08WT-3265 Allow eviction of recently split pages when tree is locked. (#3372)Michael Cahill
2017-04-08WT-3262 Don't check if the cache is full when accessing metadata. (#3376)Michael Cahill
2017-04-06Merge commit 'adbe2ec' into mongodb-3.6Alex Gorrod
2017-04-04WT-3249 Look at slot_state during force while holding lock. (#3365)sueloverso
2017-04-04WT-3254 Fix typo in reconfig string (#3366)sueloverso
2017-04-04Merge branch 'develop' into mongodb-3.6Alex Gorrod
2017-04-03WT-3250 Have one function initializing the WT portion of the spinlock. (#3364)sueloverso
2017-04-04Merge branch 'develop' into mongodb-3.6Alex Gorrod
2017-04-03WT-3250 Fix spinlock statistics tracking on Windows. (#3363)Michael Cahill
2017-04-01Merge branch 'develop' into mongodb-3.6Alex Gorrod
2017-03-31WT-3243 Reorder log slot release so joins don't wait on IO (#3360)sueloverso
2017-03-30WT-3190 perform a complete re-tune of eviction workers every 30 seconds. (#3324)Alexandra (Sasha) Fedorova
2017-03-30WT-2439 Enhance reconciliation page layout (#3358)Keith Bostic
2017-03-29WT-3155 Remove WT_CONN_SERVER_RUN flag (#3344)Keith Bostic
2017-03-29WT-3208 Don't count page rewrites as eviction making progress. (#3356)Michael Cahill
2017-03-29WT-3244 Turn off in-memory cache-full checks on the metadata file (#3359)Keith Bostic
2017-03-29Revert "WT-2439 Improve page layout: keep pages more than half full (#3277)"Michael Cahill
2017-03-29WT-2439 Improve page layout: keep pages more than half full (#3277)Sulabh Mahajan
2017-03-29WT-3238 Java: Fix Cursor.compare and Cursor.equals to return int values. (#3355)Don Anderson
2017-03-27SERVER-28168 Cannot start or repair mongodb after unexpected shutdown. (#3353)Keith Bostic
2017-03-27WT-3240 Coverity reports (#3354)Keith Bostic
2017-03-27WT-3207 Use config to determine checkpoint force value. (#3350)sueloverso
2017-03-24WT-98 Update the current cursor value without a searchKeith Bostic
2017-03-24WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3348)Keith Bostic
2017-03-24WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3347)Keith Bostic
2017-03-24WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic
2017-03-24WT-98 Update the current cursor value without a search (#3346)Keith Bostic
2017-03-24WT-98 Update the current cursor value without a search (#3330)Keith Bostic
2017-03-24Merge branch 'develop' into mongodb-3.6Michael Cahill
2017-03-24WT-3228 Remove with overwrite shouldn't return WT_NOTFOUND (#3339)Keith Bostic
2017-03-24WT-3234 Update WiredTiger build for clang 4.0. (#3345)Keith Bostic
2017-03-23SERVER-28194 Missing WiredTiger.turtle file loses data (#3337)Keith Bostic
2017-03-23WT-3202 Add in_memory config opt, do not reopen connection if db is in_memory...Sulabh Mahajan
2017-03-20WT-2990 Restore use of dhandle lock in LSM. (#3342)sueloverso
2017-03-20WT-3196 Prevent eviction in LSM primaries after the are flushed. (#3336)Michael Cahill
2017-03-17WT-3227 Python test suite inserts unnecessary whitespace in error output. (#3...Keith Bostic