summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_set_variable_from_subpipeline.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-041-7/+1
* Revert "SERVER-76208 support query shape serialization in IDL for types with ...Davis Haupt2023-05-041-1/+7
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-031-7/+1
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-1/+1
* SERVER-75138 Add shapification for DocumentSources which use IDL for serializ...Davis Haupt2023-04-181-0/+2
* SERVER-75139: shapify $lookup, $unionWith, $facetWill Buerger2023-04-111-1/+1
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-1/+1
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-3/+6
* SERVER-74060 enforce consistent opCtx across all pipeline sourcesAlyssa Wagenmaker2023-02-231-0/+13
* SERVER-67587 Remove featureFlagSearchShardedFacetsMaddie Zechar2022-08-231-7/+4
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-2/+7
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-65692 $searchMeta improvementCharlie Swanson2022-05-071-34/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64480 Enable multiple SEARCH_META usagesCharlie Swanson2022-04-151-13/+44
* SERVER-62537 Enable merging of multiple cursors from a remote aggregationTed Tuckman2022-04-091-29/+18
* SERVER-64090: Do not std::prev on beginning of itrMaddie Zechar2022-03-021-1/+1
* SERVER-62529: Add DocumentSourceSetVariableFromSubPipelineMaddie Zechar2022-02-251-0/+144