summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-1348-212/+291
* SERVER-37283 Use stronger locks for system.viewsCharlie Swanson2019-02-111-1/+1
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-111-1/+1
* SERVER-39269 flag gate sharded $lookupIan Boros2019-02-073-2/+28
* SERVER-39209 DocumentStorage::clone() shouldn't allocate a buffer is source d...Mathias Stearn2019-02-072-20/+38
* SERVER-39394 Traverse $lookup subpipeline for more involved collectionsCharlie Swanson2019-02-061-0/+5
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-068-8/+8
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-2/+1
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-02-0210-18/+229
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-012-3/+3
* SERVER-39065 Delete withCursorManager() and visitAllCursorManagers().David Storch2019-01-311-1/+1
* SERVER-32666 Allow $graphLookup against a sharded collection to execute on mo...Martin Neupauer2019-01-302-9/+8
* SERVER-38728 allow pipeline with lookup stage on sharded collection to run on...Ian Boros2019-01-2910-515/+707
* SERVER-39166 $graphLookup should force a pipeline to split in sharded clusterMartin Neupauer2019-01-291-1/+9
* SERVER-38412 Allow resuming from a high-water-mark pseudo resume tokenBernard Gorman2019-01-248-90/+160
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-233-33/+3
* SERVER-38812 Merge RefCountable improvements for Futures back to common imple...Mathias Stearn2019-01-236-27/+28
* SERVER-38038 mongo shell should support all ErrorExtraInfo codesMathias Stearn2019-01-232-4/+2
* SERVER-38754 Make speculative majority change stream reads wait on optimized ...William Schultz2019-01-232-0/+15
* SERVER-39109 fix case where agg uses illegal field pathIan Boros2019-01-231-5/+16
* SERVER-38688 Abandon $lookup cache when not localJames Wahlin2019-01-222-1/+12
* SERVER-38716 fix $geoNear and $text within $lookup sub-pipelineBrigitte Lamarche2019-01-173-3/+16
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-1646-264/+199
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-1646-199/+264
* SERVER-38577 Implement internal match expression which matches a particular B...vrachev2019-01-141-0/+1
* SERVER-38933 currentOp is not resilient to drop shardMartin Neupauer2019-01-141-0/+3
* SERVER-38810 Simplify correct usage of locking in Session/SessionCatalog.Andy Schwerin2019-01-101-8/+8
* SERVER-38413 Always set an initial postBatchResumeToken on mongoDBernard Gorman2019-01-093-1/+13
* SERVER-38410 Allow ARM to consume postBatchResumeTokenBernard Gorman2019-01-0912-22/+166
* SERVER-37947 Fail gracefully when explain is used in transactionsJacob Evans2019-01-083-23/+112
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-074-4/+4
* SERVER-36644 re-enable -Wclass-memaccess warning (w/AtomicWord refactor)Billy Donahue2019-01-043-45/+44
* SERVER-38362 Prevent $out stage within $lookupBrigitte Lamarche2019-01-032-12/+13
* SERVER-32930 Add trigonometric expressions to aggregationPatrick Meredith2018-12-225-2/+1909
* SERVER-38408 rename UUID::nil() to UUID::makeDefaultForChangeStream()Benety Goh2018-12-222-4/+6
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-226-7/+42
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-219-10/+44
* SERVER-37716 Implement internal match expression which matches a particular B...vrachev2018-12-211-20/+12
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-4/+3
* SERVER-38661 Don't allow read commands to change global read timestamp for sh...Jack Mulrow2018-12-201-5/+0
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-1/+1
* SERVER-37499 fix lint (stdx)Benety Goh2018-12-191-1/+1
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-192-2/+2
* SERVER-37499 fix lintBenety Goh2018-12-191-10/+9
* SERVER-37499 prevent deadlock within Exchange during transactionIan Boros2018-12-193-25/+217
* SERVER-38684 unshim CollectionBenety Goh2018-12-182-14/+16
* SERVER-33683 Prevent deadlock in aggregate with transactionsIan Boros2018-12-175-1/+54
* SERVER-31755 Create intermediate $lookup stage document size limit knobBrigitte Lamarche2018-12-141-4/+6
* SERVER-32308 Address ASAN failure due to leaked Pipeline in attachCursorSourc...James Wahlin2018-12-146-19/+29
* SERVER-32308 remove unused variableBenety Goh2018-12-121-1/+1