summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-231-6/+2
* SERVER-68826 Fold tenant_id into the server_base libraryKaloian Manassiev2022-08-231-10/+14
* SERVER-69048 Simplify bson_validate linkingYuhong Zhang2022-08-221-1/+0
* Revert "SERVER-67443 added logging for fcv up/downgrade in set_feature_compat...Sviatlana Zuiko2022-08-221-30/+1
* SERVER-67443 added logging for fcv up/downgrade in set_feature_compatibility_...Luxi Liu2022-08-191-1/+30
* SERVER-67880 : Check BSON column is decompressible in the validate command.Richard Hausman2022-08-191-0/+1
* SERVER-68651 Put isDowngrading to upgraded path under feature flagLuxi Liu2022-08-192-11/+27
* SERVER-67946 added downgrading->upgrading path sharding testsLuxi Liu2022-08-192-2/+16
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-181-1/+1
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-1/+2
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-1/+1
* SERVER-67814 Fix detection of and report the number of time-series collection...Dan Larkin-York2022-08-181-27/+0
* SERVER-65030 make replSetResizeOplog and setIndexCommitQuorumShin Yee Tan2022-08-182-2/+2
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-17/+16
* SERVER-68911 Get rid of unnecessary argument to the `createCollection` functionKaloian Manassiev2022-08-181-5/+1
* SERVER-62760 Implement CQF Query LoggingBen Shteinfeld2022-08-171-0/+4
* SERVER-67827 Convert non-sharding ErrmsgCommandDeprecated commands to BasicCo...Sophia Tan2022-08-1713-205/+163
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-1714-45/+45
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-1/+1
* SERVER-67657 Change mongod commands that override CommandInvocation to use te...Fernando Lisboa2022-08-174-19/+39
* SERVER-67493 Rename TenantMigrationRecipient's _taskCompletionPromise to _for...Fernando Lisboa2022-08-171-1/+1
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-163-4/+5
* SERVER-68835: Mark tenantId as optional for tenant migration cmdsChristopher Caplinger2022-08-164-15/+17
* SERVER-64964 small ServerStatusMetric docs and fixesBilly Donahue2022-08-162-32/+25
* SERVER-63454: Don't require tenantId for shard mergeChristopher Caplinger2022-08-154-8/+8
* SERVER-68311 get/setClusterParameter invocations use tenant collectionGabriel Marks2022-08-154-14/+19
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-152-13/+8
* SERVER-67644 fix racy std::string metricBilly Donahue2022-08-143-0/+134
* SERVER-61822 Create new command listDatabasesForAllTenantsFernando Lisboa2022-08-115-53/+401
* SERVER-66631 Implement command to enable and disable the change stream.Rishab Joshi2022-08-113-4/+186
* SERVER-64964 Measure egress connection creation time from connection poolsVojislav Stojkovic2022-08-111-5/+51
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-111-3/+4
* SERVER-67371 [CQF] find fallback blacklistruslan.abdulkhalikov2022-08-101-6/+34
* SERVER-67997 Validation of analyze parametersLynne Wang2022-08-101-0/+54
* SERVER-68592 Rename DDL lock managerTommaso Tocci2022-08-101-6/+6
* SERVER-68694 The compact command should not block oplog applicationGregory Wlodarek2022-08-101-0/+3
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-1046-92/+97
* SERVER-67461 Convert the renameCollection command to a TypedCommandSophia Tan2022-08-091-42/+48
* SERVER-65891 Make all distLock acquisitions local-onlyTommaso Tocci2022-08-092-2/+27
* SERVER-68384 Drain all DDL coordinators before downgrading to FCV 6.0Tommaso Tocci2022-08-091-0/+10
* SERVER-67944 Refactor _runUpgradeEvelyn Wu2022-08-081-23/+95
* SERVER-67958 added downgrading->upgrading path, always generate new timestamp...Luxi Liu2022-08-082-32/+37
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-073-10/+5
* SERVER-67548 Index scan with equality to null incorrectly appends null if the...Svilen Mihaylov2022-08-061-0/+1
* SERVER-68598 Change CommandHelpers::parseNsOrUUID to take in DatabaseNameSophia Tan2022-08-063-12/+14
* SERVER-67752 Add range support to create collectionMark Benvenuto2022-08-052-0/+28
* SERVER-68553 Add local DDL lock acquisition reasonTommaso Tocci2022-08-051-2/+3
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-1/+1
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-041-15/+19
* Revert "SERVER-62042 Consolidate query optimization and execution control int...auto-revert-processor2022-08-041-19/+15