summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41745 Collections with names longer than 120 characters will be gated ...Gregory Wlodarek2019-08-291-0/+8
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-294-12/+15
* SERVER-41853 Remove unused CompactStats classHaley Connelly2019-08-283-32/+18
* SERVER-42330Maria van Keulen2019-08-281-69/+93
* SERVER-41947 Disallow using the system.views collection name as the source or...Xiangyu Yao2019-08-281-0/+6
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-274-50/+2
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-274-2/+50
* SERVER-42991 Use an incremental time of 200ms for the auto advancing clock so...Gregory Wlodarek2019-08-231-2/+2
* SERVER-42991 Throttle cursor tests should not depend on the systems wall clockGregory Wlodarek2019-08-233-31/+39
* SERVER-42978 Move validate lock acquisition from the cmd body into the helper...Dianna Hohensee2019-08-233-54/+81
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-0/+3
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-232-3/+4
* SERVER-29474 Fix ODR violations from anonymous namespace in headers.ADAM David Alan Martin2019-08-231-6/+2
* SERVER-42226 Disable the throttle cursor unittestGregory Wlodarek2019-08-231-1/+0
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-233-36/+2
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-235-49/+6
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-223-2/+36
* SERVER-33272 The DatabaseHolder::close() function no longer requires a global...Gregory Wlodarek2019-08-224-8/+4
* SERVER-42226 Use the maxValidateMBperSec server parameter to throttle collect...Gregory Wlodarek2019-08-226-56/+106
* SERVER-42226 Clarify that the 'maxValidateMBperSec' server parameter is only ...Gregory Wlodarek2019-08-221-1/+3
* SERVER-42226 Add a data throttle mechanism for cursors to use that allows the...Gregory Wlodarek2019-08-223-0/+644
* SERVER-42824 unlock RSTL for index build cleanupBenety Goh2019-08-221-0/+34
* SERVER-42966 Remove references from helper classes for collection validation ...Gregory Wlodarek2019-08-225-86/+62
* SERVER-42824 remove temp tables before acquiring collection locks during inde...Benety Goh2019-08-221-11/+20
* SERVER-42824 MultiIndexBlock::cleanUpAfterBuild() returns early if there are ...Benety Goh2019-08-221-2/+7
* SERVER-41811 Deduplicate CollectionValidation::_genericRecordStoreValidate an...Gregory Wlodarek2019-08-223-105/+15
* SERVER-42799 obtain timestamp for cleaning up index build without noop writeBenety Goh2019-08-221-15/+4
* SERVER-42958 Don't construct unused error Status in MultiIndexBlock::insertLouis Williams2019-08-211-1/+1
* SERVER-42497: Detect unintentional untimestamped writes to the durable catalog.Daniel Gottlieb2019-08-212-8/+9
* SERVER-42830: Wrap all of renameCollectionWithinDBForApplyOps into one WUOW.Daniel Gottlieb2019-08-211-46/+59
* SERVER-42834: Register an onRollback handler when adding a drop pending names...Daniel Gottlieb2019-08-211-3/+5
* SERVER-42718: Disallow dropDatabase from running concurrently.Daniel Gottlieb2019-08-211-0/+6
* SERVER-42864 change index build initial write timestamp logicEric Milkie2019-08-201-10/+22
* Revert "SERVER-41947 Disallow using the system.views collection name as the s...Xiangyu Yao2019-08-191-6/+0
* SERVER-41947 Disallow using the system.views collection name as the source or...Xiangyu Yao2019-08-191-0/+6
* SERVER-42430 Create whitelist of namespaces that are allowed to be created im...Janna Golden2019-08-192-1/+4
* SERVER-42222 Move data cursors for collection validation to the start of coll...Daniel Solnik2019-08-167-115/+282
* SERVER-42121 Make mongo's renameCollection call configsvrRenameCollection.Jason Zhang2019-08-141-4/+13
* SERVER-42527 Create CollectionLock constructor that uses UUIDDaniel Solnik2019-08-132-0/+29
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-128-68/+15
* SERVER-42567 Remove magic from CollectionImpl and IndexCatalogImplGeert Bosch2019-08-1210-71/+2
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-6/+10
* SERVER-42224 Add a server parameter maxValidateMBperSec to specify max valida...Gabe Villasana2019-08-083-0/+51
* SERVER-41761: Ensure index cleanup is performed on initialization failure.Daniel Gottlieb2019-08-081-0/+4
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-083-30/+49
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-0714-548/+47
* SERVER-42441 renameCollectionForApplyOps should always rename the target out ...Xiangyu Yao2019-08-012-9/+12
* Revert "SERVER-42441 renameCollectionForApplyOps should always rename the tar...Xiangyu Yao2019-08-012-32/+9
* SERVER-42441 renameCollectionForApplyOps should always rename the target out ...Xiangyu Yao2019-08-012-9/+32
* SERVER-42503 compactCollection() should refetch the RecordStore after re-lock...Gregory Wlodarek2019-07-301-1/+3