summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-0220-21/+13
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-13/+9
* Revert "SERVER-33097 make shards put a request's databaseVersion on the Opera...Esha Maharishi2018-03-011-2/+13
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-5/+5
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-0/+9
* SERVER-33097 make shards put a request's databaseVersion on the OperationShar...Esha Maharishi2018-03-011-13/+2
* SERVER-33450 Remove dependancy on network for service_context so that lib can...Henrik Edin2018-03-011-0/+1
* SERVER-32636 Close outgoing connections to earlier binVersion serversMaria van Keulen2018-02-281-5/+8
* SERVER-33260 Log more helpful messages for FCV-related IncompatibleServerVers...Xiangyu Yao2018-02-275-77/+118
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-238-306/+44
* SERVER-33014 Remove unreachable featureCompatibilityVersion document op obser...Dianna Hohensee2018-02-232-38/+0
* SERVER-33443 Remove kVersion32 handling from fCV command parserDianna Hohensee2018-02-231-12/+0
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-231-7/+10
* SERVER-33245 add unit test for primary step down during mapReduceBenety Goh2018-02-222-2/+245
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-216-28/+11
* SERVER-18972 log parameters passed to shutdown cmdKevin Pulo2018-02-213-4/+4
* SERVER-32909 Update --repair to restore a missing featureCompatibilityVersion...Dianna Hohensee2018-02-201-2/+2
* SERVER-32321 add commitTxn and abortTxn stub commandsPavithra Vetriselvan2018-02-202-0/+106
* SERVER-33245 remove unnecessary ScopeGuard for dropTempCollections() from map...Benety Goh2018-02-171-10/+8
* SERVER-33245 propagate Database::dropCollection() errors when dropping tempor...Benety Goh2018-02-171-2/+2
* SERVER-33245 improve PrimarySteppedDown and State destructor error messages i...Benety Goh2018-02-161-13/+25
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-162-1/+4
* SERVER-32913 doTxn rejects malformed operationsBenety Goh2018-02-161-33/+12
* SERVER-32974 Enhance createUser/updateUser to support SCRAM-SHA-256Sara Golemon2018-02-153-42/+182
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-147-196/+196
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-142-12/+12
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-1475-130/+133
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-132-11/+6
* SERVER-33043 Only setFCV should take the fcvLock (ResourceMutex) in exclusive...Dianna Hohensee2018-02-132-1/+5
* SERVER-32989 prevents `repairDatabase` race with `dropDatabase`Judah Schvimer2018-02-131-1/+10
* Revert "SERVER-29908 Create skeleton libraries for the sharding subsystem"Kaloian Manassiev2018-02-131-2/+2
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-2/+2
* SERVER-30911: Timestamp index build start and completion.Daniel Gottlieb2018-02-131-11/+14
* SERVER-32912 Ensure that killCursors always invalidates a pinned cursorBernard Gorman2018-02-131-29/+83
* SERVER-33143 Hold MODE_IX locks for readConcern level snapshot readsJames Wahlin2018-02-121-2/+2
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-123-148/+116
* SERVER-32973 Enable SCRAM-SHA-256 authenticationSara Golemon2018-02-101-1/+0
* SERVER-32205 Prohibit dropping the admin database at catalog levelMaria van Keulen2018-02-091-1/+1
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-096-8/+8
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-096-8/+8
* SERVER-32894 Disallow creation of system.indexesTess Avitabile2018-02-082-6/+20
* SERVER-33124 Remove mmapv1 dependency from embedded.Henrik Edin2018-02-086-10/+106
* SERVER-32685 Disable lock and WT transaction yielding under readConcern snaps...Tess Avitabile2018-02-081-2/+12
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-0680-132/+132
* SERVER-32367 Make AutoGetCollection throw if UUID cannot be resolvedKaloian Manassiev2018-02-064-100/+84
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-062-2/+2
* SERVER-32367 Make the Command::parseNs* methods take StringDataKaloian Manassiev2018-02-021-2/+2
* SERVER-32913 move applyOps() into repl namespaceBenety Goh2018-02-021-6/+8
* SERVER-33012 Create scramSHA256IterationCount setParameterSara Golemon2018-02-011-2/+2
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-012-13/+6