summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-1347-123/+161
* SERVER-73820 Improve class encapsulation, comments and tests of the ReadThrou...Kaloian Manassiev2023-02-135-71/+83
* SERVER-71159 Include apiStrict flag into SBE plan cache keyAnton Korshunov2023-02-1318-422/+490
* SERVER-70005 SetIndexVersion in CollectionType should not be able to change c...Allison Easton2023-02-133-3/+8
* SERVER-72147 defer switching hard coded clang tidy module flags.Daniel Moody2023-02-132-6/+12
* SERVER-73918 Updated pcre2Alexander Neben2023-02-1349-5682/+10556
* Import wiredtiger: 604dd69988250e1c8698cf7e5ac5dbce4a8f88f7 from branch mongo...Luke Chen2023-02-1226-212/+1301
* Import wiredtiger: bb3421a83981c5ece92579e9689e1636db90b559 from branch mongo...Luke Chen2023-02-122-4/+16
* Import wiredtiger: d0ff1fd21fe69a00bb5a793c4a51e9747ae1e51d from branch mongo...Luke Chen2023-02-123-61/+205
* Import wiredtiger: 6e87e63889b2245ce883d5a55323a1c76c3a2d81 from branch mongo...Luke Chen2023-02-123-18/+61
* Import wiredtiger: df67e6c2ba23b52c81a5d33eb2b43f08cda5a593 from branch mongo...Luke Chen2023-02-124-31/+32
* Import wiredtiger: 89a336be04c4f934524963880c014ae3ec6b1064 from branch mongo...Luke Chen2023-02-126-44/+229
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-1270-204/+406
* SERVER-73891 rewrite_state_change_errors Doc fixBilly Donahue2023-02-111-4/+4
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-11365-2616/+3608
* SERVER-73858 Oplog batch application index builds on an empty collection shou...Benety Goh2023-02-111-9/+14
* SERVER-73822 Time-series $group rewrite ignores certain accumulatorsKevin Cherkauer2023-02-112-0/+21
* SERVER-72815: Track document count and duration for updateMany and deleteMany...Adi Zaimi2023-02-112-20/+112
* SERVER-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson2023-02-1177-720/+1055
* SERVER-73883 Add some feature flag tagging explanationCharlie Swanson2023-02-111-1/+4
* SERVER-73858 add IndexBuildsCoordinator::isCreateIndexesErrorSafeToIgnore()Benety Goh2023-02-112-8/+21
* SERVER-73560 require valid term in OpTime::asQuery()Benety Goh2023-02-111-4/+2
* SERVER-73880 Make DatabaseName constantsjannaerin2023-02-118-98/+155
* SERVER-72489 Config server always has shardIdentity and uses ShardServerCatal...Jack Mulrow2023-02-1018-64/+147
* 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-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 m...Cheahuychou Mao2023-02-104-89/+63
* SERVER-71308 Enable featureFlag for resilient movePrimaryAntonio Fuschetto2023-02-101-1/+2
* 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-108-124/+303
* SERVER-72838 Prevent concurrent direct writes from unsetting kPendingDirectWr...Faustoleyva542023-02-105-12/+73
* 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-1028-111/+304
* SERVER-72787: Implement sub-batching logic for bulkWriteLingzhi Deng2023-02-108-127/+596
* SERVER-70995 Make analyzeShardKey return the average document sizeCheahuychou Mao2023-02-102-72/+72
* SERVER-73045 Preserve the original filter in the write phase for updateOne/de...Jason Zhang2023-02-104-13/+122
* SERVER-71839 Add appear-once and custom position stage constraintsRomans Kasperovics2023-02-109-38/+63
* 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 re...Yoonsoo Kim2023-02-103-8/+19
* SERVER-73102 [CQF] Simplify explain for evaluation of simple constantsSvilen Mihaylov2023-02-1014-259/+124
* SERVER-73535 Add support for $jsonSchema scalar fields in splitMatchExpressio...Yoonsoo Kim2023-02-103-19/+225
* SERVER-70642: Add ticket acquisition skip for node step upseanzimm2023-02-103-4/+7
* SERVER-73830 Handle buckets pending direct writes when retrieving alternate b...Yuhong Zhang2023-02-101-9/+9
* SERVER-72774 Prevent a node in quiesce mode to win election.Wenbin Zhu2023-02-103-4/+18
* SERVER-73834 NamespaceString constants immortal and constexprBilly Donahue2023-02-104-326/+366
* SERVER-73821 [CQF] Split path utilities from utils.cppSvilen Mihaylov2023-02-0916-434/+514
* SERVER-73809 Adjust inlining so ByteCode::runInternal() uses less native stac...Drew Paroski2023-02-091-21/+26
* SERVER-73729 Fix unit test compilation on WindowsErwin Pe2023-02-091-3/+3