summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-37616 tuneable range deleter batch sizeKevin Pulo2018-12-051-4/+13
* SERVER-37750 Optimized $sample stage does not yieldBernard Gorman2018-11-214-18/+87
* SERVER-36968 Rebuild interrupted system indexes before checking AuthZN index ...Patrick Freed2018-11-205-32/+126
* SERVER-37496 Register balancer shutdown task when MongoD is single-threadedJack Mulrow2018-11-202-9/+6
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-11-163-102/+106
* SERVER-32568 Blacklist migration_sets_fromMigrate_flag.js from the CSRS conti...Kaloian Manassiev2018-11-161-1/+2
* SERVER-37932 Remove erroneous part of coll_epoch_test1.js that attempts to te...Esha Maharishi2018-11-151-35/+0
* SERVER-37913 coll_epoch_test1.js does not wait for the config server to repli...Esha Maharishi2018-11-151-0/+4
* SERVER-37902 recovering_slaveok.js should assert all writes it makes succeedJack Mulrow2018-11-091-2/+2
* SERVER-28716 Call fsync after setup before calling collStats/dbStats in jstes...Randolph Tan2018-11-061-0/+4
* SERVER-37132 Negation of $in with regex can incorrectly plan from the cache, ...Bernard Gorman2018-10-233-0/+96
* SERVER-37647 Validation hook sets FCV to 3.4 no matter what version it curren...Xiangyu Yao2018-10-231-6/+7
* SERVER-36756 Log the githash of the 10gen/jstestfuzz repository when the fuzz...r3.4.18-rc0r3.4.18Jonathan Abrahams2018-10-231-0/+4
* SERVER-37064 Wrap "mongod_flags" onto multiple lines for readability.Max Hirschhorn2018-10-201-4/+46
* SERVER-36747 ssl_client_certificate_warning_suppression.js - wait for log mes...Mark Benvenuto2018-10-191-0/+12
* SERVER-36435 Remove kReplDefaultTimeoutMS.Justin Seyster2018-10-151-7/+5
* SERVER-35109: Enable signal processing in perf.ymlJim OLeary2018-10-151-3/+42
* SERVER-37610: Use unique coll name in update_numeric_field_name.js to avoid c...Nick Zolnierz2018-10-121-1/+1
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-113-1/+75
* SERVER-37437: longevity missing platform expansion.Jim OLeary2018-10-111-0/+1
* SERVER-37130 Add TLS version counting to mongosMark Benvenuto2018-10-101-0/+1
* SERVER-37425 Change batchtime to 1 year for longevity builders.Max Hirschhorn2018-10-091-2/+6
* SERVER-37424 Change batchtime to 1 week for all sys-perf builders.Max Hirschhorn2018-10-091-1/+1
* SERVER-37367 Make Notification::waitFor interruptibleJack Mulrow2018-10-082-8/+6
* SERVER-36978 TaskRunner must ensure Client is initialized for thread before r...Tess Avitabile2018-10-051-10/+7
* SERVER-37393 Fix dtor race in `ReplicaSetMonitorManager`ADAM David Alan Martin2018-10-051-1/+3
* SERVER-36718 Add forceValidationWithFeatureCompatibilityVersion to collection...Xiangyu Yao2018-10-053-58/+88
* Import tools: 38376e791d2c264b377ba3115344c860c146e0b2 from branch v3.4David Golden2018-10-042-1/+4
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-10-0111-48/+250
* SERVER-37333 applyOps builds background indexes in the foregroundBenety Goh2018-10-012-0/+59
* Revert "SERVER-37333 applyOps validates both background and foreground indexe...Benety Goh2018-09-282-65/+1
* SERVER-37333 applyOps validates both background and foreground indexes for sy...Benety Goh2018-09-282-1/+65
* SERVER-36944 applyOps uses applyOperation_inlock() for system.indexes insertsBenety Goh2018-09-252-36/+19
* SERVER-36944 add characterization test for applyOps index creationBenety Goh2018-09-251-0/+58
* SERVER-37152 Increase write concern timeouts for writes expected to succeed i...William Schultz2018-09-241-9/+9
* SERVER-37080 tunable migration clone insertion batchesKevin Pulo2018-09-241-34/+56
* SERVER-36919 Add server setParameter tlsSuppressClientCertificateSara Golemon2018-09-203-2/+63
* SERVER-35418 Allow specifying CAs for incoming and outgoing connections separ...Sara Golemon2018-09-204-3/+101
* SERVER-34864 FTDC should ignore irrelevant schema changesMark Benvenuto2018-09-181-1/+1
* SERVER-34864 FTDC should ignore irrelevant schema changesMark Benvenuto2018-09-179-31/+257
* SERVER-37127: Update sys-perf baselinesdalyd2018-09-141-1/+1
* SERVER-36987 ChunkVersion::minorVersion truncates to 16 bitRandolph Tan2018-09-122-8/+21
* SERVER-28251 Fix race condition in index_killop.jsXiangyu Yao2018-09-112-16/+13
* SERVER-25175 listIndexes command only includes ready indexesXiangyu Yao2018-09-1010-10/+96
* SERVER-37010 Prevent unexpected elections in initial_sync4.js and initial_syn...Spencer T Brody2018-09-102-2/+7
* SERVER-37041 Skip more eval tests in parallel suiteCharlie Swanson2018-09-071-5/+3
* SERVER-26915 double the auto-balancing time limit in jumbo1.js so it doesn't ...Dianna Hohensee2018-09-071-1/+1
* SERVER-28095 Clearing the dmesg buffer should not errexit in evergreen.ymlJonathan Abrahams2018-09-061-3/+0
* SERVER-36479 Don't redact planSummary in logsr3.4.17-rc0r3.4.17Kelsey Schubert2018-08-295-17/+17
* SERVER-27725 Use batch insert when migrating chunksKaloian Manassiev2018-08-295-64/+67