summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-0125-288/+461
* SERVER-69245 Fix compilation of unittests with C++20Allison Easton2022-08-311-1/+1
* SERVER-68910 Recieve -> ReceiveMatt Kneiser2022-08-303-3/+3
* SERVER-69151 Remove 'analyze_shard_key' libraryCheahuychou Mao2022-08-307-6/+169
* SERVER-69155 fix bugprone-suspicious-string-compare warningsJuan Gu2022-08-302-2/+2
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-305-10/+15
* SERVER-68751 Add analyzeShardKey and configureQueryAnalyzer commands on mongosCheahuychou Mao2022-08-303-0/+248
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-301-0/+10
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-292-7/+5
* SERVER-68541 Concurrent removeShard and movePrimary may delete unsharded coll...Antonio Fuschetto2022-08-291-0/+18
* SERVER-69154 fix clang tidy issue static_cast(bug BF-26203 is depend on)Juan Gu2022-08-261-1/+1
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-2650-75/+67
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-2614-80/+77
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-1/+0
* SERVER-68558: Mark command reply types with is_command_reply fieldErin McNulty2022-08-244-0/+6
* SERVER-68896 Create ComparableIndexVersion class for IndexCacheAllison Easton2022-08-248-6/+496
* SERVER-69033 Make no-indexes version boost::none instead of Timestamp(0, 0)Allison Easton2022-08-242-4/+4
* SERVER-52130 Create feature flag for PM-1858Cheahuychou Mao2022-08-231-0/+1
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-235-15/+14
* SERVER-68826 Fold tenant_id into the server_base libraryKaloian Manassiev2022-08-231-1/+0
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-182-1/+3
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-1824-319/+25
* SERVER-68642 add config.placementHistory collection to sharding catalogPaolo Polato2022-08-182-0/+58
* SERVER-68911 Get rid of unnecessary argument to the `createCollection` functionKaloian Manassiev2022-08-181-3/+2
* SERVER-67748 added the additional participant parameterKruti Shah2022-08-171-0/+17
* SERVER-67827 Convert non-sharding ErrmsgCommandDeprecated commands to BasicCo...Sophia Tan2022-08-173-7/+10
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-1732-51/+51
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-1712-26/+373
* SERVER-67657 Change mongod commands that override CommandInvocation to use te...Fernando Lisboa2022-08-171-5/+6
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-1612-20/+22
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-08-161-44/+9
* SERVER-60909 Fix use of BSONArrayBuilder in cluster_explainTed Tuckman2022-08-161-4/+3
* SERVER-67375 Make findAndModify updateShardKey work with FLE2Shreyas Kalyan2022-08-164-21/+65
* SERVER-68311 get/setClusterParameter invocations use tenant collectionGabriel Marks2022-08-151-0/+1
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-156-51/+30
* SERVER-68485 Merge and Split commands should not use the CSR to check the sha...Allison Easton2022-08-122-2/+0
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-112-21/+10
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-1034-57/+62
* SERVER-68480 Complete TODO listed in SERVER-67516Sophia Tan2022-08-091-3/+1
* SERVER-51956 Create feature flag for Make historical targeting data available...Enrico Golfieri2022-08-091-0/+4
* SERVER-68384 Drain all DDL coordinators before downgrading to FCV 6.0Tommaso Tocci2022-08-091-0/+7
* SERVER-67608: Create a ShardTargeter typeErin McNulty2022-08-043-0/+399
* SERVER-68398 Change BasicCommandWithReplyBuilderInterface::parseNs to take in...Sophia Tan2022-08-0315-54/+52
* SERVER-57384 Remove serverStatus counters and logging for deleted opcodesIrina Yatsenko2022-08-033-17/+3
* SERVER-67119 Add sharding catalog global index API to create/remove a global ...Marcos José Grillo Ramirez2022-08-023-2/+13
* SERVER-64069 Relax restriction that changing a document's shard key value mus...Erin Liang2022-08-022-16/+25
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-015-6/+6
* SERVER-68257 Migrate dbcommands from ErrmsgCommandDeprecatedSara Golemon2022-07-303-103/+128
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-298-23/+30
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-2920-38/+123