summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-2740-162/+367
* SERVER-30815 Remove the mongodmain libraryAndrew Morrow2018-11-2722-201/+49
* SERVER-30815 Remove the db/serveronly libraryAndrew Morrow2018-11-273-120/+58
* SERVER-30815 Remove db/serveronly from dbtestAndrew Morrow2018-11-271-1/+2
* SERVER-38160 Allow compilation with Visual Studio 2017.Henrik Edin2018-11-273-0/+18
* SERVER-37745 Disable hash_table_bm from running on evergreen.Henrik Edin2018-11-271-1/+2
* SERVER-38238 Convert shell options to IDLSara Golemon2018-11-275-205/+207
* SERVER-38039 Coordinator should attach majority writeConcern when sending com...Esha Maharishi2018-11-262-20/+184
* SERVER-38250 Fix assertion message creation in assert.docEqJack Mulrow2018-11-261-1/+1
* SERVER-36617 Hardcode a default Diffie-Hellman parameter when ECDHE is enabledPatrick Freed2018-11-263-13/+195
* SERVER-38227 Fix biggie unique index cursor with non-inclusive boundGeert Bosch2018-11-262-7/+91
* SERVER-38226 Support storing a reserved RecordId in biggie SortedDataInterfaceGeert Bosch2018-11-263-1/+41
* SERVER-36204 Deprecate cloneCollection commandXiangyu Yao2018-11-262-0/+12
* SERVER-38216 convert free function checkForIdIndexesAndDropPendingCollections...Benety Goh2018-11-268-65/+53
* SERVER-37745 Add benchmark for hash tables.Henrik Edin2018-11-262-0/+365
* SERVER-37093 Implement code-gen for IDL config optionsSara Golemon2018-11-245-0/+662
* SERVER-38218 AutoGetCollection doesn't need to call getPointInTimeReadTimesta...William Schultz2018-11-211-11/+13
* SERVER-37871 Enforce agreement on shard key across cluster for $outCharlie Swanson2018-11-2118-83/+291
* SERVER-37992 Exchange may deadlock when consumers do not exhaust their input ...Martin Neupauer2018-11-213-6/+93
* SERVER-36740 Sometimes crashes on windows don't provide a backtraceMark Benvenuto2018-11-212-0/+14
* SERVER-36829: Let users kill their own cursorsSpencer Jackson2018-11-212-41/+15
* SERVER-38141 Fix Incorrect usage of MONGO_CONFIG_HAS_SSL_SET_ECDH_AUTOPatrick Freed2018-11-213-9/+12
* SERVER-38189 check prepareStartTime before logging slow transaction infoJason Chan2018-11-215-43/+81
* SERVER-37763 add support for aborting MultiIndexBlock index buildsBenety Goh2018-11-216-12/+384
* SERVER-37080 tunable migration clone insertion batchesKevin Pulo2018-11-211-42/+76
* SERVER-37740 SERVER-37741 remove deprecated LabeledLevelKevin Pulo2018-11-216-145/+20
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-2023-44/+83
* SERVER-38066 Shell utils should allow files to be opened in binary modeLouis Williams2018-11-201-5/+38
* SERVER-38187 Ability to create temporary RecordStore without a collectionLouis Williams2018-11-2021-4/+181
* SERVER-37763 make MultiIndexBlock work with LockerNoopBenety Goh2018-11-201-2/+2
* SERVER-37763 extend CollectionMock to support MultiIndexBlock unit testingBenety Goh2018-11-201-6/+11
* SERVER-37763 add IndexCatalogNoopBenety Goh2018-11-201-0/+206
* SERVER-37763 remove redundant header comments from MultiIndexBlockImplBenety Goh2018-11-201-102/+0
* SERVER-36068 Expose a user-accessible cursor option to avoid caching data fro...Matthew Russotto2018-11-205-1/+72
* SERVER-38158 remove test KVStorageEngineTest::RecreateIndexesBenety Goh2018-11-202-55/+0
* SERVER-38178 - Fix bug with data_type_terminated that caused seg-faults on da...Tyler Kaye2018-11-202-1/+15
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2018-11-208-22/+70
* SERVER-38122 Support read concern level local in sharded transactionsJack Mulrow2018-11-202-98/+99
* SERVER-37200 Communicate optimized $listSessions correctly from mongos to mongodJacob Evans2018-11-194-9/+30
* SERVER-38180 Do not ignore ChunkManager's cluster time when constructing Cons...Andy Schwerin2018-11-191-3/+3
* SERVER-37245 Use the SessionCatalog to track sessions on MongoSKaloian Manassiev2018-11-1914-344/+296
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-1931-145/+94
* SERVER-37985 Create aggregation stage $backupCursorExtendXiangyu Yao2018-11-198-7/+51
* SERVER-37989 introduce a new ReplicationStateTransitionLock resourceJudah Schvimer2018-11-186-12/+233
* SERVER-36656 Add canary builders for XCode 10 and XCode 10 with C++17Andrew Morrow2018-11-171-2/+3
* SERVER-34873 Revert "SERVER-33125 Work around codegen error in s390x exceptio...Andrew Morrow2018-11-171-11/+1
* SERVER-34873 Re-enable DecorableTest::ThrowingConstructor` on s390xAndrew Morrow2018-11-171-4/+0
* SERVER-38166 unshim CollectionInfoCacheBenety Goh2018-11-178-167/+20
* Fix unittest and more cleanup.Geert Bosch2018-11-168-110/+11
* SERVER-37564 Remove unused deadlock detectorGeert Bosch2018-11-168-426/+20