summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog_entry_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58385 add collection UUID to MultikeyPathInfoBenety Goh2021-07-191-2/+5
* SERVER-57385 IndexCatalogEntryImpl looks up multikey info by offsetBenety Goh2021-06-221-1/+2
* SERVER-57385 IndexCatalogEntryImpl updates multikey info by offsetBenety Goh2021-06-211-2/+2
* SERVER-57385 IndexCatalogEntryImpl stores index offset at constructionBenety Goh2021-06-201-1/+3
* SERVER-57127 IndexCatalogEntryImpl no longer maintains own copy of multikey s...Benety Goh2021-06-061-17/+1
* SERVER-57127 IndexCatalogEntryImpl no longer maintains own copy of multikey p...Benety Goh2021-06-061-20/+7
* SERVER-57127 remove IndexCatalogEntryImpl::_isMultikeyForWrite and _indexTrac...Benety Goh2021-06-051-28/+16
* SERVER-57127 IndexCatalogEntry::isMultikey() accepts OperationContext and Col...Benety Goh2021-06-041-1/+2
* SERVER-57127 IndexCatalogEntry::getMultikeyPaths() accepts CollectionPtrBenety Goh2021-06-041-1/+2
* SERVER-56877 IndexCatalogEntryImpl::setIndexIsMultikey() uses multikey paths ...Benety Goh2021-06-021-31/+12
* SERVER-56877 track uncommitted changes to multikey paths with a counterBenety Goh2021-06-021-7/+30
* Revert "SERVER-56877 IndexCatalogEntryImpl maintains separate copies of multi...Benety Goh2021-05-211-12/+7
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-18/+21
* SERVER-56877 IndexCatalogEntryImpl maintains separate copies of multikey path...Benety Goh2021-05-191-7/+12
* SERVER-56877 rename IndexCatalogEntryImpl::_indexMultikeyPaths to _indexMulti...Benety Goh2021-05-181-10/+10
* SERVER-53675 Allow validate to fix up multikey metadataLouis Williams2021-01-291-0/+30
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-7/+1
* SERVER-53932: Round up multi-key write during recovery of prepared transactio...Lingzhi Deng2021-01-251-11/+10
* SERVER-51895 Fix so drop index is registering a valid ident with the reaper w...Henrik Edin2020-11-101-0/+4
* SERVER-51133 should consider index visibility in relation to its snapshotLouis Williams2020-10-081-6/+6
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-1/+1
* Revert "SERVER-51228 dbHash should return SnapshotUnavailable if the _id inde...Louis Williams2020-10-021-6/+6
* SERVER-51228 dbHash should return SnapshotUnavailable if the _id index is not...Louis Williams2020-10-011-6/+6
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-50927 Remove CollectionQueryInfo pointer stored in IndexCatalogEntryImpl.Henrik Edin2020-09-151-4/+2
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-12/+23
* SERVER-49949: Fix reconstructing prepared transactions containing multi-key w...Lingzhi Deng2020-08-141-2/+6
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-011-1/+1
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-42/+34
* SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kvHenrik Edin2020-06-011-1/+1
* SERVER-48010 Substitute ghost timestamp with no-op write in multi-statement t...Judah Schvimer2020-05-121-25/+35
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-251-7/+5
* SERVER-47694: fix multikey. againDaniel Gottlieb2020-04-241-26/+33
* SERVER-47397 enhanced logging for Execution owned files (part 1)Eric Milkie2020-04-221-3/+2
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-3/+4
* SERVER-46229 add IndexCatalogEntryImpl::_setMultikeyInMultiDocumentTransaction()Benety Goh2020-02-221-38/+48
* SERVER-46229 add IndexCatalogEntryImpl::_catalogSetMultikey()Benety Goh2020-02-221-47/+43
* SERVER-46229 avoid using side transaction to set multikey flag if the index w...Benety Goh2020-02-221-4/+14
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-6/+17
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+1
* SERVER-37637 Standalone nodes should not restart in-progress two-phase index ...Louis Williams2020-01-311-1/+8
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-8/+16
* SERVER-43757 background validate must skip indexes whose persisted and in-mem...Dianna Hohensee2019-10-041-1/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-42357 Add additional state to the IndexCatalogEntry to track when it i...Gregory Wlodarek2019-09-131-0/+1
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-1/+2
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-121-57/+4