summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69512 Drop 'const' qualifier from return type of ProjectEval::hasSlot()Mindaugas Malinauskas2022-09-081-1/+1
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-2/+1
* SERVER-69482 Make EvalStage less error-proneDrew Paroski2022-09-0810-129/+153
* SERVER-68898 Fix use-after-move in UnionNode constructorAnton Korshunov2022-09-073-2/+39
* SERVER-69291 Use traverseF() for the $in operator with regexes in "sbe_stage_...Drew Paroski2022-09-061-156/+84
* SERVER-68986 Removed dead code from SBE implementation of $dateFromParts aggr...Mindaugas Malinauskas2022-09-061-10/+4
* SERVER-69099 initialized variables to null to fix coverity defectgalon12022-09-061-1/+1
* SERVER-69278 Use member variable to fix coverity warning object being used af...galon12022-09-021-1/+1
* SERVER-69157 fix modernize-avoid-bind warningJuan Gu2022-09-021-1/+4
* SERVER-68895 Load static version of ABT gdb printers if dynamic is not availableNicholas Zolnierz2022-09-021-0/+8
* SERVER-68445 Integrate histogram bucket interpolationAlya Berciu2022-09-029-70/+686
* SERVER-68998 Fix coverity warning using a moved objectgalon12022-09-011-2/+2
* SERVER-69156 fix misc-uniqueptr-reset-release warningJuan Gu2022-09-012-2/+2
* SERVER-69361 [CQF] Extend path fusion to better handle field dependenciesSvilen Mihaylov2022-09-013-16/+133
* SERVER-68721 Pass tenantId from NamespaceString into IDLParserContext when pa...jannaerin2022-09-011-3/+3
* SERVER-68745 Implement histogram parsing from BSONMisha Tyulenev2022-09-017-3/+421
* SERVER-69296 Use traverseF() for $anyElementTrue in "sbe_stage_builder_expres...Drew Paroski2022-09-012-32/+19
* SERVER-68997 Constructor parameter name refactorMilitsa Sotirova2022-08-311-2/+2
* SERVER-68970 Update sbe_stage_builder_projection.cpp to use traversePDrew Paroski2022-08-313-194/+310
* SERVER-69020 Update sbe_stage_builder_expression.cpp to use traversePDrew Paroski2022-08-303-90/+61
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-306-12/+16
* Revert "SERVER-68745 implement stats histogram parsing from BSON"auto-revert-processor2022-08-305-417/+0
* SERVER-69039 Fix histogram selection for dotted pathsAlya Berciu2022-08-302-1/+61
* SERVER-66786 Add V2Compact explain format for BonsaiDavid Percy2022-08-308-10/+123
* SERVER-68980 Update CE unit-testing to match optimizerAlya Berciu2022-08-303-195/+286
* SERVER-68745 implement stats histogram parsing from BSONMisha Tyulenev2022-08-305-0/+417
* SERVER-67638 [CQF] Error when projection has >10k fieldsSvilen Mihaylov2022-08-293-7/+22
* SERVER-69226 [CQF] Restore check for active rewritesSvilen Mihaylov2022-08-292-5/+7
* SERVER-66845: Comment and polish ABT operator typesHana Pearlman2022-08-297-210/+330
* SERVER-66783 Explain improvement add triggering rules to memoMatt Boros2022-08-2919-115/+371
* SERVER-69021 Use traverseF() for $size in "sbe_stage_builder_filter.cpp"Drew Paroski2022-08-291-66/+22
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-36/+33
* SERVER-68965 Improvements to indexing in the presence of nested subfeldsSvilen Mihaylov2022-08-2721-774/+980
* SERVER-69103 Always use the classic engine on the inner side of DocumentSourc...David Storch2022-08-261-1/+3
* SERVER-69140: Support hidden indexes in cqfHana Pearlman2022-08-262-4/+14
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-2613-19/+10
* SERVER-62407 Translate find queries directly to ABTBen Shteinfeld2022-08-2510-7/+1550
* SERVER-68840 tidy clang bugprone-fold-init-type fixJuan Gu2022-08-251-4/+4
* SERVER-68558: Mark command reply types with is_command_reply fieldErin McNulty2022-08-242-0/+3
* SERVER-68795 Make PlanYieldPolicySBE always use new yielding when feature fla...Dianna Hohensee2022-08-242-7/+4
* SERVER-67587 Remove featureFlagSearchShardedFacetsMaddie Zechar2022-08-231-6/+0
* SERVER-68969 Replace TraverseStage with traverseF expressions in sbe_stage_bu...Drew Paroski2022-08-203-142/+275
* SERVER-67140 Change query planner to determine column index eligibility based...Justin Zhang2022-08-1910-53/+444
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-1/+2
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-188-16/+26
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-182-65/+61
* SERVER-68828 Create $encryptedBetween aggregation expressionDavis Haupt2022-08-171-0/+5
* SERVER-67207 Update server-side MatchExpression rewriter to recognize range p...Reilly McBride2022-08-173-28/+498
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-173-3/+3
* SERVER-67776 Heuristic CE for FilterNode with a Boolean expression over compa...Henri Nikku2022-08-174-135/+924