summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-67183 Add parallel fetchers and inserters for chunk migration"r6.0.5-rc1r6.0.5Randolph Tan2023-03-0214-1289/+149
* Revert "SERVER-72430 check for null migration progress ptr"Randolph Tan2023-03-021-2/+2
* Revert "SERVER-68388 Limit concurrency setting"Randolph Tan2023-03-025-19/+18
* Revert "SERVER-70640 Add migrationConcurrency to serverStatus"Randolph Tan2023-03-023-9/+0
* Revert "SERVER-68648 Enable chunk migration concurrency feature flag"Randolph Tan2023-03-021-2/+1
* Revert "SERVER-72619 Refactor and add more testing for migration_chunk_cloner...Randolph Tan2023-03-023-974/+133
* Revert "SERVER-73264 Fix wrong invariant in MigrationChunkClonerSource::commi...Randolph Tan2023-03-021-1/+1
* SERVER-74124 Use StringData::startsWith instead of StringData::find to check ...Cheahuychou Mao2023-02-231-1/+1
* SERVER-74124 Disallow shard key pattern with fields that have parts that star...Cheahuychou Mao2023-02-232-0/+16
* SERVER-69648 [SBE] Improve visit(ExpressionConcatArrays*) and visit(Expressio...Drew Paroski2023-02-224-106/+64
* Revert "SERVER-71053 Fix WiredTigerRecordStore dataSize inconsistent"Dianna Hohensee2023-02-223-32/+44
* SERVER-70167 Resumed create coordinator may incorrectly try to release the cr...Enrico Golfieri2023-02-223-5/+25
* SERVER-73697 Do not split out match expression on meta field when it's not re...Yoonsoo Kim2023-02-213-7/+18
* SERVER-71680 Fix SBE HashAggStage to update $operationMetrics when spillingDavid Storch2023-02-211-4/+12
* SERVER-74097 Populate `CollectionUUIDMismatch` via `listCollections` for shar...Gregory Noma2023-02-211-6/+4
* SERVER-73520 [6.0] Backport setProfilingFilterGlobally commandAlyssa Wagenmaker2023-02-1711-2/+223
* SERVER-71392 Add counters to track jsonSchema usage in create and collModGil Alon2023-02-174-0/+57
* SERVER-73938 Make sure chunk migration can handle a retryable internal transa...Cheahuychou Mao2023-02-161-5/+18
* Import wiredtiger: 810623549d67393926596e4d6f9c92c02f770125 from branch mongo...r6.0.5-rc0r6.0.4-rc1Luke Chen2023-02-162-6/+27
* SERVER-70395 Change spilling for SBE HashAggStage to use a more efficient alg...David Storch2023-02-1523-396/+849
* SERVER-70395 Combining partial aggs support for $sum, $avg, and std devDavid Storch2023-02-156-38/+525
* SERVER-70395 Combining partial aggs support for $addToSet, $push, and $mergeO...David Storch2023-02-157-16/+556
* SERVER-70395 Make stage builders generate partial agg combining exprs (part 1)David Storch2023-02-155-40/+390
* SERVER-70395 De-stage-ify accumulator stage builderDavid Storch2023-02-153-168/+98
* SERVER-71608 Add support to jscustomallocator.cpp for FreeBSDMark Benvenuto2023-02-151-1/+3
* SERVER-73904 Update FreeBSD spidermonkey configurationMark Benvenuto2023-02-152-22/+12
* SERVER-73905 Implement getCurrentNativeThreadId for FreeBSDMark Benvenuto2023-02-151-0/+8
* SERVER-68434 Fix plan cache key encoding to account for $or in partial index ...Nicholas Zolnierz2023-02-148-123/+302
* SERVER-66050 findSelfInConfig should attempt fast path for every HostAndPort ...Matthew Russotto2023-02-1310-7/+167
* SERVER-72815: Track document count and duration for updateMany and deleteMany...Adi Zaimi2023-02-132-20/+119
* 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-73852 Enable bounded-sort optimization on FCV 5.0David Percy2023-02-102-13/+6
* SERVER-73745 Zero initialize IndexKeyBucket structGregory Wlodarek2023-02-101-2/+2
* SERVER-72677 Surface index validation errors arising from WT::verifyDan Larkin-York2023-02-105-11/+53
* SERVER-73232 Change the default log-verbosity for `_killOperations`Amirsaman Memaripour2023-02-091-1/+2
* SERVER-73183 Skip storageEngine option sanitization for inMemory modeYu Jin Kang Park2023-02-091-1/+2
* SERVER-68122 Remove encryption from storageOptions on secondary replicationYu Jin Kang Park2023-02-0915-5/+211
* Import wiredtiger: 6d5a0660a2fde923e7d40871b7b7ef32c919240a from branch mongo...Luke Chen2023-02-093-5/+78
* SERVER-73534 Fix crash in serialization of SBE ArraySet to KeyStringDavid Storch2023-02-062-1/+13
* SERVER-71750 Revert writeConflictRetry refactor into handleWriteConflictExcep...Yu Jin Kang Park2023-02-062-17/+10
* SERVER-61909 Abort operation if it cannot ever fit in WT cacheYu Jin Kang Park2023-02-068-20/+196
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-02-0324-56/+282
* SERVER-73009 Compute clustered scan direction when plan is hinted or cachedAlyssa Wagenmaker2023-02-022-36/+54
* SERVER-73176: Only print actual error message in getHostFQDNs (v6.0)Adi Zaimi2023-02-021-2/+4
* SERVER-73266 Avoid retaking RSTL without timeout at index build commitGregory Noma2023-02-011-2/+3
* Import wiredtiger: 4d08414fdb3ed3d7d16169b803b29524313eb9f6 from branch mongo...Luke Chen2023-02-013-1/+3
* Import wiredtiger: 7762ac8f08262d1b032a17372b3099bd0c49b9d3 from branch mongo...Luke Chen2023-02-019-13/+73