summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50073 Error message when creating a mixed hashed/not hashed index shou...Dan Larkin-York2021-02-121-1/+1
* Revert "SERVER-50073 Error message when creating a mixed hashed/not hashed in...Dan Larkin-York2021-02-111-1/+1
* SERVER-50073 Error message when creating a mixed hashed/not hashed index shou...Dan Larkin-York2021-02-111-1/+1
* SERVER-48471 Hashed indexes may be incorrectly marked multikey and be ineligi...Louis Williams2021-01-122-33/+6
* SERVER-51526 Hybrid index builds can miss writes and crash in the event of a ...Louis Williams2021-01-051-18/+18
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-11-203-78/+115
* SERVER-51853 Always initialize the numInserted out-parameter in AbstractIndex...Bernard Gorman2020-10-292-2/+13
* SERVER-48067 Reduce memory consumption for unique index builds with large num...Gregory Noma2020-07-216-105/+69
* SERVER-48532 Return true from IndexBuildInterceptor::areAllWritesApplied() if...Gregory Noma2020-06-171-1/+10
* SERVER-46810 Hex encode collation keys and invalid UTF-8 in dup key error mes...David Storch2020-05-071-1/+2
* SERVER-44507 retry hybrid index build drain mode until all prepared transacti...Eric Milkie2020-04-081-4/+2
* SERVER-32903 Ambiguous field name error should be ignored during initial syncRyan Timmons2020-02-061-0/+2
* SERVER-42565 Agg and find commands sort missing fields differentlyJustin Seyster2019-12-181-0/+35
* SERVER-44619 truncate message for error code 16746 if too longBenety Goh2019-12-111-1/+14
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-2019-23/+131
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-012-3/+4
* SERVER-44050 Arrays are not correctly rejected during key generation for 'has...Arun Banala2019-10-291-8/+12
* SERVER-39708 Optimize Btree multikey updatesMaria van Keulen2019-09-132-2/+35
* SERVER-42869 fix crash in IndexBuildsCoordinator::sideWrite() rollback handlerBenety Goh2019-08-281-2/+3
* SERVER-42869 use shared_ptr to manage side writes counter in IndexBuildInterc...Benety Goh2019-08-282-7/+15
* SERVER-42491 Ensure DocumentSourceSort does not crash on searchScore or searc...r4.2.0-rc5Misha Ivkov2019-07-312-3/+8
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2610-68/+33
* SERVER-42260 IndexCatalog should add the 'ns' field to the index spec if it's...r4.2.0-rc3Gregory Wlodarek2019-07-171-1/+2
* SERVER-39705 Always observe multikey changes in IndexBuildInterceptor::sideWr...Benety Goh2019-07-081-4/+7
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-07-066-132/+88
* SERVER-41477 The invariant that hybrid index writes recorded matches the numb...Louis Williams2019-07-031-6/+9
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-281-4/+7
* SERVER-41462 unlock RSTL for index builds on secondariesEric Milkie2019-06-251-10/+17
* SERVER-41398 Create IndexAccessMethodFactoryXiangyu Yao2019-06-195-0/+195
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-111-1/+1
* SERVER-39700 Delete duplicate key test fileGabe Villasana2019-05-311-339/+0
* SERVER-41075 Remove `mongo/repl/replication_coordinator.h` from op-context vi...ADAM David Alan Martin2019-05-102-0/+36
* SERVER-40854 do not delete side table records while we are still have an acti...Benety Goh2019-05-031-3/+16
* SERVER-40854 Hybrid index builds should reposition cursors to the beginning o...Louis Williams2019-05-024-103/+145
* SERVER-39517 Only use Collection MODE_X for index creation and dropGeert Bosch2019-04-161-1/+5
* SERVER-40463 String utils output StringData instead of std::stringHenrik Edin2019-04-101-1/+1
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-1/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-095-18/+18
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-035-27/+30
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-282-5/+6
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-3/+3
* SERVER-39550 IDL'ify failIndexKeyTooLong server parameter.Henrik Edin2019-02-253-4/+43
* Revert "SERVER-39705: Always observe multikey changes in IndexBuildIntercepto...Daniel Gottlieb2019-02-221-7/+4
* SERVER-39703 Pull opCtx ptr out of the TemporaryKVRecordStore and instead pas...Dianna Hohensee2019-02-214-3/+32
* SERVER-39705: Always observe multikey changes in IndexBuildInterceptor::sideW...Daniel Gottlieb2019-02-211-4/+7
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-11/+17
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1339-43/+0
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-063-15/+60
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-313-1/+18