summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/distinct.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29987 pass afterClusterTime to all commandsMisha Tyulenev2017-08-151-1/+1
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29731 Unify logic around directly invoking a commandMathias Stearn2017-07-131-6/+5
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-19/+0
* 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-28814 Attach ServerSelectionMetadata to OpCtx in mongosMathias Stearn2017-05-121-1/+0
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-2/+1
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+2
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-5/+11
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-16/+16
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-02-061-1/+1
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-0/+1
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-1/+0
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-8/+6
* SERVER-25654 Don't use int millis for elapsed timeGeert Bosch2016-10-241-1/+1
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-4/+4
* SERVER-25742 Disallow per-op collation when featureCompatibilityVersion=3.2Tess Avitabile2016-09-071-0/+19
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-2/+2
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-0/+8
* SERVER-24766 views support for count and distinctKyle Suarez2016-07-211-5/+38
* SERVER-17275 Remove 'stats' field from distinct command responseJames Wahlin2016-07-151-13/+0
* SERVER-24763 Make parse method for ParsedDistinct a public methodJames Wahlin2016-07-051-65/+5
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-0/+7
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-241-7/+0
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-231-0/+7
* SERVER-23611 Distinct use collection default collation, if unspecifiedJ. Rassi2016-06-131-3/+1
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-091-1/+1
* SERVER-24175 Distinct command should respect the collationTess Avitabile2016-06-061-24/+39
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-1/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+8
* SERVER-23260 Remove CachedBSONObj from curop.hJames Wahlin2016-05-171-1/+1
* SERVER-23264 Add execStats to profiler for all relevant ops/commandsJames Wahlin2016-05-021-1/+9
* SERVER-23259 Report planSummary in diagnostic log and profilerJames Wahlin2016-04-261-0/+8
* SERVER-23473 Add collation parameter to the distinct commandTess Avitabile2016-04-211-0/+16
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-2/+2
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22681 Avoid calling infoCache() when collection doesn't exist.Max Hirschhorn2016-02-291-1/+3
* SERVER-22425 execStats in system.profile should only report winning planJames Wahlin2016-02-261-2/+2
* 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-2227 Addition of index usage statisticsJames Wahlin2015-09-031-0/+20
* SERVER-19907 Modified distinct to accept query=null and added jstestYunhe (John) Wang2015-09-021-6/+11
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-0/+1
* SERVER-15020 Explain for distinct commandQingyang Chen2015-07-311-42/+75
* SERVER-19207 SERVER-19210 committed reads wait for a committed snapshot and r...matt dannenberg2015-07-191-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-7/+6