summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_merge.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-111-73/+164
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-041-6/+17
* Revert "SERVER-76208 support query shape serialization in IDL for types with ...Davis Haupt2023-05-041-17/+6
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-031-6/+17
* 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/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+2
* SERVER-75408 Always include tenant in db name attributes in internal server e...Sophia Tan2023-04-141-1/+2
* SERVER-74498 Remove temporary_catalog_shard_incompatible tags (part 1)Jack Mulrow2023-04-071-1/+2
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-1/+1
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-3/+4
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-2/+7
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-15/+16
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-211-11/+2
* SERVER-70687 Set the initial content of config.placementHistory on FCV upgradePaolo Polato2023-01-301-1/+1
* SERVER-68564 Update DocumentSourceMerge serializer/deserializer to be tenant-...Hugh Tong2022-12-021-2/+3
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-5/+5
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-67852 Partial statistics pipelinesamontea2022-09-161-3/+6
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-1/+3
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-1/+2
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-08-161-42/+68
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-2/+9
* Revert "SERVER-66289 Update write size estimation logic in DocumentSourceWriter"Uladzimir Makouski2022-07-281-68/+42
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-07-271-42/+68
* SERVER-66024 Include tenantId when constructing namespaces for agg stagesjannaerin2022-05-241-4/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-02-251-1/+1
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-221-2/+2
* SERVER-59132: Improve error message for $merge with whenMatched: failHana Pearlman2021-11-221-0/+18
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-1/+1
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-1/+2
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-2/+2
* SERVER-49927 Add $FieldPath to grammarTed Tuckman2020-08-261-1/+2
* SERVER-47532 ShardServerProcessInterface: Convert usage of getCollectionDescr...Haley Connelly2020-06-291-1/+2
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47191 Implement evalutation of Expressions to produce let parametersEric Cox2020-04-231-1/+1
* SERVER-46703 Make `checkShardVersionOrThrow` throw SSV if the metadata is not...Kaloian Manassiev2020-04-101-0/+46
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-4/+13
* SERVER-41416 Remove _convertToFieldPaths from MongoProcessCommonRuoxin Xu2020-02-191-1/+21
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+4
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-9/+11
* SERVER-44470 Use supportsReadConcern() for $out and $merge stagesKevin Pulo2019-12-021-5/+0
* SERVER-42137 Allow aggregation stage to write to a collection that the query...Mihai Andrei2019-11-201-5/+0
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-17/+28
* SERVER-43287 Prevent from outputting to system collectionsMihai Andrei2019-10-211-0/+8
* SERVER-43962 Assert on valid target namespace in $out/$merge static create me...Nicholas Zolnierz2019-10-141-4/+9
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-1/+1