summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-2310-132/+143
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-184-7/+64
* SERVER-25075 Limit BSONObj buffer size used by 2dsphere index.Siyuan Zhou2016-08-021-4/+13
* SERVER-24997 create CannotIndexParallelArrays error codeJudah Schvimer2016-07-122-7/+1
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-0/+27
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-081-2/+9
* SERVER-23172 Allow use of indices for collation-aware queries that match nest...David Hatch2016-06-223-10/+9
* SERVER-24508 move collation serialization into the CollationSpecDavid Storch2016-06-152-5/+4
* SERVER-23114 Compute multikey paths in 2dsphere index key generation.Max Hirschhorn2016-06-036-63/+267
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-036-21/+33
* 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