summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/pipeline_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* 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-14/+14
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-071-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-6/+0
* SERVER-29421 Make agg explain use outer PlanExecutorIan Boros2018-01-241-0/+6
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-2/+2
* SERVER-30924 Remove handling of 'fromRouter' in aggregation subsystem.David Storch2017-12-131-6/+0
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-0/+5
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-0/+6
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-3/+6
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-2/+8
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-041-10/+0
* SERVER-23265 Make aggregation diagnostics consistentJames Wahlin2016-06-071-1/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* 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-6/+1
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-2/+3
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-9/+9
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-4/+3
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-10/+3
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-48/+54
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-5/+3
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-4/+7
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-3/+4
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-1/+1
* SERVER-15019 propagate kill and invalidate for agg cursors to the nested Plan...David Storch2014-10-021-0/+6
* SERVER-14634 move MultiIteratorStage and PipelineProxyStage into exec/ directoryDavid Storch2014-08-011-0/+96