summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_merge_spec.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-1/+1
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-2/+3
* SERVER-74029 Add SerializerFlags context to custom IDL serializersHugh Tong2023-03-161-5/+8
* SERVER-74830 Ensure agg and views unit tests that set tenantIds behave correc...jannaerin2023-03-151-3/+2
* SERVER-68564 Update DocumentSourceMerge serializer/deserializer to be tenant-...Hugh Tong2022-12-021-6/+9
* SERVER-66708 Ensure deserializer methods for IDL defined types that construct...Hugh Tong2022-08-181-1/+1
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-1/+2
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-66024 Include tenantId when constructing namespaces for agg stagesjannaerin2022-05-241-1/+2
* SERVER-57868 $merge stage does not require "coll" fieldAlice Doherty2021-07-091-1/+10
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-3/+2
* SERVER-41198 Translate $out tests in jstests/aggregation/sources/out to use $...Nick Zolnierz2019-05-231-1/+1
* SERVER-41201 Add replacements for more $out helpersNick Zolnierz2019-05-201-1/+1
* SERVER-40431 Add merge support for whenMatched: pipelineAnton Korshunov2019-05-131-8/+47
* SERVER-40429 Add merge stage to write output to existing collectionAnton Korshunov2019-05-021-0/+102