summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/optimizer/reference_tracker.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75587 [CQF] Add physical rewrite for RIDUnion nodeDavid Percy2023-05-101-15/+23
* SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnionDavid Percy2023-04-271-1/+1
* Revert "SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnion"auto-revert-processor2023-04-261-1/+1
* SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnionDavid Percy2023-04-251-1/+1
* Revert "SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnion"auto-revert-processor2023-04-221-1/+1
* SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnionDavid Percy2023-04-211-1/+1
* SERVER-72559 [CQF] Fixes for compound indexSvilen Mihaylov2023-01-121-9/+2
* SERVER-71530: Add VariableTransporter for walking variables with callbackWill Buerger2022-12-211-26/+21
* SERVER-70880: Removed default ABT handler in reference tracker for node typesWill Buerger2022-12-121-9/+101
* SERVER-70639 [CQF] Implement Spool physical nodeSvilen Mihaylov2022-12-081-1/+37
* SERVER-69027 [CQF] Support for Recursive Index NavigationSvilen Mihaylov2022-12-081-3/+22
* SERVER-70637 Implement sorted merge physical nodeMatt Boros2022-12-081-1/+44
* SERVER-67161: Add physical NestedLoopJoin and make BinaryJoin logicalHana Pearlman2022-12-021-8/+29
* SERVER-70224 [CQF] Pushdown Not through EvalFilterDavid Percy2022-11-221-7/+12
* SERVER-70163 Implement RIDUnionNodeMatt Boros2022-11-091-5/+22
* SERVER-70965 [CQF] Strong alias for ProjectionNames and FieldNamesSvilen Mihaylov2022-11-091-6/+11
* SERVER-70749 [CQF] Fix reference tracker behavior for join algorithmsSvilen Mihaylov2022-10-271-12/+63
* SERVER-70470 [CQF] Modularize core optimizerSvilen Mihaylov2022-10-181-14/+16
* SERVER-68087 [CQF] Improve error messages for failed optimizationNaama Bareket2022-09-161-0/+8
* SERVER-61990: Comment, polish, and test ABT reference trackerHana Pearlman2022-05-261-76/+89
* SERVER-66204 Fix handling of correlated join in new optimizerSvilen Mihaylov2022-05-041-2/+9
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-0/+689