summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_context_for_test.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76634 Add SerializationContext object to ExpressionContextHugh Tong2023-05-151-12/+12
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-1/+2
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-3/+3
* SERVER-47740 Plumbing for construction of a full ExpressionContext in the sha...Eric Cox2020-06-011-0/+30
* SERVER-46115 Implement 'let' parameters to aggregate commandsEric Cox2020-04-301-0/+2
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-5/+6
* SERVER-41060 Ensure that TimeZoneDatabase is correctly set on ExpressionConte...Ruoxin Xu2020-03-061-7/+26
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-11/+68
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-0/+15
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-0/+1
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-1/+1
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-211-1/+0
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-1/+0
* SERVER-42771 Add new constructor to build ExpressionContext without input BSONJacob Evans2019-08-161-7/+20
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40406 Add support for $$NOW and $$CLUSTER_TIME in the update commandBernard Gorman2019-05-171-1/+1
* SERVER-40209 Implement $$NOW and $$CLUSTER_TIMEMartin Neupauer2019-03-261-0/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-1/+1
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-2/+5
* SERVER-31664 Fix use after free of OperationContext by ExpressionDate*James Wahlin2017-10-301-1/+8
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-13/+17
* SERVER-29135 Add post-image lookup to $changeNotificationEddie Louie2017-08-011-1/+3
* Revert "SERVER-29135 Add post-image lookup to $changeNotification"Eddie Louie2017-08-011-3/+1
* SERVER-29135 Add post-image lookup to $changeNotificationCharlie Swanson2017-08-011-1/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-0/+64