summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_cursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62351 Introduce structs for query planner to be aware of multiple coll...Mihai Andrei2022-01-271-0/+1
* SERVER-57771 [SBE] Fixed `.explain()` to report correct trial period statisti...Mohammad Dashti2021-07-231-2/+1
* SERVER-55658 Out-of-order destruction of AutoGet* objects can lead to transac...Mihai Andrei2021-04-161-5/+6
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-5/+14
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-1/+2
* SERVER-47640 $lookup should increment the serverStatus metrics.queryExecutor ...Rishab Joshi2021-01-011-2/+2
* Revert "SERVER-47640 $lookup should increment the serverStatus metrics.queryE...Pierlauro Sciarelli2020-12-301-2/+2
* SERVER-47640 $lookup should increment the serverStatus metrics.queryExecutor ...Rishab Joshi2020-12-301-2/+2
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-0/+1
* SERVER-51677 Use LockFree Collection RAII helpers in find, getmore and aggreg...Henrik Edin2020-11-091-1/+1
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-4/+6
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-2/+2
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-2/+2
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-2/+3
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-5/+8
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-1/+2
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-44/+33
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ag...David Storch2020-02-191-19/+68
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+3
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-44013 MR Agg: Report plan stats and summary for currentOp/profiler/slo...James Wahlin2019-10-311-7/+0
* Revert "SERVER-44013 MR Agg: Report plan stats and summary for currentOp/prof...James Wahlin2019-10-311-0/+7
* SERVER-44013 MR Agg: Report plan stats and summary for currentOp/profiler/slo...James Wahlin2019-10-311-7/+0
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-4/+0
* SERVER-36723 Push $limit beneath DocumentSourceCursor into the PlanStage layer.David Storch2019-10-101-37/+1
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-12/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-2/+3
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-3/+4
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-5/+3
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40969 No-op Document/Value to BSON conversion when Document has not be...Martin Neupauer2019-07-221-1/+3
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-1/+1
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-1/+1
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-101-1/+1
* SERVER-41294 shard filtering for $sbIan Boros2019-06-071-0/+4
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-0/+1
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-1/+0
* SERVER-39410 Re-enable batching in DSCursor for change stream cursorsBernard Gorman2019-02-211-11/+28
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37283 Use stronger locks for system.viewsCharlie Swanson2019-02-111-1/+1