summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2814-32/+62
* SERVER-23945 make IndexCatalog::_fixIndexSpec() use Status instead of throwingDavid Storch2016-05-252-16/+30
* SERVER-23905 Remove isPrimaryFor from OperationContext.Andy Schwerin2016-05-241-1/+4
* SERVER-23644 add more tests for validate()Robert Guo2016-05-181-0/+8
* SERVER-23115 Include path-level multikey information in explain output.Max Hirschhorn2016-05-171-2/+8
* SERVER-23826 SERVER-24149 Avoid undefined behavior when validating geo index ...Andrew Morrow2016-05-161-6/+14
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-0815-34/+138
* SERVER-22726 Represent lack of path-level multikey info as empty vector.Max Hirschhorn2016-05-081-3/+5
* SERVER-16801 Require strict equality for $set no-op checksAndrew Morrow2016-05-052-28/+54
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-0411-16/+18
* SERVER-23092 Collation-aware index key generationTess Avitabile2016-05-0216-18/+572
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-292-13/+3
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-212-8/+23
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-212-23/+8
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-212-8/+23
* Revert "SERVER-22723 Remove unused noWarn flag and logIfError option"Ian Whalen2016-04-072-13/+39
* SERVER-22723 Remove unused noWarn flag and logIfError optionGeert Bosch2016-04-072-39/+13
* 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