summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-76691 Initialize lastEOFVersion to non-zero in LocalCappedInsertNotifierMatthew Russotto2023-04-281-1/+1
* SERVER-74725 Avoid duplicate keydefs for sortPeter Volk2023-04-283-3/+38
* SERVER-76391 Remove *InMySnapshot functions on the index catalog interfaceHenrik Edin2023-04-281-8/+0
* SERVER-74061 Add support for $out to timeseries on secondaries and sharded cl...Gil Alon2023-04-271-0/+7
* SERVER-73142 Stub out timeseries arbitrary multi-updatesAlyssa Wagenmaker2023-04-273-18/+40
* SERVER-76367: Abstract request-specific shapifying logic into RequestShapifiersWill Buerger2023-04-2710-66/+727
* SERVER-75486: Support $firstN accumulator in sbeProjjal Chanda2023-04-276-18/+418
* SERVER-68151 Add a required feature flag IDL parameter of shouldBeFCVGatedHuayu Ouyang2023-04-271-0/+16
* SERVER-76544 [CQF] Fix for residual predicate selectivity estimationSvilen Mihaylov2023-04-276-19/+36
* SERVER-28889 Partial index shouldn't do fetch on conditions that are true by ...Milena Ivanova2023-04-271-0/+37
* Revert "SERVER-75486: Support accumulator $firstN in SBE"auto-revert-processor2023-04-276-418/+18
* SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnionDavid Percy2023-04-2715-188/+629
* SERVER-65267 Remove Feature Flag for PM-2719Shreyas Kalyan2023-04-273-18/+7
* SERVER-75156 separate queryShape from telemetryKey for find requestsMaddie Zechar2023-04-264-507/+555
* SERVER-76096 Remove TODO comment in CostAndCEInternalChi-I Huang2023-04-261-1/+0
* SERVER-75609 Graceful telemetry failures and error trackingAlyssa Wagenmaker2023-04-263-58/+48
* SERVER-70984 Remove now unused 'indexesAffected' flag from various structs in...Irina Yatsenko2023-04-261-6/+0
* SERVER-75486: Support accumulator $firstN in SBEProjjal Chanda2023-04-266-18/+418
* Revert "SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnion"auto-revert-processor2023-04-2615-607/+199
* SERVER-70202 move fcv initialization check into featureFlag::isEnabled()Jiawei Yang2023-04-251-2/+2
* SERVER-70407 [CQF] Document Memo, MemoIntegrator; remove dead codeDavid Percy2023-04-255-216/+150
* SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnionDavid Percy2023-04-2515-199/+607
* SERVER-74540: Handle top-level disjunction in SargableNode CEHana Pearlman2023-04-2511-184/+730
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-259-80/+107
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-2510-113/+123
* SERVER-76102: Fix handleRIDRangeScan to set hasCompatibleCollation when query...Hana Pearlman2023-04-241-20/+43
* SERVER-75667 Fix SBE's implementation of index consistency checksDrew Paroski2023-04-248-119/+123
* SERVER-73907 Ensure telemetry command succeeds after raising FCVTed Tuckman2023-04-241-2/+1
* SERVER-64882 Only generate DebugInfoSBE when plan is not from cacheMihai Andrei2023-04-242-7/+6
* Revert "SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnion"auto-revert-processor2023-04-2215-602/+196
* SERVER-75160 Target the correct shards for arbitrary multi deletes on a shard...Yoonsoo Kim2023-04-221-0/+17
* SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnionDavid Percy2023-04-2115-196/+602
* SERVER-76097 [CQF] Remove TODO comment about path decomposition phaseDavid Percy2023-04-211-2/+0
* SERVER-74555 Re-introduce majority commit point advancement notification mech...Denis Grebennicov2023-04-214-41/+106
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-211-1/+1
* SERVER-76189 Define let variables when parsing for telemetryCharlie Swanson2023-04-203-9/+86
* SERVER-75424 Push down timeseries metric predicateYoonsoo Kim2023-04-195-14/+56
* SERVER-74437 Implement spilling to disk in new classic SPOOL stageAlyssa Wagenmaker2023-04-192-0/+29
* SERVER-76168 Thread-through ScopedCollectionOrViewAcquisition on the update c...Jordi Serra Torrens2023-04-194-33/+50
* SERVER-62997 Start building everything with c++20Alexander Neben2023-04-181-1/+1
* SERVER-75138 Add shapification for DocumentSources which use IDL for serializ...Davis Haupt2023-04-181-2/+2
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-1814-35/+65
* SERVER-63346 Remove ClassicEngine char in PlanCacheKeyZixuan Zhuang2023-04-182-62/+0
* SERVER-68269 Remove minimum visible snapshot for indexesGregory Wlodarek2023-04-183-61/+0
* SERVER-76088 Fix sort and hint with $natural query shapeCharlie Swanson2023-04-147-29/+119
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-142-3/+3
* SERVER-75110 Support SerializationOptions in IDL generated serializersDavis Haupt2023-04-144-2/+225
* SERVER-75398 New query shape definition for find commandCharlie Swanson2023-04-138-204/+712
* SERVER-75752 Use stable collator interface pointer for ArraySet for $in equal...Ivan Fefer2023-04-1311-51/+57
* SERVER-74359 Tune t-digest settingsIrina Yatsenko2023-04-131-2/+6