summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76704 Fix the build error caused by resolveCollator()Yoonsoo Kim2023-05-011-0/+22
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-181-11/+0
* SERVER-74163 Instantiate a new collection instance from durable storage when ...Gregory Wlodarek2023-02-251-1/+1
* SERVER-73903 Add invariant that yieldable Query plans are created with a yiel...Henrik Edin2023-02-141-2/+1
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-1/+1
* SERVER-59913 Move CollectionPtr yield logic out of the CollectionCatalogHenrik Edin2023-02-071-14/+15
* SERVER-72111 Avoid additional read from DurableCatalog in CollectionImpl::ini...Gregory Wlodarek2023-02-031-0/+2
* SERVER-73238 Cleanup direct linking references to `sharding_api_d`Kaloian Manassiev2023-01-241-6/+4
* SERVER-72736 Pull `Collection::makePlanExecutor` up into the query layerKaloian Manassiev2023-01-121-12/+0
* SERVER-66283 Correct tailable cursor support on unreplicated capped collectionsLouis Williams2022-12-291-0/+28
* 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-69237 Make preImage doc available to CollectionUpdateArgsIsrael Hsu2022-11-181-1/+4
* 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-40/+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-70754 Make shards support persisting diffs for sampled update queriesCheahuychou Mao2022-11-021-0/+3
* SERVER-70044 Thread-through CollectionPtr into the onUpdate OpObserverDaniel Gómez Ferro2022-10-281-32/+2
* SERVER-70149 Refactor CollectionCatalog::openCollection()Dianna Hohensee2022-10-141-1/+1
* SERVER-69365 Support updating indices in updateWithDamagesJordi Olivares Provencio2022-09-191-10/+11
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-3/+10
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-4/+0
* SERVER-68254 Create a function to instantiate collections and index entries f...Gregory Wlodarek2022-08-311-0/+8
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-68255 Add minValidTimestamp to CollectionsHenrik Edin2022-08-161-0/+13
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-26/+0
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-111-17/+7
* SERVER-68631 Move insertDocumentsForOplog out of CollectionImplKaloian Manassiev2022-08-081-8/+0
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-91/+21
* SERVER-66794 Detect time-series collections that require extended range supportDan Larkin-York2022-07-301-0/+16
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-8/+8
* SERVER-65143 Directly usage of repl establishOplogCollectionForLogging functionLeonardo Menti2022-07-141-8/+0
* 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-3/+3
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-1/+1
* SERVER-64196 Implement BalancerStatisticsRegistry and command to retrieve its...Tommaso Tocci2022-04-051-0/+6
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-8/+3
* SERVER-60708 Improve collection validation response for document schema valid...Gregory Wlodarek2022-03-311-2/+11
* SERVER-63578 Convert a unique index to a non-unique index via the collMod com...Yuhong Zhang2022-03-041-3/+2
* SERVER-1864 Support Capped Collection Size IncreaseFaustoleyva542022-03-031-1/+3
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-3/+3
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-111-0/+7
* SERVER-59958 implement multi-collection support for AutoGetCollectionForRead*...Dianna Hohensee2022-02-101-8/+0
* SERVER-50081 Remove duplicate documents of unique indexes in repair modeShin Yee Tan2022-01-281-2/+7
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-3/+8
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-8/+3
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-3/+8
* SERVER-62074 De-duplicate Decorable and DecorableCopyableAndy Schwerin2022-01-101-2/+7
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1