summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_coll_stats.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58138 Rename enum values to opt in/out of stable APICharlie Swanson2021-10-091-1/+1
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+1
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-1/+1
* Add limited $collStats invocations to API Version 1Charlie Swanson2021-03-171-1/+11
* SERVER-54470 Use IDL to parse $collStatsCharlie Swanson2021-03-171-57/+13
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-1/+2
* SERVER-35479 Make $collStats count behavior have "standard" error code and co...samontea2020-12-071-21/+10
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-4/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-14/+7
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-0/+21
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-21/+0
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-101-0/+21
* 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-21/+23
* 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-5/+7
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-4/+4
* SERVER-29687 Don't include sock.h from options headerAndrew Morrow2017-08-231-0/+1
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-4/+0
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-0/+4
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-4/+0
* SERVER-30174 Add a check for interrupts.Martin Neupauer2017-07-281-0/+2
* SERVER-28978 Add hostname to $collStats output, and include shard name when r...Bernard Gorman2017-06-231-0/+9
* SERVER-29620 Add shorthand syntax for retrieving the record count for a colle...Nick Zolnierz2017-06-161-0/+15
* Revert "SERVER-29620 Add shorthand syntax for retrieving the record count for...Justin Seyster2017-06-151-15/+0
* SERVER-29620 Add shorthand syntax for retrieving the record count for a colle...Nick Zolnierz2017-06-151-0/+15
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-2/+2
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+1
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+1
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-1/+4
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-3/+3
* SERVER-25180 make full histogram output optionalKevin Albertson2016-08-291-1/+15
* SERVER-24496: Add collStats command output to $collStats stageKevin Albertson2016-08-161-9/+27
* SERVER-5905 Add collStats aggregation stageKevin Albertson2016-06-241-0/+98
* Revert "SERVER-5905 Add collStats aggregation stage"Mathias Stearn2016-06-241-98/+0
* SERVER-5905 Add collStats aggregation stageKevin Albertson2016-06-231-0/+98