summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-0/+13
* SERVER-37988 Change Collection::getIndexSize() to be constGregory Wlodarek2019-05-151-1/+1
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-1/+0
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-0/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-1/+0
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-0/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-1/+0
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-8/+2
* SERVER-38139 prepareTransaction will error if transaction operations were don...Dianna Hohensee2019-04-021-1/+1
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-0/+6
* SERVER-40024 Only allow collection/index minimum visible snapshots to be move...Dianna Hohensee2019-03-191-3/+5
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-6/+0
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-0/+6
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-6/+0
* SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreate()Benety Goh2019-01-131-1/+3
* Revert "SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreat...Benety Goh2019-01-121-3/+1
* SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreate()Benety Goh2019-01-121-1/+3
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-26/+13
* SERVER-38400 add Collection::establishOplogCollectionForLogging() and use in ...Benety Goh2018-12-051-0/+2
* SERVER-38166 unshim CollectionInfoCacheBenety Goh2018-11-171-3/+3
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-0/+2
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-2/+0
* SERVER-37589 add Collection::makePlanExecutor() and use it in MultiIndexBlockBenety Goh2018-10-251-0/+5
* SERVER-37589 make Collection::compact() a free functionBenety Goh2018-10-251-2/+0
* SERVER-37589 rename Collection::insertDocument() overload for bulk loader and...Benety Goh2018-10-251-4/+6
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-8/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-0/+2
* SERVER-36889 unshim IndexCatalogBenety Goh2018-10-111-3/+3
* SERVER-36662 Delete UpdateNotifier.David Storch2018-08-291-5/+1
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-2/+2
* SERVER-36184 Remove RecordStore::getManyCursors().David Storch2018-07-201-6/+0
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-11/+2
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-12/+0
* SERVER-35134 Remove UUID fixup code, instead fail fast for collectionsBen Judd2018-06-181-2/+0
* SERVER-34423 Avoid reloading UUID on collMod rollbackGeert Bosch2018-05-011-4/+1
* SERVER-33174 Prevent catalog storage of new syntax during lower FCVCharlie Swanson2018-02-271-1/+3
* SERVER-31679 Limit journaling frequency without oplog waitersGeert Bosch2018-02-261-0/+2
* SERVER-32315 Remove IndexObserverGeert Bosch2017-12-141-22/+0
* SERVER-31988 RollbackViaRefetch makes CollectionImpl validator out of sync wi...Judah Schvimer2017-11-211-0/+10
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-3/+4
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-0/+1
* SERVER-30827 SERVER-30639 Timestamp bulk writes via changes to optime generatorEric Milkie2017-09-121-2/+0
* jseyster/json-schema-feature-compatibility-2Justin Seyster2017-08-311-1/+3
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-0/+1
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-171-6/+9
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-8/+8
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+26
* SERVER-30352 Add a new class that will keep track of the index inconsistencie...Gregory Wlodarek2017-08-091-0/+2