summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/parsed_delete.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75424 Push down timeseries metric predicateYoonsoo Kim2023-04-191-36/+13
* SERVER-75602 Do not use the TS_MODIFY plan for an empty delete query for mult...Yoonsoo Kim2023-04-051-1/+1
* SERVER-73082 Add support for singleton time-series deletesFaustoleyva542023-03-281-0/+6
* SERVER-73077 Integrate arbitrary time-series multi deletes into the execution...Yuhong Zhang2023-03-011-3/+2
* SERVER-73073 Refactor existing time-series deletes to use splitMatchExpressio...Yoonsoo Kim2023-02-251-2/+58
* Revert "SERVER-73073 Refactor existing time-series deletes to use splitMatchE...liubov.molchanova2023-02-241-58/+2
* SERVER-73073 Refactor existing time-series deletes to use splitMatchExpressio...Yoonsoo Kim2023-02-241-2/+58
* SERVER-72416 Find and findAndModify commands' ExpressionContext should inheri...Arun Banala2023-01-051-0/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-0/+17
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-241-3/+0
* SERVER-40407 Add support for $$NOW and $$CLUSTER_TIME in the findAndModify co...Bernard Gorman2019-05-191-0/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-6/+1
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-1/+6
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-6/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-23551 $isolated writes should use WRITE_CONFLICT_RETRY_ONLYMathias Stearn2016-04-211-2/+2
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-1/+1
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-1/+1
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-76/+76
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-0/+4
* SERVER-17175 Use X lock for $isolated updates and deletesMathias Stearn2015-02-131-0/+5
* SERVER-16101 replace DeleteExecutor with ParsedDeleteDavid Storch2014-12-041-0/+109