summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/planner_access.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-10026 and hash preserves order of last childHari Khalsa2014-01-021-0/+11
* SERVER-12173 Evaluate text nodes first when building solution.Benety Goh2013-12-301-0/+18
* SERVER-10026 migrate text cmd to use query execHari Khalsa2013-12-121-2/+2
* SERVER-10026 migrate geoNear to new exec via rewriteHari Khalsa2013-12-111-0/+4
* SERVER-10026 returnKey in new systemHari Khalsa2013-12-051-0/+3
* SERVER-10026 git rid of $and match expressions with a single childDavid Storch2013-12-041-2/+12
* SERVER-10026 support max/min in new sysHari Khalsa2013-12-041-0/+39
* SERVER-10026 add maxScan support for new queryHari Khalsa2013-12-041-3/+7
* SERVER-11852 fix query planning for inexact regexesDavid Storch2013-12-021-20/+76
* SERVER-11817 use enum instead of bool for exact/inexact index boundsDavid Storch2013-11-221-21/+21
* SERVER-10026 break planner into four piecesHari Khalsa2013-11-211-0/+843