summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-103-25/+8
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-103-8/+25
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-084-15/+9
* SERVER-34431 MoveDatabaseShardingState into its own mapjannaerin2019-07-081-12/+19
* SERVER-42079 all non-primary index build specs should contain {backgroundSeco...Eric Milkie2019-07-051-1/+1
* SERVER-39918 Untangle IndexBuildBlock from IndexCatalogImplGregory Noma2019-07-0310-287/+331
* SERVER-41406 Reduce log verbosity for CollectionCatalogXiangyu Yao2019-07-021-3/+3
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-283-51/+12
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-285-152/+51
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-285-51/+152
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-2825-581/+159
* SERVER-16917 Add totalSize field to dbStats and collStatsMaria van Keulen2019-06-281-3/+1
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-285-140/+130
* SERVER-41766 Update the on-disk multikey flag in a side transaction when runn...William Schultz2019-06-271-20/+58
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-06-271-2/+2
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-265-130/+140
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-263-16/+4
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-265-140/+130
* SERVER-41541 Put a KeyString in IndexInfo for the RecordStoreValidateAdaptorGregory Wlodarek2019-06-264-12/+15
* SERVER-41540 Fix _indexNsResultsMap usageGregory Wlodarek2019-06-251-6/+3
* SERVER-41539 Cache key ordering in IndexInfoCache ordering in IndexInfoGregory Wlodarek2019-06-253-52/+30
* SERVER-41538 Remove indirection through indexNumber in IndexConsistencyGregory Wlodarek2019-06-253-137/+60
* SERVER-41537 Use 64K hash buckets instead of 4M for index validationGregory Wlodarek2019-06-252-10/+12
* SERVER-41536 Use vector instead of map for IndexConsistency hash bucketsGregory Wlodarek2019-06-252-31/+15
* SERVER-41535 Use vector instead of map for IndexConsistency::_indexesInfoGregory Wlodarek2019-06-252-10/+6
* SERVER-41534 Reuse KeyString in RecordStoreValidateAdaptorGregory Wlodarek2019-06-251-6/+8
* SERVER-41533 Remove unnecessary IndexConsistency::_classMutexGregory Wlodarek2019-06-252-98/+21
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-06-251-2/+2
* SERVER-41529 Prevent dangling index records by callingAllison Easton2019-06-251-2/+9
* SERVER-41694 Remove the restriction on collection name lengthGregory Wlodarek2019-06-243-39/+14
* SERVER-36386 Remove failIndexKeyTooLong server parameterGabe Villasana2019-06-241-1/+1
* SERVER-41848 disable ghost commit timestamps for index builds on primary nodesBenety Goh2019-06-241-0/+4
* SERVER-41843 IndexBuildsManager::setUpIndexBuild() handles exceptions from Mu...Benety Goh2019-06-241-11/+9
* SERVER-41884 Create the OldClientContext before checking if the storage engin...Gregory Wlodarek2019-06-241-1/+2
* SERVER-41643 Create/drop view should lock system.views collection after view ...Xiangyu Yao2019-06-242-2/+4
* SERVER-16413 Storage engines that allow online compaction should not take an ...Gregory Wlodarek2019-06-212-7/+61
* SERVER-41695 Remove NamespaceString::checkLengthForRename() since there are n...Gregory Wlodarek2019-06-212-70/+5
* SERVER-41695 Remove index namespace stringsGregory Wlodarek2019-06-214-33/+6
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-2122-370/+118
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-202-173/+36
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-204-11/+19
* Revert "SERVER-40478 Merge StorageEngine class with KVStorageEngine"Gregory Wlodarek2019-06-204-21/+27
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-204-27/+21
* SERVER-41600 Invalidate index from CollectionInfoCache in refreshEntryMaria van Keulen2019-06-191-2/+6
* SERVER-41140 All usages of MultiIndexBlock should ensure callers check for du...Gregory Wlodarek2019-06-193-0/+10
* SERVER-41462 unlock RSTL for index builds on secondariesEric Milkie2019-06-181-0/+3
* SERVER-40681 Make AutoGetCollection interface match AutoGetDBGregory Noma2019-06-181-1/+1
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-177-237/+95
* Revert "SERVER-41583 Refactor the registration and de-registration of collect...Xiangyu Yao2019-06-177-91/+237
* SERVER-39705 update write ops check filter before writing to side tableBenety Goh2019-06-151-0/+10