summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/dbcheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-31384 applyOps should correctly propagate oplog application modeWilliam Schultz2017-11-141-1/+2
* SERVER-30934 Check if DB is null before getting collectionLouis Williams2017-09-081-9/+2
* SERVER-30762 Add dbCheck jstests.Ian Kuehne2017-08-251-21/+21
* SERVER-30646 Fix dbCheck health log entries.Ian Kuehne2017-08-221-62/+103
* SERVER-30573 Add dbCheck command.Ian Kuehne2017-08-221-0/+491