summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_solution.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13537 better handle numerical overflow of large limit valuesDavid Storch2014-04-141-1/+1
* SERVER-13292 fast path simple/fully covered projectionsHari Khalsa2014-03-211-2/+29
* SERVER-12438 better handling of batchSize and limit with sortDavid Storch2014-03-201-0/+58
* SERVER-12868 renamed QuerySolution::hasSortStage to more generic hasBlockingS...Benety Goh2014-02-271-2/+9
* SERVER-10026 triage and address some TODO comments, fix bounds buildingHari Khalsa2014-02-241-2/+5
* SERVER-12628 added filterSet field to explain to indicate if index filter is ...Benety Goh2014-02-131-1/+5
* SERVER-12354 SERVER-12144 plan compound text correctlyHari Khalsa2014-02-131-3/+8
* SERVER-10026 some QUERY_MIGRATION cleanupHari Khalsa2014-02-041-2/+2
* SERVER-12460 faster count for simple queriesHari Khalsa2014-01-291-0/+26
* SERVER-2094 fast distinct when field is indexed and query is fully coveredHari Khalsa2014-01-231-0/+26
* SERVER-12113 keep mutated docs in query results when it's sane toHari Khalsa2014-01-211-0/+25
* SERVER-12213 all indices are btree based indicesHari Khalsa2014-01-171-3/+0
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-21/+21
* SERVER-10026 and hash preserves order of last childHari Khalsa2014-01-021-1/+1
* SERVER-10564 plan cache data storage mechanismDavid Storch2013-12-311-0/+4
* SERVER-10026 migrate geoNear to new exec via rewriteHari Khalsa2013-12-111-2/+6
* SERVER-11987 extended sort stage to be limit-awareBenety Goh2013-12-091-1/+4
* SERVER-10026 returnKey in new systemHari Khalsa2013-12-051-0/+3
* SERVER-10026 add maxScan support for new queryHari Khalsa2013-12-041-0/+6
* SERVER-9063 SERVER-10026 can sort on doc metadata, remove implicit text sortHari Khalsa2013-12-021-2/+1
* SERVER-10026 break up proj parsing and exec, add meta/text score projectionHari Khalsa2013-11-211-7/+10
* SERVER-10026 move sort bounds calculation into sort stageHari Khalsa2013-11-211-5/+2
* SERVER-10026 perform shard filtering as a data access stageHari Khalsa2013-11-091-0/+23
* SERVER-10026 full projection supportHari Khalsa2013-11-081-4/+8
* SERVER-10026 migrate clientsHari Khalsa2013-11-061-0/+1
* SERVER-10026 don't leak QuerySolutionNodesHari Khalsa2013-11-041-1/+5
* SERVER-10026 sort with improved sort analysisHari Khalsa2013-10-301-87/+109
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-241-14/+19
* SERVER-9063 Add new query operator $textJason Rassi2013-10-111-0/+23
* SERVER-10471 merge index bounds, enumerate based on indices, bug fixesHari Khalsa2013-10-071-3/+8
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-1/+61
* SERVER-10471 enumerate indices w/array operators correctly, clean up and comm...Hari Khalsa2013-09-301-15/+56
* SERVER-10471 pseudo-expression/hashed indicesHari Khalsa2013-09-271-0/+4
* SERVER-10026 add hint and snapshot supportHari Khalsa2013-09-241-3/+7
* SERVER-10471 covering and sort analysis. split projection parse from execHari Khalsa2013-09-231-2/+6
* SERVER-10471 query solutions export properties to allow uniform optimization ...Hari Khalsa2013-09-201-113/+152
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-9/+180