summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77018 Remove in-progress index builds from getIndexFreeStorageBytesYu Jin Kang Park2023-05-161-2/+11
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-1518-162/+156
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-123-7/+7
* SERVER-68260 Arch guide updates for gracefully handling index build errorsJosef Ahmad2023-05-111-3/+35
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-1110-186/+242
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-103-9/+8
* SERVER-74492 Make DatabaseName::toStringWithTenantId private - unit testmathisbessamdb2023-05-091-1/+1
* SERVER-76744 Drop command must fail on system collectionsAntonio Fuschetto2023-05-093-30/+47
* SERVER-74196 Take catalog/storage snapshot on acquisitions APIDaniel Gómez Ferro2023-05-081-1/+1
* SERVER-76715 Log WriteConflictException reason in writeConflictRetry()Gregory Wlodarek2023-05-051-2/+3
* SERVER-76410 Make CappedInsertListener::waitUntil() interruptibleDenis Grebennicov2023-05-051-11/+47
* SERVER-76639 remove OpObserver::preRenameCollection() overloadBenety Goh2023-05-051-7/+22
* SERVER-76639 remove OpObserver::onRenameCollection() overloadBenety Goh2023-05-052-7/+16
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-053-11/+14
* SERVER-74489 Make NamespaceString::toStringWithTenantId privateSophia Tan2023-05-052-9/+9
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...Gregory Wlodarek2023-05-0410-240/+187
* 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