summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59805 The 'collMod' command removes invalid index optionsGregory Wlodarek2021-09-241-0/+6
* SERVER-58686 Implement writing of pre-images for non-transactional update/rep...Denis Grebennicov2021-09-231-0/+1
* SERVER-58663 Create a lock-free multi collection AutoGet* helperDianna Hohensee2021-09-171-0/+8
* 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-6/+5
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-47/+45
* SERVER-58740 Reserve multiple oplog slots when writing retryable findAndModif...Jason Chan2021-07-271-0/+4
* SERVER-57385 Collection::checkMetaDataForIndex() returns offset on successBenety Goh2021-06-161-2/+3
* 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-0/+5
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-261-0/+6
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-7/+141
* SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York2021-04-021-2/+3
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-311-0/+6
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-181-3/+7
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-1/+1
* SERVER-31540 Remove usages of boost::optional<UUID> from the StorageInterfaceKaloian Manassiev2021-02-241-1/+4
* SERVER-53218 Inherit API Parameters from command for validator evaluationArun Banala2021-02-171-0/+2
* SERVER-53989 RecordStore determines its key format from the durable catalogLouis Williams2021-02-091-0/+6
* SERVER-53948 Remove unnecessary ServiceContext pointer stored in CollectionImplHenrik Edin2021-01-211-1/+1
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-9/+15
* SERVER-51319 Call DatabaseShardingState::checkDbVersion() and CSS::getCollect...Dianna Hohensee2020-12-161-0/+13
* SERVER-51420 Optimize delete to only read document onceBrian DeLeonardis2020-11-061-1/+15
* SERVER-51201 CollectionPtr returned from AutoGetCollectionLockFree is yieldableHenrik Edin2020-10-151-14/+10
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-4/+2
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-2/+10
* SERVER-50678 Implement lock-free version of AutoGetCollectionDianna Hohensee2020-10-081-5/+1
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-291-0/+5
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-0/+84
* SERVER-50300 Change modifier style updates to use the $v:2 oplog formatIan Boros2020-09-161-1/+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-11/+11
* SERVER-49731 Create an Ident base class for RecordStore and SortedDataInterfa...Dianna Hohensee2020-08-181-0/+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/+11
* SERVER-49180 Make the donor's dataSync function reserve an OpTime at which to...Cheahuychou Mao2020-07-081-0/+3
* 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-17/+34
* SERVER-47594 Add helpers to Structured Logging to abstract attribute namesHenrik Edin2020-05-051-0/+5
* SERVER-45514 Reject document validators with encryption-related keywords if t...Nick Zolnierz2020-04-271-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-1/+48
* SERVER-46285 Ensure transaction isolation of newly-created collectionsMaria van Keulen2020-02-281-0/+10
* SERVER-45805 Add recordPreImages flag to collMod and create commandsJonathan Reams2020-02-101-0/+4
* SERVER-45718 Index builder ensures empty collection by reading data fromSuganthi Mani2020-01-271-0/+6
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-0/+3
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42524 remove the touch commandHaley Connelly2019-09-251-8/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-42567 Remove magic from CollectionImpl and IndexCatalogImplGeert Bosch2019-08-121-2/+0
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-5/+2