summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_executor_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76715 Log WriteConflictException reason in writeConflictRetry()Gregory Wlodarek2023-05-051-1/+2
* SERVER-73083 Support findAndModify with remove: true on a timeseries collectionYoonsoo Kim2023-05-031-14/+27
* SERVER-73142 Stub out timeseries arbitrary multi-updatesAlyssa Wagenmaker2023-04-271-1/+14
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-2/+2
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-18/+12
* SERVER-74555 Re-introduce majority commit point advancement notification mech...Denis Grebennicov2023-04-211-5/+4
* SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on the delete...Jordi Serra Torrens2023-04-121-21/+50
* SERVER-74525 Support explain for timeseries deletesYoonsoo Kim2023-04-031-2/+2
* Revert "SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on th...Jordi Serra Torrens2023-04-031-50/+21
* SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on the delete...Jordi Serra Torrens2023-03-311-21/+50
* SERVER-74591 Refactor TS_WRITE stage to have unpacking logic and rename it to...Yuhong Zhang2023-03-051-2/+2
* SERVER-74526 Fix high CPU utilization for a change streams opened against sec...David Storch2023-03-031-4/+5
* SERVER-73602 Add the stub of the TIMESERIES_WRITE query stageYuhong Zhang2023-02-091-0/+5
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-1/+1
* SERVER-71143: rewrite planning time metric to be maintained/stored by CurOp/O...Maddie Zechar2023-01-131-4/+2
* SERVER-69959 Introduce majority committed point advancement notification mech...Denis Grebennicov2022-11-291-5/+4
* SERVER-61909 Abort operation if it cannot ever fit in WT cacheYu Jin Kang Park2022-11-211-2/+0
* SERVER-71304 Cache possible collscan after multiplanningIvan Fefer2022-11-161-7/+7
* SERVER-70647 Add entries to telemetry cache for find and getMore requestsJennifer Peshansky2022-11-141-1/+2
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-2/+4
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-1/+2
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-1/+1
* SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad2022-07-121-12/+38
* SERVER-62975 Tassert on working set member no record IDNaomie Gao2022-06-301-6/+2
* SERVER-61127 Retry multi-writes that hit StaleConfig due to critical section ...Jordi Serra Torrens2022-06-091-1/+19
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-2/+1
* SERVER-66210 Indicate when pass targets cause BatchedDeleteStage completionHaley Connelly2022-05-091-0/+17
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-2/+2
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-3/+3
* SERVER-63038 Add BATCHED_DELETE query exec stageJosef Ahmad2022-03-021-1/+2
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-0/+8
* SERVER-56755 Collect and expose statistics for insert and updates with dots a...Ruoxin Xu2021-05-141-5/+12
* SERVER-55670 [SBE][replica_sets] Timed out on waitForFailPoint inMartin Neupauer2021-04-121-2/+4
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+2
* SERVER-54322 Text query plans are not shown properly in SBE explainAnton Korshunov2021-03-131-1/+0
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-4/+0
* SERVER-50710 Consolidate SBE and classic yielding pathsDavid Storch2021-03-031-33/+23
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-1/+1
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-4/+12
* SERVER-48625 Add query knobs to explain output and logsTed Tuckman2020-12-011-13/+26
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-1/+2
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-4/+5
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-109/+5
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-8/+13
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-1/+77
* SERVER-37453 Delete PlanStage::dispose()David Storch2020-08-271-1/+0
* SERVER-49463 Add support for tailable cursors and change streams in SBEAnton Korshunov2020-08-061-86/+10
* SERVER-49784 PlanExecutorImpl::getNext should only modify 'objOut' if getNext...Mihai Andrei2020-07-241-1/+1
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-41/+110