summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69623 Add _clusterQueryWithoutShardKey command stubJason Zhang2022-09-152-0/+99
* Revert "SERVER-66297 get rid of maxSize"Sviatlana Zuiko2022-09-021-0/+3
* SERVER-66297 get rid of maxSizeEnrico Golfieri2022-09-011-3/+0
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-015-29/+37
* SERVER-69151 Remove 'analyze_shard_key' libraryCheahuychou Mao2022-08-303-5/+4
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-1/+1
* SERVER-68751 Add analyzeShardKey and configureQueryAnalyzer commands on mongosCheahuychou Mao2022-08-303-0/+248
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-3/+2
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-265-11/+3
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-235-15/+14
* SERVER-68911 Get rid of unnecessary argument to the `createCollection` functionKaloian Manassiev2022-08-181-3/+2
* 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-176-7/+7
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-2/+2
* 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-167-10/+11
* 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-68485 Merge and Split commands should not use the CSR to check the sha...Allison Easton2022-08-121-1/+0
* 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-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-032-3/+2
* 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-014-5/+5
* 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-296-20/+21
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-292-2/+2
* Revert "SERVER-64069 Relax restriction that changing a document's shard key v...Sviatlana Zuiko2022-07-282-25/+16
* SERVER-64069 Relax restriction that changing a document's shard key value mus...Erin Liang2022-07-282-16/+25
* 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-276-13/+13
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-2621-34/+32
* SERVER-67655: Implement analyze command for mongosLynne Wang2022-07-213-0/+267
* SERVER-67633 Use the RecoverableCriticalSection to synch createCollection() w...Paolo Polato2022-07-181-12/+26
* SERVER-67927 ServiceExecutor: ThreadingModel -> HasDedicatedThreadBilly Donahue2022-07-142-6/+7
* SERVER-67460 Change BasicCommandWithRequestParser to use DatabaseNameFernando Lisboa2022-07-116-23/+35
* SERVER-67912 Reduce set of non-causally consistent API of the ShardRegistryTommaso Tocci2022-07-112-5/+5
* SERVER-67802 ensure mongos count can handle large values for limitBenety Goh2022-07-101-1/+1
* SERVER-67802 ensure mongos count can handle large values for skipBenety Goh2022-07-091-1/+1
* SERVER-67462 Support renaming encrypted collections if client has correct pri...Mark Benvenuto2022-07-071-0/+4
* SERVER-66561: Change BasicCommandWithReplyBuilderInterface to use DatabaseNameFernando Lisboa2022-07-072-3/+3
* SERVER-60892 Delete the "availableQueryOptions" command on mongos and mongodcsum1122022-07-062-70/+0
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-1/+1
* SERVER-67408 Preserve `CollectionUUIDMismatch` error even if database does no...Gregory Noma2022-06-274-3/+32
* SERVER-62375 Remove upgrade/downgrade code for internal txnsErin Liang2022-06-273-4/+4
* SERVER-67511 MoveChunkCmd should runCommand without fixed attemptEnrico Golfieri2022-06-271-1/+1
* SERVER-65645 IDL-ify all commands on the chunk migration pathEnrico Golfieri2022-06-222-123/+177
* SERVER-67218 remove SSM::onCleanupHook by changing ServiceEntryPointImpl SSML...Billy Donahue2022-06-171-2/+2