summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30380 $lookup 'let' variables available to all sub-pipelinesJames Wahlin2017-08-081-4/+104
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-082-8/+220
* SERVER-30524 dateFromParts should expect "millisecond" instead of "milliseconds"Derick Rethans2017-08-081-28/+28
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-045-63/+60
* SERVER-30289 Ensure shell starts before getMore in change stream test.Charlie Swanson2017-08-042-66/+165
* Revert "SERVER-29140 Close cursor for invalidate change notification entries."Max Hirschhorn2017-08-031-78/+0
* SERVER-29140 Close cursor for invalidate change notification entries.Siyuan Zhou2017-08-031-0/+78
* SERVER-29131 Support resumeAfter option to control where to start returning n...Matthew Russotto2017-08-032-70/+225
* SERVER-30084 Validate that at least one shard is present when running collect...Bernard Gorman2017-08-021-0/+18
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-0/+377
* SERVER-29135 Add post-image lookup to $changeNotificationEddie Louie2017-08-012-93/+253
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-015-5/+53
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-015-53/+5
* Revert "SERVER-29135 Add post-image lookup to $changeNotification"Eddie Louie2017-08-012-253/+93
* SERVER-29135 Add post-image lookup to $changeNotificationCharlie Swanson2017-08-012-93/+253
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-015-5/+53
* SERVER-29284 Add support for UTC offsets to $dateFromStringDerick Rethans2017-07-301-0/+30