summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10641 fix compile for WindowsEric Milkie2013-08-301-0/+7
* SERVER-10641 Stable floating-point comparison when validating min/maxDistanceA. Jesse Jiryu Davis2013-08-301-1/+2
* SERVER-8992 Better error for invalid polygonA. Jesse Jiryu Davis2013-08-292-8/+10
* SERVER-10641 Additional input validation for $near, $nearSphere, and geoNear.A. Jesse Jiryu Davis2013-08-282-8/+15
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-201-1/+1
* SERVER-10026 SERVER-10461 overhaul yielding, introduce findAllHari Khalsa2013-08-141-7/+12
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-1/+7
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* SERVER-9395 Implement $minDistance for geoNear commandA. Jesse Jiryu Davis2013-07-103-2/+14
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-5/+8
* SERVER-9639 make 2dsphere indices sparse w.r.t. the indexed geo fieldsHari Khalsa2013-07-031-0/+3
* SERVER-8791 SERVER-9212 keep btree bucket deletion inside of btree classHari Khalsa2013-07-0213-41/+33
* add multipoint/line/poly. SERVER-8907 SERVER-8349Hari Khalsa2013-06-257-141/+20
* SERVER-8791 SERVER-9212 move btree-only funcs out of indexcursor ifaceHari Khalsa2013-06-2512-111/+18
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-142-3/+3
* SERVER-9859 SERVER-8687 prevent hashed sharding w/o default seedGreg Studer2013-06-121-3/+13
* SERVER-9647 don't transform 2dsphere desc fields into ascGreg Studer2013-05-153-3/+22
* SERVER-8791 SERVER-9212 remove IndexSpecHari Khalsa2013-05-027-42/+49
* SERVER-8791 SERVER-9212 retire indexplugin/indextypeHari Khalsa2013-05-029-23/+82
* SERVER-9484 don't ignore geometries w/>1 covers if one of them isn't in the s...Hari Khalsa2013-05-021-4/+9
* SERVER-8791 document unreliable dbtests, fix possible index cursor seek bugHari Khalsa2013-04-261-1/+4
* SERVER-8791 Fix Windows compileTad Marshall2013-04-251-1/+1
* SERVER-8791 SERVER-9212 retire IndexInterfaceHari Khalsa2013-04-258-8/+87
* fix geo_near_random1.js by not messing up stats object in geoNear commandHari Khalsa2013-04-232-9/+8
* SERVER-9212 SERVER-8791 kill newCursor and suitability, centralize latterHari Khalsa2013-04-238-35/+35
* SERVER-9212 SERVER-8791 delete the old cursors, migrate geoNear commandHari Khalsa2013-04-236-0/+89
* fix build break, keyAt function for 2d index yielding shouldn't throwHari Khalsa2013-04-221-3/+6
* SERVER-8791 SERVER-9165 SERVER-9212 Fix Windows compile warningTad Marshall2013-04-201-1/+1
* SERVER-8791 SERVER-9165 SERVER-9212 move build into own class, clean up getKe...Hari Khalsa2013-04-195-4/+320
* SERVER-8791 SERVER-9164 Fix Windows compile warningTad Marshall2013-04-181-1/+1
* migrate 2d and fts command, update logic, SERVER-8791 SERVER-9164Hari Khalsa2013-04-1818-34/+2379
* migrate fts/haystack + add/del logic SERVER-8791 SERVER-9164 SERVER-9165Hari Khalsa2013-04-1211-15/+468
* fix bug/windows build break.Hari Khalsa2013-04-111-1/+9
* SERVER-8791 SERVER-9164 Fix Windows compile warningTad Marshall2013-04-101-1/+1
* migrate 2dsphere index to new interface SERVER-8791 SERVER-9164Hari Khalsa2013-04-1014-30/+1453
* fix debug build by moving disk reads out of constructor in emulated_cursor.hHari Khalsa2013-04-091-32/+58
* fix linux32 linkHari Khalsa2013-04-081-0/+1
* fix spaces at line start to keep linter happyHari Khalsa2013-04-081-1/+1
* migrate hash index to new index api SERVER-8791 SERVER-9164Hari Khalsa2013-04-0815-297/+1151
* SERVER-8791 SERVER-9151 Fix MSVC warningsTad Marshall2013-04-022-2/+2
* btree access method, cursor. migrate btreecursor to use it. SERVER-9163 SER...Hari Khalsa2013-04-0210-3/+1161
* interfaces for index API -- SERVER-8791 SERVER-9151Hari Khalsa2013-04-023-0/+447