summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_context.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-25/+22
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-11/+9
* SERVER-18383 Remove sharded agg fallback code for 2.4 shardsCharlie Swanson2015-05-111-1/+1
* SERVER-13641 Make agg use OpContext-aware DBDirectClientMathias Stearn2014-05-201-2/+2
* SERVER-13641 Replace InterruptStatus with OperationContext in aggMathias Stearn2014-05-201-6/+6
* Stop using RARELY macro in ExpressionContext::checkForInterrupt()Mathias Stearn2013-11-121-4/+12
* SERVER-10868 Step 3: Pass the temporary directory into SorterMathias Stearn2013-09-271-0/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Make ExpressionContext a simple structMathias Stearn2013-08-091-31/+18
* Remove unnecessarily defined constructors and destructors from aggregationMathias Stearn2013-08-091-4/+1
* Make doingMerge a property of DocumentSourceGroup rather than ExpressionContextMathias Stearn2013-08-081-38/+4