summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sort.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-071-8/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-6/+0
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-24122 make SORT_KEY_GENERATOR convert strings in sort keys to ICU comp...David Storch2016-05-311-18/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-4/+4
* SERVER-23095 Make the in-memory SORT PlanStage respect the query's collationTess Avitabile2016-04-061-3/+15
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-2/+2
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-1/+1
* SERVER-19355 add SortKeyGeneratorStageDavid Storch2015-08-181-13/+4
* SERVER-19355 move SortKeyGenerator to its own fileDavid Storch2015-08-051-74/+2
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-1/+4
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-7/+7
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-16/+1
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-187/+186
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-7/+6
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-2/+2
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-7/+7
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-2/+2
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-4/+2
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+5
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-1/+1
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-0/+4
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+4
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-2/+1
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-261-5/+8
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-4/+14
* SERVER-13537 better handle numerical overflow of large limit valuesDavid Storch2014-04-141-4/+4
* SERVER-13122 if we must use the raw obj to sort with ensure it's well formattedHari Khalsa2014-03-111-2/+2
* SERVER-12398 bubble error from plan stages to runnerBenety Goh2014-02-101-1/+1
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-1/+1
* SERVER-11987 extended sort stage to be limit-awareBenety Goh2013-12-091-5/+44
* SERVER-9063 SERVER-10026 can sort on doc metadata, remove implicit text sortHari Khalsa2013-12-021-23/+85
* SERVER-10026 move sort bounds calculation into sort stageHari Khalsa2013-11-211-19/+19
* SERVER-10026 non-covered sort must use diskloc as additional sort keyHari Khalsa2013-11-081-0/+4
* SERVER-10026 sort with improved sort analysisHari Khalsa2013-10-301-6/+44
* SERVER-10026 add hint and snapshot supportHari Khalsa2013-09-241-0/+1
* SERVER-10026 sort inherits the previous memory limit. generate ixscan-as-sor...Hari Khalsa2013-09-241-0/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 stage stats, multi plan runner, relevant scaffoldingHari Khalsa2013-07-251-0/+6
* SERVER-10026 SERVER-10192 SERVER-1205 sorting stagesHari Khalsa2013-07-191-0/+88