summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43860 Always upsert exact source document for pipeline-insert $merger4.2.2-rc0Bernard Gorman2019-12-0314-127/+209
* SERVER-44617 $regexFind crash when one of the capture group doesn't match the...Arun Banala2019-11-281-5/+37
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-013-12/+12
* SERVER-41357 SERVER-41360 SERVER-43324 Add Mutex, BasicLockableAdaptor, and D...Ben Caimano2019-10-3111-23/+71
* SERVER-43151 DSGroup should record current spill file offset as std::streamposBernard Gorman2019-10-291-1/+1
* SERVER-43239 Fixed bug causing numCatchUpOps in repSetGetStatus to be incorrectSamyukta Lanka2019-10-161-4/+4
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-071-3/+5
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-042-30/+60
* SERVER-43350 $lookup with no local default or user-specified collation should...Bernard Gorman2019-10-022-3/+19
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-241-3/+1
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-09-133-9/+12
* SERVER-41758 Verify that at least 1 shard exists after hard-reload in aggrega...Bernard Gorman2019-09-132-12/+21
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-106-1/+32
* SERVER-40987 Output transaction information in curOp for coordinator workerLamont Nelson2019-09-102-3/+8
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-09-093-5/+41
* SERVER-42756 $multiply operator may return with or w/o an error depending on ...Anton Korshunov2019-08-261-2/+4
* SERVER-42491 Ensure DocumentSourceSort does not crash on searchScore or searc...r4.2.0-rc5Misha Ivkov2019-07-311-1/+1
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2692-1187/+744
* SERVER-42001 unset stage should accept single stringXin Hao Zhang2019-07-252-7/+17
* SERVER-42232 Adding a new shard renders all preceding resume tokens invalidBernard Gorman2019-07-191-3/+10
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-031-37/+14
* SERVER-40383 Handle week, day edge cases in timelib_date_from_isodateJustin Seyster2019-07-012-13/+66
* SERVER-41196 Integrate 'invalidate' tokens into change stream's standard resu...Bernard Gorman2019-06-296-49/+236
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-279-33/+18
* SERVER-41164 stop documents from leaking into unrelated changestreams when re...Davis Haupt2019-06-211-2/+14
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-201-31/+14
* SERVER-40832 Add accessor to 'expression' in DocumentSourceRedactArun Banala2019-06-201-0/+4
* SERVER-40830 Move 'ReplaceRootTransformation' to header fileArun Banala2019-06-202-63/+68
* SERVER-41701 [FLE] Add support for $bucket and $bucketAutoPawel Terlecki2019-06-192-0/+11
* SERVER-41237 Re-ban $graphLookup against a sharded collectionIan Boros2019-06-192-16/+16
* SERVER-40831 [FLE] Accessors for translation of $groupPawel Terlecki2019-06-144-3/+23
* SERVER-41404: [FLE] Accessors needed for $graphLookupPawel Terlecki2019-06-131-0/+20
* SERVER-41332 Fix incorrect getterJacob Evans2019-06-131-2/+2
* SERVER-41332 Add more getters to expression.hJacob Evans2019-06-131-0/+4
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-1216-1064/+1481
* SERVER-40869 Error when coercing out of bounds double to longTed Tuckman2019-06-112-2/+129
* SERVER-41294 shard filtering for $sbIan Boros2019-06-0721-11/+472
* SERVER-40828 Add getter for expressions on projection nodesTed Tuckman2019-06-074-0/+60
* SERVER-41487 Fix $merge mode whenNotMatched:fail to send updates to mongosAnton Korshunov2019-06-0710-177/+127
* SERVER-41473 Add ExpressionFieldPath accessor that removes "CURRENT..."Jacob Evans2019-06-061-0/+4
* SERVER-40939 [FLE] Changes to enable $lookupPawel Terlecki2019-05-314-42/+107
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-3027-1631/+964
* SERVER-41293 Metadata size is double counted in Document::getApproximateSize()Martin Neupauer2019-05-301-4/+6
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-2914-254/+701
* SERVER-40826 Add getters to projection nodesTed Tuckman2019-05-283-0/+12
* SERVER-40015 make $sb work shardedIan Boros2019-05-288-2/+47
* SERVER-41222 TransactionHistoryIterator should not yield PBWM lockJustin Seyster2019-05-242-2/+4
* SERVER-39397 Simplify Walker to remove reference parametersJacob Evans2019-05-242-53/+20
* SERVER-39397 Add setter to ExpressionConstantJacob Evans2019-05-241-0/+4
* SERVER-41115 Add $merge support for $$NOW and $$CLUSTER_TIMEBernard Gorman2019-05-243-18/+15