summaryrefslogtreecommitdiff
path: root/jstests/core/index_stats.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47584 Additional testing for hidden indexesRuoxin Xu2020-04-291-2/+38
* SERVER-44475 Remove Query KnobJacob Evans2019-12-111-1/+1
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-10/+10
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-215/+215
* SERVER-41303 Split jscore tests that run mapReduce but do not specifically te...Allison Easton2019-06-101-2/+0
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbha...Lingzhi Deng2019-05-231-4/+6
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-19/+14
* SERVER-28524 remove group commandKyle Suarez2018-05-301-16/+0
* SERVER-32691 Add write_concern_majority_passthrough.yml test suite.Max Hirschhorn2018-01-301-4/+12
* SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough...Jack Mulrow2017-12-071-1/+1
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-231-0/+5
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collect...Randolph Tan2017-03-231-5/+0
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-151-0/+5
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-1/+1
* SERVER-27253 Bump index usage stats during $lookup.Charlie Swanson2016-12-161-2/+63
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-22/+28
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-4/+4
* SERVER-22048 Add index stats test covering multiple potential plan matchJames Wahlin2016-01-121-5/+79
* SERVER-22048 Record index access stats for aggregation and mapReduceJames Wahlin2016-01-081-0/+17
* SERVER-21772 correctly profile and log findAndModify operationsDavid Storch2015-12-151-4/+13
* SERVER-20969 Restrict $indexStats to first pipeline stageJames Wahlin2015-10-281-0/+3
* SERVER-20520 Include index key in $indexStats return documentsJames Wahlin2015-10-071-0/+14
* SERVER-20680 Naming changes to $indexStats aggregation outputJames Wahlin2015-09-301-1/+1
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-0/+93