summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_index_stats.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44915 Extend output to include full index options and shard nameMihai Andrei2019-12-161-12/+7
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-5/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-2/+2
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-2/+2
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-1/+1
* SERVER-28978 Add hostname to $collStats output, and include shard name when r...Bernard Gorman2017-06-231-2/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+2
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+3
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-1/+5
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-2/+2
* SERVER-24622 Every DocumentSource should implement detach/reattachToOpCtxCharlie Swanson2016-06-171-1/+1
* SERVER-20520 Include index key in $indexStats return documentsJames Wahlin2015-10-071-0/+1
* SERVER-20680 Naming changes to $indexStats aggregation outputJames Wahlin2015-09-301-4/+3
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-0/+81