summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/js_function.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-3/+3
* SERVER-64036 Avoid making a copy of JsFunction when generating an SBE planAnton Korshunov2022-03-071-9/+5
* SERVER-61083 Cache plans that only have a single query solutionAnton Korshunov2022-02-161-6/+24
* SERVER-62039 Include TenantID in JS scope identifierSara Golemon2021-12-151-0/+3
* SERVER-60273 Calculate the estimated size for missing types in sbe::value::ge...Drew Paroski2021-10-161-0/+5
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-1/+1
* SERVER-50388 Support $where operator in SBENikita Lapkov2020-11-171-0/+94