summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63038 Add BATCHED_DELETE query exec stageJosef Ahmad2022-03-024-22/+333
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-2/+2
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-9/+10
* SERVER-63862 Test improvement: refactor running a pipeline in classic and sbe...Svilen Mihaylov2022-02-225-178/+195
* SERVER-63846 Lowering of HashJoinNode: switch direction of inner and outer si...Svilen Mihaylov2022-02-221-6/+9
* SERVER-59698 Make subplanning work with the SBE plan cacheAlexander Ignatyev2022-02-211-12/+19
* SERVER-58435 Implement the basics of translation of $lookup into SBE's nested...Irina Yatsenko2022-02-171-0/+3
* SERVER-63635 Explicitly request rid projection in ProjectionRequirements prop...Svilen Mihaylov2022-02-172-17/+18
* SERVER-61083 Cache plans that only have a single query solutionAnton Korshunov2022-02-165-8/+75
* SERVER-63328 Relax checks for write lock to support spilling to temp WT recor...Eric Cox2022-02-161-5/+0
* SERVER-62986 moreMartin Neupauer2022-02-144-3/+210
* SERVER-61835 Fix how SBE plan cache deals with ShardFiltererRuoxin Xu2022-02-142-2/+26
* SERVER-63279 Allow DocumentSourceInternalUnpackBucket to interoperate with Do...Dan Larkin-York2022-02-112-0/+13
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-115-10/+12
* SERVER-63474 Do not recompute the ShardKeyPatternSergi Mateo Bellido2022-02-102-14/+9
* SERVER-63430 Compute the isStandaloneOrPrimary flag onceSergi Mateo Bellido2022-02-102-9/+10
* SERVER-63102 Introduce internalQueryPlanEvaluationWorksSber5.3.0-alpha3David Storch2022-02-093-9/+14
* SERVER-63180 Add column_store.h skeletonIan Boros2022-02-092-0/+40
* Revert "SERVER-63180 Add column_store.h skeleton"auto-revert-processor2022-02-092-40/+0
* SERVER-63433 Fix getApproximateSize() for ShardFiltererImpl and ShardKeyPatternDrew Paroski2022-02-081-3/+3
* SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushdown ad...Matt Boros2022-02-083-138/+306
* SERVER-63180 Add column_store.h skeletonIan Boros2022-02-082-0/+40
* SERVER-63317 Basic plan generation for columnar indexesIan Boros2022-02-083-3/+35
* SERVER-62986 Implement SBE operator(s) for reading from a columnar indexMartin Neupauer2022-02-084-13/+167
* SERVER-63330 Fix "ks" VM function to handle double and Decimal128 values corr...Drew Paroski2022-02-074-38/+187
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-073-10/+13
* SERVER-60298 Hex encode the index bounds if associated with collationAndrii Dobroshynski2022-02-052-2/+2
* SERVER-63078 Report bounded clustered collections scans as CLUSTERED_IXSCANLouis Williams2022-02-032-5/+9
* SERVER-62502 Add ABT support for EFail and ENumericConvertDrew Paroski2022-02-022-7/+142
* SERVER-62522 Update TODO comment in SBENodeLowering::walk(const ExchangeNode&)Drew Paroski2022-02-021-1/+4
* SERVER-63154 Add unit tests for LoopJoinStageIrina Yatsenko2022-02-023-8/+179
* SERVER-63079 Avoid using projection parser in $setWindowFields executionNicholas Zolnierz2022-02-011-0/+7
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-3113-22/+2106
* SERVER-62986 Implement SBE operator for reading from a columnar indexMartin Neupauer2022-01-313-0/+254
* SERVER-62981 Make SBE multi-planner trial period length independent of collec...David Storch2022-01-273-9/+11
* SERVER-62714 Include internal exprs in ts createComparisonPredicate() refactorKatherine Wu2022-01-271-8/+9
* SERVER-61847 Handling direct update/removes to shardsSergi Mateo Bellido2022-01-275-26/+46
* SERVER-63000: createPredicatesOnBucketLevelField with $in should be treated l...Hana Pearlman2022-01-271-8/+25
* SERVER-62989 Find a cheaper implementation of isStandaloneOrPrimarySergi Mateo Bellido2022-01-261-2/+1
* SERVER-62954 make timeseries_options library dependency private in bucket_unp...Benety Goh2022-01-251-1/+1
* SERVER-61737 Make a deep copy of RuntimeEnvironment for SBE plans to cacheRuoxin Xu2022-01-214-0/+132
* SERVER-62315 Cache the ownership filter on the update/delete stageSergi Mateo Bellido2022-01-217-71/+158
* SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy2022-01-213-33/+294
* SERVER-59163 Move time-series predicate rewrites to bucket_unpackerDavid Percy2022-01-213-0/+420
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-1/+0
* SERVER-60311 Adaptive memory usage check and exec stats for spillingIrina Yatsenko2022-01-205-292/+400
* Revert "SERVER-60311 Make memory usage check adaptive and add exec stats for ...auto-revert-processor2022-01-205-400/+292
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-0/+1
* SERVER-60311 Make memory usage check adaptive and add exec stats for spillingIrina Yatsenko2022-01-195-292/+400
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-177-16/+155