summaryrefslogtreecommitdiff
path: root/jstests/core/explain_distinct.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-19/+24
* SERVER-51409 Support executionStats mode in SBE explainAnton Korshunov2020-11-251-1/+0
* SERVER-49227 Tag tests to be excluded from jsCore_slot_based_executionJustin Seyster2020-08-141-1/+4
* SERVER-42421 Create a projection_ast::Projection during construction of the C...Ian Boros2019-09-231-2/+2
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-76/+76
* SERVER-38695 Make QuerySolutionNode subclasses for projection fast-pathsJacob Evans2019-01-291-3/+3
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-9/+9
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-231-0/+4
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collect...Randolph Tan2017-03-231-4/+0
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-151-0/+4
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-1/+1
* SERVER-19507 allow DISTINCT_SCAN over trailing field of an indexAnton Guryanov2016-08-251-3/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+1
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-181-4/+4
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-10/+7
* SERVER-19907 Modified distinct to accept query=null and added jstestYunhe (John) Wang2015-09-021-2/+2
* SERVER-15020 Added missing explain stats for distinct commandQingyang Chen2015-08-111-0/+11
* SERVER-15020 Explain for distinct commandQingyang Chen2015-07-311-0/+81