summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources/graphLookup
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-25137 Ensure $graphLookup succeeds on non-existent collectionsCharlie Swanson2016-10-251-0/+35
|
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-3/+17
| | | | | | This provides a way to do pre-parse validity checks. Full parsing of the Pipeline must be done under the collection lock, when the collation is known.
* SERVER-24769 Add support for $lookup and $graphLookup on a view.Max Hirschhorn2016-08-101-14/+0
|
* SERVER-25139 make $graphLookup's cache collation-awareDavid Storch2016-08-101-0/+136
| | | | | | | Ensures that comparisons made during graph traversal respect the collation. Deduplication using _id, however, does not use the collation, in order to ensure that node identity is preserved.
* SERVER-24714 graphLookup now accepts the restrictSearchWithMatch option.Benjamin Murphy2016-07-052-19/+182
| | | | | | Closes #1098 Signed-off-by: David Storch <david.storch@10gen.com>
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-286-172/+183
|
* SERVER-23725 Aggregation now supports the graphLookup stage.David Storch2016-05-046-0/+693
| | | | This commit is identical to a1253a94b82e65780d3aa3c4ddf92db02ec0b9d1.
* Revert "SERVER-23725 Aggregation now supports the graphLookup stage."Max Hirschhorn2016-04-306-693/+0
| | | | This reverts commit a1253a94b82e65780d3aa3c4ddf92db02ec0b9d1.
* SERVER-23725 Aggregation now supports the graphLookup stage.Benjamin Murphy2016-04-296-0/+693