summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32085 $changeStream reports incorrect documentKey for unsharded collec...Bernard Gorman2017-12-063-2/+24
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-42/+20
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-20/+42
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-42/+20
* SERVER-31651 Extend geoNear command and agg stage to accept optional 'key' fi...David Storch2017-12-013-1/+66
* SERVER-32029 Only target primary shard for unsharded change stream.Charlie Swanson2017-11-271-0/+8
* SERVER-31978 Add invariant that changeStream pipeline sent from mongos to mon...David Storch2017-11-201-0/+16
* SERVER-31665 Use correct read concern/preference during update lookupCharlie Swanson2017-11-178-10/+28
* SERVER-32007 Avoid unnecessary intrusive_ptr<Expression> copies in time expre...David Storch2017-11-172-33/+37
* SERVER-32007 Make evaluation of time-related agg expressions thread safe.David Storch2017-11-171-1/+1
* SERVER-31962 Replace Variables::hasUserDefinedValue() with const val chkJames Wahlin2017-11-176-22/+50
* SERVER-31731 Test that mongos accepts a --timeZoneInfo parameter, and can cor...Bernard Gorman2017-11-161-2/+2
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-157-30/+78
* Revert "SERVER-31447 Use correct collation for update lookup"Max Hirschhorn2017-11-147-78/+30
* SERVER-31559 Merge GenericCursorManager into MongoProcessInterfaceBernard Gorman2017-11-146-6/+23
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-147-30/+78
* SERVER-30834 Make mongos reload the shard registry and re-establish changeStr...Matthew Russotto2017-11-143-34/+56
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-2/+2
* SERVER-31890 ExpressionFieldPath::optimize() should expand dotted field pathJames Wahlin2017-11-143-7/+90
* SERVER-31685 Sharded change streams can miss notificationsMatthew Russotto2017-11-133-9/+63
* SERVER-31763 $changeStream on sharded collections must always split on mongoS...Bernard Gorman2017-11-092-2/+14
* SERVER-31691 Change streams UUID mismatch uasserts with error code that cause...Bernard Gorman2017-11-071-1/+1
* SERVER-31356 update the following unit tests to not mutate OplogEntry after c...Benety Goh2017-11-071-51/+175
* SERVER-31842 Restrict $lookup nested sub-pipeline depthJames Wahlin2017-11-075-0/+34
* SERVER-31804 Disable $expr rewrite optimizationJames Wahlin2017-11-061-4/+3
* SERVER-31443 Add support for change streams with non-simple collations.Charlie Swanson2017-11-039-41/+131
* SERVER-31629 Support putting unique codes directly into Status constructorsMathias Stearn2017-11-021-2/+2
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-2/+2
* SERVER-31622 eliminate CloseChangeStreamExceptionMathias Stearn2017-11-023-57/+4
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-1/+4
* SERVER-31292: Make explain reflect optimizationsjannaerin2017-10-304-105/+322
* SERVER-31664 Fix use after free of OperationContext by ExpressionDate*James Wahlin2017-10-305-17/+31
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-31597 Refactor $changeStream post-update lookupBernard Gorman2017-10-265-29/+72
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-253-8/+8
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-201-1/+0
* SERVER-31346 Disallow 3.6 query features in views under FCV 3.4James Wahlin2017-10-201-0/+4
* SERVER-31192 Make Change Stream extract documentKey from insert op log entryNathan Myers2017-10-2010-11/+149
* SERVER-31434 Give Value and ValueStorage pointer alignmentMathias Stearn2017-10-161-2/+7
* SERVER-30449 Reimplement ProjectionSpecValidator::ensurePathDoesNotConflictOr...Bernard Gorman2017-10-113-17/+132
* SERVER-29609 Disable deadline while doing sharded postimage lookup for $chang...Matthew Russotto2017-10-111-1/+7
* SERVER-29609 Enable updateLookup for sharded change streams.Matthew Russotto2017-10-114-13/+15
* SERVER-30989 Add Expression rewrite to ExprMatchExpressionJames Wahlin2017-10-101-1/+2
* SERVER-31184 Make EnsureFCV a separate test utilitysamantharitter2017-10-102-39/+11
* SERVER-31416 Ban $changeStream from $lookup pipelinesBernard Gorman2017-10-103-5/+89
* SERVER-29137 Implement $changeStream whitelistBernard Gorman2017-10-109-28/+101
* SERVER-31442 $changeStream pipelines should inherit the collection default co...Bernard Gorman2017-10-101-1/+2
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-0925-79/+163
* SERVER-29716 Fix unittests for ARM (signed vs unsigned char)Matthew Russotto2017-10-091-2/+2
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-063-8/+7