summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_solution.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-10-111-0/+3
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-23/+23
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38695 Make QuerySolutionNode subclasses for projection fast-pathsJacob Evans2019-01-291-41/+94
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37417 Plans using $** wildcard indices can return duplicate resultsyarai2018-10-151-0/+2
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-111-2/+4
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-261-0/+3
* SERVER-20299 Delete KEEP_MUTATIONS stage.David Storch2018-08-021-38/+0
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-06-121-0/+16
* Revert "SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess."David Storch2018-06-121-16/+0
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-06-111-0/+16
* SERVER-35044 Remove maxScan query optionJames Wahlin2018-06-111-6/+0
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-0/+3
* SERVER-31858 Fix explodeForSort() path to handle multikeyness correctly.David Storch2017-11-101-0/+6
* SERVER-21011 Fix query correctness problem related to covered matching for 2d...David Storch2017-10-131-0/+7
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-0/+5
* SERVER-19402 Change find command semantics for sorting on an array field.David Storch2017-06-201-4/+0
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-8/+29
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-16/+16
* SERVER-24279 Properly add sort when index does not respect query collation.David Hatch2016-06-171-4/+11
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23436 ProjectionNode::getSort propagates sort from children.Benjamin Murphy2016-04-211-3/+5
* SERVER-22133 generate COUNT_SCAN plans properly from the plan cacheDavid Storch2016-01-291-3/+3
* SERVER-17011 add EnsureSorted stageDavid Storch2015-12-211-0/+32
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-7/+2
* SERVER-19510 Rename FTSQuery to FTSQueryImplJason Rassi2015-11-181-2/+2
* SERVER-18668 remove some pessimizing and redundant movesAdam Midvidy2015-08-241-1/+1
* SERVER-19355 add SortKeyGeneratorStageDavid Storch2015-08-181-2/+33
* SERVER-19557 Add text index v3Adam Chelminski2015-08-111-0/+1
* SERVER-13732 rewrite contained $or queries to rooted $or in the SubplanStageDavid Storch2015-07-101-0/+3
* SERVER-18936 skip, limit, and batchsize use 64-bit variablesQingyang Chen2015-07-091-2/+2
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-2/+1
* SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME>Qingyang Chen2015-06-261-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-600/+753
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-17437 $caseSensitive option for $text query operatorJason Rassi2015-03-121-0/+1
* SERVER-4494 add index version to explain outputDavid Storch2015-02-201-1/+1
* SERVER-16675 force fetch RecordIds buffered by the query system on saveState()David Storch2015-01-071-4/+5
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-2/+4
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* SERVER-14098 add CountStageDavid Storch2014-09-101-1/+1
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-211-3/+6
* SERVER-14515 Remove default limit from geoNear operationsSiyuan Zhou2014-08-061-8/+1
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-1/+1
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-2/+10
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-25/+0
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-26/+26
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-2/+0