summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-60824 Permit non-blocking sorts on clustered collection scansJoel Redman2022-04-122-0/+9
* SERVER-64798 Rename FLE 2 state collection prefix to enxcoll_Mark Benvenuto2022-04-101-1/+1
* SERVER-59261 Enable Feature flag for PM-2466Mark Benvenuto2022-04-091-4/+0
* SERVER-65254 Disable TemporarilyUnavailableExceptions by defaultLouis Williams2022-04-081-2/+3
* SERVER-64126 Make bsonType in encryptedFields optional for non-indexed fieldsMark Benvenuto2022-04-071-6/+14
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-078-206/+22
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-073-4/+8
* SERVER-51236 Merge UncommittedCollections with UncommittedCatalogUpdatesFaustoleyva542022-04-0714-700/+613
* SERVER-65261 User deletes on capped collections do not return CappedPositionLostGregory Wlodarek2022-04-071-0/+9
* SERVER-65313 Use BatchedCollectionCatalogWriter during startup recoveryHenrik Edin2022-04-072-13/+31
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-073-8/+4
* SERVER-65137 CollectionPtr::restore() should fail (return nullptr) if collect...Benety Goh2022-04-062-5/+14
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-063-4/+8
* SERVER-63577 Introduce new unique index data formatsYuhong Zhang2022-04-063-3/+14
* SERVER-65137 LookupCollectionForYieldRestore saves collection namespace at co...Benety Goh2022-04-062-5/+10
* SERVER-65137 add yield and restore tests for CollectionPtrBenety Goh2022-04-061-2/+57
* SERVER-65007 Update allowed types for FLE indexed fieldsNicholas Zolnierz2022-04-061-2/+2
* SERVER-65137 CollectionMock accepts UUID at constructionBenety Goh2022-04-052-4/+10
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-0511-80/+177
* SERVER-64928 Disallow createIndexes with clustered:falseYu Jin Kang Park2022-04-051-8/+14
* SERVER-64196 Implement BalancerStatisticsRegistry and command to retrieve its...Tommaso Tocci2022-04-051-0/+6
* SERVER-61070 Update time-series mixed-schema data index failure error messageDavid Percy2022-04-041-9/+7
* SERVER-64383 Add restrictions to collMod for FLE2Erwin Pe2022-04-011-0/+37
* SERVER-65024 Fix the uniqueness constraint handling for foreground index buildsYuhong Zhang2022-04-013-9/+9
* SERVER-64125 Avoid committing at the stable timestampJordi Olivares Provencio2022-04-011-2/+14
* SERVER-64914 warn if a user drops an encrypted collection before state collec...Mark Benvenuto2022-04-011-1/+46
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-0115-140/+106