summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15015 fix $min/$max handling for descending indicesDavid Storch2014-08-291-21/+110
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-70/+0
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+3
* SERVER-14176 query planner should obey $natural sortDavid Storch2014-06-051-4/+12
* SERVER-13899 Forbid whole index scan on plugin index to provide sortJason Rassi2014-05-131-0/+18
* SERVER-13769 QueryPlanner::plan() has to clear tags from query treeJason Rassi2014-05-011-0/+2
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-8/+20
* SERVER-13356 correct an error in processing geonear index assignmentsHari Khalsa2014-03-271-1/+5
* SERVER-13184 with rooted OR query plan sub-queries independently and combineHari Khalsa2014-03-181-2/+1
* SERVER-13181: Query Memory LeaksMark Benvenuto2014-03-171-0/+1
* SERVER-13017 Fix query planner reporting of text index-related errorsJason Rassi2014-03-101-3/+24
* SERVER-13038 verbose query logging cleanupDavid Storch2014-03-071-27/+34
* SERVER-12868 renamed QuerySolution::hasSortStage to more generic hasBlockingS...Benety Goh2014-02-271-1/+2
* SERVER-10026 don't add a collscan solution if ixscan soln existsHari Khalsa2014-02-261-7/+13
* SERVER-10026 triage and address some TODO comments, fix bounds buildingHari Khalsa2014-02-241-1/+7
* SERVER-12766 extended plan cache key to include geo coordinate typesBenety Goh2014-02-211-0/+10
* SERVER-9639 For 2dsphere V2 indices don't index any docs missing any geo fieldsHari Khalsa2014-02-191-21/+2
* SERVER-12723 geo queries should not be cacheable.Benety Goh2014-02-191-10/+0
* SERVER-12089 Query planner: test exactly one text index for TEXTJason Rassi2014-02-181-2/+4
* Revert "SERVER-12089 Query planner: test exactly one text index for TEXT"Jason Rassi2014-02-181-4/+2
* SERVER-12089 Query planner: test exactly one text index for TEXTJason Rassi2014-02-181-2/+4
* SERVER-12592 produce intelligible error message for failed TEXT under OR plan...Benety Goh2014-02-121-1/+15
* SERVER-12449 text indices require all prefix fields (which must be EQ)Hari Khalsa2014-02-101-0/+20
* SERVER-12613 put a limit on how many indexed plans we consider, minor enum reorgHari Khalsa2014-02-061-3/+1
* SERVER-12519 renamed admin hints to index filtersBenety Goh2014-01-291-2/+2
* SERVER-12282 fixed memory leak in get_runner. fixed planFromCache signature t...Benety Goh2014-01-211-20/+14
* SERVER-8871 admin hintsBenety Goh2014-01-151-1/+7
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-8/+8
* SERVER-5470 updated plan cache commands per updated specBenety Goh2014-01-151-3/+2
* SERVER-12321 fully normalize in canonical queryDavid Storch2014-01-141-6/+4
* SERVER-12296 cache a backup plan for blocking sort solutionsDavid Storch2014-01-121-13/+39
* SERVER-5470 extended plan cache to hold all solutons from planning processBenety Goh2014-01-081-10/+13
* Revert "SERVER-5470 extended plan cache to hold all solutons from planning pr...Benety Goh2014-01-071-13/+10
* SERVER-5470 extended plan cache to hold all solutons from planning processBenety Goh2014-01-071-10/+13
* SERVER-10564 enable the plan cacheDavid Storch2014-01-061-4/+23
* SERVER-10564 cache collection scan query plansDavid Storch2014-01-031-7/+22
* SERVER-10564 plan cache data storage mechanismDavid Storch2013-12-311-8/+170
* SERVER-10026 index intersection and enumeration cleanupHari Khalsa2013-12-201-3/+8
* SERVER-10026 skeleton of cache for query plansHari Khalsa2013-12-161-0/+33
* SERVER-12056 query planner should generate at least one indexed solution when...Benety Goh2013-12-161-3/+5
* SERVER-12005 reject queries with bad hints, invalid min/max specs and missing...Benety Goh2013-12-121-24/+20
* SERVER-10026 migrate geoNear to new exec via rewriteHari Khalsa2013-12-111-0/+4
* SERVER-11446 do not traverse into negation nodes when looking for indexable f...Benety Goh2013-12-041-21/+0
* SERVER-10026 support max/min in new sysHari Khalsa2013-12-041-5/+125
* SERVER-11568 normalize sort order in query and index key pattern during planningBenety Goh2013-11-271-1/+1
* SERVER-10026 faster hackier idhackHari Khalsa2013-11-271-65/+0
* SERVER-8067 do not use sparse index to provide sort orderBenety Goh2013-11-271-1/+5
* SERVER-10026 break planner into four piecesHari Khalsa2013-11-211-1266/+57