summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/haystack_access_method.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-1/+3
* SERVER-13123 All callers of PlanExecutor::getNext need to deal with error ret...Tess Avitabile2016-02-181-1/+6
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-2/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-74/+77
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias 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-0/+4
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-4/+4
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14407 delete runner.hDavid Storch2014-07-231-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-2/+2
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-1/+1
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-3/+3
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* 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
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-5/+6
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-261-1/+1
* SERVER-8391 introduce a (indexObj x doc) -> keys function for upgrade checkingHari Khalsa2014-02-191-31/+10
* SERVER-12767 refactored key generation in db/index.Benety Goh2014-02-191-67/+5
* SERVER-12213 all indices are btree based indicesHari Khalsa2014-01-171-4/+0
* SERVER-12213: merge BtreInMemoryState and IndexCatalogEntryEliot Horowitz2014-01-091-1/+1
* SERVER-12213: do not use idxNo or IndexDetails in any non-short term transien...Eliot Horowitz2014-01-091-1/+2
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-3/+5
* SERVER-10026 haystack uses runner not btreecursorHari Khalsa2013-12-061-11/+8
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-241-3/+0
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* migrate fts/haystack + add/del logic SERVER-8791 SERVER-9164 SERVER-9165Hari Khalsa2013-04-121-0/+207