summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/count_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70473 Make shards persist sampled read queriesCheahuychou Mao2022-11-011-0/+10
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-3/+9
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-12/+2
* SERVER-68337 Perform `collectionUUID` check inside `AutoGetCollection`Gregory Noma2022-10-211-6/+8
* SERVER-69981 Pass DatabaseName to checkAuthForOperationSara Golemon2022-09-301-6/+5
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-2/+2
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-231-2/+2
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-3/+8
* SERVER-68598 Change CommandHelpers::parseNsOrUUID to take in DatabaseNameSophia Tan2022-08-061-5/+6
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-65289 Improvements to Mirrored Reads Metrics and VisibilityJason Chan2022-06-241-0/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-0/+1
* SERVER-64360 Server-side rewrite for count commandDavis Haupt2022-04-051-0/+8
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-141-0/+4
* Revert "SERVER-63850 Add the count command to API version 1"Sviatlana Zuiko2022-03-141-4/+0
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-121-0/+4
* SERVER-60321 Fix edge cases when setting up state for Lock-free readsHenrik Edin2022-03-041-5/+5
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-07-301-0/+1
* Revert "SERVER-55412 shardVersion propogated for mirrored reads"Alex Li2021-07-241-1/+0
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-07-231-0/+1
* Revert "SERVER-57256: Add deprecation message for count command and direct re...Maddie Zechar2021-06-231-11/+0
* SERVER-57256: Add deprecation message for count command and direct reader to ...Maddie Zechar2021-06-111-0/+11
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-1/+2
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-3/+3
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-4/+5
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-081-5/+2
* Revert "SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ...Benety Goh2021-02-061-2/+5
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-061-5/+2
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-2/+5
* SERVER-51078 no need for checkForInterrupt in waitWhileFailPointEnabledGabriel Russell2021-01-291-1/+1
* SERVER-52835 Nested LFR lock helpers should read from copied CollectionCatalogDianna Hohensee2021-01-081-2/+5
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-2/+5
* SERVER-51319 Call DatabaseShardingState::checkDbVersion() and CSS::getCollect...Dianna Hohensee2020-12-161-6/+4
* SERVER-51768 Update javascript tests to reflect count being removed from API ...samontea2020-12-111-4/+0
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-8/+18
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-1/+1
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-2/+2
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-3/+6
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-151-0/+4
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-1/+1
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-7/+2
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-4/+4
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-5/+3
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-1/+1
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-2/+1
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-2/+0