summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbcheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-181-9/+0
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+3
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-1/+3
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-2/+4
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-011-3/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-311-1/+3
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-0/+6
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+2
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-3/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-1/+3
* SERVER-73679 Refactor dbCheck to use point-in-time catalog lookupsGregory Wlodarek2023-03-221-2/+39
* Revert "SERVER-73679 Refactor dbCheck to use point-in-time catalog lookups"Gregory Wlodarek2023-03-221-36/+2
* SERVER-73679 Refactor dbCheck to use point-in-time catalog lookupsGregory Wlodarek2023-03-211-2/+36
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-6/+0
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-2/+2
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-1/+1
* SERVER-73497 Create an interface for the HealthLogGregory Wlodarek2023-02-031-8/+8
* SERVER-69421 Fix ProgressMeter race conditionsAlex Li2022-12-011-4/+12
* SERVER-67695 Remove write-blocking dbCheckLouis Williams2022-11-031-111/+66
* SERVER-70411 Serialize and deserialize DbCheckOplogBatch correctlymathisbessamdb2022-10-311-6/+12
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-041-6/+6
* SERVER-68336 Add version of AutoGetCollection which takes a struct for its op...Faustoleyva542022-09-151-5/+2
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-15/+13
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+2
* 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-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-64737 dbcheck.js should tolerate non-deterministic batch boundariesJosef Ahmad2022-03-231-2/+2
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-091-1/+3
* SERVER-62212 Support writeConcern for dbCheck batchesLouis Williams2021-12-221-23/+36
* SERVER-62210 Fix dbCheck progress meter for dropped and recreated collectionsJosef Ahmad2021-12-221-3/+8
* SERVER-62022 Reduce dbCheck info logging in prod, log start/stopJosef Ahmad2021-12-181-32/+98
* SERVER-62023 Add dbCheck currentOp progress meterJosef Ahmad2021-12-171-8/+23
* SERVER-61754 dbCheck does not hold strong locks during batchesLouis Williams2021-12-171-33/+68
* SERVER-30846 Run dbCheck in the background of some FSM testsJosef Ahmad2021-12-161-2/+36
* SERVER-61852 Make dbCheck try acquire the collection lock with backoffJosef Ahmad2021-12-161-56/+102
* SERVER-61757 Add configurable dbCheck batch sizeJosef Ahmad2021-12-151-8/+27
* SERVER-61955 Make dbCheck a generally available commandJosef Ahmad2021-12-151-15/+5
* SERVER-62041 Add a maximum batch execution time to dbCheckJosef Ahmad2021-12-151-8/+15
* SERVER-61877 Remove catalog consistency verification from dbCheckJosef Ahmad2021-12-141-64/+2
* SERVER-61748 dbCheck: improve database-level locking and handling of special ...Josef Ahmad2021-12-081-50/+24
* SERVER-31540 Remove usages of boost::optional<UUID> from the StorageInterfaceKaloian Manassiev2021-02-241-1/+1
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-2/+4
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+3
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-48426 Cleaned up lingering references to admin.system.new_usersMina Mahmood2020-06-301-1/+0