summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_access.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-16256 get rid of ALL match expressionsDavid Storch2014-12-011-36/+6
* SERVER-14425: handle deadlocks in the middle up a multi-updateEliot Horowitz2014-10-311-3/+13
* SERVER-15639 Correctly handle >1 pred on same text index prefix fieldJason Rassi2014-10-161-2/+4
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15279 disable hash-based index intersection by defaultDavid Storch2014-09-171-1/+13
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-211-2/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14515 Remove default limit from geoNear operationsSiyuan Zhou2014-08-061-43/+0
* SERVER-14625 fix index bounds issue for negation inside elemMatchDavid Storch2014-07-241-0/+8
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-20/+99
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-29/+12
* SERVER-14180 fix double free in access planning for $elemMatchDavid Storch2014-06-061-20/+0
* SERVER-14176 query planner should obey $natural sortDavid Storch2014-06-051-7/+8
* SERVER-13960 bug fixes for OR with inexact predicatesDavid Storch2014-05-301-4/+19
* SERVER-13960 fix access planning for OR with inexact child predicatesDavid Storch2014-05-301-307/+325
* SERVER-13789 recursively build data access for subnodes beneath elemMatchDavid Storch2014-05-061-6/+42
* SERVER-13677 traverse through ALL when finding predicates inside elemMatch ob...David Storch2014-04-221-1/+1
* SERVER-13664 never detach filters from inside elemMatch objectDavid Storch2014-04-211-2/+14
* SERVER-13422 fix planning bug for elemMatch object index intersectionDavid Storch2014-03-311-3/+3
* SERVER-13205 fix merging of special leaf nodes in access plannerDavid Storch2014-03-271-3/+35
* SERVER-10026 fix query leak during certain error conditionsHari Khalsa2014-03-181-1/+10
* SERVER-13038 verbose query logging cleanupDavid Storch2014-03-071-5/+0
* SERVER-10026 triage and address some TODO comments, fix bounds buildingHari Khalsa2014-02-241-6/+2
* SERVER-12532 negated predicates can use an indexDavid Storch2014-02-141-4/+16
* SERVER-12354 SERVER-12144 plan compound text correctlyHari Khalsa2014-02-131-24/+129
* SERVER-12470 SERVER-12475 SERVER-9532 fix multikey index bounds for compound ...David Storch2014-02-101-46/+179
* SERVER-12449 text indices require all prefix fields (which must be EQ)Hari Khalsa2014-02-101-0/+2
* SERVER-2094 fast distinct when field is indexed and query is fully coveredHari Khalsa2014-01-231-40/+3
* Remove a stray stringstream in QueryPlannerAccessAndrew Morrow2014-01-101-3/+0
* SERVER-10564 enable the plan cacheDavid Storch2014-01-061-3/+12
* SERVER-10363 SERVER-11387 pay attention to special geo idx paramsHari Khalsa2014-01-061-4/+4