summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+3
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-2/+19
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-1/+1
* SERVER-43860 Upgrade/downgrade mechanism for new $merge upsert behaviourBernard Gorman2019-12-021-1/+13
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-211-20/+6
* 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-60/+100
* SERVER-38539 Remove $_internalLatestOplogTimestamp and mergeByPBRT from chang...Bernard Gorman2019-06-251-2/+0
* SERVER-41257 Disallow persisting new 4.2 expressions in FCV 4.0Charlie Swanson2019-05-221-0/+1
* SERVER-40406 Add support for $$NOW and $$CLUSTER_TIME in the update commandBernard Gorman2019-05-171-3/+9
* SERVER-40209 Implement $$NOW and $$CLUSTER_TIMEMartin Neupauer2019-03-261-0/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-091-0/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-1/+3
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-7/+1
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-1/+14
* SERVER-30924 Remove handling of 'fromRouter' in aggregation subsystem.David Storch2017-12-131-2/+0
* SERVER-31665 Use correct read concern/preference during update lookupCharlie Swanson2017-11-171-0/+2
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-151-7/+16
* Revert "SERVER-31447 Use correct collation for update lookup"Max Hirschhorn2017-11-141-16/+7
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-141-7/+16
* SERVER-31842 Restrict $lookup nested sub-pipeline depthJames Wahlin2017-11-071-0/+1
* SERVER-31443 Add support for change streams with non-simple collations.Charlie Swanson2017-11-031-0/+33
* SERVER-31664 Fix use after free of OperationContext by ExpressionDate*James Wahlin2017-10-301-1/+5
* SERVER-29609 Disable deadline while doing sharded postimage lookup for $chang...Matthew Russotto2017-10-111-1/+7
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-19/+26
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-2/+2
* SERVER-30591 Do changeStream lookups by UUID instead of namespace.Siyuan Zhou2017-09-151-1/+3
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-3/+5
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-2/+4
* SERVER-29135 Add post-image lookup to $changeNotificationEddie Louie2017-08-011-2/+1
* Revert "SERVER-29135 Add post-image lookup to $changeNotification"Eddie Louie2017-08-011-1/+2
* SERVER-29135 Add post-image lookup to $changeNotificationCharlie Swanson2017-08-011-2/+1
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-0/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-2/+2
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-13/+13
* SERVER-24769 Add support for $lookup and $graphLookup on a view.Max Hirschhorn2016-08-101-0/+6
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-041-0/+27
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-1/+10
* SERVER-24638 Move command processing from Pipeline to AggregationRequestCharlie Swanson2016-06-241-0/+59
* Make ExpressionContext a simple structMathias Stearn2013-08-091-57/+0
* Remove unnecessarily defined constructors and destructors from aggregationMathias Stearn2013-08-091-3/+0
* Make doingMerge a property of DocumentSourceGroup rather than ExpressionContextMathias Stearn2013-08-081-3/+1
* ExpressionContext now has the input namespaceMathias Stearn2013-07-261-11/+14
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-3/+4
* Add user-facing option for SERVER-9444: Using disk storage for $sort and $groupMathias Stearn2013-07-101-0/+1
* Adjusted file mod's.Alberto Lerner2012-12-181-0/+0
* SERVER-6179 support multiple $group in sharded aggMatt Dannenberg2012-07-201-0/+9
* Convert to unix line endingsMathias Stearn2012-06-291-48/+48