summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/geo_near_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-1/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28309 remove RangePreserver classDavid Storch2017-04-211-2/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-2/+2
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-12/+13
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-02-061-1/+1
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-1/+1
* SERVER-25654 Don't use int millis for elapsed timeGeert Bosch2016-10-241-2/+2
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-2/+2
* SERVER-25742 Disallow per-op collation when featureCompatibilityVersion=3.2Tess Avitabile2016-09-071-0/+10
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-2/+2
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-0/+4
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-241-4/+0
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-231-0/+4
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-9/+9
* SERVER-23473 Propagate geoNear collation to CanonicalQueryTess Avitabile2016-05-171-2/+1
* SERVER-23260 Remove CachedBSONObj from curop.hJames Wahlin2016-05-171-1/+1
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-2/+5
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-1/+1
* SERVER-23264 Add execStats to profiler for all relevant ops/commandsJames Wahlin2016-05-021-3/+10
* SERVER-23259 Report planSummary in diagnostic log and profilerJames Wahlin2016-04-261-0/+5
* SERVER-23473 Add collation parameter to the geoNear commandTess Avitabile2016-04-221-1/+16
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-7/+8
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22425 execStats in system.profile should only report winning planJames Wahlin2016-02-261-2/+1
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-021-0/+2
* 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