summaryrefslogtreecommitdiff
path: root/jstests/cqf
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75587 [CQF] Add physical rewrite for RIDUnion nodeDavid Percy2023-05-101-5/+80
* SERVER-62353: Test OR with multiple predicates on the same fieldHana Pearlman2023-05-091-0/+131
* SERVER-76827 [CQF] Handle EvaluationProjection projection in plan extractorDavid Percy2023-05-041-5/+11
* SERVER-76727 [CQF] Make recursive_ix_nav assertion less strictDavid Percy2023-05-041-2/+6
* SERVER-73619 Keep multi-keyness info for disabled indexesMisha Tyulenev2023-05-031-6/+84
* SERVER-74495 Move optimizer js tests under /optimizerChi-I Huang2023-05-0156-0/+0
* SERVER-76544 [CQF] Fix for residual predicate selectivity estimationSvilen Mihaylov2023-04-271-13/+11
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-2613-13/+13
* SERVER-74540: Handle top-level disjunction in SargableNode CEHana Pearlman2023-04-251-1/+1
* SERVER-70298 Allow sorted merge of RIDs on interval level index unionMatt Boros2023-04-074-36/+151
* SERVER-75671 [CQF] Make cqf/disjunction.js more robustSvilen Mihaylov2023-04-061-10/+11
* SERVER-75549 [CQF] Incorrect lowering with minKey/maxKeySvilen Mihaylov2023-04-011-6/+37
* SERVER-74539 Enable disjunction in PSR conversionDavid Percy2023-03-301-0/+102
* SERVER-74970 [CQF] Extend tests to address specific issues with classicSvilen Mihaylov2023-03-223-1/+79
* SERVER-73027 [CQF] Test that we eliminate $addFields, $project before $countSvilen Mihaylov2023-03-141-0/+61
* SERVER-74635 [CQF] Fixes and improvements around access pathSvilen Mihaylov2023-03-094-1/+89
* SERVER-73724 [CQF] Support for optional v1 and v2 explain for js testsSvilen Mihaylov2023-02-241-0/+43
* SERVER-74123 [CQF] Simplifications and fixes around sargable nodes and indexesSvilen Mihaylov2023-02-241-6/+26
* SERVER-73432 Extend CE accuracy testing for arraysMilena Ivanova2023-02-081-3/+3
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-071-6/+1
* SERVER-73462 [CQF] Transition SpoolId generator to use IdGeneratorSvilen Mihaylov2023-02-061-6/+6
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-041-0/+6
* SERVER-72784 [CQF] Update representation of compound index boundsSvilen Mihaylov2023-02-032-7/+7
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-031-6/+0
* SERVER-72807 Add nanCountMisha Tyulenev2023-02-034-1/+12
* SERVER-72615 Compute CE for sampled histogramsAlya Berciu2023-01-241-0/+136
* SERVER-72232 [CQF] Implement Spool-based RINSvilen Mihaylov2023-01-241-17/+189
* SERVER-69895: Support hinting reverse collection scansHana Pearlman2023-01-231-5/+27
* SERVER-72972 [CQF] Fix collation requirement matching against compound predicateSvilen Mihaylov2023-01-181-0/+42
* SERVER-72614 Sampling analyze command implementationBen Shteinfeld2023-01-173-0/+6
* Revert "SERVER-72614 Sampling Analyze command implementation"auto-revert-processor2023-01-143-6/+0
* SERVER-72614 Sampling Analyze command implementationBen Shteinfeld2023-01-133-0/+6
* SERVER-72559 [CQF] Fixes for compound indexSvilen Mihaylov2023-01-121-0/+94
* SERVER-71752 Estimate non-histogrammable types heuristicallyAlya Berciu2023-01-121-172/+202
* SERVER-66792: Index bounds for empty arraysWill Buerger2023-01-101-0/+13
* SERVER-71500: fix reverseComparisonOp to reverse instead of negateWill Buerger2022-12-211-0/+55
* SERVER-71057 Count histogram types once per arrayAlya Berciu2022-12-193-38/+36
* SERVER-71377 Adding missing count to CE for nullAlya Berciu2022-12-191-8/+43
* SERVER-70936 Implement CE for booleansAlya Berciu2022-12-161-11/+49
* SERVER-71524 [CQF] Don't use one ixscan for two independent traversesDavid Percy2022-12-121-6/+3
* SERVER-71989 Implement CE accuracy testing framework based on JS testingMilena Ivanova2022-12-124-6/+6
* Revert "SERVER-71524 [CQF] Don't use one ixscan for two independent traverses"auto-revert-processor2022-12-081-3/+6
* SERVER-69027 [CQF] Support for Recursive Index NavigationSvilen Mihaylov2022-12-084-66/+102
* SERVER-71524 [CQF] Don't use one ixscan for two independent traversesDavid Percy2022-12-071-6/+3
* Revert "SERVER-71524 [CQF] Don't use one ixscan for two independent traverses"Sviatlana Zuiko2022-12-071-31/+5
* SERVER-71524 [CQF] Don't use one ixscan for two independent traversesDavid Percy2022-12-071-5/+31
* SERVER-67161: Add physical NestedLoopJoin and make BinaryJoin logicalHana Pearlman2022-12-022-10/+10
* SERVER-71205 Fix histogram type to double conversionAlya Berciu2022-12-021-53/+80
* SERVER-71513 Support array histograms in statisticsAlya Berciu2022-11-302-9/+818
* SERVER-69456 Set new cost model as defaultAlexander Ignatyev2022-11-294-21/+34