summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-67657 Change mongod commands that override CommandInvocation to use te...Fernando Lisboa2022-08-171-1/+1
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-2/+3
* SERVER-67264 Avoid COLUMN_SCAN if query needs overlapping fieldsCharlie Swanson2022-08-165-18/+154
* SERVER-67724 Document recommended set of bonsai testsCharlie Swanson2022-08-161-0/+71
* SERVER-67629 encryptedBetween agg operatorjoshua2022-08-161-0/+5
* SERVER-68432 Improve SBE plan for SORT->IXSCANDrew Paroski2022-08-161-33/+105
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-155-18/+21
* Revert "SERVER-67826 Ensure parsed IDL types own or preserve the lifetime of ...Jason Chan2022-08-151-20/+0
* SERVER-67336 Support per-path filters in SBE column scan stageIrina Yatsenko2022-08-133-58/+145
* SERVER-68459 Implement StatsCacheLoaderMisha Tyulenev2022-08-1212-26/+483
* SERVER-68241 index_tag invalid comparatorHenri Nikku2022-08-121-11/+16
* SERVER-66630 Implement computation of timestamp high-water mark for multi-ten...Mindaugas Malinauskas2022-08-122-5/+6
* SERVER-68006 Investigate plan changes due to changes in heuristic estimationSvilen Mihaylov2022-08-125-106/+63
* SERVER-67410 Port canonical_query_encoder_test.cpp to the golden test frameworkJess Balint2022-08-111-269/+170
* SERVER-67282 $add not to use DoubleDoubleSum in SBEZixuan2022-08-111-50/+21
* SERVER-68713 Refactor expression generation out of filter stage builderIrina Yatsenko2022-08-112-293/+316
* SERVER-67584 Remove featureFlagLocfmadelineze2022-08-101-6/+0
* SERVER-68683 [CQF] Fix grow_hash_table.jsSvilen Mihaylov2022-08-101-1/+2
* SERVER-68636 rename HighCardinalityMode to EncryptedCollScanModeDavis Haupt2022-08-104-38/+38
* SERVER-67997 Validation of analyze parametersLynne Wang2022-08-101-2/+2
* SERVER-68665 Coverity analysis defect 128615: 'Constant' variable guards dead...Svilen Mihaylov2022-08-091-4/+0
* SERVER-66778 Remove featureFlagTimeSseriesChangeStreamsMickey. J Winters2022-08-091-5/+0
* Revert "SERVER-67282 $add not to use DoubleDoubleSum in SBE"Sviatlana Zuiko2022-08-091-21/+50
* SERVER-68653 Fix compilation on gccJacob Evans2022-08-081-0/+1
* SERVER-67282 $add not to use DoubleDoubleSum in SBEZixuan Zhuang2022-08-081-50/+21
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-1/+1
* SERVER-67548 Index scan with equality to null incorrectly appends null if the...Svilen Mihaylov2022-08-069-108/+276
* Revert "SERVER-67336 Per-path filters"Uladzimir Makouski2022-08-053-59/+40
* SERVER-67996 implement collection statistics read through cacheMisha Tyulenev2022-08-057-1/+438
* SERVER-67336 Per-path filtersIrina Yatsenko2022-08-043-40/+59
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-047-42/+102
* SERVER-67510 Fix descending index on range predicate bugDaniel Segel2022-08-046-17/+31
* SERVER-62985 Add planning logic to support hinting a columnar indexCharlie Swanson2022-08-048-226/+505
* Revert "SERVER-62042 Consolidate query optimization and execution control int...auto-revert-processor2022-08-047-102/+42
* SERVER-68471 Omit ProjectStage when possible in makeRecursiveBranchForGeneric...Drew Paroski2022-08-041-67/+27
* SERVER-62042 Consolidate query optimization and execution control into a sing...Nicholas Zolnierz2022-08-037-42/+102
* SERVER-67166 Heuristic CE for SargableNodeTimour Katchaounov2022-08-032-0/+5
* SERVER-67826 Ensure parsed IDL types own or preserve the lifetime of their dataGeorge Wangensteen2022-08-021-0/+20
* SERVER-67318 Add addition, subtraction, multiplication to const_eval with ove...Daniel Segel2022-08-024-80/+140
* SERVER-68014 treat 'UTC' timezone the same as the default timezoneAlberto Massari2022-08-021-14/+19