summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-10195-851/+851
* Import wiredtiger-wiredtiger-2.6.1-67-g3d845c9.tar.gz from wiredtiger branch ...Alexander Gorrod2015-06-1012-29/+70
* SERVER-17259: Handle disappearance of collection during M/RGeert Bosch2015-06-101-3/+3
* SERVER-18436 Basic skeleton of replica set catalog managerSpencer T Brody2015-06-1014-7/+444
* SERVER-16912 finish implementation of GeoMatchExpression::equivalent().Qingyang Chen2015-06-102-10/+106
* SERVER-13008 make cache key projection encoding less type-sensitive.Qingyang Chen2015-06-102-16/+30
* SERVER-18464 Cleanup unused code and tests from ShardKaloian Manassiev2015-06-107-131/+13
* SERVER-17078 Faster WT stats for storageSizeMichael Cahill2015-06-112-2/+2
* SERVER-5044 Use relative error when testing sharded $stdDev operationsMathias Stearn2015-06-101-2/+13
* SERVER-17774 Remove useless log messageDaniel Alabi2015-06-101-1/+0
* SERVER-17774 Do not use OwnedPointerVector when merging chunksDaniel Alabi2015-06-101-58/+40
* SERVER-18800 Expand support for $in queries with partial indexes.Max Hirschhorn2015-06-102-3/+196
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-0926-160/+434
* SERVER-18807 disallow writes to oplog while in rollbackBenety Goh2015-06-091-0/+3
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-0927-63/+84
* SERVER-18807 applyCommand_inlock should invoke applyOps with database name in...Benety Goh2015-06-091-1/+1
* Add $abs aggregation expressionJames Cohan2015-06-092-0/+39
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-0967-1573/+1366
* SERVER-16444 Rename Record class to MmapV1RecordHeaderMathias Stearn2015-06-0919-141/+141
* SERVER-18660 Use C++11 final modifiers in accumulator.hMathias Stearn2015-06-091-5/+5
* SERVER-5044 Standard Deviation accumulator operatorsMathias Stearn2015-06-094-0/+140
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-0944-589/+700
* SERVER-18623 Wire in TaskExecutor interface and make it compileSpencer T Brody2015-06-094-49/+70
* SERVER-18596 Refactor PingDataRandolph Tan2015-06-095-39/+163
* Import wiredtiger-wiredtiger-2.6.1-59-g1d2fe8a.tar.gz from wiredtiger branch ...Alexander Gorrod2015-06-0959-425/+926
* SERVER-18347 Store authorized connection in copydb as a client decorationAndrew Morrow2015-06-093-26/+50
* SERVER-18859 Don't access thread name's thread_local before dynamic init is c...Andrew Morrow2015-06-091-4/+30
* SERVER-2454 Remove trailing whitespaceJames Wahlin2015-06-099-12/+12
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-0934-140/+346
* SERVER-18376 Re-add sysInfo field to buildInfoJonathan Reams2015-06-091-1/+2
* SERVER-18891 removed unused test function BaseClonerTest::waitForStatus()Benety Goh2015-06-092-13/+0
* SERVER-18807 disallow reading from oplog while in rollbackBenety Goh2015-06-091-0/+4
* SERVER-18807 close all connections when transitioning replication member stat...Benety Goh2015-06-091-9/+12
* SERVER-18807 OplogReader connection should use same MessagePort tag as connec...Benety Goh2015-06-091-0/+2
* SERVER-18807 local oplog should grab database and collection locksBenety Goh2015-06-091-14/+18
* SERVER-18807 removed global lock in syncRollbackBenety Goh2015-06-093-127/+170
* Revert "SERVER-18597 Add support for writing ASan code coverage data on exit"Kamran Khan2015-06-091-18/+0
* SERVER-18881 Corrects limitAmount on explainKevin Albertson2015-06-091-2/+6
* SERVER-18143 Add fasserts to geo nearKevin Albertson2015-06-091-0/+2
* SERVER-17810 remove matchTested specificStatQingyang Chen2015-06-086-42/+4
* SERVER-18525 Implement background ping and unlock for replSets distlock managerRandolph Tan2015-06-0813-700/+1145
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-0818-65/+89
* SERVER-18858 IndexCatalog::_dropIndex() reset info cache after dropJason Rassi2015-06-081-4/+4
* SERVER-18873 fixed applyUntilAndPause error messageBenety Goh2015-06-081-1/+1
* SERVER-18876 server should not start up if fsync fails on lock fileBenety Goh2015-06-081-2/+9
* SERVER-18863 fixed hidden parameter warning in DataReplicator::_scheduleApply...Benety Goh2015-06-081-3/+3
* SERVER-18778 fixed hidden parameter warning in CollectionCloner::_finishCallbackBenety Goh2015-06-081-3/+3
* SERVER-18807: Add commit/rollback functionality to recovery_unit_noop.hGeert Bosch2015-06-081-10/+29
* SERVER-18184 change oplog's newOptimeNotifier boost::condition back to using ...David Storch2015-06-083-5/+5
* SERVER-17660 Rename index option "filter" to "partialFilterExpression"Jason Rassi2015-06-084-8/+8