summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/or.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-3/+3
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-2/+2
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-7/+9
* SERVER-15363 fix solaris compileDavid Storch2014-10-021-0/+2
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-4/+4
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-2/+2
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-0/+8
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+7
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-1/+11
* SERVER-13922 remove query yielding cruftHari Khalsa2014-06-031-5/+1
* SERVER-12931 add failure status to working set if child stage fails without p...Benety Goh2014-02-271-0/+11
* SERVER-12398 bubble error from plan stages to runnerBenety Goh2014-02-101-1/+5
* SERVER-10026 modify stages to preserve and expect invalidated docsHari Khalsa2014-01-161-4/+3
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-2/+2
* SERVER-10026 uint64_t -> size_t for a more BSON-friendly explain on OSXHari Khalsa2014-01-131-1/+1
* SERVER-10565 Extract explain information from new stages.Alberto Lerner2013-10-011-2/+2
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-0/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-4/+5
* SERVER-10026 stage stats, multi plan runner, relevant scaffoldingHari Khalsa2013-07-251-1/+46
* SERVER-10026 fetch limit skip orHari Khalsa2013-07-091-0/+111