summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/dbcheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-101-2/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-6/+0
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-0/+6
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-6/+0
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-241-1/+1
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-211-17/+5
* 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