summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* 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-73520 [6.0] Backport setProfilingFilterGlobally commandAlyssa Wagenmaker2023-02-1710-2/+220
* 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
* 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-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
* 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-066-20/+176
* SERVER-71219 Migration can miss writes from prepared transactionsRandolph Tan2023-02-0323-56/+278
* SERVER-73009 Compute clustered scan direction when plan is hinted or cachedAlyssa Wagenmaker2023-02-022-36/+54
* SERVER-73266 Avoid retaking RSTL without timeout at index build commitGregory Noma2023-02-011-2/+3
* SERVER-73110 Each shard should check extended-range for timeseries sortingDavid Percy2023-01-315-1/+44
* SERVER-66793 Use explicit sort when extended range dates are usedJoel Redman2023-01-311-2/+13
* SERVER-66469 Fix correctness when filtering on dates before the epochJoel Redman2023-01-317-94/+197
* SERVER-70321 Collmod coordinator must not resume migrations on retriable errorsAllison Easton2023-01-315-83/+136
* SERVER-73398 always invoke moveChunk when both bounds are setPierlauro Sciarelli2023-01-301-2/+1
* 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-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-2728-358/+156
* SERVER-73264 Fix wrong invariant in MigrationChunkClonerSource::commitCloneRandolph Tan2023-01-271-1/+1
* SERVER-66355 Fix DurableViewCatalog bug where nss was passed into dbName para...Dianna Hohensee2023-01-253-29/+37
* SERVER-53870 Improve view creation performance over time by avoiding reloadin...Shin Yee Tan2023-01-2510-117/+242
* SERVER-72619 Refactor and add more testing for migration_chunk_cloner_source ...Randolph Tan2023-01-253-133/+974
* SERVER-67722 Clean-up shard cursors on MaxTimeMSExpiredRomans Kasperovics2023-01-254-13/+25
* SERVER-73235 Replace invariant with tassert when checking if geometry contain...Ivan Fefer2023-01-251-1/+3
* SERVER-71053 Fix WiredTigerRecordStore dataSize inconsistentYu Jin Kang Park2023-01-253-44/+32
* SERVER-70640 Add migrationConcurrency to serverStatusRachita Dhawan2023-01-233-0/+9
* SERVER-68388 Limit concurrency settingRachita Dhawan2023-01-235-18/+19
* SERVER-72430 check for null migration progress ptrAndrew Witten2023-01-231-2/+2
* SERVER-67183 Add parallel fetchers and inserters for chunk migrationAndrew Witten2023-01-2314-149/+1289
* SERVER-70360 Set upper limit on wtimeoutVesselina Ratcheva2023-01-232-7/+12
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-19150-300/+319