summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/optimizer
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-62327 Polish and comment PolyValue and Operator classesNicholas Zolnierz2022-06-095-147/+148
* SERVER-62961 Fix ABT->SBE lowering of EvalFilter paths to correctly handle c...Svilen Mihaylov2022-05-275-19/+255
* SERVER-61990: Comment, polish, and test ABT reference trackerHana Pearlman2022-05-2610-106/+573
* SERVER-61992 Enable ABT generation of "exists" in $matchruslan.abdulkhalikov2022-05-261-2/+2
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-252-6/+4
* SERVER-66661 Fix memory leak in const_evalSvilen Mihaylov2022-05-231-2/+2
* SERVER-66575 Add support for a left outer join to SBE NLJMartin Neupauer2022-05-192-0/+7
* SERVER-66547 Implement simple agg comparison for new optimizerSvilen Mihaylov2022-05-183-0/+47
* SERVER-62043 Add more gdb pretty printers for new optimizerNicholas Zolnierz2022-05-052-29/+9
* SERVER-66204 Fix handling of correlated join in new optimizerSvilen Mihaylov2022-05-043-4/+91
* SERVER-65900 Initial implementation of $lookupSvilen Mihaylov2022-04-256-22/+200
* SERVER-65846 Fix a bug in path fusion for new optimizerSvilen Mihaylov2022-04-202-3/+81
* SERVER-65715 Implement querying for null for new optimizerSvilen Mihaylov2022-04-184-7/+64
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-182-0/+2
* SERVER-65653 Fix expected output of optimizertest/FilterIndexingVariable unde...Svilen Mihaylov2022-04-141-244/+63
* SERVER-65388 Pass PrefixId by reference in optimizeGroup()Svilen Mihaylov2022-04-136-96/+83
* SERVER-65419 Fix generation of ABT hashes for types with unordered mapsSvilen Mihaylov2022-04-136-31/+8
* SERVER-65381 Apply composition path fusion only in EvalFilter contextSvilen Mihaylov2022-04-111-2/+11
* SERVER-63413 Coverity analysis defect 121467: Parse warningTimour Katchaounov2022-04-112-2/+2
* SERVER-64414 Fix invalid reference tracker state during path fusion rewriteSvilen Mihaylov2022-03-143-8/+139
* SERVER-63636 Fix a bug with collation requirements on rid when merge join is ...Svilen Mihaylov2022-02-226-49/+184
* SERVER-63846 Lowering of HashJoinNode: switch direction of inner and outer si...Svilen Mihaylov2022-02-221-0/+1
* SERVER-63566 Increase plan exploration count in test IndexPartitioning1Timour Katchaounov2022-02-201-1/+1
* SERVER-63635 Explicitly request rid projection in ProjectionRequirements prop...Svilen Mihaylov2022-02-1714-69/+88
* SERVER-63583 Address coverity issues in the new optimizer.Svilen Mihaylov2022-02-143-0/+3
* SERVER-63354 make query/optimizer library dependency private in pipelineBenety Goh2022-02-081-0/+1
* SERVER-62502 Add ABT support for EFail and ENumericConvertDrew Paroski2022-02-022-0/+11
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-3174-0/+30659