summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76772 Fix Catalogid tracker cleanup after untimestamped writesHenrik Edin2023-05-033-14/+76
* SERVER-76130 Update ScopedAdmissionPriorityForLock architecture guide linkHaley Connelly2023-05-031-2/+2
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-021-1/+3
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-0210-187/+240
* SERVER-76704 Fix the build error caused by resolveCollator()Yoonsoo Kim2023-05-012-0/+46
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-011-2/+4
* SERVER-76391 Remove *InMySnapshot functions on the index catalog interfaceHenrik Edin2023-04-283-28/+2
* SERVER-76632 Use view db when validating viewOn collection nameMatt Broadstone2023-04-281-1/+1
* SERVER-74061 Add support for $out to timeseries on secondaries and sharded cl...Gil Alon2023-04-274-23/+12
* SERVER-74493 Make DatabaseName constructors private - test filesmathisbessamdb2023-04-271-1/+1
* SERVER-76450 Remove CollectionCatalogStasherHenrik Edin2023-04-273-81/+2
* SERVER-65267 Remove Feature Flag for PM-2719Shreyas Kalyan2023-04-271-17/+0
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-264-5/+8
* SERVER-70942 Break out catalogId structures from CollectionCatalog to its own...Henrik Edin2023-04-268-1378/+1947
* SERVER-70984 Remove now unused 'indexesAffected' flag from various structs in...Irina Yatsenko2023-04-261-2/+2
* SERVER-75529 Reduce the width of NamespaceStringMatt Broadstone2023-04-262-1/+23
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+6
* SERVER-70202 move fcv initialization check into featureFlag::isEnabled()Jiawei Yang2023-04-252-7/+4
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-6/+0
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-2/+2
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+6
* SERVER-67817 Change NamespaceStringOrUUID::db() to dbName() and return Databa...Sophia Tan2023-04-243-5/+5
* SERVER-68262 Enable featureFlagIndexBuildGracefulErrorHandlingJosef Ahmad2023-04-241-2/+2
* SERVER-70984 Remove _affectIndices in UpdateDriver in favor of reporting inde...Irina Yatsenko2023-04-214-7/+22
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-218-236/+16
* SERVER-72687 support $out to time-series collectionsGil Alon2023-04-194-13/+44
* SERVER-74468 Remove legacy versions of AutoGetCollection classesGregory Wlodarek2023-04-191-11/+0
* SERVER-75466 Remove checks for PIT catalog lookup feature flag where it was a...Henrik Edin2023-04-191-39/+1
* SERVER-65974 Replace HistoricalIdentTracker with checkpoint cursorsGregory Wlodarek2023-04-183-40/+1
* SERVER-74653 Remove CappedCollectionsRelaxedSize feature flagGregory Wlodarek2023-04-183-39/+2
* SERVER-68270 Remove minimum visible snapshot for collectionsGregory Wlodarek2023-04-1812-94/+5
* SERVER-75917 Test WT::compact interruptibility from the MDB layerDianna Hohensee2023-04-181-1/+5
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-182-14/+13
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-1828-193/+263
* 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