summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/lite_parsed_query.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-914/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-14/+17
* SERVER-24045 Refactor LiteParsedQueryTess Avitabile2016-05-061-149/+49
* SERVER-23094 Add collator parameter to the find commandTess Avitabile2016-04-071-0/+15
* SERVER-20808 reject negative ntoreturn on OP_GET_MORE messagesDavid Storch2016-01-211-1/+7
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-11/+1
* SERVER-20609 use getFields instead of calling getField 4xAdam Midvidy2015-10-301-3/+3
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-3/+0
* SERVER-20334 Added readConcern forwarding to mongos findYunhe (John) Wang2015-09-181-3/+14
* SERVER-19905 SERVER-19855 Put config server optime into its own subobject whe...Spencer T Brody2015-09-171-1/+1
* SERVER-19855 Advance catalog manager optime on shards based on information se...Spencer T Brody2015-09-171-1/+3
* SERVER-19842 rename 'partial' find command parameter to 'allowPartialResults'David Storch2015-09-031-9/+9
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-10/+2
* SERVER-18668 remove some pessimizing and redundant movesAdam Midvidy2015-08-241-1/+1
* SERVER-19355 add {$meta: 'sortKey'} projectionDavid Storch2015-08-241-2/+3
* Revert "Revert "SERVER-19946 support the tailable option for unsharded capped...David Storch2015-08-211-0/+9
* Revert "SERVER-19946 support the tailable option for unsharded capped collect...David Storch2015-08-201-9/+0
* SERVER-19946 support the tailable option for unsharded capped collections in ...David Storch2015-08-201-0/+9
* SERVER-18772 Add ntoreturn to LiteParsedQueryMisha Tyulenev2015-08-121-18/+49
* SERVER-19807 remove dead method LiteParsedQuery::isRecordIdMeta()David Storch2015-08-061-29/+0
* SERVER-18767 make find command shard version awareDavid Storch2015-08-061-25/+28
* SERVER-19609 add shard version as a decoration on OperationContextDavid Storch2015-07-311-4/+8
* SERVER-19355 add skip support to the new find/getMore path in mongosDavid Storch2015-07-301-26/+67
* SERVER-17544 remove $-prefixed find options from jstests and commentsDavid Storch2015-07-231-2/+2
* SERVER-19205 change all ReadAfterOpTime objects to be ReadConcern objectsmatt dannenberg2015-07-191-3/+3
* SERVER-19307 downconvert find/getMore based on wire protocol versionBenety Goh2015-07-161-3/+4
* SERVER-18770 SERVER-18768 implement ClusterFindCmd::run()David Storch2015-07-091-1/+3
* SERVER-18936 skip, limit, and batchsize use 64-bit variablesQingyang Chen2015-07-091-9/+10
* SERVER-18384 process term parameter to find/getMore commandsEric Milkie2015-07-061-0/+11
* SERVER-18932 LiteParsedQuery::_ns use const NamespaceString rather than std::...Qingyang Chen2015-06-301-19/+16
* SERVER-18999 Find command should ignore $-prefixed fieldsMathias Stearn2015-06-291-1/+1
* SERVER-19069 Add sort argument to LiteParsedQuery::makeAsFindCommandKaloian Manassiev2015-06-221-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-764/+726
* SERVER-18589 Change makeAsFinCmd to accept optional<int> for limitRandolph Tan2015-06-191-8/+12
* Revert "Revert "SERVER-18589 Create LiteParseQuery factory for find cmd""Randolph Tan2015-06-191-42/+58
* SERVER-19033 find command now validates the type of its first parameterDavid Storch2015-06-181-6/+7
* Revert "SERVER-18589 Create LiteParseQuery factory for find cmd"Randolph Tan2015-06-181-58/+42
* SERVER-18589 Create LiteParseQuery factory for find cmdRandolph Tan2015-06-181-42/+58
* SERVER-18950 Make LiteParsedQuery return StatusWith<unique_ptr>Kaloian Manassiev2015-06-121-70/+108
* SERVER-18765 add a method to convert LiteParsedQuery to a find commandDavid Storch2015-06-111-33/+150
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+4
* SERVER-18611 use NSDMI instead of having constructor initialize LiteParsedQue...coollog2015-06-031-19/+0
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-211-21/+19
* SERVER-18184 add awaitData support to the getMore command (oplog only)David Storch2015-05-191-0/+4
* SERVER-18195 Read after optime (repl only)Randolph Tan2015-05-111-0/+6
* SERVER-17718 deprecate showDiskLoc()David Storch2015-04-091-15/+15
* SERVER-17544 remove exhaust option from find command parsingDavid Storch2015-04-091-17/+9
* SERVER-17282 update find command parsing to conform to find command spec changesDavid Storch2015-03-111-223/+209
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16830 Fix LiteParsedQuery find command object "hint" parsingJason Rassi2015-01-151-4/+6