summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_compact.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-14/+22
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-1/+1
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-1/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+6
* SERVER-16856 compact method in SortedDataInterfaceKyle Suarez2016-03-101-2/+14
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-4/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-122/+118
* SERVER-18227 Add a mechanism to disable document validation and start using itMathias Stearn2015-05-081-0/+3
* SERVER-16676 don't trash indexes for RecordStores that can compact in-placeMathias Stearn2015-01-151-2/+15
* SERVER-15876 Added some collection-level lock checksalabid2015-01-151-0/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* CollectionInfoCache::reset should reset index keys under X lockEliot Horowitz2014-10-311-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-13951 Split compact up into WriteUnitOfWorksMathias Stearn2014-08-261-9/+14