summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_context.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-29128 Make $changeNotification stage return a tailable, awaitData curs...Matthew Russotto2017-07-111-0/+11
* SERVER-29073 Allow variable definition within $lookupJames Wahlin2017-06-051-1/+0
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-4/+5
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+5
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-12/+40
* SERVER-24769 Add support for $lookup and $graphLookup on a view.Max Hirschhorn2016-08-101-0/+13
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-041-1/+7
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-8/+32
* SERVER-24638 Move command processing from Pipeline to AggregationRequestCharlie Swanson2016-06-241-14/+13
* SERVER-23611 Agg use collection default collation, if unspecifiedJ. Rassi2016-06-131-0/+8
* SERVER-23473 Add collation parameter to aggregateTess Avitabile2016-05-231-0/+2