summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76826 Fix invariant failure for $merge with dollar fieldsRui Liu2023-05-111-0/+135
* SERVER-76850 Add failpoint to test spilling in set window fieldsGil Alon2023-05-081-224/+245
* SERVER-74787 Prepare jstest corpus for implicit strict modeMatt Broadstone2023-05-071-2/+2
* SERVER-76470 Restrict classic $lookup localField 0-prefixed numeric component...Matt Boros2023-05-011-70/+167
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-268-8/+8
* SERVER-75101 when localField contains numeric component it must not be pushed...Matt Boros2023-04-251-0/+163
* SERVER-75506 Cache $lookup inner query plans with single solutionMatt Boros2023-04-111-0/+67
* SERVER-52237: Enable feature flag for Approximate Median and Percentile Accum...Naama Bareket2023-04-032-1/+3
* SERVER-74356: Finalize syntax of $percentileNaama Bareket2023-03-312-28/+24
* SERVER-75510 increase memory limit in spill to disk $percentile testGil Alon2023-03-301-3/+3
* SERVER-75115 allow $percentile and $median window functions to spillGil Alon2023-03-301-38/+89
* SERVER-74559 add $percentile and $median as window functionsGil Alon2023-03-291-0/+129
* SERVER-25120 Exclude generated paths from pipeline dependenciesAlyssa Wagenmaker2023-03-271-5/+4
* SERVER-71636 Fix explain of $lookup when inner collection is shardedDavid Storch2023-03-231-1/+6
* SERVER-74837 Refactor $lookup join tests to not use magic globalsMatt Broadstone2023-03-154-86/+103
* SERVER-57932 Improve error message for $near in aggregation to suggest workar...Maddie Zechar2023-03-041-0/+13
* SERVER-71839 Add appear-once and custom position stage constraintsRomans Kasperovics2023-02-101-8/+20
* SERVER-72620 ensure shard added to $indexStats for unsharded collectionsTyler Brock2023-01-291-0/+3
* SERVER-71046 Record lookup+unwind pipeline stats when input is exhaustedAlyssa Wagenmaker2023-01-251-38/+78
* SERVER-73188 Rename test in partitions.jsTed Tuckman2023-01-231-27/+28
* SERVER-72405 re-enable unionWith_maxTimeMS test in telemetry passthroughMaddie Zechar2023-01-091-4/+0
* SERVER-71387 Add missing typecheck for range-based windowDavid Percy2023-01-061-0/+36
* SERVER-69920 Implement two phase protocol for updateOne and deleteOneJason Zhang2022-12-291-2/+3
* SERVER-71408 Create telemetry passthrough suiteJennifer Peshansky2022-12-281-0/+4
* SERVER-70042 Assign expected / actual semantics to assert.docEq() argumentsRomans Kasperovics2022-12-206-64/+76
* SERVER-71575 Fix $densify tests which were incorrectly passingBen Shteinfeld2022-12-082-21/+25
* SERVER-71572 Fix typo in window functions test over timeseries collectionNicholas Zolnierz2022-11-301-2/+2
* SERVER-70617 Allow use of SBE/column indexes for count queriesAlyssa Wagenmaker2022-11-181-18/+20
* SERVER-66954: Introduce a new build variant which enables CQFHana Pearlman2022-11-141-0/+2
* SERVER-60474 Change error message for $search without search enabledTed Tuckman2022-11-041-0/+30
* SERVER-67024 Re-enable NLJ for $lookup pushed down into SBEMihai Andrei2022-10-261-8/+2
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-133-10/+10
* SERVER-69672 Reenabled debug mode variantAlexander Neben2022-10-031-1/+1
* Revert "SERVER-69672 Disable remaining failing debug mode tests"Uladzimir Makouski2022-10-031-1/+1
* SERVER-69672 Disable remaining failing debug mode testsAlexander Neben2022-09-301-1/+1
* SERVER-63811 Add check to allow documents stage to run without a database exi...galon12022-09-201-2/+0
* SERVER-62071 Add useDisk call to preserve intermediate pipeline valuesgalon12022-09-131-7/+30
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-0/+36
* SERVER-65049 Optimize away { $expr : true } in $match clausesHenri Nikku2022-08-181-0/+89
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-08-162-4/+12
* SERVER-67584 Remove featureFlagLocfmadelineze2022-08-101-5/+0
* SERVER-67997 Validation of analyze parametersLynne Wang2022-08-101-0/+1
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-08-103-8/+9
* Revert "SERVER-61281 Use memoization for Document::getApproximateSize"Kyle Suarez2022-08-033-9/+8
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-07-283-8/+9
* SERVER-67284 Allow $fill 'partitionByFields' to partition by a dotted pathTed Tuckman2022-07-281-42/+120
* Revert "SERVER-66289 Update write size estimation logic in DocumentSourceWriter"Uladzimir Makouski2022-07-282-12/+4
* SERVER-66289 Update write size estimation logic in DocumentSourceWriterMihai Andrei2022-07-272-4/+12
* Revert "SERVER-65049 Optimize away { $expr : true } in $match clauses"Uladzimir Makouski2022-07-261-89/+0
* SERVER-65049 Optimize away { $expr : true } in $match clausesHenri Nikku2022-07-251-0/+89