summaryrefslogtreecommitdiff
path: root/src/mongo/db/explain.h
Commit message (Expand)AuthorAgeFilesLines
* normalize #includes in many filesEric Milkie2013-04-181-2/+2
* SERVER-6268 Change explain output to report statistics on the winning plan in...Aaron2012-07-121-1/+9
* SERVER-5924 Move explain yield count recording from the plan level to the cla...Aaron2012-06-061-5/+8
* Use append() and appendNumber() rather than the insertion operator when appen...Aaron2012-03-221-0/+2
* Rename loadedObject to loadedRecord and specifically MatchDetails::loadedObje...Aaron2012-03-221-6/+6
* SERVER-4150 commentsAaron2012-02-291-1/+26
* SERVER-4150 some explain related cleanupsAaron2012-02-241-1/+0
* SERVER-4150 commentingAaron2012-02-241-0/+6
* SERVER-4150 include additional explain infomation for geo cursorsAaron2012-02-241-0/+1
* SERVER-4150 add covered index supportAaron2012-02-241-3/+4
* SERVER-4150 clean explain support for single cursor queriesAaron2012-02-241-10/+28
* 4150 explain implementation checkpointAaron2012-02-241-0/+125