summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/collation/collation_spec.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+1
* SERVER-52538 Merge Collation and CollationSpec classesA. Jesse Jiryu Davis2021-02-051-162/+7
* Revert "SERVER-52538 Merge Collation and CollationSpec classes"A. Jesse Jiryu Davis2021-02-041-7/+162
* SERVER-52538 Merge Collation and CollationSpec classesA. Jesse Jiryu Davis2021-02-031-162/+7
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-091-0/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-4/+16
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-16/+4
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-4/+16
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-231-0/+3
* SERVER-24508 move collation serialization into the CollationSpecDavid Storch2016-06-151-2/+8
* SERVER-24183 persist collation version string in catalog metadataDavid Storch2016-06-101-2/+10
* SERVER-23012 Add support for {locale: 'simple'} in CollatorFactoryICUTess Avitabile2016-03-141-0/+1
* SERVER-22738 add CollatorInterface::getComparisonKey()David Storch2016-03-091-1/+12
* SERVER-22373 Implement CollationSpecTess Avitabile2016-03-091-3/+99
* SERVER-22374 initial implementation of collation classesDavid Storch2016-02-231-0/+61