summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_find_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-0/+9
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-2/+1
* SERVER-43996 Return a cursor flag to the client if only a partial subset of r...Bernard Gorman2019-11-061-2/+4
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-2/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-241-6/+19
* 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-3/+14
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* 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-22/+4
* SERVER-33323 New cluster_aggregate libraryCharlie Swanson2018-08-201-1/+1
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-6/+10
* SERVER-35910 Use correct parseNs function in ClusterFindCmd's ns()Gregory Noma2018-07-231-1/+2
* SERVER-35910 Upgrade FindCmd and ClusterFindCmd to use TypedCommandGregory Noma2018-07-101-149/+144
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-15/+7
* SERVER-34736 Make ClusterFind::explain directly call scatterGather() rather t...Esha Maharishi2018-04-301-8/+40
* SERVER-33028 Support readConcern snapshot in cluster find commandJack Mulrow2018-03-211-1/+6
* 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-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-6/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+6
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-6/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-54/+43
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-9/+10
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-2/+1
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-2/+7
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-131-8/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-7/+2
* SERVER-28814 Attach ServerSelectionMetadata to OpCtx in mongosMathias Stearn2017-05-121-3/+7
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-4/+2
* SERVER-28701 Make mongos translate queryOptions into readPreferenceMathias Stearn2017-04-121-2/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-10/+22
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-8/+8
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-14/+3
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-261-11/+19
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-2/+50
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-9/+9
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-1/+1
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-1/+2