summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/collation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41725 Make BtreeAccessMethod generate keys using KeyStringGregory Noma2019-08-154-0/+116
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-277-355/+143
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-63/+11
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-107-13/+18
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-5/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-283-6/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1325-25/+0
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-38840 ICU parsing does not gracefully handle invalid id-prefixed localesNick Zolnierz2019-01-041-0/+11
* SERVER-37827 Add Stitch library matcher functionsJacob Evans2018-12-171-0/+10
* 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-2225-200/+250
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-7/+6
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-1/+1
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-1/+1
* SERVER-33100 Move ICU data initialization to mongo/utilSara Golemon2018-02-053-177/+1
* SERVER-32969 Include RFC4013 string prep and NFKC normalization in bundled ICUSara Golemon2018-02-051-1/+4
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-3/+3
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-3/+3
* SERVER-27300 fail indexing of the Symbol type when the collation is non-simpleDavid Storch2016-12-082-0/+49
* SERVER-27300 delete dead function shouldUseCollationIndexKey()David Storch2016-12-073-33/+12
* SERVER-27197 fix BSONType::Code comparison to not use collatorDavid Storch2016-12-061-0/+103
* SERVER-27200 fix CodeWScope comparison to not use collatorDavid Storch2016-12-062-0/+116
* SERVER-26072 add collation support for 59 new localesDavid Storch2016-09-163-407/+929
* SERVER-23990 move BSONObj/BSONElement hashing into {BSONObj,BSONElement}::Com...David Storch2016-09-091-0/+156
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-061-0/+10
* SERVER-25683 reject invalid combinations of collation optionsDavid Storch2016-08-302-0/+163
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-235-16/+1
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-233-2/+6
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-188-20/+38
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-052-0/+13
* SERVER-23990 add ValueComparator::Hasher for collation-aware Value hashingDavid Storch2016-07-192-3/+3
* SERVER-23990 move StringData hashing to StringData::ComparatorInterfaceDavid Storch2016-07-194-1/+79
* SERVER-23172 Implement nested string translation iteratively.David Hatch2016-07-072-55/+83
* SERVER-24645 Make $addToSet respect collation.David Hatch2016-07-013-0/+47
* SERVER-24751 add collation parameter to shardCollection commandDavid Storch2016-06-271-1/+2
* SERVER-23172 Allow use of indices for collation-aware queries that match nest...David Hatch2016-06-223-13/+159
* SERVER-24651 Add and use string data literalsJason Carey2016-06-173-10/+10
* SERVER-24508 move collation serialization into the CollationSpecDavid Storch2016-06-157-491/+335
* SERVER-24183 persist collation version string in catalog metadataDavid Storch2016-06-1010-12/+138
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-285-231/+515
* SERVER-23984 add strict collation locale string validationDavid Storch2016-05-202-25/+305
* SERVER-24195 collator_interface_icu_test needs ICU headersJ. Rassi2016-05-202-10/+13
* SERVER-24195 Make ICU defines consistent btwn. ICU and client sourcesJ. Rassi2016-05-204-32/+47
* SERVER-23322 add basic unit test cases to ensure stability of ICU comparison ...David Storch2016-05-171-0/+28
* SERVER-22371 Allow db/query/query_common to link against ICUJ. Rassi2016-05-175-39/+84
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-167-0/+44