summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/create_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64444 Extend `collMod` command to fix invalid boolean index optionsYuhong Zhang2022-04-151-1/+1
* SERVER-59261 Enable Feature flag for PM-2466Mark Benvenuto2022-04-091-1/+3
* SERVER-51236 Merge UncommittedCollections with UncommittedCatalogUpdatesFaustoleyva542022-04-071-4/+3
* SERVER-63950 Disallow creation of b-tree index on encrypted field or prefix o...Nicholas Zolnierz2022-03-241-24/+11
* SERVER-63466 Fail shardCollection if an indexed encrypted field is used as a ...Erwin Pe2022-03-081-16/+11
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-5/+2
* SERVER-63465 Create index limitations with encrypted fieldsErwin Pe2022-02-181-0/+70
* SERVER-62862 Add `expectedNamespace` to `CollectionUUIDMismatch` error responseGregory Noma2022-02-101-1/+2
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+2
* SERVER-62447 Add collectionUUID parameter to Indexes commandsMoustafa Maher Khalil2022-01-251-0/+3
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-1/+1
* SERVER-62437 Disallow createIndex implicit clustered collection creationHaley Connelly2022-01-111-19/+6
* SERVER-61009 Make createIndex a no-op on a cluster key and allow 'clustered' ...Haley Connelly2021-12-141-0/+20
* SERVER-59657 Annotate some of the WriteConflictExceptionsAndrew Shuvalov2021-11-121-1/+3
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-2/+18
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-09-301-1/+4
* SERVER-59855 move getTimeseriesOptions() into its own libraryBenety Goh2021-09-101-1/+1
* SERVER-57572 Rewrite secondary indexes on mongos for sharded time-series coll...Arun Banala2021-08-311-84/+8
* SERVER-53241 Always log createIndexes command to capture index definitionDan Larkin-York2021-08-181-1/+2
* SERVER-59351 Only store the originalSpec on time-series bucket indexes for ne...Gregory Wlodarek2021-08-171-2/+11
* SERVER-58779 Store the original user index definition on the transformed inde...Gregory Wlodarek2021-08-041-0/+8
* SERVER-56235 Update error messages for index types that are dependent on a co...Louis Williams2021-07-081-0/+14
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-1/+1
* SERVER-57578 CreateIndexesCmd::runCreateIndexesOnNewCollection() checks colle...Benety Goh2021-06-141-1/+1
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-261-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-1/+1
* SERVER-55781 Add shard version check to create indexes pathMarcos Jose Grillo Ramirez2021-05-201-0/+2
* SERVER-55708 remove unused parameter from index_key_validate::validateIndexSp...Benety Goh2021-04-021-4/+1
* SERVER-54800 move timeseries::getTimeseriesOptions() into its own libraryBenety Goh2021-03-261-0/+1
* SERVER-54639 make list_indexes.cpp time-series conversion helper functions ge...Dianna Hohensee2021-03-251-2/+2
* SERVER-51334: Only allow the temporary resharding collection on FCV 4.7+Daniel Gottlieb2021-03-241-1/+1
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-1/+3
* SERVER-54639 Helper functions to map a timeseries index spec to the index sch...Dianna Hohensee2021-03-051-86/+11
* SERVER-54646 support hidden index creation on time-series collectionsBenety Goh2021-03-051-1/+2
* SERVER-54917 Error messages that prohibit index types should be based on whet...Louis Williams2021-03-041-16/+0
* SERVER-54895 Prohibit TTL index creation on time-series bucket collectionsBenety Goh2021-03-031-0/+5
* SERVER-54888 Prohibit partial index creation on time-series bucket collectionsBenety Goh2021-03-031-0/+6
* SERVER-54645 update createIndexes time-series error messages to match dropInd...Benety Goh2021-03-031-5/+6
* SERVER-54361 Prohibit unique index creation on time-series buckets collectionsLouis Williams2021-03-021-0/+5
* SERVER-54501 Write AuthorizationContract classMark Benvenuto2021-02-261-1/+1
* SERVER-54640 support creating an index on the time field in a time-series col...Benety Goh2021-02-251-11/+38
* SERVER-54637 support creating a simple metadata index on a time-series collec...Benety Goh2021-02-241-2/+108
* SERVER-31540 Remove usages of boost::optional<UUID> from the StorageInterfaceKaloian Manassiev2021-02-241-1/+1
* SERVER-52771 Disallow createIndexes, dropIndexes, and collMod on donor shards...jannaerin2021-02-101-3/+2
* SERVER-52539 Convert createIndexes command to TypedCommandSara Golemon2021-01-251-237/+161
* SERVER-53176 Return an error when an index build commit quorum depends on vot...Louis Williams2021-01-131-1/+3
* SERVER-52525 extract index_key_validate::validateIndexSpecTTL() from createIn...Benety Goh2020-11-201-44/+3
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-5/+6