summaryrefslogtreecommitdiff
path: root/s/shardkey.cpp
Commit message (Expand)AuthorAgeFilesLines
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-59/+62
* Windows build fix. SERVER-1540Mathias Stearn2010-09-231-1/+1
* Don't run moveToFrontBenchmarkMathias Stearn2010-09-221-3/+5
* Simple benchmark of moveToFront()Mathias Stearn2010-09-221-0/+30
* move code into ShardKeyPattern::moveToFront() and add unit tests. SERVER-1540Mathias Stearn2010-09-221-0/+73
* checkpoint for re-write of migrate transferEliot Horowitz2010-07-151-22/+1
* compound key checkpoint SERVER-951Mathias Stearn2010-07-131-36/+15
* canOrder isn't used so yankingMathias Stearn2010-07-131-66/+0
* SERVER-1185 A bit of prep-ing before the actual changesAlberto Lerner2010-06-301-11/+13
* compile fixMathias Stearn2010-05-041-1/+1
* shardkey const correctnessMathias Stearn2010-05-041-4/+4
* stdafx->pchDwight2010-04-271-1/+1
* sharding: allow unique indexes if key is more specific than shard key SERVER-917Eliot Horowitz2010-04-151-2/+35
* Remove relevantForQuery. SERVER-947Mathias Stearn2010-04-131-86/+0
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-6/+6
* Removing unused functionsMathias Stearn2009-12-151-245/+0
* Get rid of compareValuesMathias Stearn2009-12-141-3/+3
* Remove ill-planned nested/dotted split. Keep everything dotted.Mathias Stearn2009-12-091-9/+5
* Start using Date_t. Can anyone think of a better name?Mathias Stearn2009-12-091-2/+2
* fix broken test. MINORMathias Stearn2009-11-301-1/+1
* Support embedded fields for shard keys. SHARDING-48Mathias Stearn2009-11-041-22/+39
* Constify Chunk::getMin and getMaxMathias Stearn2009-11-041-1/+1
* cleaningEliot Horowitz2009-10-271-17/+0
* starting sharding name cleanup SHARDING-25Eliot Horowitz2009-08-311-18/+12
* use new append(Min|Max)KeyEliot Horowitz2009-08-111-38/+2
* sharding: fix what looks like a bug in largestElementForKey (which actually m...Dwight2009-08-041-3/+3
* first cut off NumberLong (64 bit ints) in BSONDwight2009-08-031-1/+12
* moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()Eliot Horowitz2009-06-091-1/+1
* adjust dependencies MINORAaron2009-05-111-8/+8
* Sharding: get rid of ShardKey::middleEliot Horowitz2009-05-061-71/+0
* just comments MINORDwight2009-04-271-0/+7
* tiny beginnings for compound ShardKeyPatternDwight2009-04-231-5/+23
* smarter about how to split a shardEliot Horowitz2009-03-301-4/+0
* Add $size query optionAaron2009-03-251-0/+1
* shardkey lt gt query supportDwight2009-03-061-19/+67
* commentsdwight2009-02-281-0/+2
* Add constAaron2009-02-271-1/+1
* better debuggingEliot Horowitz2009-02-271-2/+7
* test relevantForQueryDwight2009-02-271-4/+6
* new shardkey implementation (first pass)Dwight2009-02-271-60/+480
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-02-261-2/+0
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-02-261-4/+20
| |\
| * | sharding schema change, some object re-orgEliot Horowitz2009-02-261-6/+1
* | | shardkey partialDwight2009-02-261-21/+21
| |/ |/|
* | a couple more unit tests before rippign upDwight2009-02-261-4/+20
|/
* comments and better names for shardkeyDwight2009-02-251-13/+13
* shardkey commentsDwight2009-02-251-2/+0
* fix isMatchandOrderEliot Horowitz2009-02-241-0/+3
* sharded sort by shard keyEliot Horowitz2009-02-241-0/+9
* sharding query work - works of only need 1 serverEliot Horowitz2009-02-211-0/+17