summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/distinct.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
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-1/+2
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-4/+5
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-081-9/+2
* Revert "SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ...Benety Goh2021-02-061-2/+9
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-061-9/+2
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-2/+5
* SERVER-52835 Nested LFR lock helpers should read from copied CollectionCatalogDianna Hohensee2021-01-081-2/+2
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-1/+4
* SERVER-51319 Call DatabaseShardingState::checkDbVersion() and CSS::getCollect...Dianna Hohensee2020-12-161-4/+1
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-1/+2
* SERVER-51702 Log commands together with errors upon plan executor failuresPierlauro Sciarelli2020-10-201-2/+3
* 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-4/+11
* 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-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-4/+4
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-8/+4
* SERVER-48557: Omit cursor.atClusterTime field from read replies in transactionsLingzhi Deng2020-06-151-1/+2
* SERVER-48394 Operations on views should not reach onShardVersionMismatchPierlauro Sciarelli2020-06-111-3/+6
* 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-38/+34
* SERVER-47701 Allow CRUD and DDL commands on shards when connected to the prim...Marcos José Grillo Ramírez2020-05-191-7/+8
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-8/+8
* SERVER-47688 Enable snapshot "distinct" commandA. Jesse Jiryu Davis2020-04-301-0/+5
* 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-47522 Distinct command: Convert usage of getCollectionDescription_DEPR...Tommaso Tocci2020-04-141-8/+7
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-7/+8
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-6/+7
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-2/+2
* SERVER-46002 Attach core read mirroring functionalityBen Caimano2020-02-271-0/+19
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-4/+9
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-181-0/+4
* Revert "SERVER-45610 Reject commands that read data when node is in RECOVERIN...Ian Boros2020-02-141-4/+0
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-131-0/+4
* 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-43096 Pre-allocate smaller buffer for "distinct" commandsJames Wahlin2019-10-081-15/+17
* SERVER-42527 Create CollectionLock constructor that uses UUIDDaniel Solnik2019-08-131-2/+2
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-3/+1
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-1/+2
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-1/+1