summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49024 Disallow $lookup caching of stages containing $rand, $sampleDavid Percy2020-11-105-23/+28
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-1013-17/+84
* 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-104-95/+73
* SERVER-52690 Run ReshardingCollectionCloner on a TaskExecutor.Max Hirschhorn2020-11-105-64/+265
* SERVER-51303 Fix lookup match absorbtion optimization for $typeJacob Evans2020-11-102-2/+19
* SERVER-50762 [SBE] SizeMatchExpression can produce wrong results in some case...Melodee Li2020-11-091-10/+18
* 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-092-45/+87
* 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-0917-542/+751
* SERVER-51679 Fix race condition in Free Monitoring when free monitoring docum...Mark Benvenuto2020-11-097-6/+104
* SERVER-51677 Use LockFree Collection RAII helpers in find, getmore and aggreg...Henrik Edin2020-11-098-13/+10
* SERVER-47081 Delete geoHaystack indexes on upgradeMihai Andrei2020-11-091-0/+49
* SERVER-6036 Disable cursor timeout for cursors that belong to a sessionGeorge Wangensteen2020-11-091-1/+1
* SERVER-51668 Report total CPU time spent by operations in serverStatusLouis Williams2020-11-095-59/+116
* SERVER-51540 Support mod expression in SBEAlya Berciu2020-11-094-4/+273
* SERVER-50905: Add RecordId type in SBENikita Lapkov2020-11-0912-11/+55
* SERVER-51263 rename ismaster_metrics files to hello_metricsPavi Vetriselvan2020-11-093-3/+3
* 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-52663 Fix the lifetime of ScopedMetricsCollector in ExecCommandDatabaseAmirsaman Memaripour2020-11-061-5/+10
* SERVER-51420 Optimize delete to only read document onceBrian DeLeonardis2020-11-066-13/+68
* SERVER-52621 Remove stale version execption handling in OpQuery exec pathTommaso Tocci2020-11-061-14/+2
* SERVER-52628 Tenant migration recipient no longer gives a false indication to...Suganthi Mani2020-11-063-10/+48
* SERVER-52602 OplogBufferCollection uses write_ops_exec::performInserts() to i...Suganthi Mani2020-11-0615-42/+147
* SERVER-49825 Replicate updates changing value under new shard key pattern as ...Alex Taskov2020-11-066-26/+107
* SERVER-51524 Rename internalQueryCacheSize to internalQueryCacheMaxEntriesPer...David Storch2020-11-062-3/+4
* SERVER-51270 Support $setDifference expression in SBEMilena Ivanova2020-11-065-5/+93
* SERVER-51870 Reduce memory footprint for SBE PlanStagesAnton Korshunov2020-11-063-129/+79
* SERVER-49107 Add support for async execution to MongoD command pathAmirsaman Memaripour2020-11-068-821/+1381
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-0630-64/+4
* SERVER-52624: Cache the pointer to the oplog collection before running recove...Lingzhi Deng2020-11-062-11/+4
* SERVER-48890: allow addFields to take empty document as no-opcaiyingshen2020-11-062-6/+43
* SERVER-51374 Create IDL definition for ErrorReplyGeorge Wangensteen2020-11-062-2/+43
* SERVER-52627 fix use after free in SBE sub plannerIan Boros2020-11-051-5/+8
* SERVER-51398 Write state transition and other data from resharding donor/reci...Blake Oler2020-11-058-28/+83
* SERVER-51373 Create IDL definition for OkReplyGeorge Wangensteen2020-11-053-9/+2
* SERVER-43959: Use "default" initializer prerequisite for warning in mongod_op...Jordi Serra Torrens2020-11-055-31/+6
* SERVER-51356 Introduce single eval frame model to SBE buildersNikita Lapkov2020-11-056-843/+783
* SERVER-51291 Fix use-after-moveBlake Oler2020-11-051-5/+2
* Revert "SERVER-51540 Support mod expression in SBE"Ali Mir2020-11-054-271/+2
* SERVER-50412 implement helloOk protocol negotiation on mongodPavi Vetriselvan2020-11-053-3/+45
* SERVER-52615 Makes sure that the TenantMigrationSharedData:::_lastVisibleOpTi...Suganthi Mani2020-11-055-2/+33
* SERVER-50864 Collect resource consumption metrics for TTL indexesLouis Williams2020-11-041-0/+4
* SERVER-51837 addPrivilegesForBuiltinRole should never fail with a builtin roleSara Golemon2020-11-041-2/+2
* SERVER-51718 Disallow sparse, hashed indexes from being considered for answer...James Wahlin2020-11-042-25/+69