summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-222311-30097/+35093
* 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-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-35877 Push down session checkout into secondary application of transac...Siyuan Zhou2018-10-158-76/+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-37555 Abort of collMod need not refreshEntry for index on rollback.nehakhatri52018-10-161-5/+12
* SERVER-37597 Make voteCommit for an aborted coordinator send abort to the cal...Matthew Saltz2018-10-153-1/+29
* SERVER-37021 Rely on TransactionParticipant validation of incoming transactio...Matthew Saltz2018-10-153-29/+82
* SERVER-37617 CollectionClonerTest should not keep reference to memory of temp...William Schultz2018-10-151-7/+3
* SERVER-37503 Support $type with wildcard indexyarai2018-10-151-0/+23
* SERVER-37417 Plans using $** wildcard indices can return duplicate resultsyarai2018-10-1512-21/+24
* SERVER-36964 Prevent secondaries in SessionsCollectionRS from attempting to s...Blake Oler2018-10-1312-18/+103
* SERVER-37621 Move logging in transaction command bodies to after checking tha...Esha Maharishi2018-10-122-11/+11
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-10-121-1/+1
* SERVER-37592 Clear and regenerate _wildcardIndexDiscriminators when updating ...Bernard Gorman2018-10-121-0/+1
* SERVER-37561 Server startupWarnings show spurious empty linesBen Caimano2018-10-121-2/+3
* SERVER-37229: Switch to unordered write ops ini $outNick Zolnierz2018-10-123-152/+93
* Remove listLocalCursorsTed Tuckman2018-10-124-191/+0
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-1233-236/+85
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-1258-191/+74
* SERVER-36889 unshim IndexCatalogEntryBenety Goh2018-10-126-208/+39
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-1218-158/+248
* SERVER-37480 Use OplogEntry in command oplog applicationSiyuan Zhou2018-10-118-13/+58
* SERVER-36889 unshim IndexCatalogBenety Goh2018-10-1110-659/+335
* SERVER-37055 IndexBuildBlock::fail() should grab a lockGregory Wlodarek2018-10-113-2/+12
* SERVER-37562 Reduce all IX locks to IS locks in SessionsCollectionRSBlake Oler2018-10-111-13/+4
* SERVER-37551 Add authorizedDatabases param to listDatabases commandSara Golemon2018-10-112-10/+25
* SERVER-28604 Log when a cursor is reaped for timeoutTed Tuckman2018-10-111-0/+2
* SERVER-36889 split IndexAccessMethod into interface and abstract implementationBenety Goh2018-10-1116-187/+292
* SERVER-34199 Remove serverStatus timing section from FTDCMark Benvenuto2018-10-112-2/+19
* SERVER-37553 Log sending and receiving every message in the transaction two p...Esha Maharishi2018-10-114-44/+54
* SERVER-37547 Use kTransaction log component for log messages from the Transac...Esha Maharishi2018-10-111-1/+1
* SERVER-37550 Relax rules on setting readOnce flag on WiredTiger sessionMatthew Russotto2018-10-111-1/+2
* SERVER-35323 Guarantee the command object sent by the ShardingTaskExecutor wi...Blake Oler2018-10-111-2/+1
* SERVER-37514 Snapshot readConcern without atClusterTime should always be spec...Tess Avitabile2018-10-111-3/+5
* SERVER-37526 IDLify listDatabases commandr4.1.4Sara Golemon2018-10-113-13/+58
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-1113-302/+451
* SERVER-37460 Add type to all currentOp documentsTed Tuckman2018-10-102-0/+3
* SERVER-36478 Use user-provided wtimeout for setFCV commandLouis Williams2018-10-102-5/+13
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-1013-94/+260
* SERVER-37525 Error handling in the exchange can cause invariant failures in d...Martin Neupauer2018-10-102-14/+42
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-10-102-2/+42
* SERVER-37018 Respond to voteCommit for non-existent transaction with abortTra...Matthew Saltz2018-10-102-2/+7
* SERVER-37018 Refactor unit tests to test TransactionCoordinatorService directlyMatthew Saltz2018-10-107-596/+570
* SERVER-37436 Add fields to idleCursor object in curOpTed Tuckman2018-10-101-0/+13