summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/pipeline_proxy.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-5/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-29421 Make agg explain use outer PlanExecutorIan Boros2018-01-241-0/+5
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-1/+1
* SERVER-30924 Remove handling of 'fromRouter' in aggregation subsystem.David Storch2017-12-131-2/+1
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-0/+4
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-1/+2
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-1/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-5/+13
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-1/+1
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-041-21/+0
* SERVER-23265 Make aggregation diagnostics consistentJames Wahlin2016-06-071-0/+10
* SERVER-22537 Fix DBDirectClient's OperationContext not getting updated.Max Hirschhorn2016-02-291-6/+5
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-1/+1
* SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn2015-08-241-4/+0
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-5/+6
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-2/+8
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-13/+8
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-2/+2
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-5/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-88/+87
* 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-1/+1
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-0/+9
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-2/+2
* 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-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-15675 Stages should clear their OperationContext in saveState()Jason Rassi2014-11-201-0/+1
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-2/+4
* SERVER-13635 Do not propagate save/restoreState() in pipeline proxy.Max Hirschhorn2014-10-091-6/+0
* SERVER-14668 expand support for yielding, add back in yield policyHari Khalsa2014-10-031-0/+6
* SERVER-15019 propagate kill and invalidate for agg cursors to the nested Plan...David Storch2014-10-021-0/+4
* SERVER-14634 move MultiIteratorStage and PipelineProxyStage into exec/ directoryDavid Storch2014-08-011-0/+121