summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_subplan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-9/+9
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-30/+32
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+1
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-1/+3
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-121-6/+7
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-7/+9
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-7/+7
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-7/+7
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-7/+6
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-1/+0
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-2/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-12/+18
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-9/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-301-1/+0
* SERVER-37449 Make yield recovery throw if Database has been closed and reopened.David Storch2018-12-181-0/+5
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-101-0/+90
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37442 Write dbtest for subplanning from the plan cache using $** indexBernard Gorman2018-10-111-18/+41
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-8/+8
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-141-0/+4
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-10/+0
* SERVER-32189 Delete dead SubplanStage handling for contained $or queries.David Storch2017-12-131-118/+0
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-6/+6
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-460/+485
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-20/+16
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-6/+6
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-35/+35
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+4
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-22/+21
* 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