summaryrefslogtreecommitdiff
path: root/src/mongo/s/shardkey.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9027: allow dbref shard keysScott Hernandez2013-03-281-3/+24
* SERVER-2001 KeyPattern class; utilities for more general index & shard key specsKevin Matulef2012-10-151-17/+7
* SERVER-2001 change shard key validation to allow hashed shard keysKevin Matulef2012-10-101-0/+22
* SERVER-2001 don't trigger 'split-at-top' heuristic with special shard keysKevin Matulef2012-10-041-0/+27
* Separate functions for locating documents vs locating points in the shard-key...Kevin Matulef2012-09-251-15/+4
* move isPrefixOf utility to BSONObj classKevin Matulef2012-06-031-29/+1
* Fix line endingsTad Marshall2012-04-131-1/+1
* Rename the UnitTest class to StartupTest, and the containing file to startup_...Andy Schwerin2012-04-051-2/+2
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-0/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-32/+32
* Merge remote branch 'main/master'dwight2012-02-061-1/+15
|\
| * hasShardKey should return false if using $ops SERVER-3743Mathias Stearn2012-02-061-1/+15
| * SERVER-4683 this commit is only a tweak, but the bufbuilder estimate was alwa...dwight2012-01-141-1/+1
* | SERVER-4328 roll back some collection level concurrency things - we will take...dwight2012-01-141-1/+1
|/
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+273