summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-4/+2
* SERVER-60919 Remove oplog based change stream pre-image storageMindaugas Malinauskas2022-09-141-61/+8
* SERVER-68254 Create a function to instantiate collections and index entries f...Gregory Wlodarek2022-08-311-22/+98
* SERVER-68477 include 'expireAfterSeconds' type information when registering T...Benety Goh2022-08-261-3/+3
* SERVER-67814 Fix detection of and report the number of time-series collection...Dan Larkin-York2022-08-181-8/+12
* SERVER-68255 Add minValidTimestamp to CollectionsHenrik Edin2022-08-161-0/+6
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-216/+0
* SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false pathsseanzimm2022-08-151-52/+30
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-111-111/+12
* Revert "SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false pa...Tommaso Tocci2022-08-101-30/+52
* SERVER-59443 Remove storeFindAndModifyImagesInSideCollection=false pathsseanzimm2022-08-091-52/+30
* SERVER-68631 Move insertDocumentsForOplog out of CollectionImplKaloian Manassiev2022-08-081-24/+0
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-290/+39
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-66794 Detect time-series collections that require extended range supportDan Larkin-York2022-07-301-0/+21
* SERVER-68133 Ensure tenantId included in namespace in durable catalogjannaerin2022-07-291-2/+2
* SERVER-67994 Add ResourceId constructors that take NamespaceString and Databa...jannaerin2022-07-271-5/+4
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-4/+4
* SERVER-62496 remove FCV-gated capped collection restrictionBenety Goh2022-07-271-19/+0
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-21/+25
* SERVER-65143 Directly usage of repl establishOplogCollectionForLogging functionLeonardo Menti2022-07-141-4/+0
* SERVER-67473 Support inserting doc to implicitly replicated collectionsJosef Ahmad2022-07-111-2/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-171-2/+36
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-151-1/+0
* SERVER-67086 Fix gTimeseriesMetricIndexes usageGregory Wlodarek2022-06-081-2/+3
* SERVER-65657 Reduce calls to the cappedInsertNotifier for the oplogMatthew Russotto2022-06-011-3/+3
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-5/+5
* SERVER-66123 Introduce logic to write to the change collection in the primary.Rishab Joshi2022-05-291-2/+5
* Revert "SERVER-66123 Introduce logic to write to the change collection in the...auto-revert-processor2022-05-281-5/+2
* SERVER-66123 Introduce logic to write to the change collection in the primary.Rishab Joshi2022-05-271-2/+5
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-2/+2
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64444 Extend `collMod` command to fix invalid boolean index optionsYuhong Zhang2022-04-151-8/+10
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-1/+1
* SERVER-65261 User deletes on capped collections do not return CappedPositionLostGregory Wlodarek2022-04-071-0/+9
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-1/+1
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-1/+1
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-2/+2
* SERVER-64383 Add restrictions to collMod for FLE2Erwin Pe2022-04-011-0/+37
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-40/+36
* SERVER-60708 Improve collection validation response for document schema valid...Gregory Wlodarek2022-03-311-20/+42
* SERVER-63643 Generate implicit schema for create collection with encrypted fi...Erwin Pe2022-03-181-13/+54
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't e...Randolph Tan2022-03-161-1/+1
* SERVER-63578 Convert a unique index to a non-unique index via the collMod com...Yuhong Zhang2022-03-041-2/+2
* SERVER-1864 Support Capped Collection Size IncreaseFaustoleyva542022-03-031-11/+19
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-4/+4
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-111-0/+11
* SERVER-63201 Allow user deletes on capped collectionsGregory Wlodarek2022-02-101-5/+3