summaryrefslogtreecommitdiff
path: root/db/matcher.h
Commit message (Expand)AuthorAgeFilesLines
* multiple $in support SERVER-103Eliot Horowitz2009-07-071-22/+39
* fix $in with NumberInt, NumberDouble SERVER-113Eliot Horowitz2009-06-241-2/+3
* BUG SERVER-59 when matching expand arrays recursively if contained in differe...Aaron2009-05-211-1/+1
* adjust dependencies MINORAaron2009-05-111-14/+1
* nin need not force full object negative matchAaron2009-04-271-1/+1
* don't allow matching an array directly with standard operatorsAaron2009-04-271-8/+2
* add support for $ninAaron2009-04-131-1/+3
* don't fix # of buildersAaron2009-04-131-2/+1
* ne applies to all multikey values, adjust 'size' and 'all' behavior for objec...Aaron2009-04-131-0/+5
* reinstate KeyValJsMatcherAaron2009-04-071-10/+10
* name enums to make old compiler happy (thx kristina)Aaron2009-04-061-1/+1
* back out KeyValJsMatcher, until we can fix it to handle multikey arrays corre...Aaron2009-04-061-10/+10
* add $all query optionAaron2009-04-061-2/+6
* Add $size query optionAaron2009-03-251-1/+2
* const refAaron2009-03-201-1/+1
* Key match checkpointAaron2009-03-021-0/+1
* Use key matcher, keep real BSONObj in matcher, fix deleteObject bugAaron2009-03-021-4/+7
* Add KeyValJSMatcherAaron2009-03-021-10/+13
* Add new Matcher interface, use in count, add constsAaron2009-03-021-0/+3
* Ignore MinKey and MaxKey in matcherAaron2009-02-271-0/+3
* Matcher only reject incompatible types if not numbersAaron2009-01-201-5/+6
* Indent all lines within namespaces one levelAaron2009-01-151-89/+89
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* Replace tab indentation with spacesAaron2008-12-281-56/+63
* Bracket btree cursors with beginning and and ending keysAaron2008-12-091-3/+2
* Move pcre include to a more idiomatic placeAaron Staple2008-12-021-0/+2
* web console beginningsunknown2008-11-291-2/+2
* big change for stopOnMissDwight2008-11-181-0/+126