summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_impl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-53635 The validate command reports documents not adhering to collectio...Gregory Wlodarek2021-06-031-5/+2
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-261-3/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-7/+81
* SERVER-56262 Fix _cappedFirstRecord usage for capped collectionsGregory Wlodarek2021-04-301-3/+5
* SERVER-16049 Replicate capped collection deletesGregory Wlodarek2021-04-231-11/+6
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-311-0/+5
* SERVER-55512 Keep track of the next record to delete in capped collectionsGregory Wlodarek2021-03-251-1/+2
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-5/+32
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-1/+2
* SERVER-53218 Inherit API Parameters from command for validator evaluationArun Banala2021-02-171-0/+6
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-091-0/+5
* SERVER-53948 Remove unnecessary ServiceContext pointer stored in CollectionImplHenrik Edin2021-01-211-3/+1
* SERVER-53869 Remove references to `getGlobalServiceContext()` from the catalogKaloian Manassiev2021-01-191-0/+1
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-17/+11
* SERVER-53142 Fix data race on CollectionImpl::_committedHenrik Edin2020-12-101-1/+3
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-091-0/+1
* SERVER-50026 Coverity analysis defect 114245: Uninitialized scalar fieldGregory Noma2020-11-201-2/+4
* SERVER-51420 Optimize delete to only read document onceBrian DeLeonardis2020-11-061-2/+17
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-37/+68
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-291-0/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-0/+1
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-13/+9
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-1/+5
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-131-1/+2
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-5/+7
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-47886 Collection owns a shared Decorable object across Collection inst...Dianna Hohensee2020-06-021-5/+13