summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/collation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-021-4/+4
* SERVER-76704 Fix the build error caused by resolveCollator()Yoonsoo Kim2023-05-012-54/+0
* SERVER-75424 Push down timeseries metric predicateYoonsoo Kim2023-04-193-4/+54
* SERVER-75752 Use stable collator interface pointer for ArraySet for $in equal...Ivan Fefer2023-04-135-4/+14
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-264-6/+2
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-2/+3
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-2/+1
* SERVER-59230 Fix compile errors in C++20 mode with GCC 11 and clang 12Andrew Morrow2021-08-152-36/+36
* SERVER-54482 Fix crash if collation.backwards param is undefined/nullA. Jesse Jiryu Davis2021-02-152-7/+7
* SERVER-52538 Merge Collation and CollationSpec classesA. Jesse Jiryu Davis2021-02-0512-1056/+276
* Revert "SERVER-52538 Merge Collation and CollationSpec classes"A. Jesse Jiryu Davis2021-02-0412-276/+1056
* SERVER-52538 Merge Collation and CollationSpec classesA. Jesse Jiryu Davis2021-02-0312-1056/+276
* SERVER-52538 Update IDL for "create" command, part 1A. Jesse Jiryu Davis2020-12-092-0/+2
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-3/+0
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-16/+5
* 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