summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64410 Add ability to defer merge sort in pipeliner5.3.1-rc0Ted Tuckman2022-03-277-8/+182
* SERVER-64796 Fixes Clustered Index BugMatt Kneiser2022-03-241-1/+7
* SERVER-64812 use the correct operand arity check for ExpressionObjectRushan Chen2022-03-241-4/+3
* SERVER-64651 Prevent refineCollectionShardKey to run on config serverTommaso Tocci2022-03-231-0/+5
* SERVER-64577 add missing libdep for write_concern_optionsr5.3.0-rc4Matt Broadstone2022-03-171-0/+1
* SERVER-64577: Disallow wTags write concern in FCV less than 5.3Matt Broadstone2022-03-179-136/+169
* SERVER-64517 Recover RecoverableCriticalSection after initialSync and startup...Jordi Serra Torrens2022-03-1613-62/+143
* SERVER-62521 Ensure distributed locks are being released even if a remote ste...Marcos José Grillo Ramirez2022-03-081-12/+35
* SERVER-63566 Increase plan exploration count in test IndexPartitioning1Timour Katchaounov2022-03-081-1/+1
* SERVER-58207 Enable featureFlagLoadBalancer by defaultGeorge Wangensteen2022-03-072-3/+2
* SERVER-64199 Use legal Timestamps for the routing performance benchmarksKaloian Manassiev2022-03-073-34/+32
* SERVER-63985 Remove ChunkType from MigrateInfoAllison Easton2022-03-078-101/+113
* SERVER-62759 Add lock release in dropDatabase for applyOpsJordi Olivares Provencio2022-03-044-9/+47
* SERVER-64080 ConfigsvrConfigureCollectionBalancing should not call tellShards...Allison Easton2022-03-041-29/+30
* SERVER-63969 Remove validation of ChunkType from migrateInfoAllison Easton2022-03-041-1/+0
* SERVER-63905 ConfigureCollectionBalancing command should refresh collection r...Allison Easton2022-03-041-2/+5
* SERVER-63908 Allow stopping of index builds during initial syncMatthew Russotto2022-03-031-2/+8
* SERVER-64043 ConfigsvrConfigureCollectionBalancing should be interruptable on...Allison Easton2022-03-031-0/+1
* SERVER-64110 Stop retrying unordered writes after committing ordered writes h...Rui Liu2022-03-031-26/+43
* Revert "SERVER-62521 Ensure distributed locks are being released even if a re...Marcos José Grillo Ramirez2022-03-021-18/+8
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-0215-56/+118
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-03-017-11/+9
* SERVER-62521 Ensure distributed locks are being released even if a remote ste...Marcos José Grillo Ramirez2022-03-011-8/+18
* SERVER-62907 Vector clock components must survive CSRS non-rolling restartAntonio Fuschetto2022-03-011-0/+24
* SERVER-63968 Prohibit ennumeration of builtin roles on $external databaseSara Golemon2022-02-282-4/+17
* SERVER-63129 Tenant collection cloner resume should ignore “view already ex...r5.3.0-rc2Suganthi Mani2022-02-257-55/+91
* SERVER-63605 Modify test to ignore transient warningsJordi Olivares Provencio2022-02-251-43/+60
* SERVER-63859 Disallow collMod with 'expireAfterSeconds' parameter over a view...Nicholas Zolnierz2022-02-241-1/+1
* SERVER-63722 Rename collection participants resilient to errors different fr...Pierlauro Sciarelli2022-02-242-35/+54
* SERVER-63841 Disable time-series metric indexesDavid Percy2022-02-233-49/+36
* SERVER-63867 Allow zero plan cache maximum sizeAlexander Ignatyev2022-02-232-2/+15
* SERVER-63769 Remove the temporary unsafe code for index selection when loweri...Irina Yatsenko2022-02-221-5/+4
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-2216-103/+120
* SERVER-63380 JSTest bulk api can create oversized batchesAllison Easton2022-02-221-1/+16
* SERVER-63203 fix checkMetadataForSuccessfulSplitChunk()Paolo Polato2022-02-211-2/+4
* SERVER-62853 Report maxChunkSize in balancerCollectionStatus()Paolo Polato2022-02-184-32/+51
* SERVER-63820 load BalancerScheduler recovery info while holding mutexPaolo Polato2022-02-181-4/+2
* SERVER-63481 Add `disallowNewDuplicateKeys` to `createIndex`Yuhong Zhang2022-02-152-1/+10
* SERVER-61654 Implement lastpoint optimization for {meta.a: 1, ts: -1} use caseKatherine Wu2022-02-156-15/+426
* SERVER-63651 Support non-monotonic clocks in PrepareConflictTrackerDaniel Gómez Ferro2022-02-153-7/+29
* SERVER-63585 Allow negative values in WTRecordStore::numRecordsDaniel Gómez Ferro2022-02-152-6/+54
* SERVER-62899 Fix coverity defect in dbhelpers.cppHaley Connelly2022-02-151-13/+18
* SERVER-63334 Fix "list iterators incompatible" error in windows debugPaolo Polato2022-02-152-8/+12
* SERVER-62877 Initialize clusteredCollectionCollatorDaniel Gómez Ferro2022-02-151-1/+2
* SERVER-63528 Use db and collection instead of namespace in CollectionUUIDMism...Gregory Noma2022-02-155-29/+39
* SERVER-63385 Add support for ESC documentsMark Benvenuto2022-02-154-1/+785
* SERVER-63152 Implement ShardingDataTransformCumulativeMetrics stubBrett Nawrocki2022-02-156-9/+397
* SERVER-58693 Implement deletion of expired pre-images.Rishab Joshi2022-02-152-8/+61
* SERVER-63607 Ensure cursor_valid_after_shard_stepdown.js test leaves eligible...Tommaso Tocci2022-02-141-0/+12
* SERVER-63383 Add Token GenerationMark Benvenuto2022-02-147-1/+1023