summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-0464-326/+398
* SERVER-69008 Retain CappedCollection Sizes as IntsMatt Kneiser2023-02-042-3/+3
* SERVER-67412 Removed support for parsing '$v:1' oplog entries in change streamsMohammad Dashti2023-02-047-134/+178
* Revert "SERVER-73407 Collect telemetry on mongos for find and agg"Sviatlana Zuiko2023-02-044-165/+1
* SERVER-72512 Ensure validate surfaces index key inconsistencies if they existDan Larkin-York2023-02-042-80/+127
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-04106-852/+1065
* SERVER-62304 Platform Support: Add support for Amazon Linux 2022winstonzmdb2023-02-044-0/+175
* SERVER-72459 Remove unused KeyString builder from WiredTigerIndexCursorBaseGeert Bosch2023-02-041-4/+1
* SERVER-71201 Prevent operations on the recipient while the movePrimary is in ...Antonio Fuschetto2023-02-0418-63/+511
* SERVER-73110 Each shard should check extended-range for timeseries sortingDavid Percy2023-02-048-19/+105
* SERVER-73422 Fold the analyzeShardKey monotonicity metrics into one top-level...Cheahuychou Mao2023-02-034-43/+46
* SERVER-70427 Remove Chef+Kitchen package test infrastructureRyan Egesdahl2023-02-039-721/+0
* SERVER-73529 Refactor and expose performTimeseriesWrite to header fileGil Alon2023-02-035-1142/+1145
* SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan2023-02-0329-153/+134
* SERVER-73590 Fix size_t and boost::optional<size_t> comparison in a unit testRomans Kasperovics2023-02-033-10/+10
* SERVER-71441 Document UninterruptibleLockGuard usageAdityavardhan Agrawal2023-02-031-25/+0
* SERVER-73584 Only run auth testing on search index commands if the enterprise...Dianna Hohensee2023-02-031-0/+16
* SERVER-72784 [CQF] Update representation of compound index boundsSvilen Mihaylov2023-02-0318-333/+477
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-03106-1065/+852
* SERVER-73523 Rephrase establish cursors unittest to remove dependency on fail...George Wangensteen2023-02-032-40/+16
* SERVER-72216 Persist the decision to disk for shard merge recipientDidier Nadeau2023-02-0312-80/+629
* SERVER-72465: Support CWI in validateNumericPathComponents functionAlexander Ignatyev2023-02-032-3/+35
* SERVER-70905 oplog application handles large batched writesBenety Goh2023-02-032-36/+56
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-0347-663/+661
* SERVER-73427 Increase the precision of analyzeShardKey percentage metricsCheahuychou Mao2023-02-034-12/+18
* SERVER-70644 Reduce frequency of CSI sys-perf build variantSteve Tarzia2023-02-031-2/+1
* SERVER-73534 Fix crash in serialization of SBE ArraySet to KeyStringDavid Storch2023-02-032-1/+13
* SERVER-73407 Collect telemetry on mongos for find and aggDavis Haupt2023-02-034-1/+165
* SERVER-73568 fix integer overflow in sharded find when maxTimeMS > 2MSteve Tarzia2023-02-031-1/+2
* SERVER-73559 Remove opCtx from transaction chain of commitMovePrimary()Paolo Polato2023-02-031-3/+3
* SERVER-73128 Create auto-merge settings (globally enable/disable)Pierlauro Sciarelli2023-02-037-9/+212
* SERVER-73481 Ensure validate detects out-of-order keys with {full: false}Gregory Wlodarek2023-02-034-9/+47
* SERVER-73541 Use dynamic import when loading parallel tester testsMatt Broadstone2023-02-034-14/+20
* SERVER-69573 Use an idl to generate the oplog entries for the sharding index ...Marcos José Grillo Ramirez2023-02-0322-252/+439
* SERVER-73429 [CQF] Builder for physical plansSvilen Mihaylov2023-02-038-404/+446
* SERVER-73565 Handle comparison with Nothing values in ABT::ConstantAlberto Massari2023-02-032-0/+12
* SERVER-73511 Reuse the code of making new bucket documents for writes to repa...Yuhong Zhang2023-02-039-62/+289
* SERVER-73074 Add splitMatchExpressionBy test cases for $jsonSchema.required e...Yoonsoo Kim2023-02-031-0/+76
* SERVER-72809 Add FLE test coverage for NTDImathisbessamdb2023-02-037-53/+151
* SERVER-73558 Put the analyzeShardKey IDL structs in analyze_shard_key namespaceCheahuychou Mao2023-02-039-6/+16
* SERVER-71796 [CQF] Make union cost commutativeSvilen Mihaylov2023-02-032-12/+95
* SERVER-71825 Add splitChangeEvent function and new 'fragmentNum' ResumeToken ...Romans Kasperovics2023-02-037-3/+423
* SERVER-70016 Remove non-current disabled versions in package testsRyan Egesdahl2023-02-031-2/+2
* SERVER-72807 Add nanCountMisha Tyulenev2023-02-0312-29/+6615
* SERVER-73176: Only print actual error message in getHostFQDNsAdi Zaimi2023-02-031-2/+4
* SERVER-68759 Make analyzeShardKey command calculate metrics about the shard k...Cheahuychou Mao2023-02-038-56/+509
* SERVER-73138 Support IDL Variants of Multiple Structsseanzimm2023-02-0313-50/+416
* SERVER-73506 Make mongod shut down the QueryAnalysisSampler on shutdownCheahuychou Mao2023-02-031-1/+5
* SERVER-73514 Use globalThis for globals in javascript std librariesMatt Broadstone2023-02-039-110/+110
* SERVER-73341 Make tenant access blocker work with random stringDidier Nadeau2023-02-039-39/+110