summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57491: Do not recreate recipient mtab if recipientForgetMigration is r...Lingzhi Deng2021-06-111-0/+6
* SERVER-57256: Add deprecation message for count command and direct reader to ...Maddie Zechar2021-06-111-0/+11
* SERVER-52516 lockInfo command accesses lock manager as ServiceContext decoratorBenety Goh2021-06-091-1/+1
* SERVER-55034 profile command takes intent locks when accessing profile settingsBenety Goh2021-06-081-1/+1
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-042-4/+6
* SERVER-57127 IndexCatalog::findShardKeyPrefixedIndex() accepts CollectionPtrBenety Goh2021-06-031-7/+8
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-05-282-1/+8
* SERVER-57228 Config Server crashes when updating FCV using an inconsistent FC...Antonio Fuschetto2021-05-271-4/+8
* SERVER-57220 Handle drop-pending time-series buckets namespaces in listCollec...Gregory Noma2021-05-271-0/+1
* SERVER-53643 Wait for FCV to be majority committed before reporting it.Matthew Russotto2021-05-272-0/+55
* SERVER-53652 Remove Lock Free Reads feature flag and builder.Dianna Hohensee2021-05-271-0/+6
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-265-5/+6
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-242-45/+124
* SERVER-57154: Relax constraints of FCV parsing for feature flagsXueruiFa2021-05-242-0/+63
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-244-7/+21
* SERVER-57132 Remove OperationType in TenantMigrationAccessBlockerCheahuychou Mao2021-05-211-2/+1
* SERVER-57081 Enable collection creation through applyOpsKaloian Manassiev2021-05-211-0/+4
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-2010-12/+22
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-207-24/+13
* SERVER-55781 Add shard version check to create indexes pathMarcos Jose Grillo Ramirez2021-05-201-0/+2
* SERVER-56696: Introduce a new change stream stage to handle the topologyRishab Joshi2021-05-202-5/+2
* SERVER-56296 Uniform `fromNss == toNss` rename behavior between rs and sharde...Pierlauro Sciarelli2021-05-191-0/+7
* SERVER-50694 Ensure that resharding operations have finished before beginning...Randolph Tan2021-05-192-0/+107
* SERVER-56755 Collect and expose statistics for insert and updates with dots a...Ruoxin Xu2021-05-141-1/+9
* SERVER-56550 Require consistent API params in getMore and txnsA. Jesse Jiryu Davis2021-05-132-16/+7
* SERVER-56852 Improve invariant visibility in case we try to update non-existe...Dan Larkin-York2021-05-121-11/+29
* SERVER-53563 Cancel tenant migrations on FCV change (recipient side)Vesselina Ratcheva2021-05-121-0/+6
* Revert "SERVER-50549 transform state-changing errors returned by mongos"Sviatlana Zuiko2021-05-112-8/+1
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-05-102-1/+8
* SERVER-55491: Make DocumentSourceUpdateOnAddShards as the first class member ...Rishab Joshi2021-05-091-0/+1
* SERVER-55703 Update getDefaultRWConcern to return the implicit default if the...Moustafa Maher2021-05-071-1/+1
* SERVER-55788 Deprecate legacy wire protocol opcodesPavi Vetriselvan2021-05-071-0/+3
* SERVER-55614 getMore accepts API version paramsA. Jesse Jiryu Davis2021-05-071-4/+18
* SERVER-54878 Compact can log negative value for bytesFreedGregory Wlodarek2021-05-051-1/+9
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-0/+1
* SERVER-56573 Ignore config.transactions entries referencing removed oplog ent...Gregory Noma2021-05-051-5/+14
* SERVER-54460 Ensure that opCtx that waits on PrimaryOnlyService completion pr...Cheahuychou Mao2021-05-042-0/+2
* SERVER-53563 Cancel tenant migrations on FCV change (donor side)Vesselina Ratcheva2021-05-011-0/+20
* SERVER-55790 Ensure query rewrites for time-series collections are correct in...Katherine Wu2021-04-302-10/+21
* SERVER-53774 Enable featureFlagShardingFullDDLSupportTimestampedVersion featu...Jordi Serra Torrens2021-04-301-8/+4
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-302-0/+28
* SERVER-56456 Add reply types to UMC commands and simplify templatesSara Golemon2021-04-292-49/+47
* SERVER-47123 use collection lock to read FCV docBenety Goh2021-04-291-1/+2
* SERVER-56292 Ensure time-series collections properly handle stepdown and stepupGregory Noma2021-04-291-7/+1
* SERVER-47123 remove AutoGetOrCreateDb from test command pinHistoryReplicatedBenety Goh2021-04-291-2/+3
* SERVER-55501 Avoid element-wise iteration and copy when appending to an objec...Dan Larkin-York2021-04-282-7/+16
* SERVER-56348 Adjust call sites of the optional "std::shared_ptr<const T> mong...Denis Grebennicov2021-04-281-3/+2
* SERVER-55898 Implement a serialiser between Sharded DDL and FCV switch betwee...Jordi Serra Torrens2021-04-282-3/+7
* SERVER-56353 Cleanup incomplete chunks from a failed pre-5.0 shard/dropCollec...Kaloian Manassiev2021-04-281-1/+1
* SERVER-55635 Make the setFCV document updates idempotent in a sharded clusterAntonio Fuschetto2021-04-272-18/+21