summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-10112-525/+525
|
* 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-103-2/+5
|
* SERVER-16912 finish implementation of GeoMatchExpression::equivalent().Qingyang Chen2015-06-102-10/+106
| | | | | | Closes #982 Signed-off-by: David Storch <david.storch@10gen.com>
* SERVER-13008 make cache key projection encoding less type-sensitive.Qingyang Chen2015-06-102-16/+30
| | | | | | Closes #981 Signed-off-by: David Storch <david.storch@10gen.com>
* SERVER-17078 Faster WT stats for storageSizeMichael Cahill2015-06-112-2/+2
|
* SERVER-18800 Expand support for $in queries with partial indexes.Max Hirschhorn2015-06-102-3/+196
|
* SERVER-18807 disallow writes to oplog while in rollbackBenety Goh2015-06-091-0/+3
|
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ↵Benety Goh2015-06-0926-58/+80
| | | | accept a namespace instead of a database name
* SERVER-18807 applyCommand_inlock should invoke applyOps with database name ↵Benety Goh2015-06-091-1/+1
| | | | instead of namespace
* Add $abs aggregation expressionJames Cohan2015-06-092-0/+39
|
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-0959-1515/+1304
|
* SERVER-16444 Rename Record class to MmapV1RecordHeaderMathias Stearn2015-06-0919-141/+141
| | | | | Better reflects it's purpose and avoids using the valuable name Record for an MMAPv1-specific class.
* 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-092-3/+3
| | | | Shard::reset(...)
* SERVER-18623 Wire in TaskExecutor interface and make it compileSpencer T Brody2015-06-091-0/+1
|
* SERVER-18347 Store authorized connection in copydb as a client decorationAndrew Morrow2015-06-093-26/+50
|
* SERVER-2454 Remove trailing whitespaceJames Wahlin2015-06-099-12/+12
|
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-0932-119/+202
|
* 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 ↵Benety Goh2015-06-091-9/+12
| | | | state to ROLLBACK
* SERVER-18807 OplogReader connection should use same MessagePort tag as ↵Benety Goh2015-06-091-0/+2
| | | | connection pool in replication coordinator
* 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
| | | | added more test cases for rolling back delete operations
* SERVER-18881 Corrects limitAmount on explainKevin Albertson2015-06-091-2/+6
| | | | | | Closes #980 Signed-off-by: David Storch <david.storch@10gen.com>
* SERVER-18143 Add fasserts to geo nearKevin Albertson2015-06-091-0/+2
| | | | | | Closes #977 Signed-off-by: Siyuan Zhou <siyuan.zhou@mongodb.com>
* SERVER-17810 remove matchTested specificStatQingyang Chen2015-06-086-42/+4
| | | | | | Closes #976 Signed-off-by: David Storch <david.storch@10gen.com>
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-088-24/+34
|
* 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 ↵Benety Goh2015-06-081-3/+3
| | | | DataReplicator::_scheduleApplyBatch_inlock
* 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
| | | | timed_wait
* SERVER-17660 Rename index option "filter" to "partialFilterExpression"Jason Rassi2015-06-084-8/+8
|
* Revert "SERVER-17660 Rename index option "filter" to "partialIndexExpression""Jason Rassi2015-06-084-8/+8
| | | | This reverts commit 66f165639a514a3ca764bab87dea5e7b1af0825f.
* SERVER-17660 Rename index option "filter" to "partialIndexExpression"Jason Rassi2015-06-084-8/+8
|
* SERVER-18039: disable DataReplicator initial sync cleanup while ↵Scott Hernandez2015-06-061-2/+3
| | | | investigating test failure
* SERVER-18039: Add Initial Sync to DataReplicatorScott Hernandez2015-06-0520-298/+1622
|
* SERVER-18277 Do not do database reads under client spinlock.Andy Schwerin2015-06-052-2/+3
|
* SERVER-18461 cover range predicates comparing BinData in building index boundscoollog2015-06-052-4/+76
| | | | | | Closes #973 Signed-off-by: David Storch <david.storch@10gen.com>
* SERVER-18292 move runCommands to commands.cppAdam Midvidy2015-06-053-249/+275
| | | | | | | - runCommands is now linked in to mongos - removed the CurOp dependency in generateErrorResponse - refactored execCommand to not generate error responses manually - refactor help response generation to a function so mongos can use it
* SERVER-18825 restore indicator behavior of "dropped" field in a dropDatabase ↵matt dannenberg2015-06-053-3/+9
| | | | command response
* SERVER-18515 Finish changing type of OpDebug::ns to std::stringAndy Schwerin2015-06-051-2/+2
|
* SERVER-18515 Put OperationContext into mongos client request path.Andy Schwerin2015-06-0516-69/+171
|
* SERVER-18277 Move server status metrics code out of curop.cpp into ↵Andy Schwerin2015-06-057-58/+133
| | | | curop_metrics.cpp.
* SERVER-18277 Get references to the Top object out of CurOp.Andy Schwerin2015-06-055-13/+27
|