summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-12/+32
* SERVER-41478 Take initialization of index catalog out of collection constructorXiangyu Yao2019-06-051-3/+0
* SERVER-37988 Change Collection::getIndexSize() to be constGregory Wlodarek2019-05-151-2/+4
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-30356 Improve error reporting for validationGregory Wlodarek2019-04-291-21/+64
* SERVER-40888 Remove NamespaceUUIDCacheGeert Bosch2019-04-291-10/+0
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-3/+1
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-1/+3
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-3/+1
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-1/+3
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-3/+1
* SERVER-37034 Fix unchecked Status in collection codeGregory Wlodarek2019-04-151-2/+2
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-4/+1
* SERVER-40508 Remove hash from OplogSlot and make OplogSlot an alias for OpTime.r4.1.10Siyuan Zhou2019-04-091-2/+2
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-0/+5
* SERVER-38139 prepareTransaction will error if transaction operations were don...Dianna Hohensee2019-04-021-0/+4
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-2/+0
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-2/+0
* SERVER-40024 Only allow collection/index minimum visible snapshots to be move...Dianna Hohensee2019-03-191-0/+6
* SERVER-40022 Clarify Collection ownership and transition DatabaseImpl to onRo...Geert Bosch2019-03-151-1/+1
* Revert "SERVER-40022 Clarify Collection ownership and transition DatabaseImpl...Jack Mulrow2019-03-121-1/+1
* SERVER-40022 Clarify Collection ownership and transition DatabaseImpl to onRo...Geert Bosch2019-03-121-1/+1
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-0/+2
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-2/+0
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-13/+13
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39856 Change append() to appendNumber()Divjot Arora2019-02-261-1/+1
* SERVER-38886 Refactor RecordStore::validate implementationsDivjot Arora2019-02-261-4/+57
* SERVER-39032 remove unnecessary NamespaceString::ns() calls from db/catalog/Benety Goh2019-01-241-7/+5
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-11/+0
* SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreate()Benety Goh2019-01-131-1/+50
* Revert "SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreat...Benety Goh2019-01-121-50/+1
* SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreate()Benety Goh2019-01-121-1/+50
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-9/+9
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-83/+70
* SERVER-38400 add Collection::establishOplogCollectionForLogging() and use in ...Benety Goh2018-12-051-0/+6
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-45/+5
* SERVER-37124 Retry full upsert path when duplicate key exception matches exac...James Wahlin2018-11-291-8/+14
* SERVER-38166 unshim CollectionInfoCacheBenety Goh2018-11-171-3/+4
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-28/+41
* SERVER-37408 Add afterClusterTime to initial sync collection scansMatthew Russotto2018-11-061-3/+13
* SERVER-37867 Cleanup the RecordStore insertRecord(s)/dataFor APIKaloian Manassiev2018-11-011-5/+3
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-5/+0
* SERVER-37589 add Collection::makePlanExecutor() and use it in MultiIndexBlockBenety Goh2018-10-251-0/+8
* SERVER-37589 rename Collection::insertDocument() overload for bulk loader and...Benety Goh2018-10-251-8/+6
* SERVER-37589 clean up CollectionImpl fail point checkingBenety Goh2018-10-251-29/+38
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-3/+18
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-1/+6
* SERVER-36889 unshim IndexCatalogBenety Goh2018-10-111-23/+25