summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/javascript_execution.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46494 improve perf of '$function'Eric Cox2020-03-131-7/+1
* SERVER-46377 Don't get a returnValue from js scope for callFunctionWithoutReturnEric Cox2020-02-281-7/+20
* SERVER-45457 Allow disabling system.js on a per-expression basisKatherine Wu2020-02-211-5/+7
* SERVER-46098 Register/deregister operation with JS Scope for every function i...James Wahlin2020-02-141-0/+2
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-0/+17
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-3/+12
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-291-1/+2
* Revert "SERVER-42748 Support using stored procedures (system.js) in map/reduce"Jacob Evans2019-10-211-2/+1
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-211-1/+2
* SERVER-44018 Fix MR agg output mode 'reduce' and move JsExecution to decorato...Nicholas Zolnierz2019-10-171-0/+49