summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63327 Make the Stale* exception handling uniform in all code pathsKaloian Manassiev2022-03-102-7/+20
* SERVER-64195 Provide user-facing `moveRange` commandPierlauro Sciarelli2022-03-093-21/+181
* SERVER-63772 Copy important fields to the outgoing and remote cursor response...Jennifer Peshansky2022-03-091-7/+12
* SERVER-64057 Implement a scoped object for setting the expected shard/databas...Kaloian Manassiev2022-03-093-2/+19
* SERVER-61333 ban snapshot read distinct cmd of sharded coll on mongod, not mo...Kyle Suarez2022-03-081-8/+0
* SERVER-63082 Make scaffolding for internal transactions test commandSanika Phanse2022-03-083-0/+120
* SERVER-64199 Use legal Timestamps for the routing performance benchmarksKaloian Manassiev2022-03-071-7/+7
* SERVER-64160 Drop deprecated field parsing support for collection typeTommaso Tocci2022-03-079-115/+113
* SERVER-58207 Enable featureFlagLoadBalancer by defaultGeorge Wangensteen2022-03-042-3/+2
* SERVER-63712 Add support for FLE 2 insert into MongoSMark Benvenuto2022-03-044-0/+18
* SERVER-63241 Lookup round should fulfill atleast a promiseSergi Mateo Bellido2022-03-046-16/+16
* SERVER-63761 Implement first version of moveRange command (aliasing moveChunk)Pierlauro Sciarelli2022-03-042-0/+88
* SERVER-63781 set per shard cursor initial batch size to 0Mickey. J Winters2022-03-031-1/+7
* SERVER-63774 Pass optional dbVersion to runPipelineOnSpecificShardJennifer Peshansky2022-03-033-6/+7
* SERVER-64033 IDL-ify cluster enableSharding commandTommaso Tocci2022-03-033-71/+81
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-038-67/+28
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-023-5/+13
* SERVER-64105 Support stmtIds in the transaction APIJack Mulrow2022-03-028-42/+63
* SERVER-63525 Build setUserWriteBlockingMode mongos commandJordi Serra Torrens2022-03-023-4/+24
* SERVER-64045 Remove partitioned field from DatabaseType constructorTommaso Tocci2022-03-0210-55/+42
* SERVER-62262 Add _configsvrSetClusterParameter commandMarcos José Grillo Ramirez2022-03-021-0/+11
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-025-19/+53
* SERVER-64035 Ensure all UNSHARDED code paths include DBVersionKaloian Manassiev2022-03-015-286/+76
* SERVER-64057 Move the shard/database version parsing to the endpointKaloian Manassiev2022-03-011-0/+6
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-2815-165/+703
* SERVER-60926 Make enableSharding command optionalTommaso Tocci2022-02-284-6/+10
* SERVER-63331 Remove unnecessary conversion between BSON and WriteError IDLKaloian Manassiev2022-02-276-12/+0
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-0/+1
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-256-13/+190
* SERVER-63491 Remove TxnNumberAndRetryCounter as a parameter for txnRouter.beg...Sanika Phanse2022-02-248-1014/+351
* SERVER-60562 Include cursor value in duplicate key error when testing is enabledGregory Noma2022-02-241-1/+1
* SERVER-63331 Convert WriteErrors parsing into IDLKaloian Manassiev2022-02-233-9/+32
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-2318-328/+197
* SERVER-40691 $nin:[[],...] queries are not indexed #3420Jess Balint2022-02-221-1/+1
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-224-30/+25
* SERVER-62801 Add change stream event for create operationArun Banala2022-02-221-1/+1
* SERVER-63088 Enable chunk version persisted format change by default and ensu...Marcos José Grillo Ramirez2022-02-211-1/+2
* SERVER-63285 Ensure `CollectionUUIDMismatch` error from write commands does n...Gregory Noma2022-02-182-0/+106
* SERVER-63088 Change chunk version persistance formatMarcos José Grillo Ramirez2022-02-184-0/+66
* SERVER-62853 Report maxChunkSize in balancerCollectionStatus()Paolo Polato2022-02-161-0/+3
* 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-63270 Complete TODO listed in SERVER-62152Pierlauro Sciarelli2022-02-151-1/+0
* SERVER-63253 Ensure `CollectionUUIDMismatch` error from `find command does no...Gregory Noma2022-02-152-11/+31
* SERVER-63528 Use db and collection instead of namespace in CollectionUUIDMism...Gregory Noma2022-02-152-3/+3
* SERVER-62036 Failures in preCacheMongosRoutingInfo() will cause mongos to fai...Antonio Fuschetto2022-02-113-9/+14
* SERVER-62861 Use `null` instead of empty string for `actualNamespace` in `Col...Gregory Noma2022-02-112-5/+3
* SERVER-62915 Unify ChunkVersion parsing into a single functionMarcos José Grillo Ramirez2022-02-1113-231/+408
* SERVER-63473 Create SetUserWriteBlockMode configsvr coordinatorJordi Serra Torrens2022-02-111-0/+9
* SERVER-62448 Add collectionUUID parameter to drop commandFaustoleyva542022-02-102-0/+6