summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50268 cleaned up LIBDEP_DEPENDENTS and wiredtiger dependencies.Daniel Moody2021-02-0611-665/+658
* SERVER-53127 Let AggregationRequestHelper::parseFromBSON() return an Aggregat...samontea2021-02-0613-119/+86
* SERVER-54351: Fix race in topology_listener_test.cppAndrew Shuvalov2021-02-061-1/+9
* 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-54364 Fix stack-use-after-scope when constructing nonzero DecimalCounterGregory Noma2021-02-051-1/+2
* SERVER-54268 Respect {ordered: true} for time-series insertsGregory Noma2021-02-051-37/+90
* SERVER-53671 Make ~PooledScope() resilient to 'InterruptedAtShutdown' exceptionsMihai Andrei2021-02-051-63/+24
* 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-54180 Make ReplSetTest's stepUp function wait 60 seconds for nodes to ...Samy Lanka2021-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
* SERVER-54283 Make the checks for new sharded DDL code path be uniformKaloian Manassiev2021-02-054-40/+66
* SERVER-54028 Add support for command alias in IDL spec.Rishab Joshi2021-02-052-7/+26
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-051-2/+2
* SERVER-50976 Add currentOp reporting for ReshardingCoordinatorService InstancesAmirsaman Memaripour2021-02-054-9/+57
* SERVER-54183: Rollback resharding operations that are not timestamped.Daniel Gottlieb2021-02-053-2/+31
* SERVER-53894 Ensure updateFeatureCompatibilityVersionDocument() is idempotentAli Mir2021-02-053-9/+31
* SERVER-54228 : Change ValidateResult from BasicCommandWithRequestParser to on...Moustafa Maher2021-02-051-1/+7
* SERVER-53271 Compute executionTimeMillisEstimates metric for SBE PlanStagesAnton Korshunov2021-02-0524-0/+187
* SERVER-50141 Rewrite ServiceStateMachineTestBen Caimano2021-02-052-546/+659
* SERVER-53420 Make transport Session source/sink/poll functions noexceptBen Caimano2021-02-053-70/+102
* SERVER-50141 Destroy OperationContext explicitly after sinkBen Caimano2021-02-056-468/+702
* SERVER-53963 Improve error message for unsupported operations on time-series ...Dan Larkin-York2021-02-053-6/+30
* SERVER-52720: Handle choosing a new donor node when startApplyingOpTime existsXueruiFa2021-02-056-95/+260
* SERVER-52538 Merge Collation and CollationSpec classesA. Jesse Jiryu Davis2021-02-0514-1084/+323
* SERVER-53999 Allow a time-series bucket's id to move backward before being co...Gregory Noma2021-02-054-58/+145
* SERVER-54004 Improve oplog truncation thread's log level 0 loggingBynn Lee2021-02-051-7/+2
* SERVER-52779 Added new coordinator to create collection with the new shard co...Marcos José Grillo Ramírez2021-02-0515-126/+1145
* SERVER-54189 [SBE] Support queries like "find({_id:1},{a:1})" and "find({_id:...Drew Paroski2021-02-051-3/+2
* SERVER-53373: Pin resharding durable history across restart.Daniel Gottlieb2021-02-0519-27/+609
* SERVER-48862 Part 2: aborting index builds when a migration startsMatthew Russotto2021-02-0510-13/+119
* SERVER-51021 Add currentOp reporting for ReshardingRecipientService InstancesAmirsaman Memaripour2021-02-054-9/+87
* SERVER-50887 'bug' messages should be changed to a warning severityDianna Hohensee2021-02-042-12/+13
* SERVER-53156 Convert collMod command implementation to inherit from IDL-gener...Moustafa Maher2021-02-0411-73/+190
* SERVER-53891 Fix read from uninitialized variable in SBE parserIan Boros2021-02-043-25/+45
* SERVER-53023 Create TTL index on config.tenantMigrationRecipientVishnu Kaushik2021-02-043-1/+31
* SERVER-52564 Deadlock between step down and MongoDOperationContextSessionRandolph Tan2021-02-043-0/+59
* SERVER-50978 Add currentOp reporting for ReshardingDonorService InstancesAmirsaman Memaripour2021-02-045-41/+189
* Revert "SERVER-50656 Add cancellation support to WaitForMajorityService"George Wangensteen2021-02-0423-405/+154
* SERVER-54011 Change showRecordId() to support the ObjectId typeGregory Wlodarek2021-02-041-3/+8
* SERVER-54230 Stop returning sorted shard IDs vector from ShardRegistryTommaso Tocci2021-02-048-59/+78
* SERVER-52781 force rename majority concern on mongos and target chunks by uuidPierlauro Sciarelli2021-02-041-4/+2
* SERVER-54167: Advance VectorClock on configOpTime advancementJordi Serra Torrens2021-02-043-0/+19
* SERVER-54106 Use DecimalCounter for time-series insertsGregory Noma2021-02-045-49/+55
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-0424-69/+769
* SERVER-54258: fix use-after move error in resharding_donor_service.cpp and re...LaMont Nelson2021-02-042-2/+5
* SERVER-53929 Add stricter parser checks around positional projectionIan Boros2021-02-042-20/+29