summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65006 Delay unsetting the index build Interceptor until we commitFaustoleyva542022-07-261-1/+5
* SERVER-65439: Conditionally set multikey paths when indexing recordsChristopher Caplinger2022-05-021-0/+9
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-2/+2
* SERVER-51236 Merge UncommittedCollections with UncommittedCatalogUpdatesFaustoleyva542022-04-071-4/+3
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-2/+2
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-2/+2
* SERVER-63577 Introduce new unique index data formatsYuhong Zhang2022-04-061-1/+2
* SERVER-63254 Add index feature usage stats to serverStatusLouis Williams2022-03-291-2/+6
* SERVER-64796 Clustered Index BugMatt Kneiser2022-03-241-1/+7
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't e...Randolph Tan2022-03-161-66/+26
* SERVER-60754: Ensure primaries write multikey paths in timestamp order.Daniel Gottlieb2022-03-091-8/+54
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-3/+3
* SERVER-63218 Backup cursor returns the namespace and UUID at the checkpoint t...Gregory Wlodarek2022-02-221-8/+36
* SERVER-63481 Add `disallowNewDuplicateKeys` to `createIndex`Yuhong Zhang2022-02-151-1/+6
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-111-2/+0
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-210/+31
* SERVER-50081 Remove duplicate documents of unique indexes in repair modeShin Yee Tan2022-01-281-10/+18
* SERVER-62886 Add the option `disallowNewDuplicateKeys` to collMod commandYuhong Zhang2022-01-281-0/+2
* SERVER-62823 Return IndexAlreadyExists for clustered index in IndexCatalogImp...Haley Connelly2022-01-211-21/+78
* SERVER-59163 Allow creating partial indexes on time-series collectionsDavid Percy2022-01-211-12/+5
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-62437 Disallow createIndex implicit clustered collection creationHaley Connelly2022-01-111-0/+10
* SERVER-60123 Support sharding by cluster key _id on explicitly created cluste...Haley Connelly2021-12-211-7/+19
* SERVER-61009 Make createIndex a no-op on a cluster key and allow 'clustered' ...Haley Connelly2021-12-141-10/+25
* SERVER-61606 Don't perform untimestamped catalog writes when index builds rea...Gregory Noma2021-12-011-4/+2
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-191-9/+5
* SERVER-26287 Disallow creation of TTL indexes on capped collectionsGabriel Marks2021-11-181-0/+15
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-0/+2
* SERVER-54360 Support secondary unique indexes on clustered collectionsLouis Williams2021-11-051-4/+0
* SERVER-61158 add CreateIndexEntryFlags::kUpdateMetadataBenety Goh2021-11-041-0/+9
* SERVER-61158 IndexCatalog::refreshEntry() accepts CreateIndexEntryFlagsBenety Goh2021-11-041-3/+3
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-011-2/+4
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-251-2/+10
* SERVER-57376 Ensure CollectionImpl and IndexCatalogImpl stats are initializedHaley Connelly2021-10-131-4/+4
* SERVER-60324 Fix up logs in `IndexCatalogImpl::_logInternalState`Gregory Noma2021-10-111-15/+8
* SERVER-59508 Support $or in partialFilterExpression; remove top level $and re...James Wahlin2021-10-011-16/+61
* SERVER-57765:Allow partial filter expression to use $_internalBucketGeoWithinMaddie Zechar2021-08-271-1/+9
* Revert "SERVER-32739: allow limit in $filter expression"Maddie Zechar2021-08-271-9/+1
* SERVER-32739: allow limit in $filter expressionMaddie Zechar2021-08-271-1/+9
* SERVER-58067 Support 2dsphere indexes on time-series measurementsDan Larkin-York2021-07-301-0/+5
* SERVER-57763: Allow partial filter expression to use $geoWithinMaddie Zechar2021-07-191-0/+8
* Revert "SERVER-57763: Allow partial filter expression to use $geoWithin"Uladzimir Makouski2021-07-161-8/+0
* SERVER-57763: Allow partial filter expression to use $geoWithinMaddie Zechar2021-07-141-0/+8
* Revert "SERVER-57763: Allow partial filter expression to use $geoWithin"Uladzimir Makouski2021-07-141-8/+0
* SERVER-51871 Remove remaining code relating to haystack indexesJennifer Peshansky2021-07-131-17/+0
* SERVER-57763: Allow partial filter expression to use $geoWithinMaddie Zechar2021-07-131-0/+8
* SERVER-56235 Update error messages for index types that are dependent on a co...Louis Williams2021-07-081-12/+0
* SERVER-57127 IndexCatalogEntry::isMultikey() accepts OperationContext and Col...Benety Goh2021-06-041-1/+1
* SERVER-57127 IndexAccessMethod::getKeys() accepts OperationContext and Collec...Benety Goh2021-06-041-2/+6
* SERVER-57127 IndexCatalog::findShardKeyPrefixedIndex() accepts CollectionPtrBenety Goh2021-06-031-0/+1