summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-0/+1
* SERVER-64475 Change isOperationVersioned to isComingFromRouterKaloian Manassiev2022-04-013-9/+12
* SERVER-63574 Support all types in the index join strategy of $lookupNikita Lapkov2022-04-012-1/+93
* SERVER-64830 Simplify exclusivity tracking in IndexSeekPointDan Larkin-York2022-04-012-2/+1
* Revert "SERVER-63574 Support all types in the index join strategy of $lookup"auto-revert-processor2022-04-012-93/+1
* SERVER-63574 Support all types in the index join strategy of $lookupNikita Lapkov2022-03-312-1/+93
* SERVER-64870 Make sure $lookup query is cached when SBE plan cache is enabledRui Liu2022-03-311-10/+7
* SERVER-63899 Add a target batch execution time to BatchedDeleteStageHaley Connelly2022-03-302-40/+100
* SERVER-64662 Save secondary collection debugInfo for SBE foreign collectionsRui Liu2022-03-281-8/+19
* SERVER-63047 Make delete batches fully transactionalJosef Ahmad2022-03-242-6/+5
* SERVER-63880 Make resharding handle applyOps oplog entries with WouldChangeOw...Cheahuychou Mao2022-03-232-4/+9
* SERVER-64602 Provide time-series bucket time bounds as document metadata for ...Dan Larkin-York2022-03-214-1/+143
* SERVER-63863 Handle Write Conflicts in BATCHED_DELETE stageHaley Connelly2022-03-212-83/+132
* SERVER-63494 Enable WouldChangeOwningShard update and findAndModify tests wit...Cheahuychou Mao2022-03-192-6/+10
* SERVER-63678 Add HashLookup SBE stage for $lookupAnna Wawrzyniak2022-03-184-0/+898
* SERVER-64643 Fix include for size_t in PrintOptions.hAnna Wawrzyniak2022-03-181-1/+2
* SERVER-63690 Support field paths in localField of lookup when lowering to SBEIrina Yatsenko2022-03-181-1/+1
* SERVER-64417 Add configurable printers for SBEAnna Wawrzyniak2022-03-1713-426/+1168
* SERVER-64074 Optimize how we build the DebugInfo for plan cacheRuoxin Xu2022-03-151-15/+17
* SERVER-64297 Revert temporary workaround in SERVER-64282Kyle Suarez2022-03-141-16/+4
* SERVER-64403 Encode the sort key from a document with collation only if value...Denis Grebennicov2022-03-111-2/+6
* SERVER-62940 Have $sum accumulator serialize the full state of partial resultYoonsoo Kim2022-03-105-23/+100
* SERVER-64325 Add server params for global batched deletion defaultsJosef Ahmad2022-03-103-4/+72
* SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushedown a...James Wahlin2022-03-102-0/+40
* SERVER-61422 Update SBE filter stage builder to use parameter markersRuoxin Xu2022-03-089-126/+36
* SERVER-64282 temporarily reduce index-not-found error severity to uassertKyle Suarez2022-03-081-4/+16
* SERVER-64036 Avoid making a copy of JsFunction when generating an SBE planAnton Korshunov2022-03-072-11/+15
* SERVER-63957 Add serverStatus section for batched deletesJosef Ahmad2022-03-041-0/+47
* SERVER-63553 Support multi-collection plans in SlotBasedStageBuilder and cons...Mihai Andrei2022-03-041-1/+1
* 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