summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_find_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+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
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-1/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-3/+3
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+1
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-1/+1
* SERVER-20267 Move runExplain() to Strategy to fix circular dependencyJason Rassi2015-09-111-1/+2
* SERVER-19940 extended auth checking for find and getMore commands to allow us...Benety Goh2015-09-041-8/+5
* SERVER-20267 use the explain command path to answer OP_QUERY with $explain on...David Storch2015-09-031-26/+5
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-23/+12
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-1/+1
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-1/+1
* SERVER-17544 make $where work in the new mongos read pathDavid Storch2015-08-131-1/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-1/+2
* SERVER-18770 SERVER-18768 implement ClusterFindCmd::run()David Storch2015-07-091-26/+83
* SERVER-18932 LiteParsedQuery::_ns use const NamespaceString rather than std::...Qingyang Chen2015-06-301-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-91/+98
* SERVER-19033 find command now validates the type of its first parameterDavid Storch2015-06-181-1/+6
* SERVER-18950 Make LiteParsedQuery return StatusWith<unique_ptr>Kaloian Manassiev2015-06-121-4/+6
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-18292 remove global Strategy instanceAdam Midvidy2015-06-051-1/+1
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17282 update find command parsing to conform to find command spec changesDavid Storch2015-03-111-1/+1
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-63/+93
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-131-1/+1
* SERVER-10448 explained operations should not use the plan cacheDavid Storch2014-10-021-1/+2
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-011-0/+106