summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30995 Add Compass Installer to MongoDB packagingcompass-installerMathew Robinson2017-09-139-605/+809
* SERVER-30371 downgrade global write lock when renaming across databasesBenety Goh2017-09-052-1/+47
* SERVER-30371 renaming collection across databases logs individual oplog entriesBenety Goh2017-09-052-76/+304
* Revert "SERVER-30371 renaming collection across databases logs individual opl...Benety Goh2017-09-052-304/+76
* SERVER-30371 renaming collection across databases logs individual oplog entriesBenety Goh2017-09-052-76/+304
* SERVER-30371 add tests for downgrading global lock from MODE_X to MODE_IXBenety Goh2017-09-051-0/+146
* SERVER-30925 DocumentSourceSort::getMergeSource() should fully initialize sourceTess Avitabile2017-09-051-0/+5
* SERVER-29341 Set KeepAlive params on windows and macSara Golemon2017-09-018-71/+207
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-0148-506/+932
* SERVER-30907 Ban $changeStream on non replica set deploymentsCharlie Swanson2017-09-012-3/+10
* Import wiredtiger: e2c927fa58e275468909deae274ad245e3696a3c from branch mongo...Alex Gorrod2017-09-012-1/+11
* SERVER-30412 Ensure that aggregation splitpoints are not shared between shard...Bernard Gorman2017-09-015-14/+34
* SERVER-30913 remove unused getLatestOplogEntry method from initial_syncerGeert Bosch2017-08-311-43/+0
* SERVER-30805 add LSC::findRemovedSessions()Jason Carey2017-08-3120-81/+451
* jseyster/json-schema-feature-compatibility-2Justin Seyster2017-08-3111-26/+90
* SERVER-30371 renameCollection() across databases returns InvalidLength if sou...Benety Goh2017-08-313-1/+76
* SERVER-30637 Fix adaptive executor with microsecond tick resolutionJonathan Reams2017-08-311-1/+1
* SERVER-30908 ReplSetTest.checkOplogs() skips arbiters when inspecting the oplogBenety Goh2017-08-311-1/+7
* SERVER-30009: Allow JS functions to be terminated with ';'Spencer Jackson2017-08-311-0/+8
* SERVER-30821: Allow configurable use of secure memorySpencer Jackson2017-08-319-195/+299
* Import wiredtiger: bacc9ada53a46128642343c162a993d15bc80b57 from branch mongo...Alex Gorrod2017-08-31104-1405/+1676
* SERVER-30900 removed unnecessary writeConcern from collMod command in ReplSet...Benety Goh2017-08-301-8/+3
* SERVER-28343 Session checks on GETMORE operationsADAM David Alan Martin2017-08-305-30/+107
* SERVER-30903 Fix shellHelper.use() and setting global `db` object.Max Hirschhorn2017-08-301-1/+1
* SERVER-30514 Change default rollback method to 'rollbackViaRefetch' with UUID...William Schultz2017-08-301-17/+23
* SERVER-30438 Turn on OPLOG_REPLAY for the change notification query.Matthew Russotto2017-08-306-49/+74
* SERVER-30581 Remove repeated string constants related to featureCompatibility...Tess Avitabile2017-08-308-85/+120
* SERVER-23645 Unix socket certificate name mismatch is now a warningADAM David Alan Martin2017-08-301-1/+13
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-309-3/+79
* SERVER-30885: Remove staging flag for 3.6 -> 3.4 storage downgradeDaniel Gottlieb2017-08-301-9/+1
* SERVER-30664: extend ExpressionWithPlaceholder to accept more expressionsNick Zolnierz2017-08-3012-110/+281
* SERVER-30177 Implement JSON Schema 'dependencies' keyword.David Storch2017-08-302-0/+303
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-3025-198/+260
* SERVER-30371 rename across database does not make target collection temporary...Benety Goh2017-08-302-34/+69
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-3017-43/+201
* SERVER-30686 Add support for retryWrites=true in the mongo shell.Max Hirschhorn2017-08-303-4/+185
* SERVER-30686 Wire up SessionOptions in more places.Max Hirschhorn2017-08-305-128/+295
* SERVER-30790: Have WiredTigerServerStatusSection take a Global IS lock.Daniel Gottlieb2017-08-302-10/+17
* SERVER-30371 disable UUID on temporary collection when renaming across databa...Benety Goh2017-08-292-1/+61
* SERVER-30874 Don't ignore errors in scope guard / ON_BLOCK_EXITMathias Stearn2017-08-292-9/+8
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-2917-343/+873
* SERVER-13825 Close connections for which we can't allocate a threadAndrew Morrow2017-08-294-7/+21
* SERVER-30413 Add function to set options.temp when resyncing collection metad...William Schultz2017-08-297-52/+84
* SERVER-30620 Lookup collection by UUID in fetchAndInsertMissingDocumentMaria van Keulen2017-08-292-6/+51
* SERVER-30212 add unit test for repl::logOpBenety Goh2017-08-292-0/+405
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-2943-326/+323
* SERVER-30865 Synchronize a node's initial sync writes to the oplog with its l...Eric Milkie2017-08-295-6/+30
* SERVER-30866 Make op_msg_integration_test reconnect when clearing fail pointMathias Stearn2017-08-281-4/+9
* SERVER-30735 Make DBDirectClient use its own LastErrorMathias Stearn2017-08-286-20/+19
* SERVER-29386 VoteRequestor and FreshnessChecker need safe destructionSiyuan Zhou2017-08-2810-57/+140