summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-5811 implement the killCursors command for mongodDavid Storch2015-06-238-7/+638
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-239-376/+326
* SERVER-19069 Fix formatting errorKaloian Manassiev2015-06-221-3/+2
* SERVER-19069 Add sort argument to LiteParsedQuery::makeAsFindCommandKaloian Manassiev2015-06-223-5/+10
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-229-326/+377
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-229-377/+326
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-203-8/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2098-29829/+30341
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-194-7/+2
* SERVER-18589 Change makeAsFinCmd to accept optional<int> for limitRandolph Tan2015-06-193-14/+68
* Revert "Revert "SERVER-18589 Create LiteParseQuery factory for find cmd""Randolph Tan2015-06-195-347/+414
* SERVER-18870 remove unused filter from AND_SORTED and AND_HASH stageQingyang Chen2015-06-192-6/+2
* SERVER-19033 find command now validates the type of its first parameterDavid Storch2015-06-186-65/+159
* Revert "SERVER-18589 Create LiteParseQuery factory for find cmd"Randolph Tan2015-06-185-414/+347
* SERVER-18589 Create LiteParseQuery factory for find cmdRandolph Tan2015-06-185-347/+414
* SERVER-18036 fixed NamespaceString usage in some commands, especially in case...Benety Goh2015-06-182-8/+4
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-174-18/+19
* SERVER-18086 Fixed invalid pointer in canonical_query_testQingyang Chen2015-06-161-134/+72
* SERVER-18309 have {$in: [.., null, ..]} not use sparse indexesQingyang Chen2015-06-164-4/+34
* address feedback: remove isTTL and expireAfterSecondsMisha Tyulenev2015-06-151-13/+0
* SERVER-3495 added to explain output for stages COUNT_SCAN and IXSCAN: isUniqu...Misha Tyulenev2015-06-151-0/+19
* SERVER-18950 Make LiteParsedQuery return StatusWith<unique_ptr>Kaloian Manassiev2015-06-126-556/+569
* SERVER-18765 add a method to convert LiteParsedQuery to a find commandDavid Storch2015-06-112-35/+157
* SERVER-18791 Pull count command parsing into a separate libraryKaloian Manassiev2015-06-119-17/+380
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-1015-71/+62
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-1022-168/+168
* SERVER-13008 make cache key projection encoding less type-sensitive.Qingyang Chen2015-06-102-16/+30
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-2/+2
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-093-39/+22
* SERVER-17810 remove matchTested specificStatQingyang Chen2015-06-081-6/+0
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-081-1/+1
* SERVER-18461 cover range predicates comparing BinData in building index boundscoollog2015-06-052-4/+76
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-052-25/+28
* SERVER-18007 support non-default constructible types in StatusWithAdam Midvidy2015-06-041-18/+9
* SERVER-18791 Remove the explain field from CountRequestKaloian Manassiev2015-06-032-1/+3
* SERVER-18611 use NSDMI instead of having constructor initialize LiteParsedQue...coollog2015-06-033-37/+46
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-034-7/+830
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-022-1/+5
* SERVER-18748 Fix missing library dependencyKaloian Manassiev2015-06-011-1/+1
* SERVER-18748 Move cursor response management under queryKaloian Manassiev2015-05-313-4/+129
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-292-5/+1
* SERVER-18365 delete MatchExpression::NIN since it is not usedcoollog2015-05-291-1/+0
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-292-1/+5
* SERVER-17575 find and getMore commands respect BSONObj max user size limitDavid Storch2015-05-282-5/+36
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-2112-115/+266
* SERVER-16265 add query predicate and aggregation command to the getMore slow ...David Storch2015-05-201-0/+5
* SERVER-18184 add awaitData support to the getMore command (oplog only)David Storch2015-05-196-0/+37
* SERVER-17544 getMore request parsing now fails if there is an unrecognized fi...David Storch2015-05-192-30/+63
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-184-4/+4