summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_mock.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-181-8/+0
* SERVER-74163 Instantiate a new collection instance from durable storage when ...Gregory Wlodarek2023-02-251-1/+1
* SERVER-72111 Avoid additional read from DurableCatalog in CollectionImpl::ini...Gregory Wlodarek2023-02-031-0/+1
* SERVER-66283 Correct tailable cursor support on unreplicated capped collectionsLouis Williams2022-12-291-0/+22
* 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/+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-24/+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-21/+0
* SERVER-70149 Refactor CollectionCatalog::openCollection()Dianna Hohensee2022-10-141-1/+1
* SERVER-69365 Support updating indices in updateWithDamagesJordi Olivares Provencio2022-09-191-6/+8
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-0/+9
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-8/+0
* SERVER-68255 Add minValidTimestamp to CollectionsHenrik Edin2022-08-161-0/+8
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-15/+0
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-111-6/+5
* SERVER-68631 Move insertDocumentsForOplog out of CollectionImplKaloian Manassiev2022-08-081-6/+0
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-11/+8
* SERVER-68253 Maintain collections and indexes in pending-drop state in the Co...Gregory Wlodarek2022-08-041-1/+1
* SERVER-66794 Detect time-series collections that require extended range supportDan Larkin-York2022-07-301-0/+8
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-10/+10
* SERVER-65143 Directly usage of repl establishOplogCollectionForLogging functionLeonardo Menti2022-07-141-4/+0
* SERVER-66212 Update std::abort calls in collection mock to MONGO_UNREACHABLEGeorge Wangensteen2022-05-101-81/+82
* 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-65547 remove unused CollectionMock constructorBenety Goh2022-04-131-3/+1
* SERVER-65137 CollectionMock accepts UUID at constructionBenety Goh2022-04-051-2/+8
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-1/+1
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-14/+10
* SERVER-60708 Improve collection validation response for document schema valid...Gregory Wlodarek2022-03-311-1/+2
* 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-1/+3
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-3/+3
* SERVER-63576 Add clustered collection statistics to catalogStatsLouis Williams2022-02-141-1/+1
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-111-0/+6
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+1
* SERVER-50081 Remove duplicate documents of unique indexes in repair modeShin Yee Tan2022-01-281-2/+4
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-10/+14
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-14/+10
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-10/+14
* SERVER-61158 add method to Collection to set unique property in index catalog...Benety Goh2021-11-041-0/+4
* SERVER-60577 Add functionality to detect mixed-schema data in time-series buc...Gregory Wlodarek2021-10-301-0/+4
* SERVER-60575 On upgrade, add the catalog flag that indicates that a time-seri...Gregory Wlodarek2021-10-221-0/+9
* SERVER-59798 Display clusteredIndex in listIndexes for clustered collectionsHaley Connelly2021-10-131-0/+4
* 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/+4
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-151-0/+8
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+1