summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/btree_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13084 btree navigation should use new implHari Khalsa2014-04-181-225/+0
* SERVER-13084 pull record store out of btree.cpp part 1: inserts and deletesHari Khalsa2014-04-101-2/+0
* SERVER-12213: use new index creation method, including bulk operation support...Eliot Horowitz2014-01-091-0/+6
* SERVER-12213: towards a usable RecordStore abstractionEliot Horowitz2014-01-091-8/+12
* SERVER-12213: merge BtreInMemoryState and IndexCatalogEntryEliot Horowitz2014-01-091-21/+31
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-94/+94
* SERVER-11611 SERVER-11543: move btree code into its own directoryEliot Horowitz2013-12-301-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8791 SERVER-9212 retire IndexInterfaceHari Khalsa2013-04-251-0/+4
* fix build break, keyAt function for 2d index yielding shouldn't throwHari Khalsa2013-04-221-3/+6
* migrate 2d and fts command, update logic, SERVER-8791 SERVER-9164Hari Khalsa2013-04-181-0/+18
* fix linux32 linkHari Khalsa2013-04-081-0/+1
* migrate hash index to new index api SERVER-8791 SERVER-9164Hari Khalsa2013-04-081-0/+169