summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/get_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22344 Error if OplogReplay cursor requested on non-capped collectionTess Avitabile2016-02-181-0/+5
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-1/+1
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+2
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-5/+5
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-12/+13
* SERVER-21166 don't leak DistinctNodeDavid Storch2015-10-291-3/+3
* SERVER-20117 Allow queries with meta sortkey to be covered in mongosYunhe (John) Wang2015-10-121-1/+0
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-20641 Equality query on _id with sort now works on mongosYunhe (John) Wang2015-10-011-48/+19
* SERVER-18084 Remove usages of ShardingState::get(globalOperationContext())Kaloian Manassiev2015-09-221-13/+12
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-13/+19
* SERVER-18767 fix bug preventing mongod from using the ShardFilterStage for th...David Storch2015-08-311-2/+1
* Revert "Revert "SERVER-19946 support the tailable option for unsharded capped...David Storch2015-08-211-10/+0
* Revert "SERVER-19946 support the tailable option for unsharded capped collect...David Storch2015-08-201-0/+10
* SERVER-19946 support the tailable option for unsharded capped collections in ...David Storch2015-08-201-10/+0
* SERVER-19838 Remove member DeleteStageParams::shouldCallLogOpJason Rassi2015-08-101-2/+1
* SERVER-19511 Fast distinct w/ no predicate shouldn't use partial indexJason Rassi2015-08-101-15/+17
* SERVER-19593 snapshot default to collscan except when using MMAPv1Qingyang Chen2015-08-061-1/+8
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-14/+16
* SERVER-15020 Explain for distinct commandQingyang Chen2015-07-311-14/+24
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-8/+7
* SERVER-19500 Cleanup explain logicKaloian Manassiev2015-07-211-3/+3
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-6/+12
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-2/+2
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-1/+1
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-3/+3
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-187/+205
* SERVER-17854 Move partial idx selection logic to QueryPlannerIXSelectJason Rassi2015-06-231-20/+0
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-43/+41
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-41/+43
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-43/+41
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1233/+1175
* SERVER-18791 Pull count command parsing into a separate libraryKaloian Manassiev2015-06-111-7/+18
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-13/+13
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-2/+2
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-081-1/+1
* SERVER-18791 Remove the explain field from CountRequestKaloian Manassiev2015-06-031-1/+2
* SERVER-18350 Refactor expression_algo.cpp.Max Hirschhorn2015-05-141-1/+1
* SERVER-17659 IndexEntry: add new member 'filterExpr' to structJason Rassi2015-05-071-0/+3
* SERVER-17659 Move CQ::getPlanCacheKey() => PlanCache::computeKey()Jason Rassi2015-04-221-1/+3
* SERVER-15225 Fix leak of 'qs' in prepareExecution() cached plan pathJason Rassi2015-04-161-0/+1
* SERVER-18054 Fix crash when running findAndModify against non-existent collec...Charlie2015-04-151-4/+4
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-18/+112
* SERVER-17894 de-inlined InternalPlannerBenety Goh2015-04-141-0/+2
* SERVER-15225 CachedPlanStage can replan poorly performing queries after a tri...David Storch2015-04-131-12/+15
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-5/+8
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-2/+2
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-4/+4