summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/javascript_execution.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46494 improve perf of '$function'Eric Cox2020-03-131-5/+19
* SERVER-46377 Don't get a returnValue from js scope for callFunctionWithoutReturnEric Cox2020-02-281-7/+2
* SERVER-45457 Allow disabling system.js on a per-expression basisKatherine Wu2020-02-211-5/+5
* SERVER-46098 Register/deregister operation with JS Scope for every function i...James Wahlin2020-02-141-8/+3
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-5/+12
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-3/+7
* SERVER-44284 Avoid injecting 'emit' native function every time the emit expre...Nicholas Zolnierz2019-11-041-6/+17
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-291-2/+4
* 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-1/+11
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42684 Add support for 'scope' RunTimeConstantNicholas Zolnierz2019-08-151-3/+6
* SERVER-42694 Add internal JS reduce accumulatorDavis Haupt2019-08-131-0/+22
* SERVER-42507 Add internal javascript emit aggregation expressionNick Zolnierz2019-08-071-0/+67