summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-26741-12838/+7181
* SERVER-41284 Add failpoint to surface idempotency issues of transaction opera...Medha Potluri2019-07-261-0/+11
* SERVER-42110 uassert that the integer part of a v0 numeric KeyString value is...Louis Williams2019-07-262-0/+24
* SERVER-40915 View namespaces now included in the LockManager's ResourceId::to...Daniel Solnik2019-07-262-3/+110
* SERVER-41861 Simplify the concurrency between timestamp_transaction and commi...Gregory Wlodarek2019-07-261-5/+7
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-2629-116/+124
* SERVER-42372 Ban findAndModify against capped collections in transactionsVesselina Ratcheva2019-07-262-6/+19
* SERVER-42300 Retry, not skip, renamed ns in forEachCollectionFromDbGeert Bosch2019-07-261-9/+17
* SERVER-42001 unset stage should accept single stringXin Hao Zhang2019-07-252-7/+17
* SERVER-42398 On primary, abortTransaction and commitTransaction commands shou...Suganthi Mani2019-07-252-15/+17
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-07-2522-96/+184
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-255-21/+58
* SERVER-41881 Unstashing the transaction lock resources should ignore the ...Suganthi Mani2019-07-253-14/+135
* SERVER-42388 Release the transaction lock resources and abort storageSuganthi Mani2019-07-251-0/+10
* SERVER-42386 Retrieving durableCatalog should be guarded by a global lock in ...Xiangyu Yao2019-07-241-3/+3
* SERVER-42374 TimestampMonitor should stop its PeriodicJob prior to destructin...Gregory Wlodarek2019-07-241-3/+7
* SERVER-42251 Timestamp multikey writes with the prepare timestamp during repl...William Schultz2019-07-244-1/+45
* SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern...Kaloian Manassiev2019-07-245-17/+80
* SERVER-42291 generate correct bounds for $nin null queriesIan Boros2019-07-233-7/+55
* SERVER-41152 strip white space from auth mechanismsJason Piao2019-07-231-0/+7
* Revert "SERVER-41881 Unstashing the transaction lock resources should ignore ...Ian Boros2019-07-233-135/+14
* Revert "SERVER-41980 Prepared transactions should not acquire ticket on prima...Ian Boros2019-07-235-58/+21
* SERVER-42134 Deprecate certain mapReduce parametersCharlie Swanson2019-07-222-3/+24
* SERVER-42285 Add index field names to keyValue when constructing DuplicateKey...James Wahlin2019-07-223-2/+75
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-215-21/+58
* SERVER-41469 Enforce w:1 for creation of transactions table on step-upJason Chan2019-07-198-30/+37
* SERVER-42232 Adding a new shard renders all preceding resume tokens invalidBernard Gorman2019-07-191-3/+10
* SERVER-39692 Make mongos shutdown drain all in-progress transactionsRandolph Tan2019-07-182-0/+28
* SERVER-42185 timestamp index build cancellation correctly, including at stepd...Eric Milkie2019-07-183-16/+33
* SERVER-42260 IndexCatalog should add the 'ns' field to the index spec if it's...r4.2.0-rc3Gregory Wlodarek2019-07-172-6/+12
* SERVER-41261 Use the oplog entry after the common point to calculate rollback...Jason Chan2019-07-177-31/+107
* SERVER-41769 Pin _currentCommittedSnapshot to be <= the allCommitted timestam...Jason Chan2019-07-171-3/+9
* SERVER-41041 ViewCatalog should actively reload after changesGregory Wlodarek2019-07-1710-249/+322
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-1717-176/+759
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-175-10/+8
* SERVER-41881 Unstashing the transaction lock resources should ignore the save...Suganthi Mani2019-07-153-14/+135
* SERVER-41355 Step down calls yieldLocksForPreparedTransactions withoutSuganthi Mani2019-07-155-44/+68
* SERVER-41204 Output the transaction abort reason in the slow log lineKaloian Manassiev2019-07-159-76/+187
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-07-1412-2/+110
* SERVER-42199: Ignore prepare conflicts correctly in reconstructPreparedTransa...Lingzhi Deng2019-07-121-1/+1
* SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala2019-07-122-3/+57
* SERVER-41942: Clear partialTxnList after committing a prepared transaction du...Lingzhi Deng2019-07-112-0/+117
* SERVER-41195 Turn off auto-splitting when the balancer is turned offRandolph Tan2019-07-111-4/+7
* SERVER-36800 Add comments and log lines to indicate the deprecation of planCa...David Storch2019-07-103-32/+56
* SERVER-41916 Log ident information upon WiredTiger alter failureMaria van Keulen2019-07-101-2/+8
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-07-096-23/+74
* SERVER-41898 Rename "userImpersonators" to "runBy" in currentOpSpencer Jackson2019-07-091-3/+3
* SERVER-41561 add SnapshotTooOld error counting metric to serverStatusDianna Hohensee2019-07-097-4/+33
* SERVER-41560 default the snapshot window size to 0 when running with the WT i...Dianna Hohensee2019-07-095-1/+23
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-0922-193/+175