summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-59897 Fix uninitialized scalar field in BucketUnpackerEric Cox2021-11-121-2/+2
* SERVER-61250 Introduce ScanInclusionBound for bounded collection scansHaley Connelly2021-11-112-5/+86
* SERVER-59080 Do not discard work from trial run when replanning is not neededJustin Seyster2021-11-091-4/+22
* Revert "SERVER-59080 Do not discard work from trial run when replanning is no...Mickey. J Winters2021-11-081-22/+4
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-084-5/+44
* SERVER-59597 remove unneeded checks in scanNeil Shweky2021-11-042-36/+26
* SERVER-59080 Do not discard work from trial run when replanning is not neededJustin Seyster2021-11-041-4/+22
* SERVER-53771 Facet summary stats addedBikash Chandra2021-11-041-0/+18
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-034-6/+7
* SERVER-58429 Remove unused solutions argument when caching a planIrina Yatsenko2021-11-021-47/+11
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-011-1/+2
* SERVER-60676 Improve robustness when parsing invalid BSONColumn binary or com...Henrik Edin2021-10-282-4/+116
* SERVER-60289 Optimizing mergeObjects with setField and owned accumulatorBobby Morck2021-10-262-40/+37
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-252-3/+3
* SERVER-59759 Add debug-only asserts to SBE scan stageIan Boros2021-10-222-10/+97
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-223-111/+4
* SERVER-60675 Remove 4-byte element count from BSONColumn binaryHenrik Edin2021-10-212-5/+153
* SERVER-60616: change hash to use kAnyNumberOfArgsNeil Shweky2021-10-201-1/+1
* SERVER-59070 Support `needsMerge` behavior in $group pushed down to SBEYoonsoo Kim2021-10-193-3/+42
* SERVER-60273 Calculate the estimated size for missing types in sbe::value::ge...Drew Paroski2021-10-1610-4/+68
* SERVER-60723 Fix a bug with how sbe::bson::convertFrom() computes the size of...Drew Paroski2021-10-151-14/+4
* SERVER-57552 Adding support for stdDevPop and stdDevSamp in SBEBobby Morck2021-10-154-1/+172
* SERVER-60245 Reduce RecordId copying in classic query engine collection scansLouis Williams2021-10-151-1/+1
* SERVER-60707 Remove invariant from SBE stages.hIan Boros2021-10-141-4/+0
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-143-3/+153