summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_distinct_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-1/+2
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-081-6/+3
* Revert "SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ...Benety Goh2021-02-061-3/+6
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-061-6/+3
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-3/+10
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-3/+6
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-1/+1
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-9/+8
* SERVER-48557: Omit cursor.atClusterTime field from read replies in transactionsLingzhi Deng2020-06-151-1/+2
* SERVER-47996 Ban "distinct" on sharded collectionsA. Jesse Jiryu Davis2020-05-131-0/+8
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-0/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47426 Remove ClusterExplain::downconvert and other now-unused functionsBlake Oler2020-04-161-5/+1
* 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-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-2/+1
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-061-1/+2
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-4/+5
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-2/+4
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-271-1/+1
* 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-39124 Mongos should abort cleared participants between retries of tran...Jack Mulrow2019-01-291-1/+1
* SERVER-38470 Add more logging to TransactionRouterJack Mulrow2018-12-161-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37349 Later statements in a transaction should target shards using the...Jack Mulrow2018-10-191-2/+1
* SERVER-37209 Allow mongos to read from views in a transactionJack Mulrow2018-10-031-0/+5
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-36047: Enforce existence of unique index containing fields of $out uni...Nick Zolnierz2018-09-211-9/+5
* SERVER-33323 New cluster_aggregate libraryCharlie Swanson2018-08-201-1/+1
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-3/+5
* SERVER-36049 Enable snapshot readConcern w/o atClusterTime for txn commands o...Jack Mulrow2018-07-131-0/+6
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-12/+5
* SERVER-30375 Make 'renameCollection' attach databaseVersion and shardVersion=...Kaloian Manassiev2018-03-211-0/+2
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable for `geoNear` and...Kaloian Manassiev2018-03-091-3/+0
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-2/+3
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable instead of passth...Kaloian Manassiev2018-03-051-2/+4
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-3/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-2/+3
* SERVER-29908 Move some mongos commands to separate .cpp filesKaloian Manassiev2018-03-011-0/+249