summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_compact.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70679 Allow compact to run against time-series collectionsGregory Wlodarek2022-11-291-2/+9
* SERVER-68694 Reverse the compact commands locking orderGregory Wlodarek2022-08-101-7/+6
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-2/+1
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-4/+3
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-1/+1
* SERVER-53057 Read-copy-update for the ViewCatalog.Henrik Edin2020-12-091-1/+1
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-6/+5
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-5/+6
* SERVER-48585 Fix Compact end log statementHenrik Edin2020-06-081-1/+1
* SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kvHenrik Edin2020-06-011-7/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-3/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+10
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-43199 Remove RecordStore::compactsInPlace()Evgeni Dobranov2019-09-131-87/+3
* SERVER-26967 WiredTiger compact command verbosity improvementEvgeni Dobranov2019-09-061-3/+11
* SERVER-41853 Remove unused CompactStats classHaley Connelly2019-08-281-23/+16
* SERVER-42503 compactCollection() should refetch the RecordStore after re-lock...Gregory Wlodarek2019-07-301-1/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+1
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+1
* SERVER-41884 Create the OldClientContext before checking if the storage engin...Gregory Wlodarek2019-06-241-1/+2
* SERVER-16413 Storage engines that allow online compaction should not take an ...Gregory Wlodarek2019-06-211-5/+60
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-1/+1
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-5/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-2/+3
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-1/+0
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-15/+4
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-2/+1
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-3/+1
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-1/+4
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-8/+11
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-2/+2
* SERVER-37589 RecordStore::compact() stops accepting RecordStoreCompactAdaptor...Benety Goh2018-10-251-33/+4
* SERVER-37589 make Collection::compact() a free functionBenety Goh2018-10-251-22/+21
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-2/+3
* SERVER-36889 unshim IndexCatalogBenety Goh2018-10-111-5/+5
* SERVER-36014 Remove support for IndexVersion V0Geert Bosch2018-09-101-32/+4
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-29274 IndexCatalog::dropAllIndexes() returns void.Benety Goh2017-05-231-4/+1
* SERVER-28600 Slice `catalog/collection` cycles.ADAM David Alan Martin2017-04-071-7/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-14/+14
* SERVER-26709 Move touch_pages.{h,cpp} to mmap_v1 directory, its only consumer.Andy Schwerin2016-10-261-1/+0
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-241-1/+2
* SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch2016-10-201-1/+1