summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22970 fix update race with background index buildKyle Suarez2016-04-212-1/+23
* SERVER-7005 reject embedded null bytes in $regexDavid Storch2016-04-212-87/+53
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-2157-515/+306
* Revert "SERVER-23271 Fix dbtest for RecordStore::updateRecord contract change"Benety Goh2016-04-213-46/+46
* SERVER-23271 Fix dbtest for RecordStore::updateRecord contract changeJames Wahlin2016-04-213-46/+46
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-2157-306/+515
* SERVER-6146 Aggregation now supports the in expression.Benjamin Murphy2016-04-212-0/+30
* SERVER-7005 reject embedded null bytes in $renameDavid Storch2016-04-212-0/+32
* SERVER-17258 Aggregation now supports the reduce expression.Benjamin Murphy2016-04-212-0/+101
* SERVER-23436 ProjectionNode::getSort propagates sort from children.Benjamin Murphy2016-04-217-47/+425
* SERVER-23270 Fix command line help text for --confidbMisha Tyulenev2016-04-211-8/+5
* SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto2016-04-2117-99/+187
* SERVER-23480 make Command::parseNsCollectionRequired and oplog.cpp's parseNs ...Esha Maharishi2016-04-2112-64/+67
* SERVER-23473 Add collation parameter to the distinct commandTess Avitabile2016-04-211-0/+16
* SERVER-23473 Add collation parameter to the count commandTess Avitabile2016-04-213-3/+50
* SERVER-23065 don't strip assignments to 2dsphere indices with geo predicate b...David Storch2016-04-212-12/+148
* SERVER-22647 fixed lintBenety Goh2016-04-211-1/+2
* SERVER-23838 Disable warnings for no access control and no bind_ipAndreas Nilsson2016-04-201-24/+25
* SERVER-22647 opObserver on shard mongod to initialize sharding state on inser...Randolph Tan2016-04-2017-179/+315
* SERVER-23696 Get rid of SettingsTypeKaloian Manassiev2016-04-2015-874/+581
* SERVER-23800 Remove ShardConnection::syncKaloian Manassiev2016-04-205-31/+3
* SERVER-23495 Add abstract Shard class and shift the ShardRemote implementatio...Esha Maharishi2016-04-2020-564/+530
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-2020-82/+160
* SERVER-23394: Prevent AuthorizationManager deadlock with profilingSpencer Jackson2016-04-202-3/+128
* SERVER-23766 Remove beta warning for inMemory storage engineGeert Bosch2016-04-201-9/+0
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-2089-241/+373
* SERVER-23667 can overtake locks by using the same lockSessionID as the lock o...Dianna Hohensee2016-04-206-31/+167
* SERVER-23696 Fix Windows link problemKaloian Manassiev2016-04-192-2/+2
* SERVER-19423 Remove election winner declarer.Siyuan Zhou2016-04-1921-1093/+4
* SERVER-23570 Make SecureAllocator a real allocatorJason Carey2016-04-198-23/+305
* SERVER-23796 Fix incorrect access control startup warningShane Harvey2016-04-191-0/+1
* SERVER-23497 add RemoteShard class (temporarily called Shard)Esha Maharishi2016-04-194-245/+345
* SERVER-23696 Provide definition for const-expr to fix clang buildKaloian Manassiev2016-04-191-0/+2
* SERVER-23760 Add std::unique_ptr<CollatorInterface> to IndexCatalogEntryTess Avitabile2016-04-195-8/+43
* SERVER-23494 Cleanup sharding library dependenciesKaloian Manassiev2016-04-197-26/+6
* SERVER-23112 Assign predicates to 2dsphere indexes using multikey paths.Max Hirschhorn2016-04-194-12/+497
* SERVER-23112 Check baseBounds of $near queries in QueryPlannerTest.Max Hirschhorn2016-04-193-26/+90
* SERVER-23762 validate() should fail when encountering invalid BSONRobert Guo2016-04-191-1/+1
* Revert "SERVER-23494 Cleanup sharding library dependencies"Kaloian Manassiev2016-04-199-43/+82
* SERVER-23696 Remove usages of SettingsType in the CatalogManagerKaloian Manassiev2016-04-197-103/+61
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-1949-408/+652
* SERVER-23494 Cleanup sharding library dependenciesKaloian Manassiev2016-04-199-82/+43
* SERVER-16221 Enable UBSAN build and unittestAndrew Morrow2016-04-193-36/+48
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-1989-373/+241
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-1889-241/+373
* SERVER-23775 improved default oplog size for ephemeral storage enginesEric Milkie2016-04-181-23/+46
* SERVER-23784 Don't use 30 second network timeout when sending commands to ShardsSpencer T Brody2016-04-181-1/+5
* SERVER-18038 replaced uses of minvalid.h with repl storage interfaceBenety Goh2016-04-1812-292/+32
* SERVER-18038 data replicator sets and clears initial sync flagBenety Goh2016-04-187-25/+84
* SERVER-18038 ReplicationExecutor no longer requires StorageInterface to creat...Benety Goh2016-04-1825-209/+58