summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sort.h
Commit message (Expand)AuthorAgeFilesLines
* 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