summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/btree_access_method.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-3/+3
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-3/+3
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-3/+3
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-8/+7
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-5/+3
* SERVER-23092 Collation-aware index key generationTess Avitabile2016-05-021-3/+2
* SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-awareTess Avitabile2016-03-231-1/+3
* Revert "SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-aware"Tess Avitabile2016-03-221-3/+1
* SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-awareTess Avitabile2016-03-221-1/+3
* SERVER-22400 Compute multikey paths in BtreeKeyGeneratorV1::getKeys().Max Hirschhorn2016-03-171-1/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-26/+23
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-191-1/+1
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-191-1/+0
* SERVER-17062 Move getKeys() up to IndexAccessMethod and make constMathias Stearn2015-02-131-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-1/+0
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-1/+1
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than a Recor...Mathias Stearn2014-06-191-2/+2
* Revert "SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than...David Storch2014-06-191-2/+2
* SERVER-13635 IndexAccessMethods now take a BtreeInterface rather than a Recor...Mathias Stearn2014-06-191-2/+2
* Revert "SERVER-8192 rewritten V1 btree key generation"David Storch2014-05-241-4/+1
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-2/+2
* SERVER-8192 rewritten V1 btree key generationDavid Storch2014-05-131-1/+4
* SERVER-13084 btree navigation should use new implHari Khalsa2014-04-181-1/+0
* SERVER-12213 all indices are btree based indicesHari Khalsa2014-01-171-5/+0
* SERVER-12213: proper file for BtreeBasedAccessMethodEliot Horowitz2014-01-091-235/+0
* SERVER-12213: merge BtreInMemoryState and IndexCatalogEntryEliot Horowitz2014-01-091-9/+11
* SERVER-12213: do not use idxNo or IndexDetails in any non-short term transien...Eliot Horowitz2014-01-091-12/+12
* SERVER-12213: IndexDescriptor no longer knows about IndexDetailsEliot Horowitz2013-12-301-2/+2
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-25/+62
* 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/+5
* SERVER-8791 SERVER-9165 SERVER-9212 move build into own class, clean up getKe...Hari Khalsa2013-04-191-2/+6
* migrate 2d and fts command, update logic, SERVER-8791 SERVER-9164Hari Khalsa2013-04-181-1/+3
* migrate fts/haystack + add/del logic SERVER-8791 SERVER-9164 SERVER-9165Hari Khalsa2013-04-121-4/+11
* 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-081-44/+38
* btree access method, cursor. migrate btreecursor to use it. SERVER-9163 SER...Hari Khalsa2013-04-021-0/+250