summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/add_fields_projection_executor.cpp
AgeCommit message (Expand)Author
2023-11-14SERVER-82604 implement StringData with a std::string_view memberBilly Donahue
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2023-01-24SERVER-72417 Switch invariant statements to tassert in projection executorGil Alon
2022-07-06SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia
2022-06-28SERVER-54046 Permit empty objects in $set and $addFields stagesNaomie Gao
2022-06-17SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia
2021-01-27SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy
2021-01-26Revert "SERVER-53397 Desugar $setWindowFields partitionBy using $sort"David Percy
2021-01-26SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy
2020-11-06SERVER-48890: allow addFields to take empty document as no-opcaiyingshen
2020-06-30SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala
2020-06-29Revert "SERVER-48684 Pipeline stage $set fails to set a non-existent dotted f...Arun Banala
2020-06-26SERVER-48684 Pipeline stage $set fails to set a non-existent dotted field to ...Arun Banala
2020-05-16SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans
2019-11-15SERVER-43291 Consolidate projection execution interfacesAnton Korshunov