summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/count_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-48028: Ban commands not allowed in snapshot outside of transactionsLingzhi Deng2020-05-131-1/+4
* SERVER-47577: readConcernCounters metric in serverStatusLingzhi Deng2020-04-291-0/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47103 Add OrphanCleanupPolicy parameter to getOwnershipFilterTommaso Tocci2020-03-261-2/+8
* SERVER-46583 Make count command use OwnershipFilter instead of CollectionDesc...Tommaso Tocci2020-03-191-2/+2
* Revert "SERVER-46583 Make count command use OwnershipFilter instead of Collec...Lingzhi Deng2020-03-121-2/+2
* SERVER-46583 Make count command use OwnershipFilter instead of CollectionDesc...Tommaso Tocci2020-03-111-2/+2
* Revert "SERVER-46583 Make count command use OwnershipFilter instead of Collec...Jacob Evans2020-03-041-2/+2
* SERVER-46583 Make count command use OwnershipFilter instead of CollectionDesc...Tommaso Tocci2020-03-041-2/+2
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-2/+2
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-2/+10
* SERVER-46002 Attach core read mirroring functionalityBen Caimano2020-02-271-0/+22
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-2/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-2/+1
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-4/+5
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-1/+1