summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41907 fixing lintDaniel Solnik2019-07-091-1/+2
* SERVER-41907 Edited log message for assert that sorted data is returned from ...Daniel Solnik2019-07-091-1/+1
* SERVER-41907 Assert that keys retrieved from the sorter are in non-decreasing...Daniel Solnik2019-07-091-1/+10
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-282-108/+20
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-282-20/+108
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-282-108/+20
* SERVER-36386 Remove failIndexKeyTooLong server parameterGabe Villasana2019-06-244-68/+3
* SERVER-41695 Remove index namespace stringsGregory Wlodarek2019-06-213-10/+2
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-4/+7
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-18/+18
* SERVER-41462 unlock RSTL for index builds on secondariesEric Milkie2019-06-181-10/+17
* SERVER-39705 Always observe multikey changes in IndexBuildInterceptor::sideWr...Benety Goh2019-06-161-4/+7
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-1318-36/+46
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-1318-46/+36
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-06-136-132/+88
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-1218-36/+46
* Revert "SERVER-39705 Always observe multikey changes in IndexBuildInterceptor...Benety Goh2019-06-111-7/+4
* SERVER-39705 Always observe multikey changes in IndexBuildInterceptor::sideWr...Benety Goh2019-06-111-4/+7
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-111-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-103-42/+42
* SERVER-41477 The invariant that hybrid index writes recorded matches the numb...Louis Williams2019-06-071-6/+9
* SERVER-41398 Create IndexAccessMethodFactoryXiangyu Yao2019-06-045-0/+195
* 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
* SERVER-37607 SERVER-37608 Require C++17 and make it the defaultAndrew Morrow2019-01-311-14/+18
* SERVER-38378 Hybrid builds should yield locks and check for interrupts while ...Louis Williams2019-01-172-2/+49
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-174-17/+17
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-073-3/+3
* SERVER-37265 Change curOp and ProgressMeter for hybrid buildsLouis Williams2019-01-025-33/+60
* SERVER-38675 Do not check duplicate key constraints for index builds on secon...Louis Williams2019-01-024-1/+42
* SERVER-38548 move IndexDescriptor::makeIndexNamespace() to NamespaceStringBenety Goh2018-12-313-41/+41