summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/count_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-42527 Create CollectionLock constructor that uses UUIDDaniel Solnik2019-08-131-2/+2
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-1/+1
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-1/+1
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-101-1/+1
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-13/+14
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-031-1/+1
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-1/+1
* SERVER-40227 Pass ignore prepare behavior from a command attribute rather tha...Louis Williams2019-03-261-0/+4
* SERVER-39495 Only return versioned filtering metadata for cases that actually...Kaloian Manassiev2019-02-281-4/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+1
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-0/+3
* SERVER-38515 Test that initial sync continues through a step down.Suganthi Mani2019-02-061-0/+7
* SERVER-38275 ban find explain with UUIDIan Boros2019-01-091-2/+2
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-2/+4
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-071-4/+3
* 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