summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/count_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-0/+1
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-3/+4
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-191-1/+1
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-12/+4
* SERVER-34557 Restrict transactions to only run against replica set primariesWilliam Schultz2018-05-021-0/+5
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-2/+2
* SERVER-33354 Add snapshot read support for additional commandsJames Wahlin2018-03-201-10/+4
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-5/+0
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-2/+3
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-3/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-2/+3
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-27/+33
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-2/+2
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32367 Make AutoGetCollection throw if UUID cannot be resolvedKaloian Manassiev2018-02-061-18/+18
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-7/+6
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-6/+7
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-7/+6
* 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