index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
keypattern.cpp
Age
Commit message (
Expand
)
Author
2024-05-20
SERVER-90636 Safely handle large numbers in KeyPattern (#22322)
Yuhong Zhang
2024-05-08
SERVER-83759: Implement update-by-_id in Express path. (#21394)
Colin Stolley
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2021-10-16
SERVER-60273 Calculate the estimated size for missing types in sbe::value::ge...
Drew Paroski
2021-05-28
SERVER-55557 Range deletion of aborted migration can fail after a refine shar...
Jordi Serra Torrens
2021-05-06
SERVER-56513 remove KeyPattern::isIdKeyPattern()
Benety Goh
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-04-08
SERVER-40476 remove mongoutils::str::equals
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-04-30
SERVER-32645 Create a shim helper framework.
ADAM David Alan Martin
2018-04-30
Revert "SERVER-32645 Create a shim helper framework."
Kyle Suarez
2018-04-27
SERVER-32645 Create a shim helper framework.
ADAM David Alan Martin
2016-12-27
SERVER-27175 Improve performance of planSummary string generation
James Wahlin
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2014-10-16
SERVER-14973 consolidate shard key parsing, cleanup shard key patterns
Greg Studer
2014-09-03
SERVER-5022 cleanup keypattern.h and shardkey.h, remove dead code
Greg Studer
2014-09-02
SERVER-5022 allow covered queries with shard filter
Greg Studer
2014-05-05
SERVER-13807 Remove old query framework related to shard targeting
Siyuan Zhou
2014-05-01
SERVER-13656 Use new query framework in getShardsForQuery on mongos
Siyuan Zhou
2013-09-06
SERVER-8886 Add OpenSSL exception to files in src/mongo/db
Ian Whalen
2013-05-02
SERVER-8791 SERVER-9212 remove IndexSpec
Hari Khalsa
2013-04-12
migrate fts/haystack + add/del logic SERVER-8791 SERVER-9164 SERVER-9165
Hari Khalsa
2013-04-08
migrate hash index to new index api SERVER-8791 SERVER-9164
Hari Khalsa
2013-01-16
SERVER-5710 Changed KeyPattern.hasField() sematics to consider dotted field p...
Alberto Lerner
2012-12-27
SERVER-7668 append MinKey instead of null when extending tag boundary
Kevin Matulef
2012-10-16
SERVER-2001 filter queries on mongod using new key extraction path
Kevin Matulef
2012-10-15
SERVER-2001 calculate query bounds using more general key expressions
Kevin Matulef
2012-10-15
SERVER-2001 KeyPattern class; utilities for more general index & shard key specs
Kevin Matulef