summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/optimizer/opt_phase_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70829 Refactor Bonsai tests to use a factory function to create OptPha...Alexander Ignatyev2022-10-311-17/+0
* SERVER-70749 [CQF] Fix reference tracker behavior for join algorithmsSvilen Mihaylov2022-10-271-23/+28
* SERVER-70470 [CQF] Modularize core optimizerSvilen Mihaylov2022-10-181-1/+5
* SERVER-68914 [CQF] Fix object ownership issues of data members of the Memo classSvilen Mihaylov2022-10-111-10/+18
* SERVER-68087 [CQF] Improve error messages for failed optimizationNaama Bareket2022-09-161-85/+84
* SERVER-69102 [CQF] Allow SBE plans which require an output RecordId slotSvilen Mihaylov2022-09-101-2/+7
* SERVER-69023 [CQF] Convert PathArr to IntervalSvilen Mihaylov2022-09-091-5/+17
* SERVER-62407 Translate find queries directly to ABTBen Shteinfeld2022-08-251-4/+7
* SERVER-67548 Index scan with equality to null incorrectly appends null if the...Svilen Mihaylov2022-08-061-5/+3
* SERVER-66789 Eliminate calls to CE module in substitution phaseMatt Boros2022-07-251-1/+5
* SERVER-63635 Explicitly request rid projection in ProjectionRequirements prop...Svilen Mihaylov2022-02-171-5/+8
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-0/+332