summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_key_validate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62209 Add 'comment' option to 'createIndex' commandShin Yee Tan2022-01-241-1/+9
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-3/+2
* SERVER-61009 Make createIndex a no-op on a cluster key and allow 'clustered' ...Haley Connelly2021-12-141-9/+57
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-1/+5
* SERVER-58779 Store the original user index definition on the transformed inde...Gregory Wlodarek2021-08-041-0/+29
* SERVER-51871 Remove remaining code relating to haystack indexesJennifer Peshansky2021-07-131-20/+8
* SERVER-13938 Enabling adding expireAfterSeconds to convert to a TTL indexYuhong Zhang2021-06-151-1/+1
* SERVER-55708 move IndexDescriptor::isIndexVersionAllowedForCreation to index_...Benety Goh2021-04-031-1/+16
* SERVER-55708 remove unused parameter from index_key_validate::validateIndexSp...Benety Goh2021-04-021-4/+1
* SERVER-55708 remove unused parameter from IndexDescriptor::isIndexVersionAllo...Benety Goh2021-04-021-2/+2
* SERVER-55708 remove std importBenety Goh2021-04-021-3/+1
* SERVER-54712 createIndexes should not permit 'weights' for non-text indexesArun Banala2021-03-301-10/+21
* SERVER-54007 Support TTL deletions on time-series clustered indexesLouis Williams2021-03-011-22/+28
* SERVER-52874 Implement validateDBMetadata commandArun Banala2021-02-171-0/+6
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-1/+9
* SERVER-53739 Validate all createIndexes optionsA. Jesse Jiryu Davis2021-01-201-4/+32
* Revert "SERVER-53739 Temporary code to validate all createIndexes options"Benety Goh2021-01-151-31/+3
* SERVER-53739 Temporary code to validate all createIndexes optionsA. Jesse Jiryu Davis2021-01-141-3/+31
* SERVER-52539 Validate createIndexes "background" optionA. Jesse Jiryu Davis2021-01-041-0/+6
* SERVER-52525 extract index_key_validate::validateIndexSpecTTL() from createIn...Benety Goh2020-11-201-0/+51
* SERVER-47081 Disallow creation of haystack indexes and verify that haystack i...Mihai Andrei2020-11-111-1/+16
* SERVER-47743 Remove all hidden index FCV checks and multiversion tests on mas...Ruoxin Xu2020-04-281-10/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-0/+24
* SERVER-47397 enhanced logging for Execution owned files (part 1)Eric Milkie2020-04-221-0/+1
* SERVER-45489 Remove compound hashed shard key FCV related codeArun Banala2020-03-121-13/+0
* SERVER-46791 Fix incorrect FCV initialisation check to allow compound hashed ...Arun Banala2020-03-121-3/+3
* SERVER-46750 Fix error message when creating compound hashed index while on F...Arun Banala2020-03-101-2/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-3/+5
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-2/+4
* SERVER-44256 Allow compound hashed indexes to be built in non-test deploymentsArun Banala2020-01-181-3/+1
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-1/+1
* SERVER-43911 Permit building compound hashed indexesArun Banala2019-10-281-2/+18
* SERVER-44035 Remove dupe field nameDaniel Hatcher2019-10-151-1/+0
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-9/+0
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-43/+14
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-41/+33
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-111-1/+4
* SERVER-41263 Disallow empty string in index key typeXin Hao Zhang2019-06-051-0/+8
* SERVER-41394 Improve error message for wildcard index creationXin Hao Zhang2019-06-031-1/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-6/+3
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-2/+2
* SERVER-39669 Support creating index builds with unknown optionsGregory Wlodarek2019-02-251-0/+17
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-39032 remove unnecessary NamespaceString::ns() calls from db/catalog/Benety Goh2019-01-241-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36198 Remove 'internalQueryAllowAllPathsIndexes' server parameterBernard Gorman2018-10-031-7/+0