summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60023 Make SBE cursor repositioning and copying optionalIan Boros2021-09-2721-80/+122
* SERVER-59847 Limit FieldPath depth in DocumentTed Tuckman2021-09-271-22/+40
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-244-9/+23
* SERVER-60146 Check memory usage more frequently in HashAggEric Cox2021-09-231-1/+5
* SERVER-58915 Implement ReshardingDonorWriteRouter functionality along…Randolph Tan2021-09-212-11/+24
* SERVER-60022 global std::optional -> boost::optionalBilly Donahue2021-09-211-1/+1
* SERVER-57573 Implement orphan filtering logic for $sample stage on sharded ti...Alya Berciu2021-09-203-8/+40
* SERVER-59331 Fix SBE size_estimator build on macOSAlexander Ignatyev2021-09-171-0/+7
* SERVER-59331 Add PlanCache's and EExpression's getCompileTimeSize() functions...Alexander Ignatyev2021-09-1750-0/+908
* SERVER-58578 Timeseries bucket compressionHenrik Edin2021-09-162-74/+15
* SERVER-59631 Fixed the `compareValue` implementation for the values of `Value...Mohammad Dashti2021-09-154-5/+521
* SERVER-57938 Skip validation for stored geometry if a 2dsphere index existsEric Cox2021-09-141-1/+3
* Revert "SERVER-59631 Fixed the `compareValue` implementation for the values o...Uladzimir Makouski2021-09-144-500/+5
* SERVER-59631 Fixed the `compareValue` implementation for the values of `Value...Mohammad Dashti2021-09-134-5/+500
* SERVER-57168 Add DocumentSource::clone() methodKatherine Wu2021-09-111-0/+4
* SERVER-58155 Emulate classic engine double/decimal equality comparisonsMartin Neupauer2021-09-102-4/+29
* SERVER-58949 RecordId supports long stringsLouis Williams2021-09-081-1/+1
* SERVER-58579 Bucket unpacking support for compressed v2 timeseries bu…Henrik Edin2021-09-084-333/+795
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-083-4/+4
* Revert "SERVER-58096 Add IncludeBucketIdAndRowIndex option to $_internalUnpac...Gregory Noma2021-09-023-125/+0
* SERVER-59333 Add simple implementation of data structures that form the key a...Ruoxin Xu2021-09-023-14/+30
* SERVER-59335 Separate code specific to the classic plan cache80741223+jlap199@users.noreply.github.com2021-09-023-3/+3
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-57553 add $sum accumulator to SBEAdityavardhan Agrawal2021-09-014-0/+320
* SERVER-59418 Change variable name to no longer overloadJennifer Peshansky2021-08-251-3/+4
* SERVER-59332 Convert PlanCache to a template class80741223+jlap199@users.noreply.github.com2021-08-251-0/+11
* SERVER-59336 Use absl::InlinedVector for vectors that are likely to be small ...Martin Neupauer2021-08-2429-209/+217
* SERVER-59174 Report number of documents updated/deleted for time-series updat...Gregory Noma2021-08-214-5/+24
* SERVER-58590 Add memory tracking for HashAgg Stage.Sajed Nahian2021-08-203-98/+182
* SERVER-58586: Improve ClientCursor on mongoD to store and restore the…Hana Pearlman2021-08-201-0/+1
* SERVER-58804 Close in-memory buckets on time-series metaField-only up…Gregory Noma2021-08-192-8/+8
* SERVER-58424 Refactor QueryPlanner::plan() in preparation for DocumentSource ...Eric Cox2021-08-192-8/+9
* SERVER-57749 Optimize a projection expression prior to planning for 'find'Andrii Dobroshynski2021-08-176-12/+12
* SERVER-59222 Add support for lambda expressions in SBE VM and some exchange workMartin Neupauer2021-08-1612-46/+807
* SERVER-58745 Expose computeGeoNearDistance() as an internal-only DocumentSourceRuoxin Xu2021-08-121-74/+2
* SERVER-57551 Implement translation of min, max, first, last accumulators to SBEAdityavardhan Agrawal2021-08-101-4/+4
* SERVER-54083 Include scores calculated by PlanRanker in explain "queryPlanner...Alice Doherty2021-08-102-1/+11
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-022-5/+6
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-314-201/+1
* SERVER-58394 Translate multiple ordered updates on a time-series collection's...Alison Lu2021-07-271-1/+1
* SERVER-58431 Modify HashAgg stage in preparation for $lookup + $group pushdownMartin Neupauer2021-07-261-2/+2
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+1
* SERVER-58431 Modify HashAgg stage in preparation for $lookup + $group pushdownMartin Neupauer2021-07-225-36/+201
* SERVER-57321 Make $mod match expression handle NaN, Infinity and large valuesMindaugas Malinauskas2021-07-205-0/+28
* SERVER-57513 Prevent early exit in sort stage if there are non-blocking candi...David Storch2021-07-191-0/+15
* SERVER-56486 Improve SBE multiplannerMihai Andrei2021-07-161-4/+10
* SERVER-58564 Add missing bitcastTo()'s in SBE HashAgg/HashJoin unittestsDrew Paroski2021-07-152-2/+5
* SERVER-54078 [SBE] Exponential Vector Expansion (Instead of Linear Expansion)...Mohammad Dashti2021-07-143-54/+102
* SERVER-56874 Implement $tsSeconds and $tsIncrement aggregation in SBERishab Joshi2021-07-126-0/+178
* SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer for...Andrew Morrow2021-07-091-3/+0