summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-awareTess Avitabile2016-03-236-24/+162
* Revert "SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-aware"Tess Avitabile2016-03-226-160/+24
* SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-awareTess Avitabile2016-03-226-24/+160
* SERVER-22400 Compute multikey paths in BtreeKeyGeneratorV1::getKeys().Max Hirschhorn2016-03-175-174/+464
* SERVER-23078 Move MultikeyPaths using declaration to its own file.Max Hirschhorn2016-03-141-0/+45
* SERVER-22900 validate command per index stat should be consistant with global...Robert Guo2016-03-142-4/+6
* SERVER-16856 compact method in SortedDataInterfaceKyle Suarez2016-03-102-0/+10
* SERVER-13123 All callers of PlanExecutor::getNext need to deal with error ret...Tess Avitabile2016-02-181-1/+6
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-0/+3
* Revert "SERVER-22234 The Validate Command Should Work with failIndexKeyTooLong"Robert Guo2016-02-091-3/+0
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-0/+3
* Revert "SERVER-22234 The Validate Command Should Work with failIndexKeyTooLong"Robert Guo2016-02-091-3/+0
* SERVER-22234 The Validate Command Should Work with failIndexKeyTooLongRobert Guo2016-02-091-0/+3
* SERVER-21491 Add input validation for 2dsphere index creationRobert Guo2015-11-191-4/+10
* SERVER-20906 Add a random cursor implementation for mmap_v1 storage engineCharlie Swanson2015-10-232-0/+9
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-9666 Tag cyclic or incomplete libraries, add more missing edgesAndrew Morrow2015-08-241-0/+1
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-2/+7
* SERVER-19596 Remove implicit circlular dependency in s2_keysKevin Albertson2015-08-119-255/+48
* SERVER-9666 Add more misssing LIBDEP edgesAndrew Morrow2015-08-101-1/+4
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-4/+5
* SERVER-19168 Move variable declarationsKevin Albertson2015-07-201-2/+3
* SERVER-19168 Change default index levels for non-point geometriesKevin Albertson2015-07-171-18/+30
* SERVER-19072 Make S2 index keys numericKevin Albertson2015-07-174-16/+246
* SERVER-18921 Index points to finest levelKevin Albertson2015-07-173-7/+22
* SERVER-19097 Add version 3 to 2dsphere indexKevin Albertson2015-07-1710-188/+293
* Change to std::string on files depending on s2Kevin Albertson2015-07-161-4/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2027-3128/+3142
* address feedback: remove isTTL and expireAfterSecondsMisha Tyulenev2015-06-151-19/+0
* SERVER-3495 added to explain output for stages COUNT_SCAN and IXSCAN: isUniqu...Misha Tyulenev2015-06-151-0/+19
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-103-8/+5
* SERVER-17660 Rename index option "filter" to "partialFilterExpression"Jason Rassi2015-06-081-1/+1
* Revert "SERVER-17660 Rename index option "filter" to "partialIndexExpression""Jason Rassi2015-06-081-1/+1
* SERVER-17660 Rename index option "filter" to "partialIndexExpression"Jason Rassi2015-06-081-1/+1
* 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-13875 Spec equivalence check ignore text/geo index versionsJason Rassi2015-05-151-1/+3
* SERVER-18465 fix confusing warning message for generating too many S2 keysDavid Storch2015-05-131-3/+3
* SERVER-9666 Remove mongocommon libraryAndrew Morrow2015-05-081-0/+1
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-2/+2
* SERVER-17915 Partial indexes shouldn't be eligible as shard key indexJason Rassi2015-04-281-0/+5
* SERVER-9666 Push index_names and mongohasher into dbAndrew Morrow2015-04-241-2/+2
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-097-341/+19
* SERVER-17882 Expand failIndexKeyTooLong handling to updatesMathias Stearn2015-04-091-0/+5
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-022-4/+9
* SERVER-8192 BtreeKeyGenerator cleanupDavid Storch2015-03-312-99/+138
* SERVER-8192 optimize V1 index key generation for indexed arraysDavid Storch2015-03-312-44/+157