summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-194-5/+7
* SERVER-38684 unshim CollectionBenety Goh2018-12-182-1/+2
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-135-129/+129
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-3/+3
* Revert "SERVER-38036 Turn on hybrid builds for background, unique indexes"Louis Williams2018-12-076-126/+450
* SERVER-38036 Turn on hybrid builds for background, unique indexesLouis Williams2018-12-066-450/+126
* SERVER-38337 Coverity defect: hidden parameter in index_build_interceptor.cppLouis Williams2018-12-041-2/+2
* SERVER-37861 Retry WriteConflicts during wildcard multikey scansCharlie Swanson2018-11-291-63/+74
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-296-56/+315
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-2/+2
* SERVER-30815 Remove db/serveronly from all unit testsAndrew Morrow2018-11-141-0/+2
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-123-0/+235
* SERVER-36916 Use signed int for _id BSON value in DuplicateKeyTrackerLouis Williams2018-11-082-2/+2
* SERVER-36916 Object to keep track of keys that violate uniqueness constraintsLouis Williams2018-11-076-31/+676
* SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin2018-11-024-27/+244
* SERVER-17010 each Sorter instance spills to a single file rather than a new f...Dianna Hohensee2018-10-311-0/+14
* SERVER-37589 split IndexAccessMethod::BulkBuilder into interface and implemen...Benety Goh2018-10-252-43/+79
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-232-15/+50
* SERVER-37566 Avoid recreating ProjectionExecAgg on each expansion of a wildca...Bernard Gorman2018-10-232-0/+14
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2239-714/+792
* SERVER-36889 split IndexAccessMethod into interface and abstract implementationBenety Goh2018-10-1116-187/+292
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-027-109/+109
* SERVER-37266 Fix S2keys container copyingLouis Williams2018-09-271-3/+3
* SERVER-37206 Rename starPathsTempName to wildcardProjectionJames Wahlin2018-09-211-1/+1
* SERVER-36444 Validate support for $** multikey metadata path index keysJames Wahlin2018-09-191-0/+8
* SERVER-36014 Remove support for IndexVersion V0Geert Bosch2018-09-107-324/+93
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-054-1/+69
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-241-7/+28
* SERVER-35337 Implement/test existence and null comparison queries using "allP...samontea2018-08-243-121/+164
* Revert "SERVER-36280 Create a feature tracker bit indicating the existence of...Eric Milkie2018-08-231-37/+4
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-221-4/+37