summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53912: ReshardingRecipientService instances to load metrics stateKshitij Gupta2021-06-114-1/+193
* SERVER-54745 Simplify covered projection plans in SBENikita Lapkov2021-06-114-53/+307
* SERVER-57114 Change refine collection shard key command to use ShardingDDLCoo...Marcos José Grillo Ramirez2021-06-118-54/+146
* SERVER-52906 Applying metadata update before dispatching rollback task in mov...Paolo Polato2021-06-111-19/+29
* SERVER-56276 correct typo in config.actionlog document fieldPaolo Polato2021-06-111-1/+1
* SERVER-49545 Remove FCV check for system.views in userAllowedWriteNS()Benety Goh2021-06-111-5/+1
* SERVER-57256: Add deprecation message for count command and direct reader to ...Maddie Zechar2021-06-111-0/+11
* SERVER-57424 remove ENABLE_BITMASK_OPERATORSBilly Donahue2021-06-103-10/+17
* SERVER-57266 Create IDL representations for resharding recipient and coordina...jannaerin2021-06-108-8/+51
* SERVER-57526 Removed declaration of unused ReshardingDonorOplogIterator::_wit...Matt Walak2021-06-101-3/+0
* SERVER-57532 Use donor specs for _id index in tenant migration collection clonerVishnu Kaushik2021-06-105-6/+18
* SERVER-55465 Response from all nodes means sufficient responses have been rec...Vishnu Kaushik2021-06-102-2/+39
* SERVER-49796 use in-class member initialization for _reversePosJackson Xie2021-06-101-1/+1
* SERVER-57599 DocumentSourceBucketAuto returning eof when disposedSvilen Mihaylov2021-06-101-0/+5
* SERVER-57608 shardCollection should take new path on FCV versions greater tha...Jordi Serra Torrens2021-06-101-2/+1
* SERVER-57182 reshardCollection command is shuffling data even when requested ...Haley Connelly2021-06-104-10/+80
* SERVER-55224 Fix $dateDiff for timezones with non-whole hour Daylight Savings...Mindaugas Malinauskas2021-06-102-13/+111
* SERVER-56444 Grant read/write access on time-series buckets collections to ad...Mark Benvenuto2021-06-1012-6/+718
* SERVER-57476: Return a WriteConflict when a timestamped transaction hits a pr...Daniel Gottlieb2021-06-102-0/+28
* SERVER-57542 Fix typo in SBE multi planner tassetSajed Nahian2021-06-101-1/+1
* SERVER-57433 Report rename collection parameters in currentOpSimon Graetzer2021-06-102-2/+3
* SERVER-55164 Improve testing around snapshotted range deletion tasks for renamePierlauro Sciarelli2021-06-101-0/+118
* SERVER-57587 Avoid scheduling more range deletion tasks for same range during...Pierlauro Sciarelli2021-06-101-7/+9
* SERVER-57483 Fix caching $lookup results for config.cache.chunks.Max Hirschhorn2021-06-101-5/+15
* SERVER-57426 Enable zstd compression for time-series collections by defaultGregory Wlodarek2021-06-092-1/+11
* SERVER-57266 Create IDL representation for resharding metrics time intervalsjannaerin2021-06-094-4/+26
* SERVER-56722 Fix cluster time key refresh backoff logicJack Mulrow2021-06-091-3/+2
* SERVER-57008 Add unit tests for reconfigs that would change implicit default ...Ali Mir2021-06-091-0/+316
* SERVER-52516 lockInfo command accesses lock manager as ServiceContext decoratorBenety Goh2021-06-091-1/+1
* SERVER-57452 Remove the sort stage in retryable write pre-fetch as oplog buff...Wenbin Zhu2021-06-091-23/+7
* SERVER-57333 Implement $densify DocGenerator for numeric valuesTed Tuckman2021-06-094-0/+409
* SERVER-52516 redirect global lock manager accessor to service context decoratorBenety Goh2021-06-092-4/+18
* SERVER-52516 redirect LockerImpl to access lock manager through getGlobalLock...Benety Goh2021-06-091-4/+4
* SERVER-56520 Time-series inserts spent a lot of time in wt_calc_modify but do...Yuhong Zhang2021-06-096-1/+13
* SERVER-52516 make LockManager an inactive ServiceContext decorationBenety Goh2021-06-092-0/+35
* SERVER-56350 Add default value to OwnedValueAccessor::_valSajed Nahian2021-06-091-1/+1
* SERVER-57169 Removed declaration of unused Resharding::_applyThenTransitionTo...Matt Walak2021-06-091-4/+0
* SERVER-57382 Add _id $-prefix validation to storage validationAlya Berciu2021-06-093-37/+35
* Revert "SERVER-55164 Improve testing around snapshotted range deletion tasks ...Pierlauro Sciarelli2021-06-091-113/+0
* Revert "SERVER-57476: Return a WriteConflict when a timestamped transaction h...Daniel Gottlieb2021-06-091-4/+0
* SERVER-57476: Return a WriteConflict when a timestamped transaction hits a pr...Daniel Gottlieb2021-06-091-0/+4
* SERVER-56860 Update semantics for server status's opReadConcernCountersMoustafa Maher2021-06-084-34/+156
* SERVER-54666 Use earlier oplog entry if recovery timestamp cannot be found in...Vesselina Ratcheva2021-06-083-5/+73
* SERVER-56631 Make sure retryable write pre-fetch phase can see the config.tra...Wenbin Zhu2021-06-082-13/+47
* SERVER-44316 Remove incorrect log message in initial_syncer.cppCarolyn Duan2021-06-081-5/+3
* SERVER-55034 profile command takes intent locks when accessing profile settingsBenety Goh2021-06-081-1/+1
* SERVER-57263: Use resharding metrics stepUp/stepDown logic in theKshitij Gupta2021-06-082-18/+22
* SERVER-56987 Fix type qualifiers on return types in read_write_concern_proven...Samy Lanka2021-06-081-4/+4
* SERVER-57399 Allow internal client reads on the TenantMigrationRecipientAcces...Vishnu Kaushik2021-06-081-0/+10
* SERVER-45161 Remove AuthorizationManagerWithExplicitUserPrivilegesTestaldo-aguilar2021-06-081-41/+0