summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66545 Collator should be passed as an argument to "generateSortKey" bu...Anton Korshunov2022-05-271-9/+16
* SERVER-61990: Comment, polish, and test ABT reference trackerHana Pearlman2022-05-2610-106/+573
* SERVER-66533 update FLE array tag size estimationsergey.galtsev2022-05-261-1/+3
* SERVER-61992 Enable ABT generation of "exists" in $matchruslan.abdulkhalikov2022-05-261-2/+2
* SERVER-62764 Write tenantId fields to oplog entries on insertHugh Tong2022-05-251-0/+1
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-256-28/+20
* SERVER-66661 Fix memory leak in const_evalSvilen Mihaylov2022-05-231-2/+2
* SERVER-66619 Teach update layer that all modifications affect columnar indexesMathias Stearn2022-05-231-0/+2
* SERVER-66274 Extend the cases of construction of simpler parameterized SBE in...Denis Grebennicov2022-05-231-11/+55
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-211-0/+5
* Revert "SERVER-65209 Skeleton code to create change collection."Pierlauro Sciarelli2022-05-201-5/+0
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-191-0/+5
* SERVER-66575 Add support for a left outer join to SBE NLJMartin Neupauer2022-05-192-0/+7
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-1910-45/+36
* SERVER-66559 Expand the internalQueryMaxAddToSetBytes param from 32 to 64 bitsJames Wahlin2022-05-181-1/+1
* SERVER-66547 Implement simple agg comparison for new optimizerSvilen Mihaylov2022-05-183-0/+47
* Revert "SERVER-65209 Skeleton code to create change collection."Rishab Joshi2022-05-181-5/+0
* SERVER-66537 Combine BatchedDeleteStage<Batch/Pass>ParamsHaley Connelly2022-05-183-17/+17
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-181-0/+5
* SERVER-66445 Make the classic engine the default execution engineMihai Andrei2022-05-1610-87/+134
* SERVER-66389 Fix $where parameter bind-in optimizationDavid Storch2022-05-138-29/+65
* SERVER-66102 Change column scan stage to read from true column indexIan Boros2022-05-114-34/+93
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-102-3/+2
* SERVER-52286 Enable feature flag for Bucket Unpacking with Sorting, reduce FC...samontea2022-05-101-1/+2
* SERVER-66163 Use index entry from IXScan to report IETAlexander Ignatyev2022-05-091-1/+2
* SERVER-66210 Indicate when pass targets cause BatchedDeleteStage completionHaley Connelly2022-05-095-1/+33
* SERVER-66071 Batch deletes on sharded collectionsJosef Ahmad2022-05-091-5/+4
* SERVER-65466 Add shard key fields to column_scanCharlie Swanson2022-05-092-5/+78
* SERVER-66101 Rename COLUMN_IXSCAN to COLUMN_SCAN to match designCharlie Swanson2022-05-0910-61/+69
* SERVER-65847 Construct simpler parameterized SBE index scan plans when possibleDenis Grebennicov2022-05-063-179/+359
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-0640-40/+120
* SERVER-66245 Copy sbeCompatible flag for subqueriesAlexander Ignatyev2022-05-051-0/+1
* SERVER-66119 Avoid duplicated seek into index for local fields with nested ar...Irina Yatsenko2022-05-051-20/+27
* SERVER-62043 Add more gdb pretty printers for new optimizerNicholas Zolnierz2022-05-052-29/+9
* SERVER-65050 Optimize time-series sorting with point query on metadataDavid Percy2022-05-052-0/+12
* SERVER-66064 Optimize FLE2 document countingMark Benvenuto2022-05-051-1/+2
* SERVER-65465 Have the SBE $sum use a simple `sum` for a count-like sumYoonsoo Kim2022-05-041-3/+46
* SERVER-61485 Wrong SBE plan reported by explain() for rejected plansDenis Grebennicov2022-05-041-3/+3
* SERVER-64227 Remove $sum/$avg merging logic to handle the old over-the-wire f...Yoonsoo Kim2022-05-041-88/+6
* SERVER-66204 Fix handling of correlated join in new optimizerSvilen Mihaylov2022-05-043-4/+91
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-043-12/+10
* SERVER-66063 Allow column index to be used for queries with pipelinesIan Boros2022-05-035-7/+118
* SERVER-65470 Use `const&` instead of `const*` to express always non-null argu...Yoonsoo Kim2022-05-031-7/+10
* SERVER-65933 Enable creation of columnstore indexCharlie Swanson2022-05-031-0/+5
* SERVER-66015 Distinguish simple and non-simple regexes in SBE plan cache keyDavid Storch2022-05-035-139/+252
* SERVER-63044 Batch non-sharded user multi-doc deletes by defaultJosef Ahmad2022-05-021-8/+12
* SERVER-63040: Batch TTL deletionsYu Jin Kang Park2022-04-292-8/+20
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-292-3/+3
* SERVER-64252 Make `LookupStageBuilderTest` inherit from `CatalogTestFixture` ...Mohammad Dashti2022-04-292-30/+23
* SERVER-65984 add HistogramServerStatusMetric under db/exec/Billy Donahue2022-04-281-22/+7