summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-0936-651/+672
* 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-0813-119/+86
* 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-0811-292/+1213
* 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
* Import wiredtiger: cde57ba4b7aac0a955e6c35f503229e3809a1560 from branch mongo...Luke Chen2021-02-0837-949/+1230
* 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-0613-86/+119
* 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-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
* Import wiredtiger: 772edf829f31c87fad4cdb8f73bf7e50b993e067 from branch mongo...Luke Chen2021-02-0542-823/+2045
* 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