summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/distinct.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-41996 Improve PlanExecutor error loggingAnton Korshunov2019-07-011-6/+9
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41239 Link to recommended alternative in error message for distinct on...Jack Mulrow2019-05-291-1/+3
* SERVER-40026 Don't allow distinct on sharded collections in multi document tr...Jack Mulrow2019-05-201-0/+10
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-1/+1
* SERVER-40089 $group optimized with DISTINCT_SCAN cannot use $$ROOTJustin Seyster2019-03-281-4/+8
* SERVER-40227 Pass ignore prepare behavior from a command attribute rather tha...Louis Williams2019-03-261-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+1
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-2/+8
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-1/+1
* SERVER-38275 ban find explain with UUIDIan Boros2019-01-091-3/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-261-3/+4
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-3/+4
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-10/+4
* SERVER-34557 Restrict transactions to only run against replica set primariesWilliam Schultz2018-05-021-0/+5
* SERVER-33354 Add snapshot read support for additional commandsJames Wahlin2018-03-201-4/+3
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-121-3/+2
* 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-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-24/+39