summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/btree_access_method.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-3/+4
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-131-1/+1
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-131-1/+1
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36889 split IndexAccessMethod into interface and abstract implementationBenety Goh2018-10-111-1/+1
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-2/+4
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-1/+1
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-1/+1
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-16/+16
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-1/+0
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-191-8/+2
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-191-1/+1
* SERVER-17062 Move getKeys() up to IndexAccessMethod and make constMathias Stearn2015-02-131-1/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+1
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-1/+1
* SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than a Recor...Mathias Stearn2014-06-191-1/+1
* Revert "SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than...David Storch2014-06-191-1/+1
* SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than a Recor...Mathias Stearn2014-06-191-1/+1
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-1/+2
* SERVER-13084 migrate builder to new iface, some clean-upHari Khalsa2014-04-251-3/+2
* SERVER-13084 btree navigation should use new implHari Khalsa2014-04-181-1/+0
* SERVER-13084 pull record store out of btree.cpp part 1: inserts and deletesHari Khalsa2014-04-101-1/+0
* SERVER-12213 all indices are btree based indicesHari Khalsa2014-01-171-2/+0
* SERVER-12213: proper file for BtreeBasedAccessMethodEliot Horowitz2014-01-091-1/+1
* SERVER-12213: merge BtreInMemoryState and IndexCatalogEntryEliot Horowitz2014-01-091-1/+1
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-3/+2
* 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 keep btree bucket deletion inside of btree classHari Khalsa2013-07-021-2/+0
* migrate hash index to new index api SERVER-8791 SERVER-9164Hari Khalsa2013-04-081-3/+11
* btree access method, cursor. migrate btreecursor to use it. SERVER-9163 SER...Hari Khalsa2013-04-021-0/+52