summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_cursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-21/+23
* SERVER-35967 Ban explain() on $sample when storage engine supports random cur...Ian Boros2018-07-301-5/+15
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-151-9/+3
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2018-01-031-1/+2
* SERVER-32145 Avoid dropping lock before disposing of PlanExecutorCharlie Swanson2018-01-021-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
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-139/+135
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-4/+3
* SERVER-2454 Remove trailing whitespaceJames Wahlin2015-06-091-2/+2
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-2/+4
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-15812 Rename PlanExecutor::EXEC_ERROR to PlanExecutor::FAILUREDavid Storch2014-12-051-1/+1
* SERVER-15527 explain should report planner info and exec stats when query exe...David Storch2014-10-291-12/+4
* SERVER-15527 OpCtx no longer needs to be passed into explainStagesDavid Storch2014-10-141-2/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-4/+5