summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness ↵Marcos José Grillo Ramirez2023-03-041-16/+17
| | | | of the API
* SERVER-70383 Rename shard version functions and parameters that are actually ↵Allison Easton2023-03-031-17/+18
| | | | placement versions
* SERVER-72225 Fail waiting for config commitment if new config was installed ↵Ali Mir2023-03-031-14/+0
| | | | while waiting
* SERVER-74155 Make working with array<variant<BulkWriteInsertOp, ↵Frederic Vitzikam2023-03-024-60/+183
| | | | BulkWriteUpdateOp, BulkWriteDeleteOp>> easier
* 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
| | | | | | CollectionCatalog Cleanup and clarify requirements for Collection instances to remain valid in CollectionCatalog header
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-013-5/+8
|
* SERVER-74069 Validate QE state collections match naming rules in ↵Adrian Gonzalez2023-03-011-3/+3
| | | | validateEncryptedFieldConfig
* 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 ↵Jason Zhang2023-02-281-0/+3
| | | | queries
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName ↵Sophia Tan2023-02-281-1/+8
| | | | object
* SERVER-74270 Allow changeStreamPreAndPostImages collection option on config ↵Jack Mulrow2023-02-271-0/+30
| | | | server nodes
* Revert "SERVER-73689 Fix shard key update check in update_stage.cpp to ↵Uladzimir Makouski2023-02-271-3/+0
| | | | | | exclude _id queries" This reverts commit 30d0c50b89881e6970627093bdae476a2fcc338e.
* 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 ↵Uladzimir Makouski2023-02-231-8/+1
| | | | | | DatabaseName object" This reverts commit 26ab9caac209c31ab6b51a71e241699e12875833.
* 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 ↵Sophia Tan2023-02-231-1/+8
| | | | object
* SERVER-73689 Fix shard key update check in update_stage.cpp to exclude _id ↵Jason Zhang2023-02-231-0/+3
| | | | queries
* 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 ↵Patrick Freed2023-02-175-15/+9
| | | | | | (#10536) This also ensures base lock stats are properly subtracted out when getting the lock stats for a given sub operation (fixes SERVER-73571).
* 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
| | | | 'recordPreImages' collection option
* 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 ↵wenqinYe2023-02-161-0/+21
| | | | shard contains user data
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-157-52/+51
| | | | Interfaces instead return 'const Collection*' and if a CollectionPtr is needed it must be created by the user.
* Revert "SERVER-73307 Ensure CurOpStack always has access to its ↵liubov.molchanova2023-02-155-9/+15
| | | | | | OperationContext (#10536)" This reverts commit ff7fcd42e84317e2a34e0b413ee4cc1d9be66884.
* SERVER-70581 Handle WCOS for update and findAndModify if replacement ↵Jason Zhang2023-02-151-3/+7
| | | | document changes data placement
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext ↵Patrick Freed2023-02-155-15/+9
| | | | | | (#10536) This also ensures base lock stats are properly subtracted out when getting the lock stats for a given sub operation (fixes SERVER-73571).
* 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
| | | | Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* SERVER-72815: Track document count and duration for updateMany and ↵Adi Zaimi2023-02-111-10/+0
| | | | deleteMany calls
* 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 ↵Jason Zhang2023-02-101-2/+12
| | | | updateOne/deleteOne/findAndModify without shard key
* 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
|