summaryrefslogtreecommitdiff
path: root/src/mongo/shell/explainable.js
AgeCommit message (Expand)Author
2024-01-31SERVER-56621: Add "explainVersion" field in shaded cluster explain outputs (#...mattsimply
2023-06-21SERVER-14227 add index hint support for distinct commandHima
2021-07-14SERVER-56193 Add 'Explain.sbeReformatExperimental()' shell helperDavid Storch
2020-06-24SERVER-48244 remove shell-side explain string validationHirday Gupta
2020-05-11SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to t...Drew Paroski
2020-05-11Revert "SERVER-46686 Update explain() shell command to propagate "maxTimeMS" ...Drew Paroski
2020-05-09SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to t...Drew Paroski
2020-02-13SERVER-45791 The db.collection.explain().mapReduce() shell helper should acce...James Wahlin
2019-11-22SERVER-44583 M/R Agg: Add explain support for mapReduce commandMihai Andrei
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-06-18SERVER-1599 Add support for index hint to update commandXin Hao Zhang
2019-05-03SERVER-40408 Add pipeline versions of update helpers in the shellBernard Gorman
2018-05-30SERVER-28524 remove group commandKyle Suarez
2018-03-05SERVER-32300 Explainable.aggregate should not modify options argument.“Dandan
2017-07-25SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin
2017-04-04SERVER-28576 Add arrayFilters parameter to update and findAndModify shell hel...Tess Avitabile
2017-03-13SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch
2016-09-13SERVER-24081 fixed explainable count to respect hintMaria van Keulen
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2016-05-10SERVER-23791 extend shell helpers to pass collation parameter to serverDavid Storch
2016-03-09SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams
2016-02-29SERVER-22882 Remove the argumentsToArray function from the shellKamran Khan
2016-02-05SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy
2015-09-01SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch
2015-07-31SERVER-15020 Explain for distinct commandQingyang Chen
2015-07-22SERVER-19493 Include 'code' field in thrown js Error objects where possibleSpencer T Brody
2015-04-14SERVER-16063 Rewrite the findAndModify command.Charlie
2014-10-13SERVER-14875 explain helpers for the shellDavid Storch