index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
shell
/
explainable.js
Age
Commit message (
Expand
)
Author
2024-01-31
SERVER-56621: Add "explainVersion" field in shaded cluster explain outputs (#...
mattsimply
2023-06-21
SERVER-14227 add index hint support for distinct command
Hima
2021-07-14
SERVER-56193 Add 'Explain.sbeReformatExperimental()' shell helper
David Storch
2020-06-24
SERVER-48244 remove shell-side explain string validation
Hirday Gupta
2020-05-11
SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to t...
Drew Paroski
2020-05-11
Revert "SERVER-46686 Update explain() shell command to propagate "maxTimeMS" ...
Drew Paroski
2020-05-09
SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to t...
Drew Paroski
2020-02-13
SERVER-45791 The db.collection.explain().mapReduce() shell helper should acce...
James Wahlin
2019-11-22
SERVER-44583 M/R Agg: Add explain support for mapReduce command
Mihai Andrei
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-06-18
SERVER-1599 Add support for index hint to update command
Xin Hao Zhang
2019-05-03
SERVER-40408 Add pipeline versions of update helpers in the shell
Bernard Gorman
2018-05-30
SERVER-28524 remove group command
Kyle Suarez
2018-03-05
SERVER-32300 Explainable.aggregate should not modify options argument.
“Dandan
2017-07-25
SERVER-29371 DocumentSource classes should provide auth requirements
James Wahlin
2017-04-04
SERVER-28576 Add arrayFilters parameter to update and findAndModify shell hel...
Tess Avitabile
2017-03-13
SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...
David Storch
2016-09-13
SERVER-24081 fixed explainable count to respect hint
Maria van Keulen
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-05-10
SERVER-23791 extend shell helpers to pass collation parameter to server
David Storch
2016-03-09
SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...
Jonathan Abrahams
2016-02-29
SERVER-22882 Remove the argumentsToArray function from the shell
Kamran Khan
2016-02-05
SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fix
Mike Grundy
2015-09-01
SERVER-19341 fix read preference and slaveOk handling for the find command
David Storch
2015-07-31
SERVER-15020 Explain for distinct command
Qingyang Chen
2015-07-22
SERVER-19493 Include 'code' field in thrown js Error objects where possible
Spencer T Brody
2015-04-14
SERVER-16063 Rewrite the findAndModify command.
Charlie
2014-10-13
SERVER-14875 explain helpers for the shell
David Storch