summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 8a10a0e704b4fe5ec94612c4386028bcdb452d39 from branch mongo...r5.0.15-rc2r5.0.15Luke Chen2023-02-162-6/+27
* Import wiredtiger: 8685f6cf81eca8efc402e1269629370ab5b968f8 from branch mongo...Luke Chen2023-02-168-6/+129
* SERVER-72815: Track document count and duration for updateMany and deleteMany...Adi Zaimi2023-02-152-14/+111
* SERVER-68434 Fix plan cache key encoding to account for $or in partial index ...Nicholas Zolnierz2023-02-148-106/+218
* SERVER-66050 findSelfInConfig should attempt fast path for every HostAndPort ...Matthew Russotto2023-02-1310-7/+167
* SERVER-72512 SERVER-73636 Ensure validate surfaces index key inconsistencies ...Dan Larkin-York2023-02-101-59/+109
* SERVER-73706 Save WTRecordStoreUassertOutOfOrder fail point state to prevent ...Gregory Wlodarek2023-02-101-3/+3
* SERVER-73481 Ensure validate detects out-of-order keys with {full: false}Gregory Wlodarek2023-02-102-9/+10
* SERVER-71950 Fail and log the operation when out-of-order keys are detected i...Gregory Wlodarek2023-02-101-10/+9
* SERVER-73745 Zero initialize IndexKeyBucket structGregory Wlodarek2023-02-101-2/+2
* SERVER-73183 Skip storageEngine option sanitization for inMemory modeYu Jin Kang Park2023-02-101-1/+2
* SERVER-68122 Remove encryption from storageOptions on secondary replicationYu Jin Kang Park2023-02-1015-7/+209
* SERVER-72677 Surface index validation errors arising from WT::verifyDan Larkin-York2023-02-104-10/+42
* SERVER-73232 Change the default log-verbosity for `_killOperations`Amirsaman Memaripour2023-02-091-1/+2
* Import wiredtiger: d29ce905a4edfed9854b03cccdd10256e0a3161f from branch mongo...Luke Chen2023-02-093-5/+78
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-02-0821-65/+278
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-02-0334-399/+172
* SERVER-73176: Only print actual error message in getHostFQDNs (v5.0)Adi Zaimi2023-02-011-2/+4
* SERVER-72619 Refactor and add more testing for migration_chunk_cloner_source ...Randolph Tan2023-01-313-134/+932
* SERVER-72620 ensure shard added to $indexStats for unsharded collectionsTyler Brock2023-01-301-1/+4
* SERVER-73389 Checkpoint vector clock in drop database coordinatorTommaso Tocci2023-01-301-0/+5
* SERVER-68648 Enable chunk migration concurrency feature flagRachita Dhawan2023-01-271-1/+2
* SERVER-70640 Add migrationConcurrency to serverStatusRachita Dhawan2023-01-273-0/+9
* SERVER-68388 Limit concurrency settingRachita Dhawan2023-01-275-18/+19
* SERVER-72430 check for null migration progress ptrAndrew Witten2023-01-271-2/+2
* SERVER-67183 Add parallel fetchers and inserters for chunk migrationRandolph Tan2023-01-2714-138/+1291
* Revert "SERVER-72416 Find and findAndModify commands' ExpressionContext shoul...Arun Banala2023-01-234-32/+8
* SERVER-68739 Do not reset WT session stats when fetching op statsYu Jin Kang Park2023-01-2314-257/+425
* SERVER-70830 Unit test `WiredTigerOperationStats`Gregory Noma2023-01-239-180/+474
* SERVER-72046 Add test for concurrent migration fetching and insertionRachita Dhawan2023-01-201-1/+3
* SERVER-70369 add server parameter for num inserter/fetcher threads in chunk m...Andrew Witten2023-01-202-1/+69
* SERVER-68647 create feature flag for pm-3014Andrew Witten2023-01-202-0/+39
* SERVER-72910: Partial backport SERVER-60839 Make wtRCToStatus require a WT_SE...Josef Ahmad2023-01-1818-220/+259
* SERVER-72535 Disallow creating the 'admin', 'local', and 'config' databases w...r5.0.15-rc0Jordi Serra Torrens2023-01-163-1/+107
* SERVER-68853 Remove invariant that a session stat needs to be a slow op statSulabh Mahajan2023-01-161-1/+4
* SERVER-71399 Jumbo chunk flag must be cleared following a chunk splitSilvia Surroca2023-01-132-0/+51
* SERVER-67406 Ensure we don't remove user $fields when removing metadataJoel Redman2023-01-112-2/+61
* SERVER-71691 handle paused execution in setWindowFieldsAlyssa Wagenmaker2023-01-094-6/+30
* SERVER-71006 Fix race where a reader does not observe a concurrent multikey w...Henrik Edin2023-01-093-62/+124
* SERVER-72176 MetadataManagerTest must reset `orphanCleanupDelaySecs` to the d...Pierlauro Sciarelli2023-01-091-0/+9
* SERVER-72416 Find and findAndModify commands' ExpressionContext should inheri...Arun Banala2023-01-064-8/+32
* Import wiredtiger: 6631b500468d644084ccdafb708f99a58dd8d829 from branch mongo...Luke Chen2023-01-065-26/+24
* Import wiredtiger: 2e6e62f14207f92da309464b2759cf35218a160f from branch mongo...Luke Chen2023-01-062-10/+8
* Import wiredtiger: c962fa8e2ef2851932de16238b70264a79fadda5 from branch mongo...Luke Chen2023-01-064-15/+11
* Import wiredtiger: b3f8b0ee62a89a1571a710f26702db828ee2e7b1 from branch mongo...Luke Chen2023-01-062-2/+2
* Import wiredtiger: 7aeb7050288783b70d08c4b6aea9f43437b1c893 from branch mongo...Luke Chen2023-01-064-3/+18
* SERVER-66570 : Ensure that pushed down projections computed from the metadata...Hana Pearlman2023-01-055-40/+239
* SERVER-70323 converts many sharding invariants to tassertTommaso Tocci2023-01-054-90/+147
* SERVER-70139 Check a view's property before returning it as a time-series col...Yuhong Zhang2023-01-051-20/+18
* SERVER-71597 Fix race condition on createDatabase for case sensitive dbNameTommaso Tocci2023-01-051-1/+1