summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69059 Create an InterruptibleLockGuard to place in ClientCursorPin to ...Dianna Hohensee2022-09-021-37/+2
* SERVER-69159 Enable positioned cursors across find cmd for snapshot read concernDianna Hohensee2022-08-311-3/+1
* SERVER-68556 Allow transactions on timeseries buckets collectionsMatthew Saltz2022-08-302-29/+8
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-306-45/+63
* SERVER-68215 move MongoDSessionCatalog into its own libraryBenety Goh2022-08-291-0/+1
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-297-79/+24
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-2633-37/+32
* SERVER-62407 Translate find queries directly to ABTBen Shteinfeld2022-08-257-1419/+16
* SERVER-67549 Change dropDatabase command path to use DatabaseNamejannaerin2022-08-251-2/+4
* SERVER-67443 added logging for fcv up/downgrade in set_feature_compatibility_...Luxi Liu2022-08-251-1/+30
* SERVER-68688 Rename `checkBSONConsistency` option to `checkBSONConformance`Yuhong Zhang2022-08-251-14/+14
* SERVER-68512 Do not use CQF if an index exists with a non-simple collationNicholas Zolnierz2022-08-252-2/+4
* SERVER-68558: Mark command reply types with is_command_reply fieldErin McNulty2022-08-2412-0/+18
* SERVER-68795 Make PlanYieldPolicySBE always use new yielding when feature fla...Dianna Hohensee2022-08-241-2/+1
* SERVER-67634 Ensure that change collections are never used on configRishab Joshi2022-08-231-0/+6
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-232-3/+3
* 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