summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-41866 On term mismatch do not invoke the getDatabase callback under mu...Kaloian Manassiev2019-07-091-28/+18
* SERVER-41903 Validate server parameter names during config validationSara Golemon2019-07-081-0/+17
* SERVER-41888: Disallow validate to accept a read concern or afterClusterTimeLingzhi Deng2019-07-081-0/+9
* SERVER-41069 Add option to disable embedded roles from X509 certificatesJonathan Reams2019-07-083-4/+14
* SERVER-39705 Always observe multikey changes in IndexBuildInterceptor::sideWr...Benety Goh2019-07-081-4/+7
* SERVER-39705 update write ops check filter before writing to side tableBenety Goh2019-07-071-0/+10
* SERVER-39705 IndexCatalogImpl::_unindexRecord() checks filter before calling ...Benety Goh2019-07-071-0/+10
* SERVER-39705 IndexCatalogImpl::_indexKeys() accepts document to be indexedBenety Goh2019-07-072-0/+4
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-07-069-206/+264
* SERVER-39705 add multikey paths to MultikeyPathTracker::mergeMultikeyPaths() ...Benety Goh2019-07-063-19/+31
* SERVER-41255 enable debug write-ahead logging for all WT tables under debug b...Benety Goh2019-07-051-0/+6
* SERVER-42079 all non-primary index build specs should contain {backgroundSeco...Eric Milkie2019-07-051-1/+1
* SERVER-41529 Prevent dangling index records by callingAllison Easton2019-07-032-9/+24
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-07-0315-80/+180
* SERVER-41600 Invalidate index from CollectionInfoCache in refreshEntryMaria van Keulen2019-07-031-2/+6
* SERVER-41988 ignore prepare conflicts on secondariesPavi Vetriselvan2019-07-032-0/+16
* Add support for 'recoverFromOplogAsStandalone' with prepared transactionsVesselina Ratcheva2019-07-032-11/+18
* SERVER-41034 Invariant if we get a prepare conflict inside runWithoutInterrup...Vesselina Ratcheva2019-07-033-0/+12
* SERVER-41406 Reduce log verbosity for CollectionCatalogXiangyu Yao2019-07-031-3/+3
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-0368-982/+350
* SERVER-41477 The invariant that hybrid index writes recorded matches the numb...Louis Williams2019-07-031-6/+9
* SERVER-1599 Fix lintBlake Oler2019-07-032-2/+2
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-07-0315-43/+289
* SERVER-41091 Check ShardingState::enabled before calling ShardingState::shard...Jamie Heppenstall2019-07-031-0/+6
* SERVER-41643 Create/drop view should lock system.views collection after view ...Xiangyu Yao2019-07-022-2/+4
* SERVER-41426 StorageInterface's dropCollection should only take Database IX lockXiangyu Yao2019-07-022-11/+9
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-07-0226-394/+403
* SERVER-40009 Honor the initial sync flag when in startup without FCV documentJason Chan2019-07-023-5/+25
* Merge branch 'v4.2' of github.com:mongodb/mongo into v4.2Pavi Vetriselvan2019-07-021-20/+58
|\
| * SERVER-41766 Update the on-disk multikey flag in a side transaction when runn...William Schultz2019-07-021-20/+58
* | SERVER-36824 prevent prepareTransaction command on standalonePavi Vetriselvan2019-07-021-0/+5
|/
* SERVER-40383 Handle week, day edge cases in timelib_date_from_isodateJustin Seyster2019-07-013-13/+122
* SERVER-40810 give precedence index filter > hint > index on DISTINCT_SCANMisha Ivkov2019-07-011-12/+36
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-3012-79/+79
* SERVER-26531 Don't reset the control chunk's 'jumbo' flag on migration commitKaloian Manassiev2019-06-303-55/+59
* SERVER-41014 fix deadlock in runCreateIndexesWithCoordinator()Benety Goh2019-06-291-33/+9
* SERVER-41196 Integrate 'invalidate' tokens into change stream's standard resu...Bernard Gorman2019-06-296-49/+236
* SERVER-41014 runCreateIndexesWithCoordinator() uses helper functions extracte...Benety Goh2019-06-291-35/+9
* SERVER-41014 extract helper functions from runCreateIndexes()Benety Goh2019-06-291-54/+111
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-2871-1162/+1253
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-2716-87/+191
* SERVER-41813 Allow ViewCatalog lookup without validating system viewsBlake Oler2019-06-276-78/+159
* SERVER-41756 source namespace is not reported correctly if $out is usedAnton Korshunov2019-06-271-0/+9
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-279-33/+18
* SERVER-41616: track commit/abort decisions for two phase commit coordinatorLamont Nelson2019-06-267-8/+79
* SERVER-41214 Fix data race in restoring PlanStages which require a collection.David Storch2019-06-261-10/+20
* SERVER-41250 Reset the oldest timestamp if initial sync fails and starts anot...Samy Lanka2019-06-261-0/+26
* SERVER-41913 Avoid in-place modify operations for logged collections.Michael Cahill2019-06-262-6/+12
* SERVER-41462 unlock RSTL for index builds on secondariesEric Milkie2019-06-255-13/+44
* SERVER-41004 Allow CursorNotFound errors to count as a successful kill in the...Blake Oler2019-06-251-3/+8