summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_subplan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-251-8/+7
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-181-7/+8
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-171-8/+7
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-14/+24
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-8/+12
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-3/+3
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-6/+8
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_trac...Waley Chen2016-05-021-8/+6
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-6/+8
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-6/+9
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+3
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-3/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+3
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-9/+19
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-121-1/+3
* SERVER-13732 disable subplanning for contained $or queriesDavid Storch2015-09-011-4/+8
* SERVER-19835 change SubplanStage to skip creation of a plan cache entry in ed...David Storch2015-08-111-0/+114
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-17/+14
* SERVER-19388 fix assertion in $or planningDavid Storch2015-07-141-3/+55
* SERVER-13732 rewrite contained $or queries to rooted $or in the SubplanStageDavid Storch2015-07-101-0/+270
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-6/+6
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-6/+6
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-6/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-106/+111
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+4
* SERVER-15225 CachedPlanStage can replan poorly performing queries after a tri...David Storch2015-04-131-6/+8
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-3/+4
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-6/+6
* SERVER-15886 SubplanStage tries to plan each branch from the cacheDavid Storch2014-12-011-5/+59
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-1/+1
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-5/+5
* SERVER-15641 Fix memory leaks in C++ dbtestsAndrew Morrow2014-10-151-0/+1
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-1/+1
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-0/+1
* SERVER-15012 SubplanStage must check for missing cache dataDavid Storch2014-08-271-0/+112