summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55635 Make the setFCV document updates idempotent in a sharded clusterAntonio Fuschetto2021-04-235-31/+148
* SERVER-56259: shardCollection legacy should hold the distlocks while writing ...Jordi Serra Torrens2021-04-231-11/+11
* SERVER-47699 Change yield type used by range deleter from YIELD_MANUAL to YIE...Antonio Fuschetto2021-04-231-1/+1
* SERVER-56174 Fix PauseDuringStateTransitions usages in donor unit tests.Max Hirschhorn2021-04-231-30/+33
* SERVER-55830 Fix endianness bugs in bson_scan.cpp and sbe_stage_builder_expre...Drew Paroski2021-04-232-4/+6
* SERVER-55051: Donor should block non-timestamped reads after migration has co...Lingzhi Deng2021-04-239-40/+68
* SERVER-16049 Replicate capped collection deletesGregory Wlodarek2021-04-2312-60/+163
* SERVER-16049 TenantOplogApplier does not enforce operation constraintsGregory Wlodarek2021-04-231-0/+1
* SERVER-56252 [SBE] UnionStage::close() should increment _commonStats.closesMihai Andrei2021-04-231-0/+1
* SERVER-55359 pre/post image ops after startFetchingDonorOpTime should be filt...Pavi Vetriselvan2021-04-221-25/+45
* SERVER-54816 Perform ordered time-series inserts in a single storage transactionGregory Noma2021-04-227-247/+544
* SERVER-56248 Refactor logic for aborting a tenant migration donorJack Mulrow2021-04-224-54/+59
* SERVER-54704 Remove processAbortReasonNoDonorMachine() and processAbortReason...Haley Connelly2021-04-223-100/+90
* SERVER-55473 DBClientBase::_auth returns original status instead of Authentic...Wenbin Zhu2021-04-222-13/+2
* SERVER-55288 Re-add ReshardingRecipientServiceTest test fixture.Max Hirschhorn2021-04-222-0/+280
* SERVER-55800 Reduce the number of futures in handleRequestAmirsaman Memaripour2021-04-222-61/+38
* Revert "SERVER-43964 UUID etc need not befriend IDL types"Uladzimir Makouski2021-04-225-96/+98
* SERVER-54959 Avoid cursor timeout during resharding collection cloning.Max Hirschhorn2021-04-221-0/+7
* SERVER-56132 Fix SBE spool producers' close() methodsDavid Storch2021-04-223-3/+305
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-225-98/+96
* SERVER-55275 Index builder must check for interrupt between collection scan a...Louis Williams2021-04-211-0/+1
* SERVER-55728 Initialize _comparator to nullptr in BucketCatalogLouis Williams2021-04-211-1/+1
* SERVER-54295 Support time-based window bounds in $setWindowFieldsDavid Percy2021-04-215-47/+67
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Mark Benvenuto2021-04-2119-336/+243
* SERVER-55288 Create RecipientStateMachineExternalState class.Max Hirschhorn2021-04-219-187/+391
* SERVER-55355: Retry tenant migration on oplog fetcher errorsXueruiFa2021-04-212-5/+23
* SERVER-55888 Remove unneeded condition in generateOptimizedOplogScan()Justin Seyster2021-04-211-1/+1
* SERVER-53491: Finalize optimization tests for $_internalUnpackBucketHana Pearlman2021-04-212-30/+68
* SERVER-54703 Forced re-configs will restart the collection scan phase of inde...Gregory Wlodarek2021-04-213-101/+172
* SERVER-55996: Remove the invariant check for existence of _currentOpKshitij Gupta2021-04-212-14/+12
* SERVER-53889 Enable time-series feature flag by defaultGregory Noma2021-04-211-1/+2
* SERVER-56140 [SBE] UniqueStage::close() should clear its _seen bufferMihai Andrei2021-04-212-0/+31
* SERVER-54955 disallow time-series collection inserts within a multi-document ...Benety Goh2021-04-211-0/+7
* SERVER-55380 Serialize oplog application of writes to the tenant migration na...Jason Chan2021-04-212-4/+66
* SERVER-56228:Fix deleteHaystackIndexesOnUpgrade dereferencing inexistent coll...Jordi Serra Torrens2021-04-211-0/+4
* SERVER-55229 Implement and test recipient cloner stats after failoverVishnu Kaushik2021-04-216-65/+351
* SERVER-56199 Make collection drop use the proper chunks index on transitions ...Kaloian Manassiev2021-04-215-12/+17
* SERVER-55887 remove unowned_ptrBilly Donahue2021-04-2118-360/+93
* SERVER-56225 Wrong BSONElelment integer conversion in ShardingDDLCoordinatorS...Tommaso Tocci2021-04-211-1/+7
* SERVER-30417: Implement $getField expressionAlya Berciu2021-04-215-0/+175
* SERVER-39468: Take distLocks on legacy renameCollectionJordi Serra Torrens2021-04-211-0/+10
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-2133-17/+212
* SERVER-55099 Update $_internalUnpackBucket serialization and parsingJacob Evans2021-04-218-62/+174
* SERVER-53790 Test tenant migration recipient respects the provided read prefe...Wenbin Zhu2021-04-211-5/+152
* SERVER-56066 [SBE] Fix numeric path component check for $nin and $allMihai Andrei2021-04-211-3/+8
* SERVER-55377 implement a passthrough for onImportCollectionSergey Galtsev2021-04-202-1/+13
* SERVER-56215 Temporarily disable unit-tests for CoordinatorCommitMonitorAmirsaman Memaripour2021-04-201-1/+1
* SERVER-52328 Enable feature flag for Window FunctionsKatherine Wu2021-04-202-5/+7
* SERVER-55699 Add an explicit write concern to internal write operationsHuayu Ouyang2021-04-202-15/+23
* SERVER-55623 Fix covered shard filtering on hashed indexes in SBEIan Boros2021-04-201-12/+72