summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-158-53/+54
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-149-45/+163
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-1/+1
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-024-17/+37
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-022-14/+18
* SERVER-25827 fix UB related to NumberLong(NaN) in shellMatt Cotter2016-09-011-1/+1
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-012-16/+16
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-2/+6
* SERVER-19507 allow DISTINCT_SCAN over trailing field of an indexAnton Guryanov2016-08-251-0/+71
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-233-46/+78
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-4/+4
* SERVER-24508 delete BSONObj::equal()David Storch2016-08-191-5/+4
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-1819-169/+174
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-153-4/+5
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-7/+124
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-043-5/+7
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-042-20/+30
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-8/+4
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-2810-21/+48
* SERVER-24438 Extend mongos catalog to store collection default collationTess Avitabile2016-07-201-1/+1
* SERVER-24986 validate() should work with partial indexes and invalid documentsRobert Guo2016-07-191-0/+56
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-142-4/+6
* SERVER-24703 Improved DBClientWithCommands index creation methodJ. Rassi2016-06-272-3/+160
* SERVER-24638 Move command processing from Pipeline to AggregationRequestCharlie Swanson2016-06-242-7/+6
* SERVER-23974 Add clang 3.4 with libc++ canary builderWaley Chen2016-06-221-4/+4
* SERVER-23103 Remove the ntservice mockAndrew Morrow2016-06-161-10/+0
* SERVER-23103 Make service contexts responsible for creating DBDirectClientsAndrew Morrow2016-06-161-2/+12
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-2/+0
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-2/+1
* SERVER-24479 Make 'Notification' class be able to return a valueKaloian Manassiev2016-06-101-55/+0
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-092-2/+3
* SERVER-24191 Bump wire version number to show command support for write concernLeon Zaruvinsky2016-06-071-2/+2
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-0311-104/+102
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-035-74/+44
* SERVER-24322 fix memory leak and add dbclient_rs_testMisha Tyulenev2016-06-011-0/+4
* SERVER-24122 make SORT_KEY_GENERATOR convert strings in sort keys to ICU comp...David Storch2016-05-313-31/+110
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2831-330/+578
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-257-107/+124
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-0/+1
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-184-45/+28
* SERVER-23644 add more tests for validate()Robert Guo2016-05-181-0/+106
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-187-124/+107
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-177-107/+124
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-24108 Remove pessimizing move in chunktests.cppKaloian Manassiev2016-05-161-3/+1
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-1010-91/+120
* SERVER-24054 JS segfault on load of certain nansJason Carey2016-05-101-0/+23
* SERVER-19642 Add check for duplicate keys in index specVincent Do2016-05-091-0/+45
* SERVER-24071 Introduce ChunkRange classKaloian Manassiev2016-05-091-1/+1
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-082-0/+354