summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63850: Add the count command to API version 1Maddie Zechar2022-04-284-34/+43
* SERVER-63254 Add index feature usage stats to serverStatusLouis Williams2022-04-202-2/+5
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-187-17/+17
* SERVER-64812 use the correct operand arity check for ExpressionObjectRushan Chen2022-03-241-4/+3
* SERVER-63566 Increase plan exploration count in test IndexPartitioning1Timour Katchaounov2022-03-081-1/+1
* SERVER-63867 Allow zero plan cache maximum sizeAlexander Ignatyev2022-02-232-2/+15
* SERVER-63769 Remove the temporary unsafe code for index selection when loweri...Irina Yatsenko2022-02-221-5/+4
* SERVER-62877 Initialize clusteredCollectionCollatorDaniel Gómez Ferro2022-02-151-1/+2
* SERVER-62986 moreMartin Neupauer2022-02-141-0/+10
* SERVER-63583 Address coverity issues in the new optimizer.Svilen Mihaylov2022-02-143-0/+3
* SERVER-61835 Fix how SBE plan cache deals with ShardFiltererRuoxin Xu2022-02-144-21/+56
* SERVER-51983 Create feature flag for Bucket unpacking with sortingJames Wahlin2022-02-111-0/+5
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-112-5/+7
* SERVER-58426 Implement $lookup planning logicIrina Yatsenko2022-02-1024-124/+278
* SERVER-62531 Add ability for TaskExecutorCursor to parse multiple cursorsTed Tuckman2022-02-102-5/+16
* SERVER-63201 Allow user deletes on capped collectionsGregory Wlodarek2022-02-101-5/+10
* SERVER-63499 Make the IndexBoundsBuilder::alignBounds invariant a tassertJames Wahlin2022-02-091-1/+1
* SERVER-63102 Introduce internalQueryPlanEvaluationWorksSber5.3.0-alpha3David Storch2022-02-092-3/+21
* SERVER-63317 Basic plan generation for columnar indexesIan Boros2022-02-087-1/+55
* SERVER-62795 Bind values for parameterized queries in SBE RuntimeEnvironmentDavid Storch2022-02-087-53/+474
* SERVER-63354 make query/optimizer library dependency private in pipelineBenety Goh2022-02-081-0/+1
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-078-56/+160
* SERVER-60298 Hex encode the index bounds if associated with collationAndrii Dobroshynski2022-02-0515-59/+136
* SERVER-62984 Rudimentary query planning for columnar indexesIan Boros2022-02-0411-0/+226
* SERVER-58437 Implement pushdown logic for $lookupMihai Andrei2022-02-022-1/+10
* SERVER-62502 Add ABT support for EFail and ENumericConvertDrew Paroski2022-02-022-0/+11
* SERVER-59696 Include SBE plan cache as part of cache size metricjoshua2022-02-023-51/+53
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-3190-16/+31160
* SERVER-57814 Add featureFlagSearchShardedFacetsTed Tuckman2022-01-311-0/+5
* SERVER-63017 Handle no arguments case in un-optimized agg operatorsIrina Yatsenko2022-01-271-2/+26
* SERVER-63008 [SBE] Return an empty array when $concatArrays has no childrenMihai Andrei2022-01-271-0/+7
* SERVER-62981 Make SBE multi-planner trial period length independent of collec...David Storch2022-01-272-5/+20
* SERVER-62351 Introduce structs for query planner to be aware of multiple coll...Mihai Andrei2022-01-275-56/+340
* SERVER-63012 Initialize '$add' with no operands to zero when translating to SBEEric Cox2022-01-261-1/+4
* SERVER-62897 Fix a hidden parameter warningYoonsoo Kim2022-01-251-3/+3
* SERVER-60197 Support group pushdown when subplanning is involvedYoonsoo Kim2022-01-252-11/+13
* SERVER-62597 Add EqLookupNode to QuerySolutionAnna Wawrzyniak2022-01-256-3/+185
* SERVER-60848 Add SBE to the slow query log line and to curop metricsJennifer Peshansky2022-01-241-1/+10
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-2/+0
* SERVER-62808 disable yielding feature by default and add evergreen builderIan Boros2022-01-211-11/+9
* SERVER-61737 Make a deep copy of RuntimeEnvironment for SBE plans to cacheRuoxin Xu2022-01-212-13/+2
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-215-47/+20
* SERVER-60311 Adaptive memory usage check and exec stats for spillingIrina Yatsenko2022-01-201-6/+33
* Revert "SERVER-60311 Make memory usage check adaptive and add exec stats for ...auto-revert-processor2022-01-201-33/+6
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-195-20/+47
* SERVER-59951 Support document _id expressionYoonsoo Kim2022-01-198-85/+370
* SERVER-60311 Make memory usage check adaptive and add exec stats for spillingIrina Yatsenko2022-01-191-6/+33
* SERVER-58530 Remove unused code related to nReturnedSoFar()David Storch2022-01-193-16/+2
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-182-1/+2
* SERVER-61260 Support collations on clustered collectionsDaniel Gómez Ferro2022-01-185-40/+90