summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_cursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-2/+1
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-28/+2
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-3/+3
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36114: Test sharded $out concurrently executing with chunk migrationsNick Zolnierz2018-08-211-0/+11
* SERVER-35894 The initial implementation of the producer document sourceMartin Neupauer2018-07-061-1/+1
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-3/+7
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-121-12/+4
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-4/+6
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-1/+1
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-0/+1
* SERVER-29421 Make agg explain use outer PlanExecutorIan Boros2018-01-241-31/+65
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-181-1/+2
* Revert "SERVER-31684 Fix unexpected "operation exceeded time limit" errors"Spencer Jackson2017-12-141-2/+1
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-121-1/+2
* SERVER-32145 Avoid dropping lock before disposing of PlanExecutorCharlie Swanson2017-12-071-5/+18
* SERVER-29609 Enable updateLookup for sharded change streams.Matthew Russotto2017-10-111-2/+2
* SERVER-27892 Fix find and getMore commands to only check whether they can run...Spencer T Brody2017-10-041-0/+3
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-0/+3
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-2/+2
* SERVER-29128 Fix performance regression on awaitData with lastKnownCommittedO...Matthew Russotto2017-07-171-2/+10