summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-61965 Add assertion in HashAggStage to fail when cursor restore is not...Anna Wawrzyniak2021-12-181-1/+2
* SERVER-62049 Add pretty-printing for some of the new types in SBEIrina Yatsenko2021-12-164-0/+295
* SERVER-62056 Improve `Sorter` code structureGregory Noma2021-12-166-118/+35
* SERVER-62039 Include TenantID in JS scope identifierSara Golemon2021-12-151-0/+3
* SERVER-61962 Rename `db/exec/delete.h/.cpp` to `delete_stage.h/.cpp`Kaloian Manassiev2021-12-133-4/+2
* SERVER-59832 Prevent writes to orphan documentsAntonio Fuschetto2021-12-104-0/+96
* SERVER-61954 Improve decoding performance for BSONColumnHenrik Edin2021-12-092-9/+18
* SERVER-58436 Implement spilling HashAggEric Cox2021-12-0710-69/+763
* SERVER-61868 Switch aggColl(Min|Max) to use comparison that is aware of MQL s...Irina Yatsenko2021-12-072-135/+75
* SERVER-60967 Implement $sortArray in SBENeil Shweky2021-12-047-5/+476
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-0210-21/+21
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-013-4/+0
* SERVER-61793 Validate decompression before committing compressed timeseries b...Henrik Edin2021-12-011-17/+22
* SERVER-61606 Don't perform untimestamped catalog writes when index builds rea...Gregory Noma2021-12-011-2/+1
* SERVER-61554 Preserve results from successful cache trialsIrina Yatsenko2021-11-301-14/+16
* SERVER-61362 Serialize SBE Values to KeyStringEric Cox2021-11-307-266/+825
* SERVER-61787 Block pushdown of subplanned $match stageYoonsoo Kim2021-11-301-0/+4
* SERVER-59647: Test maximum client document size thresholds specfically for re...Daniel Gottlieb2021-11-242-7/+13
* Revert "SERVER-61362 Serialize SBE Values to KeyString"Uladzimir Makouski2021-11-237-824/+266
* SERVER-61362 Serialize SBE Values to KeyStringEric Cox2021-11-237-266/+824
* SERVER-61556 Fix SBE lib dependenciesAlexander Ignatyev2021-11-193-4/+3
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-183-8/+40
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-183-3/+15
* SERVER-61046 TrialRunTracker support in HashAgg stageJustin Seyster2021-11-1711-11/+409
* SERVER-59678 Avoid reconstructing PlanStageStats tree for replanningjoshua2021-11-156-46/+638
* SERVER-29425 implement $sortArray in classic engineNeil Shweky2021-11-152-0/+9