summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/count_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-1/+3
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-10/+1
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-9/+9
* SERVER-31248: Use of UUID in command requires privilegeSpencer Jackson2017-09-291-6/+16
* SERVER-31159 Make count command support UUIDsGeert Bosch2017-09-211-4/+10
* 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-28309 remove RangePreserver classDavid Storch2017-04-211-3/+4
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-4/+4
* 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-6/+13
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-11/+11
* 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-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-1/+8
* SERVER-24766 views support for count and distinctKyle Suarez2016-07-211-5/+41
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-241-0/+12
* Revert "SERVER-5905 Add operation latency histogram"Mathias Stearn2016-06-241-12/+0
* SERVER-5905 Add operation latency histogramKevin Albertson2016-06-231-0/+12
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-091-1/+1
* 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-2/+8
* 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-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-021-0/+2
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-01-041-1/+1
* SERVER-20609 optimize OpDebug and CurOp constructionAdam Midvidy2015-10-301-2/+5
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-0/+6
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-0/+1
* 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-20/+16
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-110/+119
* SERVER-18791 Pull count command parsing into a separate libraryKaloian Manassiev2015-06-111-75/+10
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-18791 Remove the explain field from CountRequestKaloian Manassiev2015-06-031-5/+2
* SERVER-18791 Rename count command's source file to count_cmd.cppKaloian Manassiev2015-06-031-0/+233