summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-60708 Improve collection validation response for document schema valid...Gregory Wlodarek2022-03-315-33/+95
* SERVER-63791 support unindexed fle2 encrypted fieldssergey.galtsev2022-03-311-26/+58
* SERVER-65081 Enable Time-series Metric IndexesDavid Percy2022-03-301-2/+3
* SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev2022-03-294-12/+22
* SERVER-64422 Modify lookupCollection*ForRead to lookup in UncommittedCatalogU...Yu Jin Kang Park2022-03-292-16/+42
* SERVER-63254 Add index feature usage stats to serverStatusLouis Williams2022-03-292-3/+9
* SERVER-64950 Use a named ErrorCode when asserting that you can't drop the las...Randolph Tan2022-03-281-2/+2
* SERVER-64100 Prohibit encrypted fields and json schema with encrypted fields ...Shreyas Kalyan2022-03-251-3/+6
* SERVER-63720 Architecture guide for TemporarilyUnavailableExceptionLouis Williams2022-03-251-4/+33
* SERVER-64796 Clustered Index BugMatt Kneiser2022-03-241-1/+7
* SERVER-63593 Array compression support for BSONColumnHenrik Edin2022-03-231-2/+7
* SERVER-63414 Change static cast to bool initializer.Yu Jin Kang Park2022-03-221-1/+1
* SERVER-61228 Architecture Guide updates on index data formatsYuhong Zhang2022-03-211-6/+12
* SERVER-64726 Account for transient issues in WT unit testJordi Olivares Provencio2022-03-211-2/+24
* SERVER-62732 Update parseCollModRequest to check options directlyFaustoleyva542022-03-181-357/+383
* SERVER-63643 Generate implicit schema for create collection with encrypted fi...Erwin Pe2022-03-181-13/+54
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't e...Randolph Tan2022-03-167-177/+108
* SERVER-63255 Fix dbStats output for non-existing database to match existing d...Yu Jin Kang Park2022-03-161-0/+2
* SERVER-64471 Skip checking prepareUnique on an already unique index during co...Yuhong Zhang2022-03-141-9/+8
* SERVER-63582 validation warns about unique indexes containing keys in old for...Benety Goh2022-03-112-1/+20
* SERVER-63582 add SortedDataInterface::Cursor:::isRecordIdAtEndOfKeyString()Benety Goh2022-03-102-0/+6
* SERVER-63582 add collection validation test case for unique indexes with pre-...Benety Goh2022-03-101-9/+142
* SERVER-63790 Allow dropping kConfigsvrRestoreNamespaceGregory Wlodarek2022-03-101-1/+2
* SERVER-60754: Ensure primaries write multikey paths in timestamp order.Daniel Gottlieb2022-03-091-8/+54
* SERVER-51850 Move backup and restore architecture guide to the enterprise rep...Gregory Wlodarek2022-03-091-142/+1
* SERVER-63531 Correct error to indicate that non-voting members can be include...Louis Williams2022-03-082-4/+4
* SERVER-63787 Add point-in-time functionality to replica set end-to-end testsGregory Wlodarek2022-03-041-4/+3
* SERVER-63578 Convert a unique index to a non-unique index via the collMod com...Yuhong Zhang2022-03-047-14/+63
* SERVER-1864 Support Capped Collection Size IncreaseFaustoleyva542022-03-037-28/+106
* SERVER-64081 Update scanIndexForDuplicates to handle clustered index keysShin Yee Tan2022-03-031-1/+4
* SERVER-63662 Return fewer than 8MB of violating documents in collMod conversi...Shin Yee Tan2022-03-033-24/+32
* SERVER-62556 Make rename across databases emit insert change events for tempo...Arun Banala2022-03-021-2/+2
* SERVER-63673 Prohibit encrypted fields with capped collectionsErwin Pe2022-02-281-0/+4
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-2621-267/+1158
* SERVER-63892 Update namespace after dropping locks for `dropIndexes`Gregory Noma2022-02-251-3/+6
* SERVER-62759 Add lock release in dropDatabase for applyOpsJordi Olivares Provencio2022-02-252-6/+16
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-249-73/+64
* SERVER-58286 Architecture Guide updates for unique indexesYuhong Zhang2022-02-231-0/+15
* SERVER-63841 Disable time-series metric indexesDavid Percy2022-02-221-3/+2
* SERVER-63218 Backup cursor returns the namespace and UUID at the checkpoint t...Gregory Wlodarek2022-02-223-12/+67
* SERVER-63859 Disallow collMod with 'expireAfterSeconds' parameter over a view...Nicholas Zolnierz2022-02-221-1/+1