summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/inclusion_projection_executor_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72417 Switch invariant statements to tassert in projection executorGil Alon2023-01-241-3/+4
* SERVER-66570: Ensure that pushed down projections computed from the metadata ...Hana Pearlman2022-11-141-0/+56
* SERVER-63099 Add left-associative constant folding optimization for $add and ...Davis Haupt2022-07-111-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushedown a...James Wahlin2022-03-101-0/+19
* SERVER-57749 Optimize a projection expression prior to planning for 'find'Andrii Dobroshynski2021-08-171-2/+2
* SERVER-54001 Allow rewrite to push computed meta projections past $unpackBucketMilena Ivanova2021-04-061-3/+8
* SERVER-53488 Allow rewrite to push meta projections past $unpackBucket.Milena Ivanova2021-03-301-0/+67
* SERVER-52814 Serialize projection _id field to always equivalent projection specTed Tuckman2021-01-251-0/+37
* SERVER-49744 Per-document scoring metadata for $searchMihai Andrei2020-11-131-5/+11
* SERVER-25893 Make it easier to construct a Value from a VectorTed Tuckman2020-10-021-108/+90
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-3/+2
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+6
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-131-2/+2
* SERVER-26066 Fix dependency analysis for projections with expressions on dott...Ian Boros2019-12-121-0/+26
* SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov2019-12-101-95/+287
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-0/+62
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-0/+807