summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-56266 First logout command emits a deprecation warningBen Caimano2021-04-261-0/+26
* SERVER-55701 Ignore replica set config's getLastErrorDefaultsHuayu Ouyang2021-04-261-10/+0
* SERVER-56242 Clean up BucketCatalog state in case of exceptionDan Larkin-York2021-04-231-1/+4
* SERVER-55635 Make the setFCV document updates idempotent in a sharded clusterAntonio Fuschetto2021-04-235-31/+148
* SERVER-54816 Perform ordered time-series inserts in a single storage transactionGregory Noma2021-04-221-189/+336
* SERVER-56248 Refactor logic for aborting a tenant migration donorJack Mulrow2021-04-221-4/+0
* SERVER-54955 disallow time-series collection inserts within a multi-document ...Benety Goh2021-04-211-0/+7
* SERVER-56228:Fix deleteHaystackIndexesOnUpgrade dereferencing inexistent coll...Jordi Serra Torrens2021-04-211-0/+4
* SERVER-55209 Remove entries from config.transactions that reference oplog ent...Gregory Noma2021-04-191-0/+50
* SERVER-55658 Out-of-order destruction of AutoGet* objects can lead to transac...Mihai Andrei2021-04-161-5/+7
* SERVER-55636: Narrow the scope of the setFeatureCompatibilityVersion lock to ...Jordi Serra Torrens2021-04-152-23/+36
* SERVER-55641: Reorganize the FCV upgrade/downgrade configsvr metadata patch-u...Jordi Serra Torrens2021-04-151-2/+14
* SERVER-55636: Add the parameter to the setFCV command to make it support 2-Ph...Jordi Serra Torrens2021-04-142-12/+73
* SERVER-56063 Consolidate the FCV 4.4 <-> 5.0 upgrade checksKaloian Manassiev2021-04-131-6/+0
* SERVER-54829 Avoid crashing during kUpgrading/kDowngrading state if config ha...Pavi Vetriselvan2021-04-081-0/+3
* SERVER-55312 Only set up tenant migration primary only services and op observ...Jason Zhang2021-04-082-0/+21
* SERVER-54434 Update FCV constants to recognize 5.0 as latestJon Streets2021-04-071-7/+12
* SERVER-55762 Fix secondaryDelaySecs upgrade FCV checks when 4.9 becomes last-...Pavi Vetriselvan2021-04-061-1/+1