summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbhash.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-111-7/+7
* SERVER-76654 Extend CollectionLock lifetime in dbHashGregory Wlodarek2023-05-041-2/+3
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...Gregory Wlodarek2023-05-041-7/+7
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-021-7/+7
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-211-54/+43
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-181-12/+0
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+2
* SERVER-75799 Re-insert locks into lock-free dbhashMatt Kneiser2023-04-111-7/+6
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-8/+3
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-3/+6
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-4/+3
* SERVER-74828 Ensure parseResourcePattern creates NamespaceString with tenantIdjannaerin2023-03-221-1/+4
* SERVER-73680 Refactor dbHash to use point-in-time catalog lookupsGregory Wlodarek2023-03-221-32/+104
* Revert "SERVER-74681 Allow dbhash to accept an _id range"Sviatlana Zuiko2023-03-211-28/+38
* SERVER-74681 Allow dbhash to accept an _id rangeSophia Tan2023-03-161-38/+28
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-34/+33
* SERVER-68597 Skip temporary collection hashes at the end of shard split passt...Didier Nadeau2022-10-141-0/+12
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-6/+10
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-3/+3
* SERVER-67827 Convert non-sharding ErrmsgCommandDeprecated commands to BasicCo...Sophia Tan2022-08-171-25/+14
* SERVER-68398 Change BasicCommandWithReplyBuilderInterface::parseNs to take in...Sophia Tan2022-08-031-4/+7
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+3
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-1/+1
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-091-1/+2
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+1
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-1/+2
* SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams2021-04-061-1/+1
* SERVER-54892 dbHash doesn't run on clustered collectionsBynn Lee2021-03-091-5/+2
* SERVER-31540 Remove usages of boost::optional<UUID> from the StorageInterfaceKaloian Manassiev2021-02-241-5/+3
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-51807 Get point-in-time read timestamp in global lockA. Jesse Jiryu Davis2020-11-121-1/+1
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-2/+2
* Revert "SERVER-51228 dbHash should return SnapshotUnavailable if the _id inde...Louis Williams2020-10-021-26/+1
* SERVER-51228 dbHash should return SnapshotUnavailable if the _id index is not...Louis Williams2020-10-011-1/+26
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-34/+36
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-7/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-2/+2
* SERVER-47782 Support atClusterTime in dbHash commandAli Mir2020-06-011-0/+16
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-12/+12
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-2/+6
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-26/+2
* SERVER-46190 Disallow dbHash for nodes in RECOVERING stateVesselina Ratcheva2020-03-051-0/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+3