summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ↵HEADmasterauto-revert-processor2023-05-183-3/+7
| | | | | | the class name" This reverts commit de55cd2ac227dcc8cae2fd021abc291e86b2abb2.
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the ↵Kaloian Manassiev2023-05-173-7/+3
| | | | class name
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-2/+2
|
* SERVER-77018 Remove in-progress index builds from getIndexFreeStorageBytesYu Jin Kang Park2023-05-161-2/+11
|
* SERVER-75276 writeConflictRetry should properly be using a ↵Sophia Tan2023-05-1518-162/+156
| | | | NamespaceStringOrUUID instead of a StringData
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to ↵mathisbessamdb2023-05-123-7/+7
| | | | take in DatabaseName obj
* 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 ↵Gregory Wlodarek2023-05-0410-240/+187
| | | | | | immutable" This reverts commit c4652075a355b6662ad9dc283e71f326d342b13d.
* 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 ↵Gil Alon2023-04-274-23/+12
| | | | clusters
* 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 ↵Henrik Edin2023-04-268-1378/+1947
| | | | | | own class. This reduces the amount of logic in the CollectionCatalog and allows this system to be unit tested without the full integration in the CollectionCatalog.
* SERVER-70984 Remove now unused 'indexesAffected' flag from various structs ↵Irina Yatsenko2023-04-261-2/+2
| | | | in update
* 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
| | | | This reverts commit c35bad3b048e8d885bf0b7517aacd2349ea81d14.
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-2/+2
| | | | | | * Alters the Locker contract to require callers to check if they can yield locks before yielding * Reverses the ordering of yielding such that the snapshot is released before releasing locks * Refactors the PlanYieldPolicy to allow it to override the requested YieldPolicy if necessary
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+6
|
* SERVER-67817 Change NamespaceStringOrUUID::db() to dbName() and return ↵Sophia Tan2023-04-243-5/+5
| | | | DatabaseName
* SERVER-68262 Enable featureFlagIndexBuildGracefulErrorHandlingJosef Ahmad2023-04-241-2/+2
|
* SERVER-70984 Remove _affectIndices in UpdateDriver in favor of reporting ↵Irina Yatsenko2023-04-214-7/+22
| | | | index impact from updateDocument
* 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 ↵Henrik Edin2023-04-191-39/+1
| | | | added for catalog copy performance reasons
* 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
|