summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52553 Convert listCollections command implementation to inherit from I...Samy Lanka2021-02-093-210/+211
* SERVER-52542 Convert dropIndexes to IDLA. Jesse Jiryu Davis2021-02-098-201/+236
* SERVER-53519 Remove special handling for MinKey chunk owning donor shard from...YuhongZhang982021-02-097-37/+44
* SERVER-54168: TenantOplogApplier should join TenantOplogBatcherLingzhi Deng2021-02-098-0/+20
* SERVER-52863 Instantiate AuthenticationSession during SASL mechanism negotiationBen Caimano2021-02-0912-110/+422
* SERVER-54277 Validate to support ObjectId type when reporting corrupt recordsGregory Wlodarek2021-02-091-3/+5
* SERVER-50538 Control intracluster traffic in speculative auth testsSpencer Jackson2021-02-091-2/+1
* SERVER-53567 Create conflict stash collections with same collation as tempora...jannaerin2021-02-097-19/+104
* SERVER-53467 Investigate performance of $_internalUnpackBucket over BSONEric Cox2021-02-092-30/+39
* SERVER-52914 Restore accidentally deleted NOLINT(bugprone-use-after-move)Nikita Lapkov2021-02-091-1/+1
* SERVER-54268 Append nInserted for {ordered: true} time-series insertsGregory Noma2021-02-091-0/+1
* SERVER-53996: Avoid holding mutex while reading/writing in tenant migration r...XueruiFa2021-02-092-57/+84
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-0921-83/+130
* SERVER-53979 Add sum accumulator to window function stageTed Tuckman2021-02-094-15/+119
* SERVER-54283 Move the legacy dropDatabase/Collection path to execute from the...Kaloian Manassiev2021-02-0913-465/+579
* SERVER-54387 Create renameCollection DDL coordinatorPierlauro Sciarelli2021-02-094-122/+268
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-097-198/+293
* SERVER-34454 Consider including the EOF bonus in the plan cache scoreTimour Katchaounov2021-02-093-35/+13
* SERVER-54227 ReshardingMetrics fix "remaining time" estimateBilly Donahue2021-02-092-19/+105
* SERVER-38910 Remove index drop rollback handling on opening the storage engine.Dianna Hohensee2021-02-092-41/+15
* SERVER-53406 Store external keys once per migrationJack Mulrow2021-02-098-43/+55
* SERVER-53823 Require matching FCV from donor when starting a tenant migrationVesselina Ratcheva2021-02-093-0/+106
* SERVER-53842 Count the number of resharding attempts in resharding metricsAmirsaman Memaripour2021-02-093-8/+17
* SERVER-53039 Make SpecificStats::clone() return unique_ptrYoonsoo Kim2021-02-093-103/+85
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-0927-571/+644
* SERVER-54114 SERVER-54039 Pass cancelation token throughout TenantMigrationDo...Jason Zhang2021-02-082-107/+122
* SERVER-54043 Remove TODOA. Jesse Jiryu Davis2021-02-081-3/+2
* SERVER-54392 Use the actual value for Namespace::kAdminDb inside waitUntilTim...Jason Zhang2021-02-081-1/+1
* Revert "SERVER-51461 Support building indexes from existing indexes guarded b...Louis Williams2021-02-086-252/+0
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-089-101/+74
* SERVER-53106 Preserve chunks entries upon sharded collection renamePierlauro Sciarelli2021-02-084-48/+87
* SERVER-54366 Wait for node to start stepdown before killing shutdown operatio...Ali Mir2021-02-081-0/+6
* SERVER-52914 Support positional projection operator ($) in SBENikita Lapkov2021-02-0810-284/+1204
* SERVER-54269 Time-series bucket catalog should reject inserts with missing/in...Dan Larkin-York2021-02-084-44/+74
* SERVER-54018 Restrict metadata and time fields to top-level fieldsDan Larkin-York2021-02-083-7/+22
* SERVER-54341 Must not capture locals by reference in asynchronous lambda (exh...Matthew Russotto2021-02-081-22/+31
* SERVER-51623 Convert insert, update and delete commands output to IDLRishab Joshi2021-02-076-178/+410
* SERVER-50268 restore UBSAN stanza for storage_wiredtiger_record_store_and_ind...Benety Goh2021-02-071-26/+37
* Revert "SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an ...Benety Goh2021-02-069-74/+101
* SERVER-54283 Make the checks for new sharded DDL code path be uniformKaloian Manassiev2021-02-069-89/+72
* SERVER-50268 cleaned up LIBDEP_DEPENDENTS and wiredtiger dependencies.Daniel Moody2021-02-066-592/+585
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-069-101/+74
* SERVER-51382 Ensure tenant migration bumps the recipient's logical clock to a...Jason Zhang2021-02-064-3/+78
* SERVER-54204 Load external validation keys with local read concernJack Mulrow2021-02-0611-61/+35
* SERVER-54268 Respect {ordered: true} for time-series insertsGregory Noma2021-02-051-37/+90
* SERVER-54120 Move away from getLog to check if a command is done in our testsMoustafa Maher2021-02-051-0/+12
* SERVER-54317 [SBE] MONGO_UNREACHABLE in jstests/aggregation/bugs/server6239.jsMartin Neupauer2021-02-051-1/+1
* SERVER-52517 Make the ClientCursorMonitor a ServiceContext decoration PS2Ethan Zhang2021-02-051-3/+2
* Revert "SERVER-54283 Make the checks for new sharded DDL code path be uniform"Kaloian Manassiev2021-02-054-66/+40
* SERVER-54014 Define a reasonable maxTimeMsOverride for the checkOID requestsAlexandre Bique2021-02-051-0/+3