summaryrefslogtreecommitdiff
path: root/src/mongo/db
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-2145-466/+283
* Revert "SERVER-23271 Fix dbtest for RecordStore::updateRecord contract change"Benety Goh2016-04-212-3/+6
* SERVER-23271 Fix dbtest for RecordStore::updateRecord contract changeJames Wahlin2016-04-212-6/+3
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-2145-283/+466
* 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-23480 make Command::parseNsCollectionRequired and oplog.cpp's parseNs ...Esha Maharishi2016-04-2110-44/+47
* 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-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-207-144/+257
* SERVER-23696 Get rid of SettingsTypeKaloian Manassiev2016-04-201-1/+1
* SERVER-23495 Add abstract Shard class and shift the ShardRemote implementatio...Esha Maharishi2016-04-201-3/+4
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-2019-82/+159
* 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-2040-83/+79
* SERVER-19423 Remove election winner declarer.Siyuan Zhou2016-04-1921-1093/+4
* SERVER-23796 Fix incorrect access control startup warningShane Harvey2016-04-191-0/+1
* SERVER-23760 Add std::unique_ptr<CollatorInterface> to IndexCatalogEntryTess Avitabile2016-04-195-8/+43
* SERVER-23494 Cleanup sharding library dependenciesKaloian Manassiev2016-04-191-0/+1
* 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
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-192-3/+6
* SERVER-16221 Enable UBSAN build and unittestAndrew Morrow2016-04-191-36/+46
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-1940-79/+83
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-1840-83/+79
* SERVER-23775 improved default oplog size for ephemeral storage enginesEric Milkie2016-04-181-23/+46
* 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
* SERVER-18038 added minvalid and initial sync flag support to repl storage int...Benety Goh2016-04-1829-207/+1040
* SERVER-23059: drop databases on teardown in test fixtureScott Hernandez2016-04-182-1/+38
* SERVER-6823 Rename --tryClusterAuth to --transitionToAuthShane Harvey2016-04-184-12/+12
* SERVER-23694 Move TaskExecutorPool currently owned by ShardRegistry to GridSpencer T Brody2016-04-184-12/+16
* SERVER-23648 Move executorForAddShard out of ShardRegistry and into addShard ...Spencer T Brody2016-04-182-10/+3
* SERVER-23628 Verify field names of index bounds in QueryPlannerTest.Max Hirschhorn2016-04-183-2/+5
* SERVER-23612 Make the ENSURE_SORTED PlanStage respect the query's collationTess Avitabile2016-04-183-4/+17
* SERVER-23757 Clear signal mask when starting unit testsJonathan Reams2016-04-161-5/+4
* SERVER-18277 Remove guard against interruptibility inside WUOW which is no lo...Andy Schwerin2016-04-161-5/+0
* SERVER-23624 Allow wiredTigerCacheSizeGB to be specified as a floatDan Pasette2016-04-154-6/+12
* SERVER-23658 Lower default wiredTigerCacheSizeGB to 50% of available memoryDan Pasette2016-04-151-2/+2
* SERVER-23391 Lower WiredTiger cache size floorDan Pasette2016-04-154-17/+26
* SERVER-23730 better handling of partial indexes in validate()Robert Guo2016-04-151-7/+8