summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/explain.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-5/+5
* SERVER-40805 Indicate reason for replanningDavid Percy2020-01-061-1/+1
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-041-12/+4
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-1/+5
* SERVER-42182 fix mac os x compileBenety Goh2019-10-011-3/+3
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-011-3/+4
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-011-5/+6
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-4/+6
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-0/+3
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-0/+8
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-111-0/+9
* Revert "SERVER-41279 Eliminate failed plans from consideration during query p...Xiangyu Yao2019-07-101-9/+0
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-8/+0
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-101-0/+8
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-101-0/+9
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-23831 Remove fastmodinsertXin Hao Zhang2019-05-311-1/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-2/+15
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38695 Make QuerySolutionNode subclasses for projection fast-pathsJacob Evans2019-01-291-1/+3
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-3/+6
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-071-5/+7
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-2/+12
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-12/+2
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-2/+12
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-8/+0
* SERVER-36528 Implement $planCacheStats agg source.David Storch2018-08-211-0/+40
* SERVER-36527 Add 'queryHash' to 'queryPlanner' explain output.David Storch2018-08-091-0/+7
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-29421 Make agg explain use outer PlanExecutorIan Boros2018-01-241-104/+181
* SERVER-29843 Make oplog queries use eq, gt, and gte predicates on ts for scan...Tess Avitabile2017-11-071-0/+3
* SERVER-29687 Don't include sock.h from options headerAndrew Morrow2017-08-231-0/+1
* SERVER-29304 Exclude time spent blocking for awaitData from getMore latency r...David Storch2017-06-141-1/+2
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-1/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-34/+34
* SERVER-27175 Improve performance of planSummary string generationJames Wahlin2016-12-271-13/+21
* SERVER-25654 Don't use int millis for elapsed timeGeert Bosch2016-10-241-1/+1
* SERVER-26230 DocumentSourceCursor should reset keysExamined and docsExamined ...Tess Avitabile2016-09-301-0/+3
* SERVER-24755 fix explain to handle collection drop during yieldDavid Storch2016-09-261-1/+6
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-2/+3
* SERVER-24239 Allow use of names in index filter commands.David Hatch2016-08-041-1/+1
* SERVER-24239 Refactor QuerySettings to use values instead of unowned pointer.David Hatch2016-08-021-3/+1
* SERVER-24182 Add collation-related information to explain outputTess Avitabile2016-07-051-1/+13
* SERVER-23064 COUNT_SCAN query execution stage does not report index bounds in...David Hatch2016-06-101-0/+7
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-091-3/+5
* SERVER-23265 Make aggregation diagnostics consistentJames Wahlin2016-06-071-0/+12
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1