summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41663 Make hygienic variable names match autoconfMathew Robinson2019-08-124-22/+20
* SERVER-42567 Remove magic from CollectionImpl and IndexCatalogImplGeert Bosch2019-08-1210-71/+2
* SERVER-42626 Remove updatePositionArgsInitialize and replReadFromMetadata fro...Jason Chan2019-08-122-213/+174
* gpg: Signature made Mon 12 Aug 2019 12:58:45 PM EDTSpencer Jackson2019-08-121-2/+2
* SERVER-11328 Allow more than one shard to be in 'draining' modeKaloian Manassiev2019-08-124-105/+81
* SERVER-42620 import abseil-cpp from mongodb-forksBilly Donahue2019-08-126-86/+49
* SERVER-31138 ensure releaseCursor returns a RAII safe typeGeorge Wangensteen2019-08-099-112/+147
* SERVER-42456 Improve access to cursor underlying a ClusterCursorManager::Pinn...George Wangensteen2019-08-094-252/+52
* SERVER-42744 Fix transation history iterator to not return potentially-dangli...Jacob Evans2019-08-091-1/+1
* SERVER-42739 Use valid string representation when validating meta sortMisha Ivkov2019-08-092-31/+59
* SERVER-42634 RSM can strand requests after drop()Jason Carey2019-08-094-23/+17
* SERVER-42665 move ProjectionPolicies to top-level mongo namespaceIan Boros2019-08-0910-74/+110
* SERVER-42664 add bsonObjToArray to shellcchilds12019-08-092-2/+11
* SERVER-41437 unify transaction oplog traversalJudah Schvimer2019-08-098-137/+109
* SERVER-41937 Add a try-catch around notifyAll() inside startup() for the Time...Gregory Wlodarek2019-08-091-22/+23
* Revert "SERVER-41937 Add a try-catch around notifyAll() inside startup() for ...Gregory Wlodarek2019-08-091-23/+22
* Import wiredtiger: 2e5a26d8b0a0b124f79c1a9bb8fc860d1bf1faa9 from branch mongo...Luke Chen2019-08-093-17/+220
* SERVER-42593 Remove fcv4.0 shardCollection pathjannaerin2019-08-083-798/+15
* SERVER-42639 Rollback should use the collection UUID and not its name to crea...Gregory Wlodarek2019-08-082-5/+5
* SERVER-41949 Attach the databaseVersion on the write path on mongos"jannaerin2019-08-0815-82/+434
* SERVER-41937 Add a try-catch around notifyAll() inside startup() for the Time...Gregory Wlodarek2019-08-081-22/+23
* SERVER-42614: Remove error code 17405 and use ErrorCodes::NotMaster insteadLingzhi Deng2019-08-081-1/+1
* SERVER-42368 Remove max shard key size limit of 512 bytesJamie Heppenstall2019-08-086-42/+0
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-0827-141/+127
* SERVER-42224 Add a server parameter maxValidateMBperSec to specify max valida...Gabe Villasana2019-08-083-0/+51
* SERVER-41761: Ensure index cleanup is performed on initialization failure.Daniel Gottlieb2019-08-082-1/+4
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-0857-1272/+2120
* SERVER-42600 Implement the FCV 4.4 checkShardVersion protocolEsha Maharishi2019-08-0815-52/+82
* SERVER-41492 Add tunable parameters for WiredTiger file manager optionsLouis Williams2019-08-082-1/+23
* SERVER-42060 Limit maximum recursion depth for KeyString toBsonValueLouis Williams2019-08-082-12/+67
* SERVER-42298 Use SortPattern in the implementation of SortKeyGeneratorMisha Ivkov2019-08-0818-139/+166
* SERVER-42667 Make `ASSERT_THROWS` only catch exceptions from the expression.ADAM David Alan Martin2019-08-071-23/+28
* SERVER-42669 Fix building `diagnostic-info-test` on windows.ADAM David Alan Martin2019-08-071-0/+2
* SERVER-42049 IDLify MapReduce for use behind Mr Agg feature flag onlyJacob Evans2019-08-077-0/+613
* SERVER-42406 move crtDebugCallback out of stacktrace_windows.cppBilly Donahue2019-08-073-10/+36
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-0740-308/+186
* SERVER-42608 Accept hint in shell helper updateOne and updateManyXin Hao Zhang2019-08-072-1/+17
* SERVER-42507 Add internal javascript emit aggregation expressionNick Zolnierz2019-08-0710-0/+349
* SERVER-42657 Make DataType<BSONObj> noexcept safeJonathan Reams2019-08-073-4/+40
* SERVER-42408 Add dbtest Alias for WindowsMathew Robinson2019-08-071-1/+3
* Import wiredtiger: 19fd4ed45b3a2a8c119b68015113630b0c060e5f from branch mongo...Luke Chen2019-08-0717-189/+404
* SERVER-42408 Add build.ninja generation to SConsMathew Robinson2019-08-061-1/+1
* SERVER-42654 add TODO to the place to change FCVMisha Tyulenev2019-08-062-2/+1
* SERVER-42500 Trigger best-effort shard refreshes after refineCollectionShardKeyJamie Heppenstall2019-08-061-7/+56
* SERVER-41925 enumerate the FCV 4.4 dependencies in the sharding codeMisha Tyulenev2019-08-065-6/+6
* SERVER-42479 Remove FCV checks for propagating commit point through hearbeatsJason Chan2019-08-063-98/+4
* SERVER-42563 Rename and remove try...catch around rollback critical sectionJudah Schvimer2019-08-063-31/+12
* SERVER-42067 Ensure key Ordering offset does not exceed the maximum number of...Louis Williams2019-08-052-0/+17
* SERVER-42069 uassert when decimal positive infinity is encoded in KeyString V0Louis Williams2019-08-052-1/+20
* SERVER-42485 Make wall clock times in replication structures required after 4.2Jason Chan2019-08-0522-109/+76