summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/near.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-1/+3
* SERVER-16633 Add timer to geo near stage to track execution timeSiyuan Zhou2014-12-221-0/+4
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-6/+6
* SERVER-15675 Stages should clear their OperationContext in saveState()Jason Rassi2014-11-201-0/+2
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-3/+3
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-3/+12
* SERVER-15562 Estimate density before near searchSiyuan Zhou2014-10-281-2/+29
* SERVER-15450 Avoid getStats() and keep interval stages as children in NearStageSiyuan Zhou2014-10-011-18/+20
* SERVER-15187 Update saved OperationContext in all PlanStagesDavid Percy2014-09-181-0/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-14515 Remove default limit from geoNear operationsSiyuan Zhou2014-08-061-16/+0
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-4/+4
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-2/+2
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-0/+352