summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbhash.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+2
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-43045 use FCV for multiversion dbhash check instead of test workaroundsJudah Schvimer2019-08-301-2/+26
* SERVER-43045 dbhash checks all replicated collectionsJudah Schvimer2019-08-291-13/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+3
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-6/+6
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-40/+35
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-2/+3
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbha...Lingzhi Deng2019-05-231-0/+8
* SERVER-37988 Add an optional predicate argument in forEachCollectionFromDb() ...Gregory Wlodarek2019-05-151-1/+1
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-11/+7
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-41/+70
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-70/+41
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-41/+70
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-70/+41
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-41/+70
* SERVER-39321 Re-enable the CheckReplDBHashInBackground hookGregory Wlodarek2019-04-251-0/+7
* SERVER-39321 add setIgnorePrepared(false) to dbHash, find and getMoreGregory Wlodarek2019-04-251-0/+4
* SERVER-40589 Disallow $_internalReadAtClusterTime with null timestamp.Max Hirschhorn2019-04-221-0/+5
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-9/+5
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-4/+0