summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-65209 Skeleton code to create change collection."Pierlauro Sciarelli2022-05-202-46/+40
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-192-40/+46
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-198-24/+23
* Revert "SERVER-65209 Skeleton code to create change collection."Rishab Joshi2022-05-182-46/+40
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-182-40/+46
* SERVER-65154 Create write listeners/controllers per collection that track ‘...Faustoleyva542022-05-1610-0/+798
* SERVER-65586 Change UncommittedCatalogUpdates functions to take in DatabaseNameSophia Tan2022-05-163-46/+36
* SERVER-60791 add phase and method (hybrid/foreground) to listIndexes indexBui...Benety Goh2022-05-161-1/+5
* SERVER-60791 add appendBuildInfo() method to IndexBuildsCoordinator and index...Benety Goh2022-05-165-3/+51
* SERVER-66428: Get more diagnostics when validation fails on local.replset.ini...Daniel Gottlieb2022-05-121-0/+7
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-106-12/+12
* SERVER-66212 Update std::abort calls in collection mock to MONGO_UNREACHABLEGeorge Wangensteen2022-05-101-81/+82
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-0920-306/+272
* SERVER-65797 Remove invalid index specs in memory before parsing for `listInd...Yuhong Zhang2022-05-092-34/+40
* SERVER-65664 Provide more specific types for cache alignment needsAndrew Morrow2022-05-061-5/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-0633-35/+98
* SERVER-63126 Prevent creating view on system.buckets namespaceDan Larkin-York2022-05-052-0/+19
* SERVER-66021 Support C(r)UD for columnstore indexesCharlie Swanson2022-05-051-2/+10
* SERVER-65006 Delay unsetting the index build Interceptor until we commitFaustoleyva542022-05-041-1/+5
* SERVER-55748 Arch guide updates for transactionally-replicating WUOWsJosef Ahmad2022-05-041-1/+12
* SERVER-65933 Enable creation of columnstore indexCharlie Swanson2022-05-032-30/+66
* SERVER-65918 Remove references to `ephemeralForTest`Gregory Noma2022-05-024-15/+1
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-294-5/+5
* SERVER-64252 Make `LookupStageBuilderTest` inherit from `CatalogTestFixture` ...Mohammad Dashti2022-04-291-1/+1
* SERVER-58110 IDL remove const-returning gettersBilly Donahue2022-04-291-7/+7
* SERVER-60912 Remove FCV references for time-series measurement indexesGregory Wlodarek2022-04-281-23/+0
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-2822-27/+25
* SERVER-65487 Add skeleton column index access methodIan Boros2022-04-282-3/+4
* SERVER-65085 SBE plan cache entries can be incorrectly reused after a refineC...Denis Grebennicov2022-04-271-0/+1
* SERVER-65922 Disallow `unique` and `prepareUnique` to exist in the index spec...Yuhong Zhang2022-04-263-7/+33
* SERVER-65426 Verify if there's an existing view when creating a collectionJordi Olivares Provencio2022-04-261-1/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
* SERVER-65194 Converting CollectionTest to WiredTiger storage engineMatt Kneiser2022-04-221-6/+3
* SERVER-65439: Conditionally set multikey paths when indexing recordsChristopher Caplinger2022-04-211-0/+9
* SERVER-64077 Remove `featureFlagCommandsAcceptCollectionUUID`Gregory Noma2022-04-212-10/+2
* SERVER-65431 Disallow renaming to/from a collection with encrypted fieldsErwin Pe2022-04-211-0/+9
* SERVER-53870 Improve view creation performance over time by avoiding reloadin...Shin Yee Tan2022-04-204-67/+131
* SERVER-64467 Refactor TicketHolders to not use global contextJordi Olivares Provencio2022-04-201-1/+1
* SERVER-6491 Make dropIndexes take the distlock so it can never run in paralle...Randolph Tan2022-04-201-5/+10
* SERVER-65221 Run `ThrottleCursorTest` with `wiredTiger`Gregory Noma2022-04-191-40/+47
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-0/+1
* SERVER-65704 always check array compression in test-only BSONColumn validatio...Benety Goh2022-04-151-7/+2
* SERVER-64444 Add unittests for repairing and validating index specsYuhong Zhang2022-04-151-0/+35
* SERVER-64444 Extend `validate` command to detect invalid boolean index optionsYuhong Zhang2022-04-151-4/+5
* SERVER-64444 Extend `collMod` command to fix invalid boolean index optionsYuhong Zhang2022-04-157-27/+67
* SERVER-65576 Improve time-series index build performance on non-measurement i...Gregory Wlodarek2022-04-143-0/+21
* SERVER-63206 Change CollectionCatalog::_viewsForDatabase to be keyed by Tenan...Sophia Tan2022-04-144-46/+53
* SERVER-65547 remove unused CollectionMock constructorBenety Goh2022-04-131-3/+1
* SERVER-65408 Fix locking for warnEncryptedCollectionsIfNeededMark Benvenuto2022-04-121-5/+3
* SERVER-65448 Fix validation of encrypted field paths during create collectionErwin Pe2022-04-123-6/+49