summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/merge_sort.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-301-1/+1
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-071-3/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-23/+0
* SERVER-34725: Group and count plan stages do not set the WorkingSetID output ...Nick Zolnierz2018-05-011-13/+6
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-23350 Make the SORT_MERGE PlanStage respect the query's collationTess Avitabile2016-04-111-2/+4
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-7/+7
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-14/+2
* SERVER-15962 only use KEEP_MUTATIONS for index intersection plansDavid Storch2016-01-131-10/+4
* SERVER-20111 Plan summary should only include the winning planCharlie Swanson2015-10-081-1/+1
* SERVER-16444 Only make BSONObj underlying WSM owned if not mmapv1.Max Hirschhorn2015-08-271-1/+1
* SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn2015-08-241-2/+4
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-2/+3
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-37/+7
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-6/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-205/+207
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-1/+1
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-16675 force fetch RecordIds buffered by the query system on saveState()David Storch2015-01-071-1/+0
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-3/+3
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-8/+7
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-0/+5
* SERVER-15363 fix solaris compileDavid Storch2014-10-021-0/+1
* SERVER-15187 Update saved OperationContext in all PlanStagesDavid Percy2014-09-181-0/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-3/+5
* 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/+7
* SERVER-13922 remove query yielding cruftHari Khalsa2014-06-031-5/+1
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-261-3/+8
* SERVER-12931 add failure status to working set if child stage fails without p...Benety Goh2014-02-271-0/+10
* 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-1/+1
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-2/+2
* SERVER-10026 don't return invalidated resultsHari Khalsa2013-10-291-5/+11
* 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-10426 Do not return 'true' from comparator for equal items in merge sortTad Marshall2013-08-031-1/+4
* SERVER-10026 stage stats, multi plan runner, relevant scaffoldingHari Khalsa2013-07-251-3/+31
* SERVER-10026 SERVER-10192 SERVER-1205 sorting stagesHari Khalsa2013-07-191-0/+191