summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30246 Error if $changeNotification is sent to mongos.Charlie Swanson2017-07-262-2/+33
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-211-0/+32
* SERVER-29284 Add support for using "+04:00" and similar as time zone specifierDerick Rethans2017-07-211-0/+164
* SERVER-29209 Add timezone support to $dateFromStringDerick Rethans2017-07-211-1/+217
* SERVER-28752 Remove methods specific to WriteCommandBase from BatchedCommandR...Kaloian Manassiev2017-07-191-3/+1
* SERVER-29128 Fix performance regression on awaitData with lastKnownCommittedO...Matthew Russotto2017-07-171-5/+153
* Revert "SERVER-29128 Make $changeNotification stage return a tailable, awaitD...Matthew Russotto2017-07-141-153/+5
* SERVER-29208 Add the $dateFromString aggregation operatorDerick Rethans2017-07-131-0/+236
* SERVER-28610 Added timezone support (and %z and %Z) to $dateToStringDerick Rethans2017-07-121-0/+171
* Revert "SERVER-29208 Add the $dateFromString aggregation operator"Dan Pasette2017-07-111-236/+0
* SERVER-29128 Follow up: Rename changeNotification.js to change_notification.js.Matthew Russotto2017-07-111-0/+0
* SERVER-29128 Make $changeNotification stage return a tailable, awaitData curs...Matthew Russotto2017-07-111-5/+153
* SERVER-29208 Add the $dateFromString aggregation operatorDerick Rethans2017-07-111-0/+236
* ERVER-28611 Add timezone argument for date expressionsCharlie Swanson2017-07-073-26/+85
* SERVER-29130 Make $changeNotification stage return entries in the proper formatSiyuan Zhou2017-07-051-25/+80
* SERVER-29371 Check auth for nested $lookup pipelinesJames Wahlin2017-06-301-4/+5
* SERVER-28613: Add $dateToParts and $dateFromParts aggregation framework opera...Derick Rethans2017-06-292-0/+1027
* SERVER-29618 fix serialization of geo match expressionsKyle Suarez2017-06-271-0/+101
* SERVER-28978 Fix presplit behaviour in shard_host_info.js testBernard Gorman2017-06-261-8/+7
* SERVER-29647 Fix $match swapping to avoid moving before $sort-$limit.David Storch2017-06-231-0/+20
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-1/+1
* SERVER-28978 Add hostname to $collStats output, and include shard name when r...Bernard Gorman2017-06-231-0/+57
* SERVER-29371 Add support for lite parse of namespace in nested $lookupJames Wahlin2017-06-221-5/+107
* SERVER-29676 arrayToObject should not error out on explicit value of null or ...Wan Bachtiar2017-06-221-27/+41
* SERVER-29695 change oplog entry timestamp logging from wc to wallMisha Tyulenev2017-06-201-1/+1
* SERVER-29620 Add shorthand syntax for retrieving the record count for a colle...Nick Zolnierz2017-06-161-0/+65
* Revert "SERVER-29620 Add shorthand syntax for retrieving the record count for...Justin Seyster2017-06-151-65/+0