summaryrefslogtreecommitdiff
path: root/src/mongo/db/keypattern.cpp
AgeCommit message (Expand)Author
2024-05-20SERVER-90636 Safely handle large numbers in KeyPattern (#22322)Yuhong Zhang
2024-05-08SERVER-83759: Implement update-by-_id in Express path. (#21394)Colin Stolley
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2021-10-16SERVER-60273 Calculate the estimated size for missing types in sbe::value::ge...Drew Paroski
2021-05-28SERVER-55557 Range deletion of aborted migration can fail after a refine shar...Jordi Serra Torrens
2021-05-06SERVER-56513 remove KeyPattern::isIdKeyPattern()Benety Goh
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-04-08SERVER-40476 remove mongoutils::str::equalsBilly Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-04-30SERVER-32645 Create a shim helper framework.ADAM David Alan Martin
2018-04-30Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez
2018-04-27SERVER-32645 Create a shim helper framework.ADAM David Alan Martin
2016-12-27SERVER-27175 Improve performance of planSummary string generationJames Wahlin
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2014-10-16SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer
2014-09-03SERVER-5022 cleanup keypattern.h and shardkey.h, remove dead codeGreg Studer
2014-09-02SERVER-5022 allow covered queries with shard filterGreg Studer
2014-05-05SERVER-13807 Remove old query framework related to shard targetingSiyuan Zhou
2014-05-01SERVER-13656 Use new query framework in getShardsForQuery on mongosSiyuan Zhou
2013-09-06SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen
2013-05-02SERVER-8791 SERVER-9212 remove IndexSpecHari Khalsa
2013-04-12migrate fts/haystack + add/del logic SERVER-8791 SERVER-9164 SERVER-9165Hari Khalsa
2013-04-08migrate hash index to new index api SERVER-8791 SERVER-9164Hari Khalsa
2013-01-16SERVER-5710 Changed KeyPattern.hasField() sematics to consider dotted field p...Alberto Lerner
2012-12-27SERVER-7668 append MinKey instead of null when extending tag boundaryKevin Matulef
2012-10-16SERVER-2001 filter queries on mongod using new key extraction pathKevin Matulef
2012-10-15SERVER-2001 calculate query bounds using more general key expressionsKevin Matulef
2012-10-15SERVER-2001 KeyPattern class; utilities for more general index & shard key specsKevin Matulef