summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62648 Eliminate std::cerr from new optimizer loggingMatt Boros2022-06-271-6/+8
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-277-256/+71
* SERVER-62495 Added assert statement to check that ctx.accumulator is set befo...Erin Zhu2022-06-241-2/+2
* SERVER-67250 Do not overwrite existing objects in 'addToArray()'Justin Seyster2022-06-232-14/+35
* SERVER-66842 Fix pcPointer for instructions that take arguments in CodeFragme...Parker Felix2022-06-224-10/+120
* SERVER-67352 Skip identifying writes on orphaned documents in replica set dep...Antonio Fuschetto2022-06-222-12/+12
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-2251-155/+295
* SERVER-67338 Fix ownership of HashAggStage key in SBEEric Cox2022-06-211-17/+10
* SERVER-67381 Fix lowering of IndexScanSvilen Mihaylov2022-06-211-2/+13
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-171-32/+0
* SERVER-67125 Set control.closed flag when closing a time-series bucket that s...Gregory Wlodarek2022-06-151-17/+34
* SERVER-67039 convert `fields` and `projectFields` to `std::set`Jeffrey Xiao2022-06-152-0/+38
* SERVER-66989 Make HashAgg record store key ownedEric Cox2022-06-133-4/+8
* SERVER-67072 Fix pushdown of time-series metadata predicates in $orDavid Percy2022-06-131-20/+32
* SERVER-67003 Fixes for agg expressionsSvilen Mihaylov2022-06-131-0/+8
* SERVER-66692 Allow creating TTL index over timeField with partialFilterExpres...Faustoleyva542022-06-102-3/+6
* SERVER-65210 Basic code to read change streams using the change collection.Rishab Joshi2022-06-093-19/+34
* SERVER-61127 Retry multi-writes that hit StaleConfig due to critical section ...Jordi Serra Torrens2022-06-093-35/+101
* SERVER-66814 Use classic MatchExpression for applying filters in SBEIan Boros2022-06-076-0/+88
* SERVER-51546 Support expression $setEquals in SBEZixuan Zhuang2022-06-064-19/+144
* SERVER-66558 $sort does not rewrite to bounded sort when multiple index optio...samontea2022-05-312-0/+11
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-1/+1
* SERVER-66837 Optimize traversal intrinsics in VMMartin Neupauer2022-05-314-24/+154
* SERVER-66545 Collator should be passed as an argument to "generateSortKey" bu...Anton Korshunov2022-05-275-21/+20
* SERVER-61990: Comment, polish, and test ABT reference trackerHana Pearlman2022-05-261-3/+3
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-253-52/+50
* SERVER-64107 Clean up orphan handling in BatchedDeleteStageHaley Connelly2022-05-252-107/+106
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-3/+3
* SERVER-66575 Add support for a left outer join to SBE NLJMartin Neupauer2022-05-193-10/+103
* SERVER-66555 Optimize certain VM intrinsic functionsMartin Neupauer2022-05-184-1/+136
* SERVER-66537 Combine BatchedDeleteStage<Batch/Pass>ParamsHaley Connelly2022-05-183-71/+52
* SERVER-66507 Fix row store fetch bug in column indexesIan Boros2022-05-181-12/+13
* SERVER-66102 Change column scan stage to read from true column indexIan Boros2022-05-116-334/+233
* SERVER-66103 Teach SplitCellView::parse() to handle new flagsMathias Stearn2022-05-111-1/+1
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-1014-20/+20
* SERVER-66210 Indicate when pass targets cause BatchedDeleteStage completionHaley Connelly2022-05-094-3/+46
* SERVER-64735 Fix uninitialized pointer field in HashLookupStageEric Cox2022-05-061-3/+3
* SERVER-66209 Make BSONObjs owned when constructing a DebugInfoRuoxin Xu2022-05-061-3/+3
* SERVER-66105 Lower the batched deleter staging target to 2MBJosef Ahmad2022-05-062-4/+20
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-0623-23/+69
* SERVER-65050 Optimize time-series sorting with point query on metadataDavid Percy2022-05-052-5/+7
* SERVER-65465 Have the SBE $sum use a simple `sum` for a count-like sumYoonsoo Kim2022-05-042-8/+48
* SERVER-64227 Remove $sum/$avg merging logic to handle the old over-the-wire f...Yoonsoo Kim2022-05-044-31/+10
* SERVER-65470 Use `const&` instead of `const*` to express always non-null argu...Yoonsoo Kim2022-05-035-11/+11
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-05-024-1/+29
* SERVER-63044 Batch non-sharded user multi-doc deletes by defaultJosef Ahmad2022-05-021-25/+75
* SERVER-64766 Translation from UnencodedCellView to columnar index formatJustin Seyster2022-04-303-5/+388
* Revert "SERVER-64349 Add heuristic-based planning support for bucket unpackin...samontea2022-04-294-29/+1
* SERVER-63043 Add bounds to batched deletion pasessHaley Connelly2022-04-294-103/+201
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-294-10/+9