summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8008 Fixed uassert numbers.Alberto Lerner2013-01-151-2/+2
* SERVER-8008 Moved checks for sort pattern to early and performed them only on...Alberto Lerner2013-01-152-47/+26
* oops wrong uassert numsHari Khalsa2013-01-151-3/+3
* allow override of indexed cover sizes, up default min cover sizeHari Khalsa2013-01-151-3/+14
* SERVER-8182 getLog returns truncated lines when logUserIds=1Randolph Tan2013-01-151-1/+5
* Visual Studio -- add file, use correct fileTad Marshall2013-01-152-0/+4
* SERVER-8070 Make sure buffer is drained before choosing sync targetKristina2013-01-152-2/+23
* SERVER-8070 Notify primary after each batch, not after each opKristina2013-01-152-2/+4
* fix exact searches, optimize point indexing, test indexed field speedsHari Khalsa2013-01-151-4/+5
* Visual Studio -- add new filesTad Marshall2013-01-144-0/+102
* Fix Windows compileTad Marshall2013-01-141-1/+1
* Clarify comment about the internal separation of read-only and read-write sys...Spencer T Brody2013-01-141-1/+2
* in 2dsphere within/intersect searching adjust covering size depending on the ...Hari Khalsa2013-01-141-1/+7
* allow full non-near geo functionality in matcherHari Khalsa2013-01-1418-642/+793
* SERVER-8125: improve text command error handling of large resultsEliot Horowitz2013-01-141-4/+8
* SERVER-8126: don't allow an array as a prefix of a text indexEliot Horowitz2013-01-141-0/+2
* Visual Studio -- add and remove filesTad Marshall2013-01-144-7/+216
* SERVER-8815 Add scale value checking to db.printCollectionStatsdaveh862013-01-111-2/+2
* use s2's loop orientation routinesHari Khalsa2013-01-111-27/+9
* verify latitude is [-90,90]Hari Khalsa2013-01-112-1/+22
* s2nearcursor covers search annulus betterHari Khalsa2013-01-113-17/+23
* SERVER-8123: text indexes should be v 1Eliot Horowitz2013-01-091-2/+10
* SERVER-8124: in fts, error out when creating indexes if score is too highEliot Horowitz2013-01-091-3/+6
* Visual Studio -- add filesTad Marshall2013-01-094-0/+24
* don't make a btree cursor for empty geometryHari Khalsa2013-01-096-34/+47
* SERVER-8119: add TimerStats class for collecting timing informationEliot Horowitz2013-01-092-0/+138
* SERVER-8119: add a timer for how long getLastError wtime takesEliot Horowitz2013-01-091-4/+16
* SERVER-7511: fix update with positional mod or index offsetEliot Horowitz2013-01-092-41/+68
* 2dsphere only suitable for within queries it actually handlesHari Khalsa2013-01-081-1/+15
* Visual Studio -- add and remove filesTad Marshall2013-01-084-12/+4
* fix within-in-matcherHari Khalsa2013-01-082-4/+7
* SERVER-8097 increment writebackSince on every request but GLEGreg Studer2013-01-072-1/+2
* enable within for indexed 2dsphereHari Khalsa2013-01-075-44/+151
* de-dup results in a shell in s2nearcursor.cppHari Khalsa2013-01-071-0/+18
* compile vcxprojDwight2013-01-072-4/+0
* only polygons we deal with in 2dsphere are geojson polygonsHari Khalsa2013-01-072-4/+6
* SERVER-8040: don't execute more js when a scope is terminatedBen Becker2013-01-061-1/+1
* SERVER-7998 only check chunk bounds if in async cleanup threadGreg Studer2013-01-032-5/+8
* SERVER-8071 allow surpressing metrics section of serverStatusEliot Horowitz2013-01-031-2/+5
* fix 32-bit linux build/likely gcc bugHari Khalsa2013-01-032-7/+6
* SERVER-991 SERVER-8008 Replaced $trimTo by $slice (but only accepting negativ...Alberto Lerner2013-01-032-82/+94
* SERVER-7998 don't allow migration cleanup if docs not owned by SCMgregs2013-01-031-2/+27
* SERVER-2771 Revert command handlingKristina2013-01-0214-366/+32
* more logging for dropDatabaseEliot Horowitz2013-01-011-1/+2
* fix constructor check by making sure we don't throw a PageFaultException whil...Eliot Horowitz2012-12-311-0/+4
* scons fixes for fts and --32Eliot Horowitz2012-12-311-1/+1
* spamEliot Horowitz2012-12-311-1/+0
* SERVER-8044: fix possible deadlock in kill op and fix index killing codeEliot Horowitz2012-12-303-17/+36
* SERVER-8044 Client destructor should clean up all associated curopsKristina2012-12-281-2/+8
* SERVER-8044 Don't delete curop while clientsMutex is heldKristina2012-12-281-3/+5