summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-41872 PlanEnumerator AndAssignment::choices ordering not stable and is...James Wahlin2020-09-302-4/+73
* SERVER-34243 Use MODE_IS for listCollectionsGeert Bosch2020-09-251-1/+6
* Import tools: 27c04a6448462549a61aa1403ad3a09dde2ec9b5 from branch v3.6huan-Mongo2020-09-2512-77/+495
* SERVER-49991 Alias db. and rs.printSlaveReplicationInfo() to printSecondaryRe...Pavi Vetriselvan2020-09-183-10/+36
* SERVER-49987 Rename response fields if hello command is sent on mongodAli Mir2020-09-165-86/+198
* SERVER-49988 Rename response fields if hello command is sent on mongosPavi Vetriselvan2020-09-163-7/+23
* SERVER-50640 listCommands should list isMaster in addition to helloPavi Vetriselvan2020-09-167-16/+27
* SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster al...Pavi Vetriselvan2020-09-1611-88/+139
* SERVER-49989 Add db.hello() shell helperAli Mir2020-09-162-0/+9
* SERVER-50216 Adjust sys-perf frequenciesdalyd2020-09-141-12/+0
* SERVER-26726 Check number of arguments for createIndex, createIndexes and ens...Nikita Lapkov2020-09-092-0/+38
* SERVER-33000 Add Ubuntu 18.04 supportr3.6.20-rc2r3.6.20Zakhar Kleyman2020-09-036-6/+198
* SERVER-49990 Alias setSlaveOk() and getSlaveOk() shell helpersAli Mir2020-09-0210-27/+116
* SERVER-45202 Improve command alias infrastructurer3.6.20-rc1Amirsaman Memaripour2020-08-282-5/+27
* SERVER-40317 Fail query when $facet intermediate output exceeds 100MBDavid Storch2020-08-257-8/+138
* SERVER-50180 Fix User lifetime management in AuthorizationManager::acquireUse...r3.6.20-rc0Mark Benvenuto2020-08-191-0/+1
* SERVER-39392 Remove tautological invariantAndrew Morrow2020-08-171-1/+0
* SERVER-48709 Fix overflow in key manager wake up calculationJack Mulrow2020-08-123-11/+50
* SERVER-49054 Install Compass instead of Compass CommunityRyan Egesdahl2020-08-111-4/+1
* SERVER-49786 Freeze DSI and Genny to 'legacy' branchRyan Timmons2020-08-102-2/+2
* SERVER-49352 Clarify build documentation for Python 2.7Ryan Egesdahl2020-08-101-5/+11
* SERVER-48993 explodeForSort can produce incorrect query planMindaugas Malinauskas2020-08-074-0/+385
* SERVER-36910 Reduce severity of log message for PlanExecutor::DEAD error duri...Bernard Gorman2020-08-071-2/+2
* SERVER-48244 remove shell-side explain string validationHirday Gupta2020-08-063-45/+47
* SERVER-50039 Timing error in dbadmin.js testA. Jesse Jiryu Davis2020-08-062-1/+4
* SERVER-50124 Pin lazy-object-proxy python moduleBrian McCarthy2020-08-061-1/+3
* SERVER-49404 Enforce additional checks in $arrayToObjectDrew Paroski2020-08-042-2/+38
* SERVER-41600 Invalidate index from CollectionInfoCache in refreshEntryMaria van Keulen2020-08-021-2/+6
* SERVER-49925 Use the system allocator for dynamic toolchain buildsAndrew Morrow2020-07-281-1/+1
* SERVER-48967 Ban non-primary writes with empty namespaceA. Jesse Jiryu Davis2020-07-247-31/+137
* SERVER-49449 index_restart_secondary.js restarts nodes and should be tagged [...Benety Goh2020-07-201-0/+1
* SERVER-33229 Blacklist tests that use startParallelShell from failover core s...Jack Mulrow2020-07-1622-10/+36
* SERVER-42042 Fail the build if it is set up to wander into the trilemmaAndrew Morrow2020-07-141-0/+9
* Import wiredtiger: 3a63ddcbed28c5f40ef026c55b85e34042a9715d from branch mongo...r3.6.19-rc0r3.6.19Chenhao Qu2020-07-145-47/+61
* SERVER-49233 Introduce a flag to toggle the logic for bumping collection's ma...Matthew Saltz2020-07-085-272/+742
* SERVER-49335: use barque API key instead of LDAP passwordKim Tao2020-07-071-1/+1
* SERVER-49142 Validate correct field name in RoleName::parseFromBSON()Sara Golemon2020-06-291-1/+1
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-06-2621-14/+555
* SERVER-46487 Add fast path to getShardIdsForRange() when chunk range is [MinK...Gregory Noma2020-06-242-5/+42
* SERVER-37069 Remove Rosette Linguistics PlatformMark Benvenuto2020-06-184-60/+5
* SERVER-48657: Use evergreen modules for performance signal-processing managem...David Bradford2020-06-161-0/+2
* SERVER-48659 Update SLES 12 AMI for package testsBrian McCarthy2020-06-112-13/+3
* SERVER-48681 Update Debian 8.1 AMI for package testsBrian McCarthy2020-06-103-16/+1
* SERVER-48640 Update RHEL 6.2 AMI for package testsBrian McCarthy2020-06-101-2/+3
* SERVER-48657: Use evergreen modules for performance signal-processing managementDavid Bradford2020-06-093-11/+17
* SERVER-45508 Fix crash when planning collated sort within multi point intervalDavid Percy2020-05-283-8/+45
* SERVER-40805 Indicate reason for replanningDavid Percy2020-05-2810-25/+89
* SERVER-47695: Don't set lastOp for client backwards in terms of timestamp aft...Lingzhi Deng2020-05-271-4/+7
* SERVER-47798 ismaster.js tests should ensure ismaster field is a booleanPavi Vetriselvan2020-05-262-2/+8
* SERVER-47994 Fix for numerical overflow in GeoHashSvilen Mihaylov2020-05-213-11/+75