summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/js_function.cpp
AgeCommit message (Collapse)Author
2024-04-11SERVER-89290 Use DatabaseName is AuthNameSara Golemon
GitOrigin-RevId: 38e8627efde40887e54cd0ccf59a57600c24a6a7
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-08-30SERVER-80109 Make WhereMatchExpression take in DatabaseName objectMathis Bessa
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2022-05-24SERVER-66360 Remove multi-user authentication supportSara Golemon
2022-03-07SERVER-64036 Avoid making a copy of JsFunction when generating an SBE planAnton Korshunov
2022-02-16SERVER-61083 Cache plans that only have a single query solutionAnton Korshunov
2021-12-15SERVER-62039 Include TenantID in JS scope identifierSara Golemon
2021-10-16SERVER-60273 Calculate the estimated size for missing types in ↵Drew Paroski
sbe::value::getApproximateSize()
2021-09-08SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue
2021-03-25SERVER-55281 lint for newline violationsBilly Donahue
2020-11-17SERVER-50388 Support $where operator in SBENikita Lapkov