summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/aggregation_context_fixture.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-4/+4
* SERVER-75398 New query shape definition for find commandCharlie Swanson2023-04-131-0/+4
* SERVER-75132: Shapify $indexStats, $queue, $graphLookupWill Buerger2023-04-121-0/+15
* SERVER-75135 Shapify $_internalConvertBucketIndexStats, $sequentialDocumentCa...Davis Haupt2023-04-071-1/+4
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-2/+2
* SERVER-74782: $setWindowFields redactionWill Buerger2023-03-211-0/+19
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-3/+4
* SERVER-68564 Update DocumentSourceMerge serializer/deserializer to be tenant-...Hugh Tong2022-12-021-0/+3
* SERVER-59853 Simplify $lookup and $unionWith tests to avoid needing manual di...Henri Nikku2022-06-231-0/+9
* SERVER-66024 Include tenantId when constructing namespaces for agg stagesjannaerin2022-05-241-1/+9
* SERVER-61893 Add capability for showing system events with showSystemEvents flagAndrii Dobroshynski2022-03-151-0/+1
* SERVER-59618 add LockerNoopClientObserverWithReplacementPolicy and use in bim...Benety Goh2021-09-281-3/+8
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-2/+6
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-9/+9
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-17010 each Sorter instance spills to a single file rather than a new f...Dianna Hohensee2018-10-311-0/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-4/+12
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-13/+1
* SERVER-28613: Add $dateToParts and $dateFromParts aggregation framework opera...Derick Rethans2017-06-291-1/+5
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-2/+4
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-4/+4
* SERVER-23654 Add $facet aggregation stageCharlie Swanson2016-06-241-0/+63