summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-68269 Remove minimum visible snapshot for indexesGregory Wlodarek2023-04-187-98/+0
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-172-31/+46
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-143-14/+23
* SERVER-75408 Always include tenant in db name attributes in internal server e...Sophia Tan2023-04-142-2/+3
* SERVER-76077 Allow server to startup with 'bucketSize' field in index specHenrik Edin2023-04-141-1/+6
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-124-15/+39
* SERVER-74909 Create jstest that tenants with same collection names can run co...mathisbessamdb2023-04-102-0/+14
* SERVER-74841 collMod should not call catalogClient::getCollection during seco...Allison Easton2023-04-101-39/+56
* SERVER-75745 Only log record and index metadata associated with missing or ex...Dan Larkin-York2023-04-072-6/+21
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-068-30/+35
* SERVER-75741 CollectionCatalog handles mixed-mode creates and drops during st...Gregory Wlodarek2023-04-062-7/+55
* Revert "SERVER-66715 Add tenant lock"Tommaso Tocci2023-04-054-39/+15
* SERVER-73303 Remove Queryable Encryption v1 CodeShreyas Kalyan2023-04-051-8/+0
* SERVER-75561 Report and log more detailed information when validate encounter...Dan Larkin-York2023-04-051-19/+50
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-057-20/+40
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-044-15/+39
* SERVER-75456 Fix establishConsistentCollection when used concurrently with re...Henrik Edin2023-04-032-7/+303
* SERVER-55503 Architecture Guide updates for PM-2218Gregory Wlodarek2023-04-031-7/+78
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-018-33/+28
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-318-28/+33
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-1/+1
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-3011-36/+34
* SERVER-71596 renameCollectionAcrossDatabases CleanupMatt Kneiser2023-03-301-7/+0
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-12/+0
* SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoaderImplKaloian Manassiev2023-03-302-11/+4
* SERVER-75395 Handle write conflict retries for dropDatabaseGregory Wlodarek2023-03-293-7/+18
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-296-8/+7
* SERVER-74244 Remove cached namespace in the RecordStore.Henrik Edin2023-03-292-2/+1
* SERVER-75318 Allow collection validation to validate compound wildcard indexe...Ruoxin Xu2023-03-293-14/+32
* SERVER-72687 Revert $out to time-series collectionsGil Alon2023-03-294-44/+13
* SERVER-74589 mark orphan documents for inserts in insertDocumentsImpl() befor...Benety Goh2023-03-292-1/+59
* SERVER-74951 Convert profile settings to use immutable data structuresHenrik Edin2023-03-292-8/+12
* SERVER-74950 Convert drop pending to use immutable data structuresHenrik Edin2023-03-292-27/+20
* SERVER-74947 Convert view structures to use immutable data structuresHenrik Edin2023-03-292-20/+21
* SERVER-74946 Convert collection lookup to use immutable data structuresHenrik Edin2023-03-292-37/+38
* SERVER-74948 Convert pending commit to use immutable data structuresHenrik Edin2023-03-292-32/+38
* SERVER-74949 Convert catalogId mappings to use immutable data structuresHenrik Edin2023-03-292-41/+113
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-286-23/+17
* SERVER-74778 Refactor and improve performance of PriorityTicketHolderLouis Williams2023-03-282-6/+4
* SERVER-75303 Report drop-pending idents in serverStatus more efficientlyLouis Williams2023-03-281-17/+17
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-282-5/+17
* SERVER-75314 Fix instantiating collections at latest in standalone modeGregory Wlodarek2023-03-271-3/+6
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-278-33/+28
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-258-28/+33
* SERVER-74066 Remove checks that require the eccCollection namespace in Encryp...Shreyas Kalyan2023-03-231-2/+5
* SERVER-72218 Garbage collect tenant data when shard merge abortsDidier Nadeau2023-03-211-2/+9
* SERVER-74368 Reduce log verbosity for virtual collection queriesSerhii Lysenko2023-03-211-13/+22
* SERVER-74878 Restoring from query yield supports fetching point-in-time colle...Gregory Wlodarek2023-03-171-0/+37
* SERVER-74483 Remove unused InsertDeleteOptions fieldsYu Jin Kang Park2023-03-151-1/+0
* SERVER-74823 IndexCatalog initialization should not assume all non-ready inde...Gregory Wlodarek2023-03-141-4/+12