summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60514 Remove outdated metric record.moves from serverStatusShin Yee Tan2021-12-021-3/+0
* SERVER-60540 Add retryability support for internal transactions for findAndMo...Cheahuychou Mao2021-11-201-57/+73
* SERVER-61611 OpObserver::aboutToDelete() accepts UUIDBenety Goh2021-11-191-2/+2
* SERVER-61188 Account for preImageRecordingEnabled when reserving oplog slots ...Jason Chan2021-11-151-24/+49
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-11/+11
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-7/+9
* SERVER-61158 add method to Collection to set unique property in index catalog...Benety Goh2021-11-041-0/+9
* SERVER-60690: Refactor OplogUpdateEntryArgs to use retryable FAM enum.Daniel Gottlieb2021-11-021-28/+30
* SERVER-60577 Add functionality to detect mixed-schema data in time-series buc...Gregory Wlodarek2021-10-301-0/+47
* SERVER-60576 On downgrade, remove the catalog flag that indicates whether a t...Gregory Wlodarek2021-10-251-6/+6
* SERVER-59607 Re-locate the pre-images collection to 'config' databaseDenis Grebennicov2021-10-251-4/+0
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-10-251-0/+2
* SERVER-60537 Support clustering non-explicitly replicated collections by arbi...Josef Ahmad2021-10-251-2/+4
* SERVER-60575 Fix FCV reference when building indexes on time-series measurementsGregory Wlodarek2021-10-231-0/+1
* SERVER-60575 On upgrade, add the catalog flag that indicates that a time-seri...Gregory Wlodarek2021-10-221-0/+36
* SERVER-60602 Delete code for unreplicated capped deletesGregory Wlodarek2021-10-181-75/+36
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObserversKaloian Manassiev2021-10-151-1/+1
* SERVER-58687 Implement writing of pre-images for non-transactional delete ope...Denis Grebennicov2021-10-141-4/+26
* SERVER-57376 Ensure CollectionImpl and IndexCatalogImpl stats are initializedHaley Connelly2021-10-131-3/+4
* SERVER-59798 Display clusteredIndex in listIndexes for clustered collectionsHaley Connelly2021-10-131-2/+5
* SERVER-60469 Fix bug where two optimes for being reserved for retryable delet...Jason Chan2021-10-121-1/+4
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/col...Denis Grebennicov2021-10-121-5/+6
* SERVER-59805 The 'collMod' command removes invalid index optionsGregory Wlodarek2021-09-241-0/+20
* SERVER-58686 Implement writing of pre-images for non-transactional update/rep...Denis Grebennicov2021-09-231-1/+7
* SERVER-58685 Implement creation of pre-images collectionDenis Grebennicov2021-09-151-14/+14
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-151-5/+61
* SERVER-55769 Improve the recordPreImages incompatibility on startup error mes...Josef Ahmad2021-09-061-2/+7
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-3/+3
* SERVER-58779 Store the original user index definition on the transformed inde...Gregory Wlodarek2021-08-041-1/+13
* SERVER-58740 Reserve multiple oplog slots when writing retryable findAndModif...Jason Chan2021-07-271-3/+59
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+1
* SERVER-50524 Remove Document Validation FCV4.7 gating and remove related syst...Mickey. J Winters2021-07-081-28/+5
* SERVER-57125 Removed Feature Trackerlukebhan2021-06-301-2/+10
* SERVER-57775 CollectionImpl removes uncommitted multikey state if DurableCata...Benety Goh2021-06-181-4/+10
* SERVER-57385 add BSONCollectionCatalogEntry::IndexMetaData::isPresent()Benety Goh2021-06-171-3/+7
* SERVER-57385 Collection::checkMetaDataForIndex() returns offset on successBenety Goh2021-06-161-3/+3
* SERVER-57385 Collection::isIndexMultikey() and Collection::setIndexIsMultikey...Benety Goh2021-06-151-60/+88
* SERVER-57385 add IndexMetaData::insertIndex()Benety Goh2021-06-151-1/+3
* SERVER-57385 add BSONCollectionCatalogEntry::IndexMetaData::nameStringData()Benety Goh2021-06-151-1/+3
* SERVER-57205 Always write all three validator variables in the validator sett...Henrik Edin2021-05-261-0/+4
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-261-3/+8
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-2/+2
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-60/+476
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-8/+10
* SERVER-56344 Test that secondaries with capped collections upgrading from FCV...Gregory Wlodarek2021-05-041-0/+6
* SERVER-56262 Fix _cappedFirstRecord usage for capped collectionsGregory Wlodarek2021-04-301-27/+43
* SERVER-16049 Replicate capped collection deletesGregory Wlodarek2021-04-231-41/+104
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-16/+3
* SERVER-55559 StorageInterfaceImpl should use bounded collection scans on clus...Louis Williams2021-04-061-6/+2
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-311-0/+6