summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_cursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-29128 Make $changeNotification stage return a tailable, awaitD...Matthew Russotto2017-07-141-10/+2
* SERVER-29128 Make $changeNotification stage return a tailable, awaitData curs...Matthew Russotto2017-07-111-2/+10
* SERVER-28309 remove RangePreserver classDavid Storch2017-04-211-2/+0
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-48/+67
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-61/+43
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-3/+6
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-27406 Reduce DocumentSourceCursor batch size from 16MB to 4MBJames Wahlin2016-12-271-8/+0
* SERVER-27253 Bump index usage stats during $lookup.Charlie Swanson2016-12-161-3/+8
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-7/+0
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-1/+0
* SERVER-27307 Store DocumentSourceCursor namespace as NamespaceStringJames Wahlin2016-12-121-5/+3
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+1
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-1/+1
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-5/+5
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-041-11/+27
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-1/+9
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-091-1/+3
* SERVER-23265 Make aggregation diagnostics consistentJames Wahlin2016-06-071-19/+54
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+4
* SERVER-23099 DocumentSourceCursor always retrieves output sort from PlanExecu...Benjamin Murphy2016-04-261-1/+5
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-101-2/+0
* SERVER-22093 Aggregation uses a COUNT plan when no fields are needed from inp...Benjamin Murphy2016-03-041-1/+3
* SERVER-19542 Refactored pipeline optimization.Benjamin Murphy2016-02-111-12/+17
* SERVER-20969 Restrict $indexStats to first pipeline stageJames Wahlin2015-10-281-5/+0
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-2/+2