summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-152-3/+3
* SERVER-77099 Account for OpMsg::sequence in write_ops::verifySizeEstimate fun...Mihai Andrei2023-05-132-6/+35
* SERVER-76530 Support findAndModify remove on a sharded timeseries collectionYoonsoo Kim2023-05-111-15/+20
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-114-6/+419
* SERVER-73298 Use acquisitions on insert pathsJordi Serra Torrens2023-05-101-25/+30
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-093-67/+56
* SERVER-76625 Support basic modifier updates in TS_MODIFYAlyssa Wagenmaker2023-05-043-4/+7
* SERVER-73083 Support findAndModify with remove: true on a timeseries collectionYoonsoo Kim2023-05-032-3/+15
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-021-17/+16
* SERVER-76704 Fix the build error caused by resolveCollator()Yoonsoo Kim2023-05-011-0/+1
* SERVER-73142 Stub out timeseries arbitrary multi-updatesAlyssa Wagenmaker2023-04-276-65/+170
* SERVER-75284 Add validation for originalQuery and originalCollationKruti Shah2023-04-271-2/+2
* SERVER-70984 Remove now unused 'indexesAffected' flag from various structs in...Irina Yatsenko2023-04-261-11/+6
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-6/+2
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-253-13/+13
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-241-1/+1
* SERVER-70984 Remove _affectIndices in UpdateDriver in favor of reporting inde...Irina Yatsenko2023-04-211-2/+9
* SERVER-76126 Set user roles system variable only if referenced in queryMilitsa Sotirova2023-04-201-3/+5
* SERVER-75424 Push down timeseries metric predicateYoonsoo Kim2023-04-195-143/+131
* SERVER-74437 Implement spilling to disk in new classic SPOOL stageAlyssa Wagenmaker2023-04-192-0/+4
* SERVER-76168 Thread-through ScopedCollectionOrViewAcquisition on the update c...Jordi Serra Torrens2023-04-191-32/+34
* SERVER-74500: Adding $$USER_ROLES support for update and findAndModify commands.Matt Olma2023-04-181-0/+3
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-184-15/+21
* SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on the delete...Jordi Serra Torrens2023-04-121-17/+23
* SERVER-74964 Pass namespace to LastOpFixer for each operationKaitlin Mahar2023-04-073-22/+25
* SERVER-71985 Automatically retry time-series insert on DuplicateKey errorYuhong Zhang2023-04-061-14/+34
* SERVER-75547 Filter out closed buckets in bucket-level predicate for timeseri...Alyssa Wagenmaker2023-04-061-7/+6
* SERVER-73087 Add support for deleteOne() without a shard key on a sharded tim...Faustoleyva542023-04-051-0/+8
* SERVER-75602 Do not use the TS_MODIFY plan for an empty delete query for mult...Yoonsoo Kim2023-04-052-16/+28
* Revert "SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on th...Jordi Serra Torrens2023-04-031-23/+17
* SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on the delete...Jordi Serra Torrens2023-03-311-17/+23
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-1/+1
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-3/+3
* SERVER-73319 Set collection collator for the residual time-series predicateYuhong Zhang2023-03-291-0/+3
* SERVER-75190 Separate the feature flag for time-series deletes and updatesYuhong Zhang2023-03-292-2/+2
* SERVER-75385 Clean up code from earlier catalog shard designJack Mulrow2023-03-291-2/+1
* SERVER-73082 Add support for singleton time-series deletesFaustoleyva542023-03-282-4/+10
* SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::A...Will Buerger2023-03-271-1/+1
* SERVER-74065 Support query sampling on replica setsCheahuychou Mao2023-03-243-26/+22
* SERVER-72766 Add delete to bulkWrite on Mongodseanzimm2023-03-242-99/+193
* SERVER-72765 Support Update command in bulkWrite on Mongodseanzimm2023-03-202-0/+159
* SERVER-54578 Remove final traces of shallowClone()Amr Elhelw2023-03-161-1/+1
* SERVER-72610 Refactor BucketCatalog to improve testabilityDan Larkin-York2023-03-141-32/+36
* SERVER-54578 Rename MatchExpression::shallowClone() to MatchExpression::clone()Amr Elhelw2023-03-141-1/+1
* SERVER-55280 Remove the interface that returns Collection as shared_ptr from ...Henrik Edin2023-03-021-5/+6
* SERVER-73077 Integrate arbitrary time-series multi deletes into the execution...Yuhong Zhang2023-03-013-32/+23
* SERVER-73689 Fix shard key update check in update_stage.cpp to exclude _id qu...Jason Zhang2023-02-285-12/+65
* SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName o...Sophia Tan2023-02-281-4/+0
* Revert "SERVER-73689 Fix shard key update check in update_stage.cpp to exclud...Uladzimir Makouski2023-02-272-32/+2
* SERVER-73073 Refactor existing time-series deletes to use splitMatchExpressio...Yoonsoo Kim2023-02-253-12/+160