summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-61630 support a string form of RecordIdMartin Neupauer2022-01-1410-47/+117
* SERVER-61277 Concurrent writes on capped clustered collectionsJosef Ahmad2022-01-142-9/+2
* SERVER-62499 Augment DocumentStorage APIs to accept pre-computed hashesDan Larkin-York2022-01-135-56/+265
* SERVER-61709 Introduce implicitly replicated namespacesJosef Ahmad2022-01-132-0/+21
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-2/+1
* SERVER-59960 Make ContextCtx::root optionalAnna Wawrzyniak2022-01-122-1/+9
* SERVER-62428 Avoid unnecessary copying while unpacking time-series bucketsDan Larkin-York2022-01-122-24/+23
* SERVER-62433 Fix endianness bug in MaterializedRowValueBuilder::getValue()Drew Paroski2022-01-071-1/+1
* SERVER-61819 Fix SBE yielding bug around capped collectionsIan Boros2022-01-051-2/+6
* Revert "SERVER-62056 Improve `Sorter` code structure"Yuhong Zhang2021-12-306-35/+118
* SERVER-62128 Do not assume FCV stability when filtering writesSergi Mateo Bellido2021-12-281-2/+4
* SERVER-61996 Reserve memory for MutableDocument in BucketUnpacker::getNext()Dan Larkin-York2021-12-221-1/+25
* SERVER-62149 Reuse ShardKeyPattern object from collection metadata in the wri...Jordi Serra Torrens2021-12-203-4/+3
* SERVER-62158 Fix novel UBSAN issues found with clang 12Andrew Morrow2021-12-191-1/+1