summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/optimizer/utils
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66783 Explain improvement add triggering rules to memoMatt Boros2022-08-294-15/+87
* SERVER-68965 Improvements to indexing in the presence of nested subfeldsSvilen Mihaylov2022-08-275-319/+318
* SERVER-68006 Investigate plan changes due to changes in heuristic estimationSvilen Mihaylov2022-08-121-10/+20
* SERVER-68665 Coverity analysis defect 128615: 'Constant' variable guards dead...Svilen Mihaylov2022-08-091-4/+0
* SERVER-67548 Index scan with equality to null incorrectly appends null if the...Svilen Mihaylov2022-08-062-9/+77
* SERVER-67510 Fix descending index on range predicate bugDaniel Segel2022-08-043-15/+23
* SERVER-67771 Allow duplicate multi-key entries in PartialSchemaRequirements mapSvilen Mihaylov2022-07-273-213/+247
* SERVER-67166 Heuristic CE for SargableNodeTimour Katchaounov2022-07-192-0/+149
* SERVER-67782 Fix handling of bounds with MaxKey and MinKeySvilen Mihaylov2022-07-113-31/+17
* SERVER-67436 Add paramaterer to Traverse path element to specify max depthSvilen Mihaylov2022-07-103-3/+4
* SERVER-62029: Review agg to ABT translationHana Pearlman2022-06-301-1/+1
* SERVER-67380 Improve handling of partial schema requirementsSvilen Mihaylov2022-06-222-99/+94
* SERVER-67003 Fixes for agg expressionsSvilen Mihaylov2022-06-132-6/+8
* SERVER-62961 Fix ABT->SBE lowering of EvalFilter paths to correctly handle c...Svilen Mihaylov2022-05-272-16/+96
* SERVER-61990: Comment, polish, and test ABT reference trackerHana Pearlman2022-05-261-3/+3
* SERVER-65715 Implement querying for null for new optimizerSvilen Mihaylov2022-04-181-3/+48
* SERVER-65388 Pass PrefixId by reference in optimizeGroup()Svilen Mihaylov2022-04-131-0/+7
* SERVER-65419 Fix generation of ABT hashes for types with unordered mapsSvilen Mihaylov2022-04-132-11/+0
* SERVER-63636 Fix a bug with collation requirements on rid when merge join is ...Svilen Mihaylov2022-02-222-7/+19
* SERVER-63635 Explicitly request rid projection in ProjectionRequirements prop...Svilen Mihaylov2022-02-172-5/+2
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-3111-0/+3371