summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/group.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28524 remove group commandKyle Suarez2018-05-301-162/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-1/+2
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-2/+2
* SERVER-23473 Add collation parameter to the group commandTess Avitabile2016-04-221-0/+4
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-1/+1
* SERVER-15851 Added error checking to group's call on invoke() and exec()Yunhe (John) Wang2015-09-031-4/+4
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-4/+0
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-8/+7
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+1
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-10/+1
* 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-97/+100
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+3
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-1/+1
* SERVER-15651 GroupStage::work() return NEED_TIME btwn child work callsJason Rassi2014-10-291-5/+48
* SERVER-10448 explained operations should not use the plan cacheDavid Storch2014-10-021-0/+3
* SERVER-14668 Do not pass Database into methods where Collection will sufficeKaloian Manassiev2014-09-251-5/+1
* SERVER-15247 GroupCommand::parseRequest() read CodeWScope correctlyJason Rassi2014-09-151-1/+1
* SERVER-14099 Add GroupStage query execution stageJason Rassi2014-09-081-0/+125