summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/dbcheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75440 Add new consistency check for preimagesJordi Olivares Provencio2023-04-281-3/+7
* SERVER-74793 dbCheck should not fail when detecting corruptionLouis Williams2023-04-191-1/+24
* SERVER-75617 Make fallthroughs explicit using the new attributeMatt Kneiser2023-04-041-2/+2
* Revert "SERVER-74681 Allow dbhash to accept an _id range"Sviatlana Zuiko2023-03-211-28/+11
* SERVER-74681 Allow dbhash to accept an _id rangeSophia Tan2023-03-161-11/+28
* SERVER-73497 Create an interface for the HealthLogGregory Wlodarek2023-02-031-6/+7
* SERVER-67695 Remove write-blocking dbCheckLouis Williams2022-11-031-6/+18
* SERVER-70411 Serialize and deserialize DbCheckOplogBatch correctlymathisbessamdb2022-10-311-4/+3
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-071-4/+4
* SERVER-61260 Support collations on clustered collectionsDaniel Gómez Ferro2022-01-181-4/+8
* SERVER-61277 Concurrent writes on capped clustered collectionsJosef Ahmad2022-01-141-1/+2
* SERVER-61709 Introduce implicitly replicated namespacesJosef Ahmad2022-01-131-2/+1
* SERVER-62387 Rename variable to avoid hiding original function parameterJordi Olivares Provencio2022-01-121-2/+2
* SERVER-62022 Reduce dbCheck info logging in prod, log start/stopJosef Ahmad2021-12-181-10/+37
* SERVER-61754 dbCheck does not hold strong locks during batchesLouis Williams2021-12-171-55/+61
* SERVER-30846 Run dbCheck in the background of some FSM testsJosef Ahmad2021-12-161-15/+37
* SERVER-62041 Add a maximum batch execution time to dbCheckJosef Ahmad2021-12-151-2/+14
* SERVER-61877 Remove catalog consistency verification from dbCheckJosef Ahmad2021-12-141-143/+2
* SERVER-61748 dbCheck: improve database-level locking and handling of special ...Josef Ahmad2021-12-081-41/+40
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-2/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-7/+3
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-4/+4
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-7/+6
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-5/+5
* SERVER-49957 Fix read out of bounds in dbCheck getPrevAndNextUUIDs when we op...Henrik Edin2020-07-301-6/+3
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-3/+4
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-3/+5
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+2
* SERVER-42965 Remove unused param "stableTimestampForRecovery"A. Jesse Jiryu Davis2019-08-221-2/+1
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-7/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-24/+8
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+1
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-6/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-3/+3
* SERVER-40515 Remove usage of UUIDCatalog::prev() and UUIDCatalog::next() in d...Gregory Wlodarek2019-04-291-2/+31
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37480 Use OplogEntry in command oplog applicationSiyuan Zhou2018-10-111-0/+1
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-1/+1
* SERVER-33847 create type aliases for BSONObj containers with binary compariso...Kyle Suarez2018-03-131-1/+1