summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * WT-3224 Prevent splits in LSM primaries (#3335)Keith Bostic2017-03-175-12/+12
| * WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-1751-313/+304
| * WT-2978 Python: make a pip-compatible installer. (#3320)Don Anderson2017-03-172-0/+456
| * WT-3212 Table cursors should not free memory owned by the table. (#3327)Don Anderson2017-03-171-3/+7
| * WT-3218 Reduce to 2k tables so Jenkins doesn't hit open file ulimit. (#3334)sueloverso2017-03-161-1/+1
| * WT-3225 WiredTiger won't build with clang on CentOS 7.3.1611 (#3333)Keith Bostic2017-03-163-1/+14
| * WT-3204 eviction changes cost LSM performance (#3325)Keith Bostic2017-03-168-112/+130
| * WT-3206 Fix a race allocating split generations. (#3332)Michael Cahill2017-03-161-23/+48
| * WT-3218 Avoid adding duplicate handles to connection dhandle list (#3331)Alex Gorrod2017-03-162-0/+27
| * WT-3211 WT_CURSOR.remove cannot always retain its position. (#3321)Keith Bostic2017-03-1426-494/+960
| * WT-3207 Fix a leak if a checkpoint fails. (#3329)Michael Cahill2017-03-138-63/+50
| * WT-3207 Report a message for conflicting forced checkpoints, rather than an e...Alex Gorrod2017-03-104-12/+34
| * WT-3207 Don't hold clean handles during checkpoints. (#3319)Michael Cahill2017-03-107-208/+247
| * WT-3213 Only error if fixed-length and long_running_txn is set.sueloverso2017-03-081-1/+1
| * WT-3203 bulk-load state changes can race (#3318)Keith Bostic2017-03-037-64/+53
| * WT-3199 bug: eviction assertion failure (#3317)Keith Bostic2017-03-026-42/+79
| * WT-3193 Close a race between verify opening a handle and eviction visiting it...Keith Bostic2017-03-014-85/+82
| * WT-3193 Close a race between verify opening a handle and eviction visiting it...Keith Bostic2017-03-011-2/+8
| * WT-3193 Close a race between verify and the eviction server (#3311)Keith Bostic2017-02-2814-132/+171
| * WT-3182 Update Evergreen configuration to include long make check (#3314)Alex Gorrod2017-02-281-1/+1
| * WT-3182 Switch make-check to run the short test suite by default (#3313)Keith Bostic2017-02-289-34/+40
| * Reduced the time that the eviction server has to wait for every data point me...Sasha Fedorova2017-02-221-1/+1
| * WT-3191 lint (#3310)Keith Bostic2017-02-2125-121/+86
* | WT-3206 Fix a race allocating split generations. (#3332)mongodb-3.5.5mongodb-3.4.3Michael Cahill2017-03-161-23/+48
* | WT-3218 Avoid adding duplicate handles to connection dhandle list (#3331)Alex Gorrod2017-03-162-0/+27
* | Merge branch 'develop' into mongodb-3.6Alex Gorrod2017-02-206-38/+103
|\ \ | |/
| * WT-3149 Fix a compiler warning on OS X. I guess I shouldn't try to future pro...Alex Gorrod2017-02-201-3/+0
| * WT-3149 Use a range of eviction walk start points. (#3305)Alex Gorrod2017-02-202-20/+37
| * WT-3189 Fix a segfault in eviction random page search. (#3308)Alex Gorrod2017-02-201-0/+10
| * WT-3187 Ramp up aggressiveness in reducing cache pool usage (#3306)Alex Gorrod2017-02-171-13/+43
| * WT-3188 More log loops needing to check panic. (#3307)sueloverso2017-02-172-5/+16
* | Merge branch 'develop' into mongodb-3.6mongodb-3.5.4Alex Gorrod2017-02-17120-1677/+4594
|\ \ | |/
| * WT-3184 bug fix: special case searching an index that has a custom collator. ...Don Anderson2017-02-165-5/+181
| * WT-3186 Fix error path and panic detection in logging loops. (#3304)sueloverso2017-02-163-3/+10
| * WT-3149 Make random lookups for eviction more lightweight. (#3302)Michael Cahill2017-02-151-12/+26
| * WT-3179 test bug: clang sanitizer failure in fail_fsDon Anderson2017-02-141-4/+8
| * WT-3179 test bug: clang sanitizer failure in fail_fs #3300Don Anderson2017-02-141-1/+5
| * WT-3180 bug fix: disable long tests in the top-level main program, (#3298)Don Anderson2017-02-141-11/+18
| * WT-2909 Create automatable test verifying checkpoint integrity after errors (...Keith Bostic2017-02-141-6/+6
| * WT-2909 Create automatable test verifying checkpoint integrity after errors (...Keith Bostic2017-02-142-20/+26
| * WT-2909 Add a custom file system fault injection test to verify checkpoint in...Don Anderson2017-02-147-40/+827
| * WT-3149 Have eviction choose a random point when walking a tree. (#3285)Alex Gorrod2017-02-146-412/+454
| * WT-3144 bug fix: random cursor returns not-found when descending to an empty ...Keith Bostic2017-02-144-58/+144
| * WT-3152 Switch the table lock to a rwlock. (#3291)Michael Cahill2017-02-1410-53/+106
| * WT-3175 Don't verify children during splits up the tree. (#3294)Michael Cahill2017-02-141-18/+23
| * WT-3174 Coverity/lint cleanup (#3293)Keith Bostic2017-02-132-13/+13
| * WT-3135 WT-3159 Fix search_near() with custom collators for index keys of var...Don Anderson2017-02-137-6/+398
| * WT-3170 Change when eviction walk point is saved, cleanup splits. (#3284)Alex Gorrod2017-02-135-121/+103
| * WT-3173 Add runtime detection for s390x CRC32 hardware support (#3290)Mark Benvenuto2017-02-112-6/+24
| * WT-3088 bug: WiredTiger can evict the tree's current eviction walk point (#3280)Keith Bostic2017-02-095-42/+47