summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-16/+17
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-17/+18
* SERVER-72225 Fail waiting for config commitment if new config was installed w...Ali Mir2023-03-031-14/+0
* SERVER-74155 Make working with array<variant<BulkWriteInsertOp, BulkWriteUpda...Frederic Vitzikam2023-03-024-60/+183
* SERVER-73109 Build idl infrastructure to pass context to nss serializersHugh Tong2023-03-021-0/+1
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-022-4/+4
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-013-5/+8
* SERVER-74069 Validate QE state collections match naming rules in validateEncr...Adrian Gonzalez2023-03-011-3/+3
* SERVER-72836 Adding USER_ROLES variable and testsMilitsa Sotirova2023-03-012-0/+6
* SERVER-73689 Fix shard key update check in update_stage.cpp to exclude _id qu...Jason Zhang2023-02-281-0/+3
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-281-1/+8
* SERVER-74270 Allow changeStreamPreAndPostImages collection option on config s...Jack Mulrow2023-02-271-0/+30
* Revert "SERVER-73689 Fix shard key update check in update_stage.cpp to exclud...Uladzimir Makouski2023-02-271-3/+0
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-264-16/+15
* SERVER-69918 Produce upsert document in _clusterQueryWithoutShardKeySanika Phanse2023-02-251-33/+3
* SERVER-74330 Prevent nullptr access in checkCollectionOptions uassertJennifer Peshansky2023-02-241-5/+8
* SERVER-72687 Add support for $out to timeseries collectionGil Alon2023-02-241-4/+7
* Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a Databa...Uladzimir Makouski2023-02-231-8/+1
* SERVER-73604 Extend FLEQueryInterface with an API for batch insertsMark Benvenuto2023-02-231-6/+6
* SERVER-70831 Relying on the critical section for dropCollectionSergi Mateo Bellido2023-02-231-0/+37
* SERVER-73766 Dependent cleanupsKaloian Manassiev2023-02-231-6/+1
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-231-1/+8
* SERVER-73689 Fix shard key update check in update_stage.cpp to exclude _id qu...Jason Zhang2023-02-231-0/+3
* SERVER-73865 Use config shard name for the config serverJack Mulrow2023-02-231-2/+2
* SERVER-72092 Add update/delete op type to bulkWrite commandFrederic Vitzikam2023-02-223-17/+190
* SERVER-73194 Allow hints to go through CQFMatt Boros2023-02-211-8/+34
* SERVER-72171: Remove duplicate logging from authentication sessionAdam Rayner2023-02-211-1/+10
* SERVER-73017: Aggregate telemetry metrics in client cursorWill Buerger2023-02-213-21/+17
* SERVER-73892 Disallow includes to start with third_partyDaniel Moody2023-02-181-1/+1
* SERVER-73647: Remove downgradeOnDiskChanges flagXueruiFa2023-02-172-35/+0
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-175-15/+9
* SERVER-65332 Get rid of ClusterChunksResizePolicySilvia Surroca2023-02-171-23/+0
* SERVER-73833 Make the server to ignore and automatically remove unsupported '...Denis Grebennicov2023-02-171-3/+29
* SERVER-60064 Make create command idempotent on mongodKaitlin Mahar2023-02-161-1/+88
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-02-161-2/+3
* SERVER-73277: Prevent downgrading to FCV lower than 7.0 when the catalog shar...wenqinYe2023-02-161-0/+21
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-157-52/+51
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-155-9/+15
* SERVER-70581 Handle WCOS for update and findAndModify if replacement document...Jason Zhang2023-02-151-3/+7
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-155-15/+9
* SERVER-73217 Use idl for config.shard.collections entriesMarcos José Grillo Ramirez2023-02-141-11/+11
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-134-6/+9
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-117-63/+65
* SERVER-72815: Track document count and duration for updateMany and deleteMany...Adi Zaimi2023-02-111-10/+0
* SERVER-71910 shrink Session's SSL interfaceMatt Diener2023-02-102-5/+6
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-102-6/+10
* SERVER-73045 Preserve the original filter in the write phase for updateOne/de...Jason Zhang2023-02-101-2/+12
* SERVER-72346 Enforce the required lock mode in the DatabaseShardingState APIAntonio Fuschetto2023-02-091-2/+2
* SERVER-71900 Support Errors in bulkWrite cursor responseseanzimm2023-02-095-50/+359
* SERVER-73753 Make CollectionPtr created by findAndModify yieldableHenrik Edin2023-02-081-0/+3