summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* clean up geo parsing a bitHari Khalsa2012-12-181-28/+10
* near only works w/points, rename intersectHari Khalsa2012-12-131-1/+1
* add test for 2d+geoNear+within, add fix to let within work in s2+geoNearHari Khalsa2012-12-111-3/+3
* SERVER-7343 port within-in-query to HEADHari Khalsa2012-12-041-49/+43
* CS-4068 add within to matcherHari Khalsa2012-11-301-1/+68
* kill newnear, allow >1 special index typeHari Khalsa2012-11-191-1/+0
* SERVER-2874 performance fix for s2 intersect, add s2 nearHari Khalsa2012-11-131-0/+1
* SERVER-2874 add s2 indexing and cursorHari Khalsa2012-11-051-0/+1
* SERVER-5728 Regular Expression Query LimitationsRandolph Tan2012-09-011-0/+6
* SERVER-828: implement positional operator ($) and for query projectionsBen Becker2012-06-141-1/+1
* SERVER-4180 Fixes and cleanups for $elemMatch matching, including fix for SER...Aaron2012-06-091-23/+23
* make Matcher Where not touch disk in constructor and general cleaningEliot Horowitz2012-05-301-53/+74
* SERVER-3918 Add MatcherVisitor for recursively accessing a Matcher's field ma...Aaron2012-05-251-1/+34
* Move or clause deduping from Matcher to CoveredIndexMatcher and make both Mat...Aaron2012-05-241-21/+0
* fix codeWScopeScopeData and rename old versionKevin Matulef2012-05-141-1/+1
* Rename the UnitTest class to StartupTest, and the containing file to startup_...Andy Schwerin2012-04-051-3/+3
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-14/+14
* SERVER-1259 removing some of the verify calls with error messages before repl...Eliot Horowitz2012-03-261-2/+2
* Revert the two bandaid patchesTad Marshall2012-03-241-2/+0
* Fix wrong assert macro -- bandaid versionTad Marshall2012-03-241-0/+2
* Rename loadedObject to loadedRecord and specifically MatchDetails::loadedObje...Aaron2012-03-221-2/+2
* Store MatchDetails::_elemMatchKey as a string.Aaron2012-03-221-2/+3
* SERVER-5067 Make elemMatchKey fetching an explicit request in MatchDetails, a...Aaron2012-03-221-3/+5
* Make MatchDetails a class.Aaron2012-03-221-5/+21
* checkpoint work for SERVER-4644U-tellus\cwestin2012-02-141-18/+163
* startup checkdwight2011-12-271-0/+10
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+1128