summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-062-12/+29
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-0415-186/+276
* SERVER-73110 Each shard should check extended-range for timeseries sortingDavid Percy2023-02-041-0/+11
* SERVER-72784 [CQF] Update representation of compound index boundsSvilen Mihaylov2023-02-0310-253/+380
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-0315-276/+186
* SERVER-72465: Support CWI in validateNumericPathComponents functionAlexander Ignatyev2023-02-032-3/+35
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-1/+2
* SERVER-73429 [CQF] Builder for physical plansSvilen Mihaylov2023-02-036-402/+443
* SERVER-73565 Handle comparison with Nothing values in ABT::ConstantAlberto Massari2023-02-031-0/+3
* SERVER-71796 [CQF] Make union cost commutativeSvilen Mihaylov2023-02-032-12/+95
* SERVER-72807 Add nanCountMisha Tyulenev2023-02-036-28/+108
* SERVER-73470 Log index inconsistencies detected by queries in the health logGregory Wlodarek2023-02-031-0/+19
* SERVER-64709 Create feature flag for $search sharded custom sortBen Shteinfeld2023-02-031-0/+5
* SERVER-73507 Fix ArrDistribution generation on WindowsBen Shteinfeld2023-02-032-10/+12
* SERVER-73009 Compute clustered scan direction when plan is hinted or cachedAlyssa Wagenmaker2023-02-022-39/+59
* SERVER-73428 [CQF] Eliminate duplicate conversion from document value to sbe ...Svilen Mihaylov2023-02-028-49/+28
* SERVER-72465: Expand IndexEntry for compound wildcard indexes.Alexander Ignatyev2023-02-015-32/+272
* SERVER-69540 move in/out params from SBENodeLowering constructorDavis Haupt2023-02-012-6/+2
* SERVER-73364 benchmarks for path loweringDavis Haupt2023-01-312-0/+156
* SERVER-73238 Move some shard_key_pattern query methods out of 'grid'Kaloian Manassiev2023-01-311-7/+10
* SERVER-73426 Minimal alternative to generic `PairMap<K1,K2,V>`Billy Donahue2023-01-311-3/+23
* SERVER-70395 Change spilling for SBE HashAggStage to use a more efficient alg...David Storch2023-01-314-19/+85
* SERVER-73365 Skip double rebuild during path loweringTed Tuckman2023-01-302-8/+12
* SERVER-73154 Create logarithmic scale ABT tree for variadic expressionsRui Liu2023-01-303-16/+141
* SERVER-50336 Add %j format specifier to dateToStringJennifer Peshansky2023-01-272-0/+12
* SERVER-71693 Exhaustive histogram creation testingBen Shteinfeld2023-01-273-0/+363
* SERVER-62507 Update comments about rebuilding during PathLoweringTed Tuckman2023-01-271-1/+10
* SERVER-73387 Rule out compound wildcard indexes in query planningRuoxin Xu2023-01-272-1/+6
* SERVER-68823 Require non-null root value of QuerySolutionNodeAlexander Ignatyev2023-01-271-3/+2
* SERVER-68731 use this to clarify for coverity that the members of the class a...Alexander Ignatyev2023-01-271-1/+1
* SERVER-73366 Have setWasStatementExecuted use the passed in parameter to set ...Jason Zhang2023-01-271-1/+1
* SERVER-72833 implement setProfilingFilterGlobally commandAlyssa Wagenmaker2023-01-261-0/+7
* SERVER-73243 Remove IndexCatalogEntry weak_ptr in AllIndicesRequiredCheckerGregory Wlodarek2023-01-264-23/+37
* SERVER-73201 Avoid risky move operationAlberto Massari2023-01-261-1/+1
* SERVER-73032 Fix SBE subplanner to avoid caching ShardFiltererDavid Storch2023-01-261-2/+9
* SERVER-72964 Avoid risky move operationAlberto Massari2023-01-261-6/+6
* SERVER-73239 Combine histogram and heuristic estimates in sargable nodesAlya Berciu2023-01-266-121/+156
* SERVER-70506 Support retryability for updateOne, deleteOne, and findAndModifyJason Zhang2023-01-263-4/+46
* Revert "SERVER-62507 Remove extra rebuild during path lowering"auto-revert-processor2023-01-261-2/+9
* SERVER-62507 Remove extra rebuild during path loweringTed Tuckman2023-01-251-9/+2
* SERVER-73282 [CQF] Builder for BoolExprSvilen Mihaylov2023-01-255-97/+360
* SERVER-73134: Stop argument name shadow in interval_utilsMatt Boros2023-01-252-3/+3
* SERVER-73252 make maybeQueryIsColumnScanEligible account for apiStrictAlyssa Wagenmaker2023-01-241-3/+9
* SERVER-73251 add logging to fallback mechanismDavis Haupt2023-01-241-0/+16
* SERVER-72461 Add compound wildcard index specification validationRuoxin Xu2023-01-241-0/+12
* SERVER-73238 Cleanup direct linking references to `sharding_api_d`Kaloian Manassiev2023-01-243-17/+8
* SERVER-72615 Compute CE for sampled histogramsAlya Berciu2023-01-2417-153/+249
* SERVER-72232 [CQF] Implement Spool-based RINSvilen Mihaylov2023-01-247-216/+570
* SERVER-71586 Remove sbe::EExpression from sbe_stage_builder_expression.cppIvan Fefer2023-01-242-2939/+268
* SERVER-72617 Convert ExpressionLet to ABTIvan Fefer2023-01-247-213/+155