summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* 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