summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70581 Handle WCOS for update and findAndModify if replacement document...Jason Zhang2023-02-155-447/+628
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-1/+1
* SERVER-73324 Literal and field name redaction for ExpressionFieldPath and Exp...Ted Tuckman2023-02-142-3/+3
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-73045 Preserve the original filter in the write phase for updateOne/de...Jason Zhang2023-02-101-8/+49
* SERVER-73433 Clear index cache as well as collection cache after ddl operationsAllison Easton2023-02-083-0/+4
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-083-4/+4
* SERVER-73407 Collect telemetry on mongos for find and aggr6.3.0-rc0Davis Haupt2023-02-071-1/+9
* Revert "SERVER-73407 Collect telemetry on mongos for find and agg"Sviatlana Zuiko2023-02-041-9/+1
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-036-39/+21
* SERVER-73407 Collect telemetry on mongos for find and aggDavis Haupt2023-02-031-1/+9
* SERVER-73558 Put the analyzeShardKey IDL structs in analyze_shard_key namespaceCheahuychou Mao2023-02-032-0/+4
* SERVER-70876 Disallow operators that run javascript in multitenancy modeHugh Tong2023-02-021-3/+3
* SERVER-73012 Make mongos prioritize primary shard when forwarding analyzeShar...Cheahuychou Mao2023-02-021-4/+22
* SERVER-72637: Implement the skeleton of BulkWriteExec on mongosLingzhi Deng2023-01-311-3/+2
* SERVER-73238 Move some shard_key_pattern query methods out of 'grid'Kaloian Manassiev2023-01-315-24/+13
* SERVER-72833 implement setProfilingFilterGlobally commandAlyssa Wagenmaker2023-01-261-0/+3
* SERVER-73238 Introduce the `shard_role_api` libraryKaloian Manassiev2023-01-262-3/+1
* SERVER-70506 Support retryability for updateOne, deleteOne, and findAndModifyJason Zhang2023-01-261-12/+60
* SERVER-73238 Cleanup direct linking references to `sharding_api_d`Kaloian Manassiev2023-01-241-1/+1
* SERVER-72716 Added cursor based reply to checkMetadataConsistency commandPol Pinol Castuera2023-01-241-3/+19
* SERVER-72278 Implement `mergeAllChunksOnShard` command pathsSilvia Surroca2023-01-202-0/+107
* SERVER-73013: Fix cluster_bulk_write_cmd replyseanzimm2023-01-191-1/+5
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-191-1/+1
* SERVER-71823 Introduce new checkMetadataConsistency commandPol Pinol Castuera2023-01-182-0/+120
* SERVER-70382 Replace boost::none with index version in split vector callAllison Easton2023-01-181-20/+21
* SERVER-72735 Make 'collection' dependent on 'sharding_api_d'Kaloian Manassiev2023-01-173-0/+666
* SERVER-72047: Make BulkWrite command perform inserts on mongodseanzimm2023-01-122-0/+112
* SERVER-72609 Append other command information to the command object passed to...Jason Zhang2023-01-102-26/+47
* SERVER-71379 Ensure error propagation from internal transaction for all singl...Sanika Phanse2023-01-061-25/+22
* SERVER-72373 upgrade all `rand` to `PseudoRandom`Billy Donahue2023-01-031-1/+3
* SERVER-72451 Explicitly set the status for the no-op BatchedCommandResponseJason Zhang2023-01-032-2/+2
* SERVER-69920 Implement two phase protocol for updateOne and deleteOneJason Zhang2022-12-292-17/+18
* SERVER-71030 Modify CursorResponse to serialize/deserialize NamespaceString w...Hugh Tong2022-12-202-2/+2
* SERVER-71120 Fix serialisation of collection created within aggregationsPaolo Polato2022-12-201-26/+12
* SERVER-71981 Write a two phase write protocol helperJason Zhang2022-12-141-70/+25
* SERVER-72003 Have clusterWriteWithoutShardKey also return shardId for targete...Jason Zhang2022-12-131-1/+1
* SERVER-71874 Return early if empty response detected from _clusterQueryWithou...Sanika Phanse2022-12-091-1/+21
* SERVER-71896 Validate if a query with _id or shard key is directly targetable...Jason Zhang2022-12-081-2/+5
* SERVER-49040 Avoid transmission of internal-only errorsAlex Li2022-12-081-5/+10
* SERVER-71647 Change evaluation of stmtId to use parsedRequest.getStmtId().val...Sanika Phanse2022-11-291-2/+2
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-2329-107/+100
* SERVER-70945 Make findAndModify without a shard key correctly run in a sessionSanika Phanse2022-11-231-1/+1
* SERVER-70948 findAndModify without shard key basic functionalitySanika Phanse2022-11-223-69/+166
* SERVER-28756 Remove TODO SERVER-28756 comment and continue disallowing transa...Jason Zhang2022-11-221-2/+0
* SERVER-67241 Log metrics for first ingress hello commandVojislav Stojkovic2022-11-221-3/+15
* SERVER-71141 Support sampling nested aggregate queries on sharded clustersCheahuychou Mao2022-11-151-11/+10
* SERVER-70206 Remove getLastError commandAlex Li2022-11-152-73/+0
* SERVER-68852 Investigate handling of incorrect values for balancer settingsAllison Easton2022-11-141-0/+8
* SERVER-71281 Make opcounters.command on mongos not count inserts, updates and...Cheahuychou Mao2022-11-111-0/+4