summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72111 Avoid additional read from DurableCatalog in CollectionImpl::ini...Gregory Wlodarek2023-02-031-0/+1
* SERVER-72736 Pull `Collection::makePlanExecutor` up into the query layerKaloian Manassiev2023-01-121-7/+0
* SERVER-66283 Correct tailable cursor support on unreplicated capped collectionsLouis Williams2022-12-291-0/+17
* SERVER-71644: Avoid parsing durable catalog entry when we only need to compar...Will Buerger2022-12-051-1/+1
* SERVER-71208: Handle namespaces pendingCommit in openCollectionWill Buerger2022-11-231-0/+2
* SERVER-70424: Provide way to create collection instance from untimestamped st...Will Buerger2022-11-071-1/+1
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-42/+0
* Revert "SERVER-70424: Provide way to create collection instance from untimest...Will Buerger2022-11-031-1/+1
* SERVER-70424: Provide way to create collection instance from untimestamped st...Will Buerger2022-11-021-1/+1
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-32/+0
* SERVER-70149 Refactor CollectionCatalog::openCollection()Dianna Hohensee2022-10-141-1/+1
* SERVER-69685 Add `createVirtualCollection` APIYoonsoo Kim2022-09-281-0/+7
* SERVER-69365 Support updating indices in updateWithDamagesJordi Olivares Provencio2022-09-191-8/+9
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-6/+8
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-3/+0
* SERVER-68254 Create a function to instantiate collections and index entries f...Gregory Wlodarek2022-08-311-0/+8
* SERVER-68255 Add minValidTimestamp to CollectionsHenrik Edin2022-08-161-0/+5
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-32/+0
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-111-13/+3
* SERVER-68631 Move insertDocumentsForOplog out of CollectionImplKaloian Manassiev2022-08-081-8/+0
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-83/+8
* SERVER-66794 Detect time-series collections that require extended range supportDan Larkin-York2022-07-301-0/+15
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-8/+12
* SERVER-65143 Directly usage of repl establishOplogCollectionForLogging functionLeonardo Menti2022-07-141-1/+0
* SERVER-67198 CollectionImpl::averageObjectSize() returns 0 instead of 5 if th...Gregory Wlodarek2022-06-151-1/+1
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-64444 Extend `collMod` command to fix invalid boolean index optionsYuhong Zhang2022-04-151-1/+1
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-1/+1
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-11/+7
* SERVER-60708 Improve collection validation response for document schema valid...Gregory Wlodarek2022-03-311-1/+4
* SERVER-63578 Convert a unique index to a non-unique index via the collMod com...Yuhong Zhang2022-03-041-1/+1
* SERVER-1864 Support Capped Collection Size IncreaseFaustoleyva542022-03-031-2/+3
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-3/+3
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-111-0/+4
* SERVER-50081 Remove duplicate documents of unique indexes in repair modeShin Yee Tan2022-01-281-3/+6
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-7/+11
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-11/+7
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-7/+11
* SERVER-61158 add method to Collection to set unique property in index catalog...Benety Goh2021-11-041-0/+2
* SERVER-60577 Add functionality to detect mixed-schema data in time-series buc...Gregory Wlodarek2021-10-301-0/+2
* SERVER-60575 On upgrade, add the catalog flag that indicates that a time-seri...Gregory Wlodarek2021-10-221-0/+4
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-2/+2
* SERVER-59798 Display clusteredIndex in listIndexes for clustered collectionsHaley Connelly2021-10-131-3/+5
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/col...Denis Grebennicov2021-10-121-1/+2
* SERVER-59805 The 'collMod' command removes invalid index optionsGregory Wlodarek2021-09-241-0/+2
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-151-0/+3
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-57385 Collection::checkMetaDataForIndex() returns offset on successBenety Goh2021-06-161-1/+2
* SERVER-57385 Collection::isIndexMultikey() and Collection::setIndexIsMultikey...Benety Goh2021-06-151-2/+4