summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-57127 IndexAccessMethod::prepareUpdate() accepts CollectionPtrBenety Goh2021-06-031-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-151/+154
* SERVER-56513 remove KeyPattern::isIdKeyPattern()Benety Goh2021-05-061-1/+1
* SERVER-16049 Replicate capped collection deletesGregory Wlodarek2021-04-231-1/+4
* SERVER-55738 Enhance error messaging when index creation results in an existi...Yuhong Zhang2021-04-191-3/+6
* SERVER-55915 Fix dbtest with improved auditing coverage enabledBen Caimano2021-04-081-1/+1
* SERVER-55241 Prohibit text index creation on collections with clustered indexesBenety Goh2021-03-301-0/+4
* SERVER-54209: Audit index build lifecycle eventsVarun Ravichandran2021-03-111-1/+0
* SERVER-54917 Error messages that prohibit index types should be based on whet...Louis Williams2021-03-041-0/+12
* SERVER-54446 Accept the 'clusteredIndex' option to the createCollection comma...Louis Williams2021-03-041-3/+2
* SERVER-54260: Ensure that DDL operations are only audited on primariesVarun Ravichandran2021-03-011-3/+2
* SERVER-54007 Support TTL deletions on time-series clustered indexesLouis Williams2021-03-011-1/+1
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-1/+3
* SERVER-50991 audit createIndex on empty collectionShreyas Kalyan2021-02-181-0/+3
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-1/+1
* SERVER-53987 Do not create the _id index for time-series collectionsGregory Wlodarek2021-01-261-0/+6
* SERVER-53869 Remove references to `getGlobalServiceContext()` from the catalogKaloian Manassiev2021-01-191-1/+0
* SERVER-46678: Utilize durable history across restarts.Daniel Gottlieb2021-01-081-0/+13
* SERVER-52694 Rely on Collection copy-on-write instead of restoring Collection...Henrik Edin2020-11-181-43/+35
* SERVER-47081 Delete stale comment and unused variableMihai Andrei2020-11-121-3/+1
* SERVER-47081 Disallow creation of haystack indexes and verify that haystack i...Mihai Andrei2020-11-111-8/+5
* SERVER-51895 Fix so drop index is registering a valid ident with the reaper w...Henrik Edin2020-11-101-14/+8
* SERVER-51094 Remove collection parameter in IndexDescriptor constructorBrian DeLeonardis2020-10-141-7/+5
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-0/+9
* SERVER-51192 IndexCatalog::numIndexesTotal and numIndexesReady should not ass...Louis Williams2020-10-051-45/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-9/+9
* SERVER-47866 Secondary readers do not need to reacquire PBWM lock if there ar...Louis Williams2020-09-231-12/+7
* SERVER-50998 Remove getClusterTimeForReplicaSet()Kevin Pulo2020-09-171-1/+2
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-2/+2
* SERVER-50927 Remove CollectionQueryInfo pointer stored in IndexCatalogEntryImpl.Henrik Edin2020-09-151-6/+2
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-2/+2
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-2/+3
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-10/+10
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-2/+18
* SERVER-49807 Move onCommit KVDropPendingIdentReaper handling out of the Durab...Dianna Hohensee2020-08-101-15/+3
* SERVER-50029 Initialize 'keysInserted' and 'keysDeleted' in the index catalogGregory Wlodarek2020-08-101-2/+2
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-041-2/+10
* SERVER-49800 remove unnecessary std::move() callsBenety Goh2020-08-011-1/+1
* SERVER-48067 Reduce memory consumption for unique index builds with large num...Gregory Noma2020-07-201-3/+4
* SERVER-48334 numIndexesTotal should only rethrow WriteConflictExceptions in a...Louis Williams2020-06-241-1/+1
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-64/+58
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-1/+1
* SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kvHenrik Edin2020-06-011-10/+12
* SERVER-48253 fix IndexCatalogImpl::createIndexOnEmptyCollection() invariant t...Benety Goh2020-05-291-2/+2
* SERVER-48457 Revert "SERVER-32225 Only limit number of text indexes created b...Ali Mir2020-05-271-5/+3
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-1/+0
* SERVER-47840 Do not write "hidden: false" to the index catalog when createInd...Ruoxin Xu2020-05-051-1/+4
* 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-56/+62
* SERVER-47397 enhanced logging for Execution owned files (part 1)Eric Milkie2020-04-221-56/+41