summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38372 Fix rollback of index drop to update CollectionInfoCache.David Storch2019-02-121-1/+6
* SERVER-39032 remove unnecessary NamespaceString::ns() calls from db/catalog/Benety Goh2019-01-241-7/+7
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-23/+0
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-11/+17
* SERVER-37643 IndexCatalog::removeExistingIndexes() optionally throws on inval...Benety Goh2019-01-111-5/+9
* SERVER-38548 move IndexDescriptor::makeIndexNamespace() to NamespaceStringBenety Goh2018-12-311-3/+3
* SERVER-37643 remove unused multi_index_block.h includesBenety Goh2018-12-271-1/+0
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-37/+50
* SERVER-37643 move MultiIndexBlock::removeExistingIndexes() to IndexCatalogBenety Goh2018-12-131-0/+14
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-101-0/+5
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-5/+66
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-23/+33
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-211/+193
* SERVER-36916 Object to keep track of keys that violate uniqueness constraintsLouis Williams2018-11-071-3/+3
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-0/+13
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-1/+1
* SERVER-36889 unshim IndexCatalogEntryBenety Goh2018-10-121-5/+6
* SERVER-36889 unshim IndexCatalogBenety Goh2018-10-111-125/+51
* SERVER-37055 IndexBuildBlock::fail() should grab a lockGregory Wlodarek2018-10-111-0/+3
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-2/+2
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-11/+0
* SERVER-36302 Remove IndexCatalogImpl::_upgradeDatabaseMinorVersionIfNeeded an...Dianna Hohensee2018-08-221-91/+16
* SERVER-35824 disallow long index namespaces under FCV 4.0Benety Goh2018-07-131-2/+4
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-8/+0
* SERVER-32959 remove limit on index namespace at index creationBenety Goh2018-06-271-1/+5
* SERVER-35324 parse and store allPaths index specsamontea2018-06-211-2/+22
* SERVER-33736 timestamp index updates from vector insertsEric Milkie2018-05-231-0/+7
* SERVER-34777 Multi-index drops should timestamp each drop individually along ...Louis Williams2018-05-181-4/+6
* SERVER-34774: Maintain multikey state during multi-statement transaction.Daniel Gottlieb2018-05-161-1/+1
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-4/+5
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-23/+34
* SERVER-34765 The onCommit handler in IndexBuildBlock::init should capture poi...Louis Williams2018-05-021-10/+11
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-25/+20
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-20/+25
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-25/+20
* SERVER-34639 Background indexes on primaries should advance the minimumVisibl...Louis Williams2018-04-251-6/+8
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-241-3/+2
* SERVER-34494 Background index builds on secondaries should set the collection...Louis Williams2018-04-171-3/+10
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-1/+7
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-5/+2
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-2/+5
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-5/+2
* SERVER-33875 Add more useful logging to IndexCatalogImpl::numIndexesReadyLouis Williams2018-03-141-5/+25
* SERVER-33722 readConcern snapshot should return an error for metadata changesJames Wahlin2018-03-141-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-211-1/+10