summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-0615-55/+164
* SERVER-30925 DocumentSourceSort::getMergeSource() should fully initialize sourceTess Avitabile2017-09-051-0/+5
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-0124-187/+419
* SERVER-30907 Ban $changeStream on non replica set deploymentsCharlie Swanson2017-09-011-1/+4
* SERVER-30412 Ensure that aggregation splitpoints are not shared between shard...Bernard Gorman2017-09-015-14/+34
* SERVER-30438 Turn on OPLOG_REPLAY for the change notification query.Matthew Russotto2017-08-304-44/+67
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-291-1/+1
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-2/+2
* SERVER-30847 Start changeStreams at the lastAppliedOpTime not the lastDurable...Matthew Russotto2017-08-251-1/+1
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-254-45/+31
* SERVER-29961 Add OR BSON helper and use it for change streams.Siyuan Zhou2017-08-241-14/+11
* SERVER-29687 Don't include sock.h from options headerAndrew Morrow2017-08-232-0/+2
* SERVER-30579 Change resumeTokens to include collection UUID instead of namespaceMatthew Russotto2017-08-239-43/+119
* SERVER-29628 $listSessions aggregation stageSara Golemon2017-08-235-0/+200
* SERVER-29628 $listLocalSessions aggregation stageSara Golemon2017-08-237-0/+324
* SERVER-29504 Support resumeAfter behavior for shard serversMatthew Russotto2017-08-225-29/+351
* SERVER-30467 $_internalSchema{Min|Max}Length counts UTF-8 code points.Justin Seyster2017-08-181-20/+8
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-172-10/+13
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-0/+5
* 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