summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73949 Join created executor in transaction API unit testsJack Mulrow2023-02-141-0/+8
* SERVER-73817 [CQF] Simplification around projection renamesSvilen Mihaylov2023-02-145-50/+62
* SERVER-73812 Do not automatically retry the `_shardsvrCloneCatalogData` commandAntonio Fuschetto2023-02-141-6/+5
* SERVER-73903 Add invariant that yieldable Query plans are created with a yiel...Henrik Edin2023-02-149-11/+31
* SERVER-73861 Log when capped collection size changesMatt Kneiser2023-02-141-0/+13
* SERVER-72073 Ensure TTL deletes don't fall too far behindHaley Connelly2023-02-144-5/+124
* SERVER-71651 Support array of variants in IDLFrederic Vitzikam2023-02-142-0/+76
* SERVER-70191 Share HostAndPort alphabetization code for test between async_rp...George Wangensteen2023-02-1310-89/+69
* SERVER-71018 remove dbhelper dependency from StorageRepairObserverBenety Goh2023-02-134-6/+17
* SERVER-73643 Change query tags interface to FLEQueryInterfaceMark Benvenuto2023-02-1313-78/+125
* SERVER-73921 Define NamespaceString and DatabaseName operators in classBilly Donahue2023-02-133-72/+67
* SERVER-73733 Format Ordering in SortedDataInterface for compound wildcard ind...Ruoxin Xu2023-02-138-24/+42
* SERVER-73878 Don't append hashedTemetryKey to commands if telemetry is disabledTed Tuckman2023-02-133-2/+23
* SERVER-73334 Create disk space monitoring taskLouis Williams2023-02-136-0/+305
* 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