summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/bind_input_params.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75752 Use stable collator interface pointer for ArraySet for $in equal...Ivan Fefer2023-04-131-21/+10
* SERVER-72814 Add $_internalEqHash MatchExpressionBen Shteinfeld2023-04-101-0/+1
* SERVER-67576 Enable explode for sort query in SBE cacheRui Liu2023-03-221-7/+15
* SERVER-74325 Do not create expensive objects if we don't need themIvan Fefer2023-03-021-39/+43
* SERVER-71214 remove $betweenDavis Haupt2022-11-111-1/+0
* SERVER-68102 Improve Recursive IXScan for SBEZixuan Zhuang2022-10-241-25/+4
* SERVER-69885 Added support `$in` in `generatePerColumnFilterExpr()`Mohammad Dashti2022-10-181-5/+6
* SERVER-69598 squash commitsgalon12022-09-231-1/+1
* SERVER-67628 create $encryptedBetween MatchExpressionDavis Haupt2022-07-121-0/+2
* SERVER-66389 Fix $where parameter bind-in optimizationDavid Storch2022-05-131-16/+31
* SERVER-65847 Construct simpler parameterized SBE index scan plans when possibleDenis Grebennicov2022-05-061-21/+66
* SERVER-65361 Assert in input_params::bind on incorrect slot bindingAlexander Ignatyev2022-04-281-3/+81
* SERVER-65427 Clean up owned SBE values if we cannot bind themAlexander Ignatyev2022-04-111-3/+12
* SERVER-63352 Evaluate IETs and bind them into SBE planAlexander Ignatyev2022-04-081-7/+7
* SERVER-63643 Generate implicit schema for create collection with encrypted fi...Erwin Pe2022-03-181-0/+1
* SERVER-64036 Avoid making a copy of JsFunction when generating an SBE planAnton Korshunov2022-03-071-2/+12
* SERVER-63524 Fix tautological assertion in input param binding code for $typeDavid Storch2022-02-151-3/+4
* SERVER-62795 Bind values for parameterized queries in SBE RuntimeEnvironmentDavid Storch2022-02-081-0/+309