summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/plan_stats.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40805 Indicate reason for replanningDavid Percy2020-03-311-2/+2
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-261-0/+156
* SERVER-23831 Remove fastmodinsertXin Hao Zhang2019-05-311-7/+1
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-7/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36871 $sample can loop infinitely on orphaned dataBernard Gorman2018-12-111-0/+16
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-071-16/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-58/+20
* SERVER-29843 Make oplog queries use eq, gt, and gte predicates on ts for scan...Tess Avitabile2017-11-071-0/+5
* SERVER-24182 Add collation-related information to explain outputTess Avitabile2016-07-051-0/+9
* SERVER-23064 COUNT_SCAN query execution stage does not report index bounds in...David Hatch2016-06-101-0/+11
* SERVER-23115 Include path-level multikey information in explain output.Max Hirschhorn2016-05-171-0/+16
* SERVER-23243 Replace the easy-to-remove usages of Listener::getElapsedTimeMil...Waley Chen2016-04-251-1/+0
* SERVER-23272 Remove 'keyUpdates', 'fastmod' and 'moved' metricsJames Wahlin2016-04-251-6/+0
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-2/+2
* SERVER-20536 Ignore comment field when planning counts.Charlie Swanson2016-02-041-4/+3
* SERVER-4494 Explain includes index version for 2dsphere and text stages.Benjamin Murphy2016-02-041-4/+7
* SERVER-2235 add the number of IXSCAN seeks to explain executionStats outputDavid Storch2016-02-031-1/+5
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-02-021-1/+3
* SERVER-17011 add EnsureSorted stageDavid Storch2015-12-211-0/+12
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-1/+1
* SERVER-19510 Rename FTSQuery to FTSQueryImplJason Rassi2015-11-181-1/+1
* SERVER-20111 Plan summary should only include the winning planCharlie Swanson2015-10-081-8/+2
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-0/+2
* SERVER-19480 Meaningful geoNear specific statistics after eliminating duplica...Brandon Zhang2015-08-141-32/+11
* SERVER-15020 Added missing explain stats for distinct commandQingyang Chen2015-08-111-5/+15
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-46/+26
* SERVER-19109 Refactor text stage into matcher and scorer stageAdam Chelminski2015-07-091-5/+23
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-480/+468
* address feedback: remove isTTL and expireAfterSecondsMisha Tyulenev2015-06-151-8/+0
* SERVER-3495 added to explain output for stages COUNT_SCAN and IXSCAN: isUniqu...Misha Tyulenev2015-06-151-0/+21
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17810 remove matchTested specificStatQingyang Chen2015-06-081-16/+1
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-7/+0
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-2/+0
* SERVER-4494 add index version to explain outputDavid Storch2015-02-201-3/+12
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-6/+2
* SERVER-17198 prevent invalid logOp rollback in findAndModifyDavid Storch2015-02-091-0/+7
* SERVER-16807 update and delete stages should skip over invalidated documents ...David Storch2015-01-151-2/+12
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-2/+2
* SERVER-16301 add indexName to the explain output for index access stagesDavid Storch2014-12-051-0/+7
* SERVER-16101 replace UpdateExecutor with ParsedUpdateDavid Storch2014-12-041-0/+4
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-0/+4
* SERVER-15562 Search neighbors for density estimation with 2d indexSiyuan Zhou2014-10-301-1/+0
* SERVER-15659 make MockStage return actual mock statsSamantha Ritter2014-10-291-0/+8
* SERVER-15562 Estimate density before near searchSiyuan Zhou2014-10-281-0/+7