summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-37352 Replace AuthorizationManager's _privilegeDocsExist with an atomicPatrick Freed2018-10-242-12/+6
* SERVER-37651 Update copyright noticesRamon Fernandez2018-10-2439-201/+1102
* SERVER-37744 Fix license path in mongoc_embedded.podspec.inHenrik Edin2018-10-241-1/+1
* SERVER-37513 Pass along Throwable in MongoEmbeddedCAPIException when available.Henrik Edin2018-10-244-16/+11
* SERVER-37435 Improve mlock error log messagePatrick Freed2018-10-241-1/+3
* SERVER-37732 Remove "participant shard" phrase from log lines in commitTransa...David Storch2018-10-241-2/+2
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-2349-116/+602
* SERVER-37313 Secondary foreground index build should take Database X rather t...Xiangyu Yao2018-10-232-1/+8
* SERVER-35879 Deal with commitTransaction oplog entries during startup recoverySamy Lanka2018-10-239-3/+233
* SERVER-37686 Wildcard index should not assume non-descending bounds when chec...Bernard Gorman2018-10-231-6/+9
* SERVER-37496 Register balancer shutdown task when MongoD is single-threadedJack Mulrow2018-10-232-9/+6
* SERVER-37622 Disallow implicit abort on committed transactions.Siyuan Zhou2018-10-231-1/+1
* SERVER-37701 Make SessionUpdateTracker include the uid portion of LogicalSess...Randolph Tan2018-10-234-11/+8
* SERVER-37258 Fix UB in MurmurHash3Jason Carey2018-10-238-21/+165
* SERVER-37361 Fix help text for net.tls.clusterCAFileSara Golemon2018-10-231-1/+1
* SERVER-37402 Finalize embedded licensingAndrew Morrow2018-10-2311-241/+74
* SERVER-37683 Embedded iOS minimum deployment target is 11.0Henrik Edin2018-10-233-6/+3
* SERVER-37229 Remove commented-out codeCharlie Swanson2018-10-231-2/+0
* SERVER-37667 Silence Coverity warning in ShardConnectionKaloian Manassiev2018-10-232-4/+7
* Import wiredtiger: 0b8896b434eb9ad8210815db0cddd334d79160eb from branch mongo...Luke Chen2018-10-239-130/+348
* Revert "SERVER-37703 Put back early return that was accidentally removed from...eshamaharishi2018-10-223-12/+14
* SERVER-37566 Avoid recreating ProjectionExecAgg on each expansion of a wildca...Bernard Gorman2018-10-2314-222/+278
* SERVER-37703 Put back early return that was accidentally removed from if bloc...Esha Maharishi2018-10-221-0/+1
* SERVER-36355: Improve error message when shard key not present in all documentsnatalie.tsvetkova2018-10-221-2/+3
* SERVER-37703 TransactionRouter::commitTransaction does not need to return the...Esha Maharishi2018-10-223-14/+11
* SERVER-34212 Config servers should only upconvert writeConcern to majority fo...Esha Maharishi2018-10-221-8/+8
* SERVER-37098 reduce verbosity of frequently logged log line in NetworkInterfa...Esha Maharishi2018-10-221-1/+3
* SERVER-35143 Destroy decorations in reverse order.ADAM David Alan Martin2018-10-221-2/+2
* SERVER-37651 Move license to top of file for lint to workRamon Fernandez2018-10-221-9/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-223897-50740/+59474
* SERVER-37657 Report the offending oplog entries if a batch contains non-incre...Kaloian Manassiev2018-10-224-23/+32
* SERVER-37662: Add backupCursor state to serverStatus.Daniel Gottlieb2018-10-224-2/+15
* SERVER-37349 Later statements in a transaction should target shards using the...Jack Mulrow2018-10-1917-181/+257
* SERVER-37599 Log exit code of shell-spawned processesShreyas Kalyan2018-10-191-4/+6
* SERVER-37522 Add a missing quote to error message.Oleg Pudeyev2018-10-191-1/+1
* SERVER-37629 Enable supportsDockLocking() in the BiggieSE Record Store TestGregory Wlodarek2018-10-192-5/+29
* SERVER-37337 Allow operations to be done from subtrees in BiggieSEGregory Wlodarek2018-10-199-407/+1117
* SERVER-37485 Ensure pointer is default-intialized to nullptrJonathan Reams2018-10-191-1/+1
* SERVER-37569 prevent map-reduce from checking out a sessionJudah Schvimer2018-10-191-1/+0
* SERVER-17478 Remove coll.copyTo() shell helperSara Golemon2018-10-191-21/+0
* SERVER-37651 Update license informationRamon Fernandez2018-10-162-25/+19
* SERVER-35877 Push down session checkout into secondary application of transac...Siyuan Zhou2018-10-159-79/+107
* SERVER-37555 Fix the error code in the uassert.nehakhatri52018-10-161-2/+2
* SERVER-31698 Enable $** index builds by default in non-test configurationsBernard Gorman2018-10-153-76/+17
* SERVER-37628 Fix unittests on windows from mongo_uri_testShreyas Kalyan2018-10-151-2/+6
* SERVER-37555 Abort of collMod need not refreshEntry for index on rollback.nehakhatri52018-10-161-5/+12
* SERVER-37633 ignore ops without client metadata in dbclient_connection_integr...Mathias Stearn2018-10-151-1/+8
* Import wiredtiger: 972eb97326d86e2e6b660f3bc19f1b45e9bd361b from branch mongo...Luke Chen2018-10-153-6/+35
* SERVER-36262 Support inferring database names from privileges in mongo shell ...Sara Golemon2018-10-151-4/+69
* SERVER-37597 Make voteCommit for an aborted coordinator send abort to the cal...Matthew Saltz2018-10-153-1/+29