summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48002 Do not enforce DataCorruptionDetected assertion when ignoring pr...Louis Williams2020-11-112-1/+69
* SERVER-52731 Made StatusWith types/constants inlineBen Caimano2020-11-111-8/+4
* SERVER-51866 IDLify MergeAuthzCollections commandSara Golemon2020-11-107-506/+357
* SERVER-51859 Fix builtin privileges reporting via rolesInfoSara Golemon2020-11-102-7/+136
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-11-1015-86/+273
* SERVER-52658 Shut down the Grid's executor before shutting down the PrimaryOn...Blake Oler2020-11-101-0/+2
* SERVER-51217 Create temporary resharding collection on recipientBlake Oler2020-11-105-107/+179
* SERVER-51895 Fix so drop index is registering a valid ident with the reaper w...Henrik Edin2020-11-108-27/+26
* SERVER-51877 Check all API V1 commands are defined in IDLA. Jesse Jiryu Davis2020-11-106-25/+223
* SERVER-49024 Disallow $lookup caching of stages containing $rand, $sampleDavid Percy2020-11-106-23/+69
* SERVER-52724 'ttl_monitor_does_not_unregister_index_during_collection_creatio...Gregory Wlodarek2020-11-101-2/+2
* SERVER-52522 transform time-series inserts to upserts in js testBenety Goh2020-11-101-46/+120
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-1024-28/+173
* SERVER-52724 Increment TTL passes server status metric after the TTL work has...Gregory Wlodarek2020-11-101-1/+2
* SERVER-52733 Dependency rationalization for sbe valueSvilen Mihaylov2020-11-101-5/+17
* SERVER-51865 IDLify user cache commandsSara Golemon2020-11-105-120/+96
* SERVER-52690 Run ReshardingCollectionCloner on a TaskExecutor.Max Hirschhorn2020-11-105-64/+265
* Import wiredtiger: 2fb1c7b6fde6de1550079bcf4582cbade9f40e50 from branch mongo...Luke Chen2020-11-1035-277/+78
* SERVER-51303 Fix lookup match absorbtion optimization for $typeJacob Evans2020-11-103-52/+237
* SERVER-52679: Disallow null/undefined command parameter for IDL commands with...Lingzhi Deng2020-11-102-3/+17
* SERVER-50762 [SBE] SizeMatchExpression can produce wrong results in some case...Melodee Li2020-11-092-11/+24
* SERVER-50838 Unchecked return value for recordCursor restore in IDHack stageEric Cox2020-11-091-2/+4
* SERVER-52714 Fix the lifetime of ImpersonationSessionGuard in ExecCommandData...Amirsaman Memaripour2020-11-091-1/+2
* SERVER-52698 Protect ViewCatalog with mutex also in rollback handlersHenrik Edin2020-11-091-3/+11
* SERVER-51873 Remove system.buckets collection when dropping time-series viewGregory Noma2020-11-094-50/+97
* SERVER-52672 Update blackduck_hub.py rules for filtering beta versionsMark Benvenuto2020-11-091-12/+9
* SERVER-52697 Add tpcc to system_perf.yml modulesRichard Samuels2020-11-091-0/+4
* SERVER-52696 Add sysbench to system_perf.yml modulesRichard Samuels2020-11-091-0/+4
* SERVER-51894 Don't call std::move() on 'collectionOptions' when calling 'user...Mihai Andrei2020-11-091-4/+10
* SERVER-51864 IDLify usersInfo and rolesInfo commandsSara Golemon2020-11-0919-608/+810
* SERVER-51679 Fix race condition in Free Monitoring when free monitoring docum...Mark Benvenuto2020-11-097-6/+104
* SERVER-50510 Change markHostNotMaster to markHostNotPrimaryGabriel Russell2020-11-099-13/+13
* SERVER-52675 Lower number of documents for index stress test and skip EFTBrian DeLeonardis2020-11-092-2/+18
* SERVER-51677 Use LockFree Collection RAII helpers in find, getmore and aggreg...Henrik Edin2020-11-0912-18/+12
* SERVER-47081 Delete geoHaystack indexes on upgradeMihai Andrei2020-11-092-0/+260
* SERVER-6036 Adjust tests for cursor timeout to disable implicit session creationJames Wahlin2020-11-093-1/+13
* SERVER-6036 Disable cursor timeout for cursors that belong to a sessionGeorge Wangensteen2020-11-093-19/+73
* SERVER-51668 Report total CPU time spent by operations in serverStatusLouis Williams2020-11-096-59/+140
* SERVER-51540 Support mod expression in SBEAlya Berciu2020-11-0910-11/+366
* SERVER-50905: Add RecordId type in SBENikita Lapkov2020-11-0912-11/+55
* Import wiredtiger: 805fe0276c367cb70321af3e1f473c881d0adc87 from branch mongo...Luke Chen2020-11-0930-259/+665
* SERVER-52534 Auth to the Evergreen API and S3 for both local and Evergreen ma...Mikhail Shchatko2020-11-096-1/+203
* SERVER-51263 rename ismaster_metrics files to hello_metricsPavi Vetriselvan2020-11-099-8/+8
* SERVER-50412 implement helloOk protocol negotiation on mongosPavi Vetriselvan2020-11-093-0/+41
* SERVER-48571 Execute baton manually to ensure unittest terminationMarcos José Grillo Ramírez2020-11-071-0/+5
* SERVER-51750 config.transactions cloner for resharding must not ignore record...Jack Mulrow2020-11-064-146/+188
* SERVER-51387 Assert that the stable timestamp is never set higher than the al...Gregory Wlodarek2020-11-069-17/+55
* SERVER-52644 Update kms-message for gcp and azure supportMark Benvenuto2020-11-0640-83/+1705
* SERVER-52659 Avoid running command in a separate thread in index_commands_sha...Tommaso Tocci2020-11-062-8/+3
* SERVER-52663 Fix the lifetime of ScopedMetricsCollector in ExecCommandDatabaseAmirsaman Memaripour2020-11-061-5/+10