summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-73876 Update db-contrib-tool version that supports python 3.7Mikhail Shchatko2023-02-101-1/+1
|
* SERVER-72489 Config server always has shardIdentity and uses ↵Jack Mulrow2023-02-1024-80/+257
| | | | ShardServerCatalogCacheLoader
* SERVER-71968 Make MONGO_SOURCE_LOCATION static constexpr in tassertIvan Fefer2023-02-101-7/+8
|
* SERVER-71910 shrink Session's SSL interfaceMatt Diener2023-02-109-47/+25
|
* SERVER-73598 Extend FLEQueryInterface to test if a document exists by idMark Benvenuto2023-02-102-12/+19
|
* SERVER-72825 [master] Remove Outdated/Duplicate Entries for Multiversion Testsjames-hippler2023-02-101-24/+24
|
* SERVER-73636 Fix poor allocation pattern in validation reportingDan Larkin-York2023-02-101-1/+13
|
* SERVER-70994 Make analyzeShardKey command return the value and frequency of ↵Cheahuychou Mao2023-02-109-335/+400
| | | | most common shard key values
* SERVER-73857 disable split-dwarf when gdb-index is enabled.Daniel Moody2023-02-101-5/+9
|
* SERVER-73874 clean up geo_small_large.jsBenety Goh2023-02-101-42/+46
|
* SERVER-73858 add js test for geo 2d index options conflict during initial syncBenety Goh2023-02-101-0/+101
|
* SERVER-73874 clean up initial_sync_index_conflict.jsBenety Goh2023-02-101-16/+4
|
* SERVER-71308 Enable featureFlag for resilient movePrimaryAntonio Fuschetto2023-02-104-8/+4
|
* SERVER-73137 Make TransactionResources::recoveryUnitState optionalJordi Serra Torrens2023-02-101-3/+7
|
* SERVER-68434 Fix plan cache key encoding to account for $or in partial index ↵Nicholas Zolnierz2023-02-1010-127/+495
| | | | expression
* SERVER-72838 Prevent concurrent direct writes from unsetting ↵Faustoleyva542023-02-105-12/+73
| | | | kPendingDirectWrite flag
* SERVER-57123 Reduce number of fillEmpty false in sbe_stage_builder_filter.cppIvan Fefer2023-02-101-40/+39
|
* SERVER-70032 Report CPU time in slow query logs and profiler as cpuNanosLouis Williams2023-02-1040-134/+370
|
* SERVER-72787: Implement sub-batching logic for bulkWriteLingzhi Deng2023-02-108-127/+596
|
* SERVER-70995 Make analyzeShardKey return the average document sizeCheahuychou Mao2023-02-105-76/+180
|
* SERVER-73045 Preserve the original filter in the write phase for ↵Jason Zhang2023-02-106-74/+181
| | | | updateOne/deleteOne/findAndModify without shard key
* SERVER-71734 Removed uninterruptable lock guard from simplecpplintAlexander Neben2023-02-101-12/+0
|
* SERVER-71839 Add appear-once and custom position stage constraintsRomans Kasperovics2023-02-1010-46/+83
|
* SERVER-71019 add ReplicationCoordinator::isRetryableWrite()Benety Goh2023-02-1010-19/+36
|
* SERVER-73697 Do not split out match expression on meta field when it's not ↵Yoonsoo Kim2023-02-105-98/+137
| | | | renameable
* SERVER-38232 Add RuntimeDirectory to mongod.serviceRyan Egesdahl2023-02-102-0/+5
|
* SERVER-73102 [CQF] Simplify explain for evaluation of simple constantsSvilen Mihaylov2023-02-1014-259/+124
|
* SERVER-73847 large batched writes rollback test provides nodeOptions to fixtureBenety Goh2023-02-101-28/+14
|
* SERVER-73535 Add support for $jsonSchema scalar fields in ↵Yoonsoo Kim2023-02-103-19/+225
| | | | splitMatchExpressionBy()
* SERVER-70642: Add ticket acquisition skip for node step upseanzimm2023-02-103-4/+7
|
* SERVER-73830 Handle buckets pending direct writes when retrieving alternate ↵Yuhong Zhang2023-02-101-9/+9
| | | | buckets
* SERVER-72774 Prevent a node in quiesce mode to win election.Wenbin Zhu2023-02-105-4/+85
|
* SERVER-73825 added ninja builders to requiredDaniel Moody2023-02-104-2/+38
|
* SERVER-73834 NamespaceString constants immortal and constexprBilly Donahue2023-02-104-326/+366
|
* SERVER-73847 RollbackTest accepts optional nodeOptions for ReplSetTest ↵Benety Goh2023-02-092-12/+16
| | | | initialization
* SERVER-73821 [CQF] Split path utilities from utils.cppSvilen Mihaylov2023-02-0916-434/+514
|
* SERVER-73809 Adjust inlining so ByteCode::runInternal() uses less native ↵Drew Paroski2023-02-091-21/+26
| | | | stack on debug builds
* SERVER-73811 Ignore duplicate key errors caused by bulk inserts with ↵Antonio Fuschetto2023-02-091-12/+25
| | | | concurrent movePrimary
* SERVER-73729 Fix unit test compilation on WindowsErwin Pe2023-02-091-3/+3
|
* SERVER-73760: Add util functions to BoolExprHana Pearlman2023-02-092-0/+108
|
* SERVER-72598 Introduce server parameter to turn off logging for detailed ↵Blake Oler2023-02-0928-351/+663
| | | | connection health metrics
* SERVER-72063 Throw on attempt to create overly small oplogGregory Noma2023-02-091-1/+3
|
* SERVER-73688 Update shard split to be gated on FCV 6.3Esha Maharishi2023-02-0947-49/+49
|
* SERVER-70339 aggregate sharding resmoke suitesTrevor Guidry2023-02-0922-199/+189
|
* SERVER-73385 Releasing unheld critical section upon sharded rename error ↵Pierlauro Sciarelli2023-02-092-23/+19
| | | | must result in a no-op
* SERVER-72346 Enforce the required lock mode in the DatabaseShardingState APIAntonio Fuschetto2023-02-0920-134/+157
|
* SERVER-71525: Removed failOnPoisonedFieldLookup fail point and associated ↵Projjal Chanda2023-02-095-87/+55
| | | | | | tests relying on it. Performs an invalid operation (divide-by-zero) instead of a "POISON" field lookup for short-circuit testing
* SERVER-73749 Update db-contrib-tool version that includes fix for new branch ↵Mikhail Shchatko2023-02-091-1/+1
| | | | fallback
* SERVER-71792 Log list of cursors a range deletion is going to wait onPierlauro Sciarelli2023-02-094-0/+79
|
* SERVER-66782 Remove BalanceAccordingToDataSize feature flagPierlauro Sciarelli2023-02-0913-972/+442
|