summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_executor_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-115/+9
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-19/+38
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-3/+3
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-75/+21
* SERVER-44529 Query yield recovery after a stepdown should switch to read at t...Louis Williams2020-05-151-0/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-19/+0
* SERVER-46270 Optimize postBatchResumeToken and latestOpLogTimestamp retrieval...Anton Korshunov2020-02-261-10/+32
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+4
* SERVER-44707: Store lastKnownCommittedOpTime in ClientCursor for exhaust getMoreLingzhi Deng2020-01-061-1/+8
* SERVER-43271 Return resumeToken in PlanExecutor and write jstests to verify r...Matthew Russotto2019-12-031-2/+7
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-42905 Push down user-specified projections to PlanStage layer if possibleAnton Korshunov2019-10-311-0/+6
* SERVER-43629 Improve Document/Value performanceMartin Neupauer2019-10-211-10/+14
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-23/+56
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+1
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-43/+48
* SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().David Storch2019-09-131-5/+0