summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69917 Implement _clusterWriteWithoutShardKey commandSanika Phanse2022-10-182-10/+92
* SERVER-69899 Dynamically size time series buckets based on workload and WT ca...Faustoleyva542022-10-186-21/+111
* SERVER-68791: Allow for getting a stack trace object that can later be printe...Daniel Gottlieb2022-10-184-51/+91
* SERVER-69885 Added support `$in` in `generatePerColumnFilterExpr()`Mohammad Dashti2022-10-189-30/+176
* SERVER-70470 [CQF] Modularize core optimizerSvilen Mihaylov2022-10-1864-1182/+1965
* SERVER-67599 Allow collMod to set bucketMaxSpanSeconds and bucketRoundingSecondsAdrian Gonzalez2022-10-184-50/+146
* SERVER-70088 Unit testing of CE with generated mixed type histogramsMilena Ivanova2022-10-1812-66/+668
* SERVER-69914 Track document IDs for time series deletions without recording p...Dan Larkin-York2022-10-185-10/+124
* SERVER-68647 create feature flag for pm-3014Andrew Witten2022-10-181-0/+4
* SERVER-70570 Require exactly three recipient nodes for shard splitMatt Broadstone2022-10-181-2/+2
* SERVER-69984 skip marking external kills as garbage collectable if they alrea...mathisbessamdb2022-10-183-2/+66
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-1817-62/+59
* SERVER-67018 Expose nodeCEMap to explainMatt Boros2022-10-185-103/+220
* SERVER-70228 Initialize unused pointer field in TimeZoneRui Liu2022-10-181-1/+1
* SERVER-70370 Remove TODO disallowing default AdmissionContext::Priority::kNormalHaley Connelly2022-10-181-1/+0
* SERVER-68550 Change applyOps command path to use DatabaseNameDidier Nadeau2022-10-186-51/+52
* SERVER-66776 Clean up index builds for errors during setupYuhong Zhang2022-10-183-9/+46
* SERVER-66776 Make ReplIndexBuildState::tryAbort() a no-op if a concurrent ope...Yuhong Zhang2022-10-181-0/+4
* SERVER-70657 Update NOMAS feature flags version to 6.0Pierlauro Sciarelli2022-10-181-2/+2
* SERVER-70650 Temporarily disable wiredtiger logging testsWill Korteland2022-10-182-0/+8
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...jannaerin2022-10-1716-209/+690
* SERVER-70352 Create statistics cache at the startupMisha Tyulenev2022-10-1717-57/+219
* SERVER-68709 Added comprehensive test cases for hedged reads with mock implem...Alex Li2022-10-171-278/+339
* SERVER-67406 Ensure we don't remove user $fields when removing metadataJoel Redman2022-10-172-2/+61
* SERVER-65558 Enable Feature flag for PM-2849Pierlauro Sciarelli2022-10-1718-114/+248
* SERVER-65980: Implement compact(), share isEmpty()Colin Stolley2022-10-177-141/+184
* SERVER-69091 Handle invalid TTL expireAfterSeconds values uniformlyMatthew Saltz2022-10-1712-94/+150
* SERVER-68755 Implement ChunkManagerTargeter outputting chunk rangesIsrael Hsu2022-10-1711-131/+662
* SERVER-70036 Deprioritise range deletion when overloadedJordi Olivares Provencio2022-10-171-0/+3
* SERVER-70434 Decrease verbosity for `balancing_based_on_size.js`Silvia Surroca2022-10-171-6/+0
* SERVER-70391 Reduce line skipping of low priority operationsJordi Olivares Provencio2022-10-174-36/+216
* SERVER-70509 [SBE] Pass input/output slots to UnionStage/SortedMergeStage in ...Drew Paroski2022-10-172-47/+77
* SERVER-70137 Feature flag admission priority in curOpJordi Olivares Provencio2022-10-172-2/+8
* SERVER-70504 Handle transform updates in performAtomicTimeseriesWritesDan Larkin-York2022-10-173-6/+140
* SERVER-70595 Fix error checks in enableShardingPaolo Polato2022-10-171-17/+27
* SERVER-68927 Store placement changes into config.placementHistory when a shar...Paolo Polato2022-10-173-25/+101
* Import wiredtiger: 11db7cabac9c7f147ddad9a3a30a5eac2cd0487f from branch mongo...Clarisse Cheah2022-10-1768-158/+191
* Import wiredtiger: 2fce34ed092977c670a4e7682c5574b4e269e231 from branch mongo...Clarisse Cheah2022-10-172-6/+8
* Import wiredtiger: 2426972d3aac50b2c94ef25a90af3d2d1021360a from branch mongo...Clarisse Cheah2022-10-1768-190/+157
* Import wiredtiger: eb9ed56c4f703dae010c23cb362ac46483b78e45 from branch mongo...Clarisse Cheah2022-10-1768-157/+190
* Import wiredtiger: 8109d394179d580ec66763becdf2d7eea7405d13 from branch mongo...Clarisse Cheah2022-10-176-18/+6
* Import wiredtiger: f0393bc13fd194ccc8347e066d278849a8aed128 from branch mongo...Clarisse Cheah2022-10-176-6/+18
* Import wiredtiger: 8f93dcc74fe53f062bd77fbf0e9a0ce9aa03af1d from branch mongo...Clarisse Cheah2022-10-174-9/+4
* Import wiredtiger: d69ee179611d881d06d0469480985992a7f186a2 from branch mongo...Clarisse Cheah2022-10-1710-96/+83
* Import wiredtiger: 994ff9d67aec692c6add208035d7d8691b271e6f from branch mongo...Clarisse Cheah2022-10-172-13/+13
* Import wiredtiger: 91d645f95bf454168c6d15d0940f18a328e1c7bf from branch mongo...Clarisse Cheah2022-10-178-161/+553
* Import wiredtiger: 3098d774bca59302b7f9ac672b839343f5795821 from branch mongo...Clarisse Cheah2022-10-172-6/+4
* Revert "SERVER-62395 Use tid field to create namespace on non-txn commands du...auto-revert-processor2022-10-1516-672/+209
* SERVER-53594 Add frozen indexes to total index counts and subtract from in pr...Shin Yee Tan2022-10-142-2/+2
* SERVER-70313: Break from column store index iteration once row store fallback...Will Buerger2022-10-141-14/+12