summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35895: Add ability for $out to write to remote hostsNick Zolnierz2018-08-0812-75/+215
* SERVER-36211 Remove CmdCopyDbSaslStartMaria van Keulen2018-08-083-194/+0
* SERVER-36007 Fixed self-deadlock caused by checking out an already checked ou...jinichu2018-08-081-1/+2
* SERVER-35820 Implements radix trie for biggie storage engine allowing more ef...Dewal Gupta2018-08-086-298/+1745
* SERVER-36461 Add 'transaction' identifier to slow transaction log outputNathan Louie2018-08-074-4/+10
* SERVER-36191 Simplify Error HandlingMark Benvenuto2018-08-072-9/+10
* SERVER-36225 Do not hold replication mutex when calling getMinValidTess Avitabile2018-08-071-8/+11
* SERVER-36257 Remove copyDB and clone commandsMaria van Keulen2018-08-0718-1046/+12
* SERVER-36351 Fix so ServiceContextMongoDTest removes the temp directory in it...Henrik Edin2018-08-072-4/+5
* SERVER-35798 preallocate prepare timestampJudah Schvimer2018-08-0720-59/+257
* SERVER-35244 Dropping config db in 4.0.0-rc0 fails while it passes in 3.7.9 a...Sarah Zhou2018-08-071-5/+9
* SERVER-36329 Deprecate failIndexKeyTooLong server parameterXiangyu Yao2018-08-063-4/+16
* SERVER-36102 Create initial chunks on appropriate shards for zoned shardingCheahuychou Mao2018-08-065-118/+482
* SERVER-36400 Explicitly destroy the client on exiting run() of each Backgroun...Xiangyu Yao2018-08-068-0/+9
* SERVER-36292 Fix thread_pool_task_executor dependencySara Golemon2018-08-064-8/+8
* SERVER-36069 Create script to vendor mongo-perf test cases.Max Hirschhorn2018-08-061-0/+60
* SERVER-36091 DBClientConnection::query() should pass all results to callbackMatthew Russotto2018-08-061-3/+1
* SERVER-34489 Enable timestamp safe unique indexes via FCV.nehakhatri52018-08-067-38/+18
* Import wiredtiger: 65531924e397aeb55f6835b73e4c199ea378ec97 from branch mongo...Luke Chen2018-08-0658-530/+970
* SERVER-32994 Update reference link for Unique Index 4.2 downgrading errorLuke Chen2018-08-061-1/+1
* SERVER-34745 Simplify seekExact() and fix restore() for unique indexesSulabh Mahajan2018-08-064-28/+57
* SERVER-36108 speed up BSONArrayBuilder by counting in decimalGeert Bosch2018-08-057-36/+344
* Revert "SERVER-36108 speed up BSONArrayBuilder by counting in decimal"Geert Bosch2018-08-037-344/+36
* SERVER-35037 Create new concurrency suite that runs consecutive operations in...Samy Lanka2018-08-032-4/+4
* SERVER-36108 speed up BSONArrayBuilder by counting in decimalGeert Bosch2018-08-037-36/+344
* SERVER-36414 Add readConcern to slow transaction loggingjinichu2018-08-033-23/+91
* SERVER-35686 Add move assignment to promise.ADAM David Alan Martin2018-08-033-9/+56
* SERVER-36384 Split up `future_test.cpp`.ADAM David Alan Martin2018-08-039-1866/+2130
* SERVER-36188 Make $** index path handle stored field names with the '.' chara...samontea2018-08-032-0/+43
* SERVER-35982 Include hash of plan cache key in cache transition log linesHaley Connelly2018-08-033-11/+24
* SERVER-36433 NamespaceSerializer should be used during dropDatabasejannaerin2018-08-031-0/+3
* SERVER-36322 NamespaceSerializer lock should be used for dropCollectionjannaerin2018-08-034-7/+14
* SERVER-35766 Prevent stepdowns from interrupting database commandsVesselina Ratcheva2018-08-031-2/+11
* SERVER-35981 Include hash of plan cache key in planCacheListShapes and planCa...Haley Connelly2018-08-026-39/+58
* SERVER-35989 add document count functions to the shellPavi Vetriselvan2018-08-021-0/+84
* SERVER-36307 Remove insertAllDocumentsInCollection parameter that is always a...Audrey Fang2018-08-024-84/+10
* SERVER-36372 Add a testing-only function to DriverSession to get the current ...Blake Oler2018-08-021-0/+8
* SERVER-35947 Implement sorted data interface for the biggie storage engine.Sean Tao2018-08-021-11/+9
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-0228-688/+1022
* SERVER-35808 Returns error when new txns start on a session with existing pre...Pavi Vetriselvan2018-08-024-0/+38
* SERVER-35947 Implement sorted data interface for the biggie storage engine.seantao972018-08-0210-69/+876
* SERVER-20299 Remove CANNOT_TRIM_IXISECT parameter.David Storch2018-08-027-63/+46
* SERVER-20299 Delete KEEP_MUTATIONS stage.David Storch2018-08-0223-940/+87
* SERVER-35433 Remove extra lockNathan Louie2018-08-012-4/+4
* SERVER-31031 Skip oplog entries that are unrelated to the chunk being migratedBlake Oler2018-08-011-7/+23
* SERVER-35433 Fix lintWilliam Schultz2018-08-011-1/+1
* SERVER-36363 Support GET requests in HTTPClientSara Golemon2018-08-015-46/+99
* SERVER-36240 Make transactions on mongos use snapshot level readConcern if no...Jack Mulrow2018-08-013-9/+174
* SERVER-35433 Log slow transactions when they finishNathan Louie2018-08-013-52/+176
* SERVER-36345 ReplSetStatusArgs holds data members by valueTess Avitabile2018-08-011-4/+4