summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-133-99/+173
* SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn2019-03-1118-3/+58
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2019-02-201-0/+40
* SERVER-39109 fix case where agg uses illegal field pathIan Boros2019-01-311-0/+36
* SERVER-37750 Do not run server37750.js on MMAPv1 variantsBernard Gorman2018-11-221-1/+1
* SERVER-37750 Optimized $sample stage does not yieldBernard Gorman2018-11-201-0/+80
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-11-191-100/+64
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-04-251-0/+1
* SERVER-34213 Start _id at 0 in testshard1.jsCharlie Swanson2018-04-021-1/+1
* SERVER-32690 Fix invariant failure in agg renamed paths optimization.David Storch2018-01-221-0/+13
* SERVER-32297, SERVER-32430 fix $sort in-memory sort and $sortKey serializationKyle Suarez2018-01-021-0/+146
* SERVER-32282 $textScore metadata is not removed in cases where RouterStagePip...Bernard Gorman2017-12-291-2/+30
* SERVER-30226 Best effort make the recipient shard refresh its metadata after ...Dianna Hohensee2017-12-061-0/+7
* SERVER-31890 ExpressionFieldPath::optimize() should expand dotted field pathJames Wahlin2017-11-141-0/+116
* SERVER-31842 Restrict $lookup nested sub-pipeline depthJames Wahlin2017-11-071-7/+33
* SERVER-31804 Disable $expr rewrite optimizationJames Wahlin2017-11-061-163/+0
* SERVER-31696 Rename path prefixes in applyRenamesToExpression().Justin Seyster2017-11-031-0/+26
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-180/+159
* SERVER-26833 Non-blocking text queries when projection ignores score.Justin Seyster2017-10-191-0/+13
* SERVER-31497: Move server-30084.js to sharding directory to prevent it from r...Nick Zolnierz2017-10-161-18/+0
* SERVER-31549 Additional tests for $lookup w/ pipeline syntaxJames Wahlin2017-10-165-64/+433
* SERVER-31456 Set initial{Cluster,Operation}Time in concurrency suite.Max Hirschhorn2017-10-141-0/+9
* SERVER-31408 Test that all code paths that support expr support throwing at r...Tess Avitabile2017-10-111-2/+19
* SERVER-31496 MatchExpressionParser::parse() should not throwTess Avitabile2017-10-111-1/+1
* SERVER-30989 Add Expression rewrite to ExprMatchExpressionJames Wahlin2017-10-101-0/+163
* SERVER-31029 Add support for top-level $expr within $or and $andBlake Oler2017-10-092-14/+24
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-052-2/+18
* SERVER-31322 Rename year and week field names for $dateToParts and $dateFromP...Katherine Walker2017-10-052-40/+46
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-037-7/+7
* SERVER-23410 Include millis and 'Z' when converting agg dates to stringsCharlie Swanson2017-10-023-9/+3
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-108/+227
* SERVER-30679 Integrate causallyConsistentReads into SessionOptions.Max Hirschhorn2017-09-201-0/+3
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-131-7/+3
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-136-965/+0
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-103-11/+44
* SERVER-30954 Remove support for expr constant expressions from ComparisonMatc...Tess Avitabile2017-09-062-0/+6
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-017-42/+274
* SERVER-30412 Ensure that aggregation splitpoints are not shared between shard...Bernard Gorman2017-09-011-18/+34
* SERVER-30686 Wire up SessionOptions in more places.Max Hirschhorn2017-08-301-1/+9
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-254-8/+21
* SERVER-30579 Change resumeTokens to include collection UUID instead of namespaceMatthew Russotto2017-08-235-46/+69
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-223-1/+83
* SERVER-8164 ISODate doesn't handle years less than 100 properlyDerick Rethans2017-08-221-0/+144
* SERVER-30480 Update aggregation explain format to provide details of merge lo...Bernard Gorman2017-08-211-10/+21
* SERVER-30688 Make PlanExecutor wait for awaitData only when it has an awaitDa...Matthew Russotto2017-08-171-0/+21
* SERVER-30580 No more status locationsMathias Stearn2017-08-163-7/+7
* SERVER-30512 Omit fullDocument in change stream if it's null unless updateLoo...Siyuan Zhou2017-08-153-9/+17
* SERVER-30512 Ensure all changeStreams field names match the specSiyuan Zhou2017-08-154-51/+51
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-092-2/+87
* SERVER-29140 Close cursor for invalidate change notification entries.Siyuan Zhou2017-08-091-0/+76