summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/capped_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76715 Log WriteConflictException reason in writeConflictRetry()Gregory Wlodarek2023-05-051-2/+3
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-181-8/+0
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-14/+20
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-2/+3
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-011-3/+2
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-311-2/+3
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-3/+2
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-2/+3
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-6/+7
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-4/+4
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+2
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-181-1/+1
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-4/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-67783 Remove usages of AutoGetCollection::getDb related to makeUniqueC...Kaloian Manassiev2022-07-081-12/+7
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-2/+2
* SERVER-63673 Prohibit encrypted fields with capped collectionsErwin Pe2022-02-281-0/+4
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-3/+3
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-2/+2
* SERVER-61337 ConvertToCapped should check versioningAllison Easton2021-12-021-0/+2
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-2/+2
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-3/+1
* SERVER-56453 fix LocalOplogInfo namespace to match new header locationBenety Goh2021-05-141-1/+1
* SERVER-56453 move LocalOplogInfo header from repl/ to catalog/Benety Goh2021-05-141-1/+1
* SERVER-16049 Replicate capped collection deletesGregory Wlodarek2021-04-231-0/+19
* SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams2021-04-061-1/+0
* SERVER-53737 Check for sharded collections in renameCollectionLegacyPierlauro Sciarelli2021-01-131-1/+0
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-4/+4
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-3/+3
* SERVER-51228 emptycapped should set the collection minimumVisibleSnapshot to ...Louis Williams2020-10-031-1/+9
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-4/+2
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-6/+7
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-10/+18
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-5/+6
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-4/+1
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-3/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47526 Use getCollectionDescription on rename collectionMarcos José Grillo Ramírez2020-04-241-0/+1
* SERVER-47423 Take collection MODE_X locks instead of databse MODE_X lock in c...Gregory Noma2020-04-101-9/+6
* SERVER-47317 Take collection MODE_X locks instead of database MODE_X lock in ...Gregory Noma2020-04-091-21/+34
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-4/+6
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-1/+2
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-4/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+6