summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75473 Disallow document shard key updates outside of a retryable write...Jason Zhang2023-04-041-37/+50
* SERVER-75184 Add tests and support for retryable time-series deletesAlyssa Wagenmaker2023-04-031-4/+4
* SERVER-74525 Support explain for timeseries deletesYoonsoo Kim2023-04-032-6/+23
* SERVER-74960 Filter out QE plans from planCacheStatsAdrian Gonzalez2023-04-012-1/+13
* SERVER-75549 [CQF] Incorrect lowering with minKey/maxKeySvilen Mihaylov2023-04-011-5/+0
* SERVER-75152 Skip deleting or updating time-series buckets with 'control.clos...Alyssa Wagenmaker2023-03-313-1/+16
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-1/+1
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-302-3/+3
* SERVER-74594 Deprioritize unbounded user index scansGregory Noma2023-03-304-4/+50
* SERVER-51570: Added date time expressions to sbeProjjal Chanda2023-03-295-0/+1058
* SERVER-75229 Add mini-bloom filter to MakeObjSpecDrew Paroski2023-03-298-160/+312
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+2
* SERVER-71952 Allow values owned by an SBE Array or ArraySet to be extracted v...Martin Neupauer2023-03-294-29/+125
* SERVER-73319 Handle measurements without a meta field for time-series deletesYuhong Zhang2023-03-291-17/+25
* SERVER-75095 Generate single stage for Nebari shard filterIvan Fefer2023-03-291-1/+0
* SERVER-51579: Support expression $year in SBEProjjal Chanda2023-03-2911-45/+382
* SERVER-72440 Deprioritize unbounded user collection scansGregory Noma2023-03-286-1/+45
* SERVER-73082 Add support for singleton time-series deletesFaustoleyva542023-03-282-2/+20
* SERVER-49978 Support $dateFromString expression in SBEJennifer Peshansky2023-03-275-0/+455
* SERVER-74889 Add value guard to avoid memory leak in SBE setFieldAmr Elhelw2023-03-231-0/+2
* SERVER-74955 Refactor TS_MODIFY to unpack and write a bucket in one doWork() ...Alyssa Wagenmaker2023-03-232-181/+118
* SERVER-75019 Use const& to avoid making copiesAmr Elhelw2023-03-221-1/+1
* SERVER-67576 Enable explode for sort query in SBE cacheRui Liu2023-03-222-7/+2
* SERVER-75037 Fix COUNT_SCAN stage when CWI is used.Alexander Ignatyev2023-03-201-1/+6
* SERVER-73093 Add retry capabilities to TS_WRITEAlyssa Wagenmaker2023-03-172-58/+167
* SERVER-51553 Support expression $round in SBEMatt Boros2023-03-164-29/+274
* SERVER-74641 Fix ambiguous compilation of SBE vm labelsAnna Wawrzyniak2023-03-164-223/+177
* SERVER-73079 Skip unowned bucket or track write to orphaned bucketYoonsoo Kim2023-03-142-5/+89
* SERVER-74436 Allow TS_WRITE to optionally have a spool childAlyssa Wagenmaker2023-03-143-3/+61
* SERVER-54578 Rename MatchExpression::shallowClone() to MatchExpression::clone()Amr Elhelw2023-03-141-2/+2
* SERVER-74724 Convert query shape and redaction unit tests to use auto-updatin...Davis Haupt2023-03-142-46/+80
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-134-18/+19
* SERVER-71037 SBE top-k sort improvementsIan Boros2023-03-1010-33/+271
* SERVER-74654 Change SBE array from SOA to AOSIan Boros2023-03-102-33/+33
* SERVER-74635 [CQF] Fixes and improvements around access pathSvilen Mihaylov2023-03-092-5/+19
* SERVER-74648 Change SBE runtime env from SOA to AOSIan Boros2023-03-072-22/+24
* SERVER-74640 Upgrade 'undefined slot accessor' error from uassert to tassertJames Wahlin2023-03-071-3/+3
* SERVER-74591 Refactor TS_WRITE stage to have unpacking logic and rename it to...Yuhong Zhang2023-03-056-88/+75
* SERVER-74610 Support fromMigrate option in timeseries::performAtomicWrites()Faustoleyva542023-03-041-2/+4
* SERVER-73552 [CQF] Add ability to enumerate all plansSvilen Mihaylov2023-03-032-43/+24
* SERVER-74435 Add basic classic engine SPOOL stageAlyssa Wagenmaker2023-03-036-0/+414
* SERVER-70727 Add sort spill stats to explainAdityavardhan Agrawal2023-03-024-0/+35
* SERVER-69952 Prevent timeseries from using _id when out of rangeJoel Redman2023-03-011-27/+82
* SERVER-73077 Integrate arbitrary time-series multi deletes into the execution...Yuhong Zhang2023-03-012-1/+8
* SERVER-73077 Implement basic time-series multi delete logic in TS_WRITE stageYuhong Zhang2023-03-012-6/+108
* SERVER-73077 Share bucket's recordId through the working set member from the ...Yuhong Zhang2023-03-012-8/+31
* SERVER-73689 Fix shard key update check in update_stage.cpp to exclude _id qu...Jason Zhang2023-02-281-9/+11
* SERVER-63641 Use priority queue to sort plans during multiplanningIvan Fefer2023-02-282-9/+17
* SERVER-73488 Add redaction to projection AST serializationDavis Haupt2023-02-278-24/+233
* Revert "SERVER-73689 Fix shard key update check in update_stage.cpp to exclud...Uladzimir Makouski2023-02-271-11/+9