summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_access_method.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-201-8/+25
* SERVER-17010 each Sorter instance spills to a single file rather than a new f...Dianna Hohensee2019-06-111-0/+14
* SERVER-27300 fail indexing of the Symbol type when the collation is non-simpleDavid Storch2016-12-081-1/+2
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-11/+59
* SERVER-25318 limit total memory consumed by bulk simultaneous index buildsEric Milkie2016-11-071-4/+6
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-59/+11
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-11/+59
* SERVER-26429 Optimize IndexAccessMethod::findSingle to only call getKeys() if...Marko Vojvodic2016-10-241-8/+15
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-6/+10
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-2/+2
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-5/+5
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-081-2/+9
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+3
* SERVER-23905 Remove isPrimaryFor from OperationContext.Andy Schwerin2016-05-241-1/+4
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-15/+58
* SERVER-16801 Require strict equality for $set no-op checksAndrew Morrow2016-05-051-25/+41
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-2/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-4/+13
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-13/+4
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-4/+13
* Revert "SERVER-22723 Remove unused noWarn flag and logIfError option"Ian Whalen2016-04-071-8/+14
* SERVER-22723 Remove unused noWarn flag and logIfError optionGeert Bosch2016-04-071-14/+8
* SERVER-22900 validate command per index stat should be consistant with global...Robert Guo2016-03-141-3/+2
* SERVER-16856 compact method in SortedDataInterfaceKyle Suarez2016-03-101-0/+4
* SERVER-20906 Add a random cursor implementation for mmap_v1 storage engineCharlie Swanson2015-10-231-0/+5
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-326/+315
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-6/+12
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-20/+16
* SERVER-17882 Expand failIndexKeyTooLong handling to updatesMathias Stearn2015-04-091-0/+5
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-021-3/+6
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-2/+4
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-191-1/+1
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-191-0/+445