summaryrefslogtreecommitdiff
path: root/src/mongo/db/keypattern.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60273 Calculate the estimated size for missing types in sbe::value::ge...Drew Paroski2021-10-161-0/+6
* SERVER-55557 Range deletion of aborted migration can fail after a refine shar...Jordi Serra Torrens2021-05-281-1/+1
* SERVER-56513 remove KeyPattern::isIdKeyPattern()Benety Goh2021-05-061-10/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-2/+0
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-0/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-2/+0
* SERVER-27175 Improve performance of planSummary string generationJames Wahlin2016-12-271-1/+29
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-53/+52
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-143/+7
* SERVER-5022 cleanup keypattern.h and shardkey.h, remove dead codeGreg Studer2014-09-031-41/+8
* SERVER-5022 allow covered queries with shard filterGreg Studer2014-09-021-7/+49
* SERVER-13807 Remove old query framework related to shard targetingSiyuan Zhou2014-05-051-125/+0
* SERVER-13656 Use new query framework in getShardsForQuery on mongosSiyuan Zhou2014-05-011-0/+91
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8791 SERVER-9212 remove IndexSpecHari Khalsa2013-05-021-12/+0
* migrate fts/haystack + add/del logic SERVER-8791 SERVER-9164 SERVER-9165Hari Khalsa2013-04-121-0/+11
* migrate hash index to new index api SERVER-8791 SERVER-9164Hari Khalsa2013-04-081-0/+12
* SERVER-5710 Changed KeyPattern.hasField() sematics to consider dotted field p...Alberto Lerner2013-01-161-1/+16
* SERVER-7668 append MinKey instead of null when extending tag boundaryKevin Matulef2012-12-271-0/+37
* SERVER-2001 filter queries on mongod using new key extraction pathKevin Matulef2012-10-161-0/+14
* SERVER-2001 calculate query bounds using more general key expressionsKevin Matulef2012-10-151-31/+88
* SERVER-2001 KeyPattern class; utilities for more general index & shard key specsKevin Matulef2012-10-151-0/+117