summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-51667 Collect CPU time used per operationLouis Williams2020-11-044-43/+104
* SERVER-51540 Support mod expression in SBEAlya Berciu2020-11-044-2/+271
* SERVER-51717 Run the DropIdentCallback from within the KVEngineGregory Noma2020-11-0414-46/+70
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-0424-49/+383
* SERVER-52614 Rename field names in tenant_migration_recipient_cmds.idl and te...Suganthi Mani2020-11-047-43/+45
* SERVER-51269 Support $setIntersection expression in SBEMilena Ivanova2020-11-046-26/+135
* SERVER-49787 Create collection cloner for resharding.Max Hirschhorn2020-11-0412-18/+394
* SERVER-50154 Add declarative mock network framework for unit testing.Siyuan Zhou2020-11-035-0/+462
* SERVER-52611 Update comment about when a chunk migration recipient's SessionC...Esha Maharishi2020-11-031-1/+3
* SERVER-47415 Move data structures for tracking active index builds out of Ind...Brian DeLeonardis2020-11-037-274/+407
* SERVER-51372 Add command_name field to IDL command syntaxSamy Lanka2020-11-0331-0/+56
* SERVER-50201 Initialize _nodeType to be NodeType::LEAF in ephemeralForTestGregory Wlodarek2020-11-031-1/+1
* SERVER-51293 Make TenantMigrationDonorService use Future-returning version of...Jason Zhang2020-11-032-26/+9
* SERVER-51291 Increment shard version when changing original or temporary resh...Blake Oler2020-11-0311-369/+846
* SERVER-51144: Index metadata sanity check for importCollectionLingzhi Deng2020-11-031-1/+0
* SERVER-51796 Add missing comma to log message 22334Gregory Noma2020-11-031-4/+1
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-0321-211/+94
* SERVER-51749 Remove some sanity checks (like ErrorCodes::OplogStartMissing) f...Matthew Russotto2020-11-032-3/+106
* SERVER-51136 Test resuming multiple index builds for rollbackGregory Noma2020-11-035-34/+66
* SERVER-47081 Delete geoSearch command and related testsMihai Andrei2020-11-033-282/+0