summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-2/+0
* Revert "SERVER-64069 Relax restriction that changing a document's shard key v...Sviatlana Zuiko2022-07-282-25/+16
* Revert "SERVER-66289 Update write size estimation logic in DocumentSourceWriter"Uladzimir Makouski2022-07-281-9/+44
* SERVER-67899 fix the logic to reset the maxChunkSize param for the config.sys...Paolo Polato2022-07-281-0/+40
* SERVER-64069 Relax restriction that changing a document's shard key value mus...Erin Liang2022-07-282-16/+25
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-07-271-44/+9
* SERVER-67656 Implement authorization checks for the analyze commandLynne Wang2022-07-272-154/+7
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-2730-97/+97
* SERVER-67940 Raise invariant if ShardRegistry is refreshed while holding opCt...Paolo Polato2022-07-271-0/+4
* SERVER-67616: Add a Targeter for RemoteCommandTargeterErin McNulty2022-07-261-12/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-2633-57/+53
* SERVER-67253 Track time spent waiting for refresh on the routerAllison Easton2022-07-261-0/+12
* SERVER-67595 Introduce bucketRoundingSeconds time-series optionDavid Wang2022-07-252-3/+3
* SERVER-67686 collMod coordinator must block migration on bucket nss (2nd atte...Tommaso Tocci2022-07-251-0/+5
* SERVER-68137 Refactor shard registry initializationTommaso Tocci2022-07-215-28/+38
* SERVER-68171 Do not initialized the ShardRegistry with an empty placeholderTommaso Tocci2022-07-212-39/+25
* SERVER-67655: Implement analyze command for mongosLynne Wang2022-07-214-1/+268
* SERVER-68161 Do not wait for ShardRegistry reload at startupTommaso Tocci2022-07-205-38/+10
* SERVER-67914 Remove ShardRegistry::_getShardForRSNameNoReloadTommaso Tocci2022-07-183-35/+26
* SERVER-67633 Use the RecoverableCriticalSection to synch createCollection() w...Paolo Polato2022-07-181-12/+26
* SERVER-64104: Advance TransactionRouter firstStmtId on continue if no partici...Erin Liang2022-07-142-9/+43