summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9666 Remove coreserver libraryAndrew Morrow2015-05-081-3/+0
* SERVER-9666 Push serveronly library into db directoryAndrew Morrow2015-05-061-3/+3
* SERVER-9666 Push coredb library into db directoryAndrew Morrow2015-05-061-3/+3
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-2/+2
* SERVER-9666 Push dbtest targets into dbtest directoryAndrew Morrow2015-04-291-2/+2
* SERVER-9666 Push ntservice related targets into utilAndrew Morrow2015-04-291-3/+3
* SERVER-17570: Fix NT Service shutdown race conditionMark Benvenuto2015-03-181-0/+3
* SERVER-16659 Rename MockStage to QueuedDataStageJason Rassi2015-01-121-3/+3
* SERVER-16522 listCollections leave cursor open if >1 batch neededJason Rassi2014-12-231-13/+1
* SERVER-15659 make MockStage return actual mock statsSamantha Ritter2014-10-291-0/+17
* SERVER-15363 fix solaris compileDavid Storch2014-10-021-0/+10
* SERVER-14098 add CountStageDavid Storch2014-09-101-0/+1
* SERVER-14099 Add GroupStage query execution stageJason Rassi2014-09-081-0/+1
* SERVER-14497 UpdateStageDavid Storch2014-08-111-0/+1
* SERVER-14634 move MultiIteratorStage and PipelineProxyStage into exec/ directoryDavid Storch2014-08-011-0/+2
* SERVER-14498 Add DeleteStage, rewrite DeleteExecutor to use itJason Rassi2014-07-301-0/+1
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-3/+2
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+3
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-1/+0
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-131-0/+2
* SERVER-12460 faster count for simple queriesHari Khalsa2014-01-291-0/+1
* SERVER-2094 fast distinct when field is indexed and query is fully coveredHari Khalsa2014-01-231-0/+1
* SERVER-12113 keep mutated docs in query results when it's sane toHari Khalsa2014-01-211-0/+1
* SERVER-11986 return failure on invalid positional $ projectionBenety Goh2013-12-101-0/+15
* SERVER-11987 extended sort stage to be limit-awareBenety Goh2013-12-091-0/+16
* SERVER-10026 break up proj parsing and exec, add meta/text score projectionHari Khalsa2013-11-211-0/+1
* SERVER-11658 Consistently use Library targetAndrew Morrow2013-11-181-3/+3
* SERVER-10026 perform shard filtering as a data access stageHari Khalsa2013-11-091-0/+1
* SERVER-10026 full projection supportHari Khalsa2013-11-081-1/+0
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-241-0/+3
* SERVER-9063 Add new plan stage TextStageJason Rassi2013-10-111-0/+1
* SERVER-10026 port findingstartcursor to stage and use itHari Khalsa2013-10-111-0/+1
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-0/+1
* SERVER-10471 covering and sort analysis. split projection parse from execHari Khalsa2013-09-231-2/+2
* SERVER-10565 Holding off a little bit longer on explain goodies.Alberto Lerner2013-09-191-21/+0
* SERVER-10565 update plan executor to retrieve plan stage statsBenety Goh2013-09-191-0/+1
* SERVER-10565 added writeExplainTo() to PlanStageStatsBenety Goh2013-09-191-0/+20
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-0/+2
* SERVER-6405: move CollectionIterator to structureEliot Horowitz2013-08-161-1/+0
* SERVER-10026 SERVER-10192 SERVER-1205 sorting stagesHari Khalsa2013-07-191-0/+2
* SERVER-10026 collection scanHari Khalsa2013-07-171-0/+2
* SERVER-10026 fetch limit skip orHari Khalsa2013-07-091-0/+51