summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37006 Move originatingCommand from currentOp inprog to cursor objectTed Tuckman2018-10-021-4/+8
* SERVER-37100 add context to agg pre-evaluation errorsRobert Guo2018-10-022-10/+21
* SERVER-34930 Generate sha256 credentials for the internal userJonathan Reams2018-10-022-12/+35
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-0234-145/+309
* SERVER-37380 Fix uninitialized scalar fieldGregory Wlodarek2018-10-021-1/+1
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-0240-557/+557
* SERVER-36535 Shut down the collection cloner DBClientCursor upon failure in t...Matthew Russotto2018-10-022-13/+15
* SERVER-31570 Stagger mongod/mongos ports +10 from mongobridge port.Max Hirschhorn2018-10-014-11/+106
* SERVER-37030 Make internal reads ignore prepare conflicts by defaultSamy Lanka2018-10-014-15/+19
* SERVER-37393 Fix dtor race in `ReplicaSetMonitorManager`ADAM David Alan Martin2018-10-011-1/+3
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-0117-227/+593
* SERVER-37358 dont early return from ARSJason Carey2018-10-011-2/+8
* SERVER-36113 Add ability to perform $exchange when shard key is hashedMartin Neupauer2018-10-017-33/+93
* SERVER-36589 Remove unused reference to s/transactions/SConscriptKaloian Manassiev2018-10-011-1/+0
* SERVER-37411 Fix bundle identifiers in embedded Info.plist files.Henrik Edin2018-10-012-3/+3
* SERVER-35876 SERVER-35869 Update the transaction table state when committing ...Judah Schvimer2018-09-293-13/+167
* SERVER-35868 Test that nodes update the transaction table state when a transa...Judah Schvimer2018-09-291-1/+54
* SERVER-37003 Minor change to test for cursor field of curOp for getMoreTed Tuckman2018-09-282-10/+1
* Revert "SERVER-31552 Allow users to be pinned in memory"Jonathan Reams2018-09-2816-587/+223
* SERVER-37353 Handle $slice value of LLONG_MIN gracefullyJames Wahlin2018-09-282-4/+12
* SERVER-37329 Add TODO for when runWithoutInterruption block can be removedSpencer T Brody2018-09-281-0/+1
* SERVER-35870 Allow stepdown to work with prepared transactionsSpencer T Brody2018-09-2812-26/+179
* SERVER-35870 Allow more than one thread to block Session checkout at a timeSpencer T Brody2018-09-283-10/+49
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-2810-19/+39
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-2812-14/+74
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-2816-223/+587
* SERVER-35875 Remove invariant in OplogEntry::getCommandType().Siyuan Zhou2018-09-275-15/+7
* SERVER-37360 `StatusWith` implicit conversions support.ADAM David Alan Martin2018-09-271-1/+26
* SERVER-37017 Make sendCommit/Abort asynchronousMatthew Saltz2018-09-272-115/+134
* SERVER-36640 Implement waitForCompletion on the TransactionCoordinatorMatthew Saltz2018-09-274-14/+256
* Revert "SERVER-36810 fix unused return value for coverity"Jonathan Reams2018-09-271-1/+1
* SERVER-36304 A transaction participant should send voteCommit to the coordina...Esha Maharishi2018-09-271-13/+109
* SERVER-37238 fix lintRandolph Tan2018-09-271-2/+2
* SERVER-37238 Get rid of TransactionRouter::Participant::markAsSentRandolph Tan2018-09-275-247/+198
* SERVER-37266 Fix S2keys container copyingLouis Williams2018-09-271-3/+3
* SERVER-37320 Prevent prepareTransaction from running on anything but initiali...Esha Maharishi2018-09-273-1/+24
* SERVER-37239 Router should validate if commands are allowed to run within tra...Randolph Tan2018-09-276-60/+67
* Import wiredtiger: 9ee7cc6956dda425f3522f6d32ec55c67e9c49f8 from branch mongo...Luke Chen2018-09-2719-141/+847
* SERVER-37338 Fix Biggie UnittestsGregory Wlodarek2018-09-261-2/+1
* SERVER-35875 Secondaries abort transactions when applying abortTransaction op...Siyuan Zhou2018-09-267-46/+90
* SERVER-36002 Integrate and build biggie storage engineGregory Wlodarek2018-09-268-44/+19
* SERVER-36002 Integrate and build biggie storage engineBen Judd2018-09-2611-158/+184
* SERVER-35335 Ban the min/max find command options for wildcard indexesyarai2018-09-262-8/+92
* SERVER-36702 Install embedded frameworks on mobile platformsAndrew Morrow2018-09-2650-471/+479
* SERVER-35870 Ensure mutex is held during WaiterGuard destructorSpencer T Brody2018-09-261-43/+51
* SERVER-36858 Create IDL type for transaction commit decision documentjannaerin2018-09-262-0/+51
* SERVER-37106 Update prepareTransaction command to use TypedCommand and take '...Esha Maharishi2018-09-261-67/+84
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-2616-170/+714
* SERVER-36609 Modify allPaths indexes to support equality to empty arrayyarai2018-09-261-0/+64
* SERVER-36279 Change the explain format for sharded aggregations to accomodate...Martin Neupauer2018-09-262-18/+37