summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_context.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-42748 Support using stored procedures (system.js) in map/reduce"Jacob Evans2019-10-211-1/+1
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-211-6/+15
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-211-1/+1
* SERVER-44018 Fix MR agg output mode 'reduce' and move JsExecution to decorato...Nicholas Zolnierz2019-10-171-1/+2
* SERVER-42462 Put new $meta arguments behind FCV checkAnton Korshunov2019-10-171-0/+6
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-0/+4
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-4/+0
* SERVER-42771 Add new constructor to build ExpressionContext without input BSONJacob Evans2019-08-161-9/+28
* SERVER-42684 Add support for 'scope' RunTimeConstantNicholas Zolnierz2019-08-151-0/+13
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-1/+0
* SERVER-40406 Add support for $$NOW and $$CLUSTER_TIME in the update commandBernard Gorman2019-05-171-3/+5
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-6/+2
* SERVER-40209 Implement $$NOW and $$CLUSTER_TIMEMartin Neupauer2019-03-261-0/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38413 Always set an initial postBatchResumeToken on mongoDBernard Gorman2019-01-091-0/+3
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-091-0/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-0/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-0/+8
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-191-1/+1
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-1/+5
* SERVER-34088 Add ability to watch all changes for an entire sharded clusterBernard Gorman2018-04-131-0/+7
* SERVER-34086 Add ability to watch all changes for an entire replica setBernard Gorman2018-04-121-0/+14
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-2/+2
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-2/+2
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-2/+2
* SERVER-33551 Switch Pipeline to use session interface to determine if in a tr...Matthew Russotto2018-03-191-0/+1
* SERVER-33174 Prevent catalog storage of new syntax during lower FCVCharlie Swanson2018-02-271-0/+4
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-4/+11
* SERVER-30924 Remove handling of 'fromRouter' in aggregation subsystem.David Storch2017-12-131-6/+0
* SERVER-31665 Use correct read concern/preference during update lookupCharlie Swanson2017-11-171-0/+3
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-151-1/+3
* Revert "SERVER-31447 Use correct collation for update lookup"Max Hirschhorn2017-11-141-3/+1
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-141-1/+3
* SERVER-31842 Restrict $lookup nested sub-pipeline depthJames Wahlin2017-11-071-0/+3
* SERVER-31443 Add support for change streams with non-simple collations.Charlie Swanson2017-11-031-0/+41
* SERVER-31664 Fix use after free of OperationContext by ExpressionDate*James Wahlin2017-10-301-2/+7
* SERVER-29609 Enable updateLookup for sharded change streams.Matthew Russotto2017-10-111-2/+3
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-7/+23
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-1/+1
* SERVER-30591 Do changeStream lookups by UUID instead of namespace.Siyuan Zhou2017-09-151-2/+5
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-3/+2
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-2/+8
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-1/+2
* 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-29128 Fix performance regression on awaitData with lastKnownCommittedO...Matthew Russotto2017-07-171-0/+11
* Revert "SERVER-29128 Make $changeNotification stage return a tailable, awaitD...Matthew Russotto2017-07-141-11/+0