summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/geo_near_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-03-181-0/+2
* SERVER-22425 execStats in system.profile should only report winning planJames Wahlin2016-02-261-2/+1
* SERVER-21459 reserve bytes in ReplyBuilder buffer to avoid excessive reallocingAdam Midvidy2015-11-171-0/+5
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+1
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-1/+1
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-2/+2
* SERVER-20272 Inputs to geoNear's avgDistance computation should be filteredSiyuan Zhou2015-09-231-1/+3
* SERVER-20585 Remove redundant null checkJames Wahlin2015-09-231-3/+1
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-1/+26
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-1/+1
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-191-1/+1
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-1/+1
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+3
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-5/+5
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-6/+6
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-6/+6
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-6/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-222/+227
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-1/+6
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-3/+4
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-15541 preserve chunk ranges during long-running yielding count/geoNearGreg Studer2014-11-171-1/+6
* query comment cleanupEric Milkie2014-10-271-1/+1
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-2/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-2/+2
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-14/+6
* SERVER-15392 safely parse geoNear command limit as long valueGreg Studer2014-10-061-3/+3
* SERVER-14508 Rewrite geo parsing using StatusSiyuan Zhou2014-09-151-2/+2
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-5/+5
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-211-2/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-1/+1
* SERVER-14407 delete runner.hDavid Storch2014-07-231-1/+1
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-14/+11
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-1/+1
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-0/+318