| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-12263 relax ordering requirement of DBRef fields in query | Benety Goh | 2014-02-04 | 3 | -25/+75 |
* | SERVER-12263 relax DBRef parsing requirements to support additional fields af... | Benety Goh | 2014-02-04 | 3 | -59/+56 |
* | SERVER-10906 Add support for legacy text indexes | Jason Rassi | 2014-01-28 | 1 | -1/+4 |
* | SERVER-8692 additional test cases for queries against null to document existi... | Benety Goh | 2014-01-28 | 1 | -0/+22 |
* | SERVER-10159 In receivedUpdate, parse CanonicalQuery outside DB Write lock. | Andy Schwerin | 2014-01-17 | 2 | -2/+2 |
* | SERVER-10026 check for comparison match expressions with regex during parsing | David Storch | 2014-01-08 | 1 | -0/+14 |
* | SERVER-12191 handle DBRef under $elemMatch | Benety Goh | 2014-01-05 | 2 | -0/+53 |
* | SERVER-11952 fix $size match expression parsing for negative longs | David Storch | 2013-12-30 | 1 | -1/+8 |
* | remove ssome namespace_detail includes where not used | Eliot Horowitz | 2013-12-30 | 1 | -1/+0 |
* | SERVER-11422 better test names. additional test case for path to nested empty... | Benety Goh | 2013-12-18 | 1 | -2/+23 |
* | SERVER-5481 reject $in query on undefined value | Benety Goh | 2013-12-17 | 3 | -0/+26 |
* | Revert: SERVER-5481 reject $in query on undefined value | Benety Goh | 2013-12-14 | 3 | -26/+0 |
* | SERVER-5481 reject $in query on undefined value | Benety Goh | 2013-12-14 | 3 | -0/+26 |
* | SERVER-10026 remove most of matcher.cpp | Hari Khalsa | 2013-12-13 | 2 | -385/+7 |
* | SERVER-11178 remove catalog hack | Hari Khalsa | 2013-12-13 | 1 | -1/+0 |
* | SERVER-10026 migrate geoNear to new exec via rewrite | Hari Khalsa | 2013-12-11 | 1 | -1/+0 |
* | SERVER-10026 split getRunner out from the .find() execution | Hari Khalsa | 2013-12-04 | 1 | -1/+0 |
* | SERVER_4928 added test cases for bad regex operand | Benety Goh | 2013-12-02 | 1 | -0/+9 |
* | SERVER-10566 Inline MatchableDocument destructor | Mathias Stearn | 2013-11-26 | 2 | -4/+3 |
* | SERVER-11422 added test cases for null comparison | Benety Goh | 2013-11-23 | 2 | -0/+84 |
* | SERVER-11414 added test cases for null comparison operations on non-existent ... | Benety Goh | 2013-11-22 | 1 | -0/+12 |
* | SERVER-11455 added Object to support types for dollar type operator when work... | Benety Goh | 2013-11-21 | 3 | -2/+55 |
* | SERVER-11775 added test case for {$all: [null]} | Benety Goh | 2013-11-20 | 1 | -0/+11 |
* | SERVER-10416 support DBRef as $in operand | Benety Goh | 2013-11-19 | 4 | -6/+195 |
* | SERVER-9932 SERVER-10857 Text search language aliases/validation | Jason Rassi | 2013-11-13 | 2 | -4/+20 |
* | SERVER-10026 evaluating matcher of idx-only expression returns true instead o... | Hari Khalsa | 2013-11-06 | 3 | -10/+8 |
* | SERVER-10026 move 2d into stages, remove old query from 2d execution | Hari Khalsa | 2013-10-24 | 1 | -2/+2 |
* | SERVER-9063 Better error message in TextMatchExpression::matchesSingleElement() | Jason Rassi | 2013-10-15 | 1 | -1/+4 |
* | SERVER-9063 Add new match expression TextMatchExpression | Jason Rassi | 2013-10-11 | 8 | -4/+307 |
* | SERVER-10471 geojson points are SPHERE not FLAT, woops. | Hari Khalsa | 2013-10-05 | 1 | -1/+1 |
* | SERVER-10471 dont use near as variable name, fix test | Hari Khalsa | 2013-10-05 | 1 | -2/+2 |
* | SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries... | Hari Khalsa | 2013-10-04 | 6 | -16/+73 |
* | SERVER-10471 enumerate indices w/array operators correctly, clean up and comm... | Hari Khalsa | 2013-09-30 | 5 | -50/+20 |
* | SERVER-10159 Re-serialize and cache dotted form in FieldRef on request | Andrew Morrow | 2013-09-25 | 1 | -1/+1 |
* | SERVER-10026 SERVER-10471 planner bug fixes from going through tests | Hari Khalsa | 2013-09-23 | 2 | -0/+36 |
* | SERVER-10026 enumeration as strategies, bug fixes galore, build plans | Hari Khalsa | 2013-09-18 | 4 | -3/+18 |
* | SERVER-10471 Fleshing out the new query planner / enumerator | Alberto Lerner | 2013-09-11 | 7 | -17/+103 |
* | SERVER-10715 Fix unit test compilation failure. | Andy Schwerin | 2013-09-09 | 1 | -10/+10 |
* | SERVER-10715: change MatchableDocument api to allow for caching of iterators | Eliot Horowitz | 2013-09-09 | 7 | -23/+85 |
* | SERVER-8886 Add OpenSSL exception to files in src/mongo/db | Ian Whalen | 2013-09-06 | 36 | -0/+432 |
* | SERVER-10026 SERVER-10471 begin more sustainable planning approach | Hari Khalsa | 2013-08-29 | 8 | -70/+323 |
* | SERVER-10596 Globalize formerly per-thread Pool of JS Scopes | Mathias Stearn | 2013-08-26 | 1 | -1/+5 |
* | SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queries | Hari Khalsa | 2013-08-05 | 12 | -84/+156 |
* | comment about BSONObj ownership when parsing match expressions | Eliot Horowitz | 2013-07-29 | 1 | -0/+5 |
* | some MatchDetails peformance improvements and move more impl to .cpp | Eliot Horowitz | 2013-07-29 | 2 | -24/+44 |
* | SERVER-10343 Fix $regex query when given both a RegEx and options. | Andrew Aldridge | 2013-07-26 | 1 | -0/+1 |
* | SERVER-10026 fetch limit skip or | Hari Khalsa | 2013-07-09 | 1 | -1/+0 |
* | namespacestring -> namespace_string | Eliot Horowitz | 2013-07-08 | 1 | -1/+1 |
* | SERVER-10026 use massert instead of verify to fix debug build | Hari Khalsa | 2013-07-02 | 1 | -2/+3 |
* | SERVER-10026 interfaces, index scan stage, debug cmd, jstest | Hari Khalsa | 2013-07-01 | 2 | -1/+64 |