summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73534 Fix crash in serialization of SBE ArraySet to KeyStringDavid Storch2023-02-062-1/+13
* SERVER-66469 Fix correctness when filtering on dates before the epochJoel Redman2023-01-312-90/+150
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-272-2/+2
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-194-4/+1
* SERVER-67416 Always sort fieldpath string sets using custom comparatorSteve Tarzia2023-01-197-10/+10
* SERVER-66570: Ensure that pushed down projections computed from the metadata ...Hana Pearlman2023-01-053-31/+187
* SERVER-70394 Fix self-swap in MultiPlanStage::removeRejectedPlansIvan Fefer2022-12-021-1/+1
* SERVER-58712: Fix update performance on collections with multiple secondary i...Ivan Fefer2022-12-022-4/+70
* SERVER-60455 serverStatus metrics for external sorterShin Yee Tan2022-11-234-5/+8
* SERVER-70274 Improve performance of change stream pre-images purging job by l...Denis Grebennicov2022-11-042-7/+19
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-08-174-28/+93
* SERVER-68501 changed invariant to uassert for direct bounded sort useMatt Boros2022-08-122-2/+35
* SERVER-68016 Use little endian for deserializing data serialized by BufBuilderRui Liu2022-07-281-2/+4
* SERVER-67352 Skip identifying writes on orphaned documents in replica set dep...Antonio Fuschetto2022-06-232-12/+12
* Revert "Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0""Eric Cox2022-06-221-32/+0
* Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0"Eric Cox2022-06-221-0/+32
* Merge branch 'v6.0' of github.com:10gen/mongo into v6.0Eric Cox2022-06-221-32/+0
|\
| * SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-171-32/+0
| * SERVER-66989 Make HashAgg record store key ownedEric Cox2022-06-163-4/+8
* | SERVER-67338 Fix ownership of HashAggStage key in SBEEric Cox2022-06-221-17/+10
* | SERVER-66989 Make HashAgg record store key ownedEric Cox2022-06-163-4/+8
|/
* SERVER-67072 Fix pushdown of time-series metadata predicates in $orDavid Percy2022-06-141-20/+32
* SERVER-66814 Use classic MatchExpression for applying filters in SBEIan Boros2022-06-097-0/+101
* SERVER-66558 $sort does not rewrite to bounded sort when multiple index optio...samontea2022-05-312-0/+11
* SERVER-65699 delete test-only 'sbe' commandKyle Suarez2022-05-166-3178/+0
* SERVER-64467 Refactor TicketHolders to not use global contextJordi Olivares Provencio2022-05-091-1/+1
* SERVER-66209 Make BSONObjs owned when constructing a DebugInfoRuoxin Xu2022-05-071-3/+3
* SERVER-64735 Fix uninitialized pointer field in HashLookupStageEric Cox2022-05-061-3/+3
* SERVER-65050 Optimize time-series sorting with point query on metadataDavid Percy2022-05-062-5/+7
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-05-034-1/+29
* SERVER-65961 Copy only BSON types during yielding of SBE plansNikita Lapkov2022-04-2912-30/+66
* SERVER-65779 Pass IndexBounds directly to the CheckBounds stageDenis Grebennicov2022-04-223-62/+44
* SERVER-65772: Use consistent endinaness when (de)serializing during spilling ...Irina Yatsenko2022-04-211-2/+3
* SERVER-65686 split sbe_query_stages lib out of sbe_queryIrina Yatsenko2022-04-194-21/+39
* SERVER-65265 Track memory for unbounded accumulators in SBEIrina Yatsenko2022-04-183-15/+221
* SERVER-63039 Add staged documents size target to BatchedDeleteStageJosef Ahmad2022-04-133-24/+39
* SERVER-64475 Restore the scope of a wrongly moved CollectionDescriptionKaloian Manassiev2022-04-131-6/+7
* SERVER-65157 Use WorkingSetMembers to track staged documents in BatchedDelete...Haley Connelly2022-04-134-103/+254
* SERVER-65420 Take MODE_IS locks when in unittests for HashLookupStageEric Cox2022-04-133-17/+24
* SERVER-63208 Make allowDiskUse opt-out rather than opt-inRomans Kasperovics2022-04-121-0/+43
* SERVER-64106 Validate batched deletion parametersJosef Ahmad2022-04-121-13/+17
* SERVER-65202 Fix inconsistency of matching undefined with different join algo...Rui Liu2022-04-111-0/+3
* SERVER-62676 Added execution stats for `$lookup` pushed down into SBEMohammad Dashti2022-04-1112-15/+319
* SERVER-65197 Disable trial run tracking for the right side of pushed down $lo...Mihai Andrei2022-04-112-2/+144
* SERVER-65379 explain_large_bounds.js returns "BSON size is invalid" errorDenis Grebennicov2022-04-111-2/+4
* SERVER-63642 Add serverStatus histogram metrics to measure multi-planning per...Jess Balint2022-04-091-4/+76
* SERVER-65018 Batched writes must fit inside a single applyOpsJosef Ahmad2022-04-081-2/+32
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-072-3/+3
* SERVER-63351 Modify SBE index stage builder to construct an index scan plan u...Denis Grebennicov2022-04-078-15/+107
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-073-4/+3