summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39989 Use a config.transactions find command for the begin fetching op...Vesselina Ratcheva2019-03-284-277/+395
* SERVER-39870: Guarantee the oldest timestamp obeys any initial data timestamp...Daniel Gottlieb2019-03-281-8/+7
* SERVER-40334 change --allocator=tcmalloc to mean gperftools-2.7Billy Donahue2019-03-281-1/+1
* SERVER-40210 Integration tests for $$NOW/$$CLUSTER_TIME in find, aggregate, a...Martin Neupauer2019-03-281-2/+2
* SERVER-40069 Fix global lock tracking for txnsA. Jesse Jiryu Davis2019-03-2814-182/+115
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-28426-828/+985
* SERVER-39667: Locally disable flow control when majority reads are off.Daniel Gottlieb2019-03-282-2/+4
* SERVER-39672: default to local if no read concern specified for a multi-statm...Lingzhi Deng2019-03-272-1/+11
* SERVER-40355 Handle RS config with _id larger than set sizeA. Jesse Jiryu Davis2019-03-271-1/+1
* SERVER-40200 remove query_exec lib dependency on transaction libraryjannaerin2019-03-272-11/+4
* SERVER-39762 Fix fastcount after rollback recovery of prepared transactionsLouis Williams2019-03-271-0/+9
* SERVER-37848 Test $regex agg expressions with regex that meets and exceeds th...Arun Banala2019-03-271-2/+9
* SERVER-39257 Move FieldRefTempAppend to FieldRef classTed Tuckman2019-03-276-25/+27
* SERVER-40081 Move session checkout to before command execution.Siyuan Zhou2019-03-261-18/+13
* SERVER-40333 Only clone collection options once for each shard in shardsvrSha...Blake Oler2019-03-261-8/+15
* SERVER-40296 Allow returning invalid users from authorization managerJonathan Reams2019-03-262-1/+2
* SERVER-40227 Pass ignore prepare behavior from a command attribute rather tha...Louis Williams2019-03-2613-20/+65
* SERVER-39820 Include client IP in log message for successful authenticationJonathan Reams2019-03-262-3/+9
* SERVER-39443 Apply prepared transactions on secondary with the new > 16MB tra...Matthew Russotto2019-03-266-18/+366
* SERVER-40209 Implement $$NOW and $$CLUSTER_TIMEMartin Neupauer2019-03-2613-17/+243
* SERVER-39257 Implement visitor pattern for UpdateNodeTed Tuckman2019-03-2622-23/+193
* SERVER-40140 Fix Coverity analysis defect: Improper use of negative valueArun Banala2019-03-261-3/+1
* SERVER-40264 Change MigrationChunkCloner to be a shared pointer to synchroniz...Blake Oler2019-03-252-25/+24
* SERVER-39660 Return SnapshotUnavailable error when trying to read behind pend...William Schultz2019-03-251-2/+18
* SERVER-39792 Update the txn table only on the first txn operation on primaryJason Chan2019-03-256-42/+128
* SERVER-40307 Fix replSetInitiate retry logicA. Jesse Jiryu Davis2019-03-251-2/+2
* SERVER-39152 more correctly set JSGC_MAX_BYTESGabriel Russell2019-03-251-8/+3
* SERVER-39152 apply JSGCConfig fix from bz#1515475Gabriel Russell2019-03-253-29/+101
* Import wiredtiger: 67066a329d365cb1de6e198184016d4a9d280679 from branch mongo...Luke Chen2019-03-2526-91/+959
* SERVER-35394 Ensure that only the internal role can run the prepareTransactio...Gregory Wlodarek2019-03-241-1/+8
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-2440-95/+274
* SERVER-40260 Backport gperftools upstream 62c4eca6e7e to gperftools-2.5.Billy Donahue2019-03-221-2/+16
* SERVER-39942 Make dependencies on transaction library private.Siyuan Zhou2019-03-227-4/+19
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-2256-159/+184
* SERVER-40295 Add details to stage_builder.cpp invariant messageJames Wahlin2019-03-221-1/+5
* SERVER-40142 Coverity analysis defect 112101: Double freeMark Benvenuto2019-03-221-3/+1
* SERVER-40260 reimport gperftools for the fix cherry-pick.Billy Donahue2019-03-222-5/+33
* SERVER-40124 Mobile SE: Make All SQLite Pragmas ConfigurableMatt Lord2019-03-2210-88/+135
* SERVER-39275 update extract.sh so that it builds what we actually useGabriel Russell2019-03-22132-15766/+280
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-2116-128/+113
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-2114-111/+354
* SERVER-39265 refactor gperftools-2.7 import, config, and build.Billy Donahue2019-03-21449-261/+102305
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-2124-252/+241
* SERVER-40153 remove overflowing constants that MSVC warns aboutBilly Donahue2019-03-212-32/+37
* SERVER-40178 move Future implementation details to a separate headerMathias Stearn2019-03-212-1242/+1487
* SERVER-40146 Remove SpiderMonkey 45Gabriel Russell2019-03-211708-786554/+0
* SERVER-40166 Force BG clock now >= Date_t::lastNowJason Carey2019-03-216-128/+229
* SERVER-40193 Fix replication_coordinator_impl_test compileTess Avitabile2019-03-211-1/+1
* SERVER-39944 Implement keystore metadataJonathan Reams2019-03-212-2/+6
* Revert "SERVER-40223 Use the AsyncWorkScheduler to run local command when rec...Kaloian Manassiev2019-03-211-21/+44