summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-1641-380/+425
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-1/+1
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-30580 No more status locationsMathias Stearn2017-08-166-122/+100
* SERVER-30512 Omit fullDocument in change stream if it's null unless updateLoo...Siyuan Zhou2017-08-153-14/+7
* SERVER-30512 Ensure all changeStreams field names match the specSiyuan Zhou2017-08-157-53/+84
* SERVER-29144 Filter out shard balancing from change streamNathan Myers2017-08-152-4/+48
* SERVER-30424 Remove opCtx/serviceContext null checks from db.cpp since Servic...Kaloian Manassiev2017-08-141-1/+0
* SERVER-29586: Create a $_internalSchemaAllElemMatchFromIndex MatchExpressionAnne Lim2017-08-102-0/+4
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-097-20/+83
* SERVER-29140 Close cursor for invalidate change notification entries.Siyuan Zhou2017-08-094-19/+181
* SERVER-30380 $lookup 'let' variables available to all sub-pipelinesJames Wahlin2017-08-083-1/+38
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-0830-30/+304
* SERVER-30034 create a $_internalSchemaMatchArrayIndex match expressionKyle Suarez2017-08-082-0/+6
* SERVER-30524 dateFromParts should expect "millisecond" instead of "milliseconds"Derick Rethans2017-08-083-22/+21
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-0416-203/+193
* SERVER-30175: Extend the JSON Schema parser to handle multipleOf keywordAnne Lim2017-08-042-0/+3
* Revert "SERVER-29140 Close cursor for invalidate change notification entries."Max Hirschhorn2017-08-033-189/+27
* SERVER-29140 Close cursor for invalidate change notification entries.Siyuan Zhou2017-08-033-27/+189
* SERVER-29131 Support resumeAfter option to control where to start returning n...Matthew Russotto2017-08-0313-53/+718
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-0213-22/+144
* SERVER-29135 Add post-image lookup to $changeNotificationEddie Louie2017-08-0123-158/+916
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-0127-163/+282
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-0127-282/+163
* Revert "SERVER-29135 Add post-image lookup to $changeNotification"Eddie Louie2017-08-0123-916/+158
* SERVER-29135 Add post-image lookup to $changeNotificationCharlie Swanson2017-08-0123-158/+916
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-0127-163/+282
* SERVER-29284 Add support for UTC offsets to $dateFromStringDerick Rethans2017-07-301-0/+44
* SERVER-30174 Add a check for interrupts.Martin Neupauer2017-07-284-0/+8
* SERVER-30246 Error if $changeNotification is sent to mongos.Charlie Swanson2017-07-261-3/+7
* SERVER-30118 DSMergeCursors only return connections to pool if in clean stateMathias Stearn2017-07-261-3/+5
* SERVER-28509 Make DBClient use write commandsMathias Stearn2017-07-261-1/+3
* SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn2017-07-261-2/+2
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-2518-40/+268
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-2112-140/+442
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-211-30/+32
* SERVER-29209 Add timezone support to $dateFromStringDerick Rethans2017-07-213-9/+126
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-202-19/+0
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-192-0/+19
* SERVER-29128 Fix performance regression on awaitData with lastKnownCommittedO...Matthew Russotto2017-07-175-7/+33
* Revert "SERVER-29128 Make $changeNotification stage return a tailable, awaitD...Matthew Russotto2017-07-145-33/+7
* SERVER-29581 Create $_internalSchemaMinLength and $_internalSchemaMaxLength M...Natalia Jacobowitz2017-07-143-0/+26
* SERVER-29208 Add the $dateFromString aggregation operatorDerick Rethans2017-07-133-1/+133
* SERVER-28610 Added timezone support (and %z and %Z) to $dateToStringDerick Rethans2017-07-123-7/+123
* Revert "SERVER-29208 Add the $dateFromString aggregation operator"Dan Pasette2017-07-113-131/+0
* SERVER-29585: Create a $_internalSchemaObjectMatch MatchExpressionNick Zolnierz2017-07-111-0/+1
* SERVER-29128 Make $changeNotification stage return a tailable, awaitData curs...Matthew Russotto2017-07-115-7/+33
* SERVER-29208 Add the $dateFromString aggregation operatorDerick Rethans2017-07-113-0/+131
* SERVER-30079 Reject empty object as date expression argumentCharlie Swanson2017-07-102-1/+15