summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_access.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37417 Plans using $** wildcard indices can return duplicate resultsyarai2018-10-151-4/+4
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-111-75/+2
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-101-15/+13
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-041-1/+1
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-9/+9
* SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman2018-09-221-34/+86
* SERVER-36521 Prevent allPaths indexes from participating in index intersectionBernard Gorman2018-09-111-0/+10
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-051-1/+1
* SERVER-35337 Implement/test existence and null comparison queries using "allP...samontea2018-08-241-0/+10
* SERVER-36143 Support covered plans using non-multikey fields of a star indexBernard Gorman2018-08-211-5/+5
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-10/+29
* SERVER-20299 Remove CANNOT_TRIM_IXISECT parameter.David Storch2018-08-021-16/+13
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-06-121-212/+189
* Revert "SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess."David Storch2018-06-121-182/+205
* SERVER-35455 Eliminate owned raw pointers from QueryPlannerAccess.David Storch2018-06-111-205/+182
* SERVER-35044 Remove maxScan query optionJames Wahlin2018-06-111-4/+0
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-0/+2
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-21011 Fix query correctness problem related to covered matching for 2d...David Storch2017-10-131-39/+56
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-2/+1
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-1/+2
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-2/+1
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-0/+2
* SERVER-29587: Partition MatchExpression types into categories, fixes anNick Zolnierz2017-07-071-3/+2
* SERVER-29218 Use std:::unique_ptr to manage QuerySolutionNode objectsJustin Seyster2017-05-171-5/+4
* SERVER-28425 fix QueryPlannerAccess invariantDavid Storch2017-03-221-1/+1
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-8/+11
* SERVER-24027 Planner should consider reversing index scan direction in order ...Tess Avitabile2017-01-131-29/+38
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-1/+1
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-2/+4
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-19/+7
* SERVER-24279 Properly add sort when index does not respect query collation.David Hatch2016-06-171-0/+6
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-14/+15
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-2/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22867 Convey to access planner when to intersect bounds.Max Hirschhorn2016-03-031-5/+12
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-5/+2
* SERVER-18668 remove some pessimizing and redundant movesAdam Midvidy2015-08-241-5/+5
* 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/+107
* SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME>Qingyang Chen2015-06-261-22/+22
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1144/+1089
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-5/+5
* SERVER-17525 Remove QLOG, replace with LOG(5)James Wahlin2015-03-131-2/+1
* SERVER-17437 $caseSensitive option for $text query operatorJason Rassi2015-03-121-0/+1
* SERVER-16750 doc-locking storage engines must recheck exact predicates for in...David Storch2015-01-151-29/+51