summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/haystack_access_method.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51871 Remove remaining code relating to haystack indexesJennifer Peshansky2021-07-131-85/+0
* SERVER-57127 AbstractIndexAccessMethod::doGetKeys() accepts OperationContext ...Benety Goh2021-06-041-1/+3
* SERVER-48736 Fix dependencies between query_exec and index_access_methodsDrew Paroski2020-07-151-90/+0
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-47969 Use Pooled KeyString builder in all index key generators where p...Henrik Edin2020-05-211-1/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-101-1/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+7
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-191-0/+1
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-4/+12
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-131-2/+2
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-131-2/+2
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* 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-0/+1
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+2
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-8/+7
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* 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-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-7/+8
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-2/+2
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-1/+4
* 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