| .. |
|
accumulators
|
SERVER-48390 Exhaust pending calls when $group with $accumulator runs out of memory
|
2020-09-11 08:37:43 +00:00 |
|
bugs
|
SERVER-66418 fix bug in projection created during dependency analysis
|
2022-06-23 22:31:56 +00:00 |
|
data
|
SERVER-22468 Format JS code with approved style in jstests/
|
2016-03-09 12:18:14 -05:00 |
|
expressions
|
SERVER-82815 Implement expression $_internalKeyStringValue
|
2024-01-16 12:22:50 +00:00 |
|
extras
|
SERVER-49469 Fix union inner pipeline explain
|
2020-09-11 18:13:20 +00:00 |
|
sources
|
SERVER-72620 ensure shard added to $indexStats for unsharded collections
|
2023-01-30 17:21:36 +00:00 |
|
stages
|
SERVER-41772 Apply clang-format 7.0.1 to the codebase
|
2019-07-27 11:02:23 -04:00 |
|
variables
|
SERVER-60520 Allow $searchMeta by default
|
2021-10-09 01:42:22 +00:00 |
|
dbref.js
|
SERVER-46077 Create aggregation_secondary_reads passthrough
|
2020-03-11 14:21:42 +00:00 |
|
documents.js
|
SERVER-60520 Allow $searchMeta by default
|
2021-10-09 01:42:22 +00:00 |
|
double_optimize.js
|
SERVER-45284 Temporarily workaround SERVER-44258 to stop build failures
|
2019-12-21 14:31:56 +00:00 |
|
explain.js
|
SERVER-38691 Include serverInfo in explain output for aggregation and sharding
|
2019-11-04 17:32:44 +00:00 |
|
explain_limit.js
|
SERVER-43294 Add new aggregation suite to be run with pipeline optimization turned off
|
2019-11-05 11:22:02 +00:00 |
|
explain_per_stage_exec_stats.js
|
SERVER-21784 Track 'nReturned' and 'executionTimeMillis' execution stats for each aggregation pipeline stage and expose via explain
|
2019-12-02 19:49:47 +00:00 |
|
explain_writing_aggs.js
|
SERVER-46110 Expose $out functionality
|
2020-02-28 17:57:51 +00:00 |
|
group_conversion_to_distinct_scan.js
|
SERVER-40090 DISTINCT_SCAN is only used when certain format of $group _id is specified
|
2021-01-06 17:02:25 +00:00 |
|
illegal_reference_in_match.js
|
SERVER-41772 Apply clang-format 7.0.1 to the codebase
|
2019-07-27 11:02:23 -04:00 |
|
lookup_let_optimization.js
|
SERVER-63141 Ensure stages without dependency tracking are not cached in $lookup
|
2022-02-15 15:55:47 +00:00 |
|
match_swapping_renamed_fields.js
|
SERVER-43294 Add new aggregation suite to be run with pipeline optimization turned off
|
2019-11-05 11:22:02 +00:00 |
|
max_subpipeline_depth.js
|
SERVER-45465 Add support for storing $unionWith in a view (unsharded)
|
2020-02-13 03:13:43 +00:00 |
|
mongos_merge.js
|
SERVER-33966 Removed Redundant Sort
|
2020-10-23 21:36:32 +00:00 |
|
mongos_slaveok.js
|
SERVER-46077 Create aggregation_secondary_reads passthrough
|
2020-03-11 14:21:42 +00:00 |
|
no_output_to_system.js
|
SERVER-43287 Prevent from outputting to system collections
|
2019-10-21 13:56:39 +00:00 |
|
optimize_away_pipeline.js
|
SERVER-46077 Create aggregation_secondary_reads passthrough
|
2020-03-11 14:21:42 +00:00 |
|
pipeline_pass_through_from_mongos.js
|
SERVER-46077 Create aggregation_secondary_reads passthrough
|
2020-03-11 14:21:42 +00:00 |
|
range.js
|
SERVER-59613 $range expression should error if it exceeds memory limit
|
2021-10-20 22:40:53 +00:00 |
|
shard_targeting.js
|
SERVER-46077 Create aggregation_secondary_reads passthrough
|
2020-03-11 14:21:42 +00:00 |
|
sharded_agg_cleanup_on_error.js
|
SERVER-46255 Use killOperations to cleanup dangling remote requests
|
2020-05-06 14:38:38 +00:00 |
|
single_stage_alias_error.js
|
SERVER-48890: allow addFields to take empty document as no-op
|
2021-05-27 16:37:46 +00:00 |
|
sort_key_with_missing_fields.js
|
SERVER-42565 Agg and find commands sort missing fields differently
|
2019-10-28 22:57:03 +00:00 |
|
spill_to_disk.js
|
SERVER-46077 Create aggregation_secondary_reads passthrough
|
2020-03-11 14:21:42 +00:00 |
|
split_match_and_swap_with_sort.js
|
SERVER-46233 Relocate second call to optimizePipeline()
|
2020-04-06 23:54:48 +00:00 |
|
testSlave.js
|
SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.
|
2019-03-11 18:17:29 -04:00 |
|
testall.js
|
SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked()
|
2019-08-14 13:52:59 +00:00 |
|
testutils.js
|
SERVER-41772 Apply clang-format 7.0.1 to the codebase
|
2019-07-27 11:02:23 -04:00 |
|
unwind.js
|
SERVER-23971 Clang-Format code
|
2016-05-28 17:55:12 -04:00 |
|
use_query_project_and_sort.js
|
SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAST in DocumentSourceProject
|
2019-11-13 15:35:46 +00:00 |
|
use_query_projection.js
|
SERVER-42905 Push down user-specified projections to PlanStage layer if possible
|
2019-10-31 15:46:48 +00:00 |
|
use_query_sort.js
|
SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.
|
2019-12-18 03:28:25 +00:00 |
|
view_resolution_namespace_collision.js
|
SERVER-51886 Fix typo in jstest
|
2020-12-16 19:29:35 +00:00 |