summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-63495 Link cluster find and strategy into mongodJack Mulrow2022-03-164-52/+133
|
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-141-0/+4
|
* SERVER-63732 Add new implicitlyCreateIndex and enforceUniqueness to ↵Randolph Tan2022-03-142-0/+12
| | | | shardCollection command
* Revert "SERVER-63850 Add the count command to API version 1"Sviatlana Zuiko2022-03-141-4/+0
| | | | This reverts commit 1ca10441ee35fcea2a88a0c522fa0890017f5fbd.
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-121-0/+4
|
* SERVER-64245 Make SetUserWriteBlockModeCoordinator set the write blocking ↵Jordi Serra Torrens2022-03-101-1/+0
| | | | state on the shards
* SERVER-64195 Provide user-facing `moveRange` commandPierlauro Sciarelli2022-03-092-0/+124
|
* SERVER-61333 ban snapshot read distinct cmd of sharded coll on mongod, not ↵Kyle Suarez2022-03-081-8/+0
| | | | mongos
* SERVER-63082 Make scaffolding for internal transactions test commandSanika Phanse2022-03-083-0/+120
|
* SERVER-64033 IDL-ify cluster enableSharding commandTommaso Tocci2022-03-031-65/+58
|
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-033-8/+8
|
* SERVER-64105 Support stmtIds in the transaction APIJack Mulrow2022-03-025-41/+28
|
* SERVER-63525 Build setUserWriteBlockingMode mongos commandJordi Serra Torrens2022-03-021-2/+19
|
* SERVER-63742 Default topology time in shard can lead to infinite refresh in ↵Antonio Fuschetto2022-03-021-2/+2
| | | | shard registry
* SERVER-64035 Ensure all UNSHARDED code paths include DBVersionKaloian Manassiev2022-03-011-0/+12
|
* SERVER-59186 Use transaction API for all current changing a document's shard ↵Jack Mulrow2022-02-286-159/+522
| | | | key logic
* SERVER-60926 Make enableSharding command optionalTommaso Tocci2022-02-281-3/+1
|
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-251-4/+10
|
* SERVER-63491 Remove TxnNumberAndRetryCounter as a parameter for ↵Sanika Phanse2022-02-242-8/+2
| | | | txnRouter.beginOrContinue()
* SERVER-63451 Add setUserWriteBlockModeCommandGabriel Marks2022-02-162-0/+84
|
* SERVER-63587 Clean up lifetime management in the transaction APIJack Mulrow2022-02-161-2/+2
|
* SERVER-62448 Add collectionUUID parameter to drop commandFaustoleyva542022-02-101-0/+1
|
* SERVER-63384 Add support for encrypted fields to create collectionr5.3.0-alpha4Mark Benvenuto2022-02-091-1/+2
|
* SERVER-63366 Basic retryability support for findAndModify WCOS with ↵Jack Mulrow2022-02-082-1/+4
| | | | transaction API
* SERVER-62452 Add collectionUUID parameter to reshardCollection commandFaustoleyva542022-02-071-0/+1
|
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-075-18/+4
|
* SERVER-63364 Use transaction API to handle WCOS errors for findAndModify ↵Jack Mulrow2022-02-072-41/+107
| | | | without retryability
* SERVER-62453 Add collectionUUID parameter to refineCollectionShardKey commandFaustoleyva542022-02-071-0/+1
|
* SERVER-63168 remove hidden parameter from moveChunk commandPaolo Polato2022-02-031-4/+0
|
* SERVER-62959 Apply the right maxChunkSize value when migrating a chunkPaolo Polato2022-02-021-4/+0
|
* SERVER-62456 Take UUID for `dropTarget` of `renameCollection` commandGregory Noma2022-02-021-2/+10
|
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-1/+1
|
* SERVER-62455 Add `collectionUUID` parameter to `renameCollection` commandGregory Noma2022-01-251-0/+1
|
* SERVER-62454 Add `collectionUUID` parameter to `shardCollection` commandGregory Noma2022-01-242-0/+5
|
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-242-2/+2
|
* SERVER-62783 Get rid of ChunkVersion::appendToCommand/parseFromCommandKaloian Manassiev2022-01-242-2/+2
|
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-201-0/+11
|
* SERVER-62757 Rename balancerShouldMergeChunks command parameterTommaso Tocci2022-01-201-1/+1
|
* Revert "SERVER-60817 Check write concern string for validity"Kaloian Manassiev2022-01-191-11/+0
| | | | This reverts commit 4c96930ccb001d91fd188380f80756c19f1ad3c1.
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-181-0/+11
|
* SERVER-60533 Return empty result in distinct when database not foundAlya Berciu2022-01-141-1/+9
|
* SERVER-61558 Rename configureCollectionAutosplitter commandr5.3.0-alpha0Tommaso Tocci2022-01-132-7/+7
|
* SERVER-58692: Introduce cluster-wide pre-image expiration parameter.Rishab Joshi2022-01-122-0/+214
|
* SERVER-62065 Introduce the 'repairShardedCollectionChunksHistory' commandKaloian Manassiev2022-01-122-0/+122
| | | | (cherry picked from commit 508f8dd9dd4aa27f15b327c84d5160146ffa8724)
* SERVER-62251 Add ServerParameterType::kClusterWideSara Golemon2022-01-101-6/+3
|
* SERVER-62064 Serialize resharding with other DDL operations on stepupJordi Serra Torrens2022-01-071-6/+13
|
* SERVER-60694 Move collMod to DDL coordinator infrastructureRui Liu2021-12-221-28/+19
|
* SERVER-61616 Add allowedWithTenant() command propertySara Golemon2021-12-201-10/+18
|
* Revert "SERVER-60694 Move collMod to DDL coordinator infrastructure"Arun Banala2021-12-031-19/+28
|
* Revert "SERVER-60533 Ensure db exists in distinct command"Alya Berciu2021-12-031-4/+0
|