summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_multiplan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-6/+2
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-18/+14
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-2/+2
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-2/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-20/+20
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-1/+1
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-7/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-2/+1
* SERVER-20299 Delete KEEP_MUTATIONS stage.David Storch2018-08-021-2/+0
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-4/+4
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-141-96/+200
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-111-17/+12
* SERVER-32027 Fix unit-tests which rely on having a valid wallclock timeKaloian Manassiev2017-11-201-1/+2
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-3/+9
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-305/+405
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-11/+6
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-3/+3
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-10/+7
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-4/+4
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-33/+37
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-5/+5
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-4/+5
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-1/+1
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-2/+5
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-091-1/+2
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-13/+13
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-251-2/+4
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-181-4/+2
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-171-2/+4
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-10/+14
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-5/+10
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-2/+5
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_trac...Waley Chen2016-05-021-5/+2
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-2/+5
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-2/+3
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-201-0/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+5
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-5/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+5
* SERVER-13123 All callers of PlanExecutor::getNext need to deal with error ret...Tess Avitabile2016-02-181-2/+3