Eliot Horowitz
|
56226d80bb
|
expose listDatabases to rest SERVER-1909
|
2010-10-08 16:58:34 -04:00 |
|
Eliot Horowitz
|
f550177b1a
|
moving some commands into db/commands/ directory
|
2010-09-30 17:37:19 -04:00 |
|
Dwight
|
dbd32482a6
|
durability more work on declaring intent to write in the code
|
2010-09-28 17:18:36 -04:00 |
|
dwight
|
05ef187841
|
Merge branch 'master' of github.com:mongodb/mongo
Conflicts:
db/repl/manager.cpp
|
2010-09-27 12:42:51 -04:00 |
|
dwight
|
c1b68a13de
|
towards durability
|
2010-09-27 12:35:22 -04:00 |
|
Eliot Horowitz
|
cc4f1da778
|
check for killop in distinct
|
2010-09-25 05:08:21 -04:00 |
|
Mathias Stearn
|
5c2e25e81c
|
Pass through update error messages in findAndModify SERVER-1777
|
2010-09-23 19:38:07 -04:00 |
|
Alberto Lerner
|
0f3b16781c
|
SERVER-1713 balancer doesn't move to a server with writebacks pending
|
2010-09-22 11:58:55 -04:00 |
|
Eliot Horowitz
|
8b8e4882af
|
cleaning diag log names and make sure to flush periodically SERVER-1814
|
2010-09-21 00:24:52 -04:00 |
|
Eliot Horowitz
|
8180bde25c
|
better serverStatus logging
|
2010-09-18 23:41:47 -04:00 |
|
Eliot Horowitz
|
77955627fa
|
getProfilingStatus to replace getProfilingLevel
doc -1 gets current value
SERVER-1772
|
2010-09-13 13:19:28 -04:00 |
|
Eliot Horowitz
|
96724b5159
|
don't log create collection if on replication side SERVER-1707
|
2010-08-31 11:17:58 -04:00 |
|
Mike Dirolf
|
e04806ebd2
|
minor: update help text for some commands to match preferred casing
|
2010-08-25 13:50:58 -04:00 |
|
Eliot Horowitz
|
24908ed66f
|
fix datasize tests
|
2010-08-24 01:39:38 -04:00 |
|
Eliot Horowitz
|
9a9eb88534
|
dataSize has an estimate option, chunk uses this SERVER-1545
|
2010-08-24 01:25:45 -04:00 |
|
dwight
|
c073cafa96
|
fix an old but serious bug with cursors 162
|
2010-08-23 11:12:35 -04:00 |
|
Mathias Stearn
|
05ef205a92
|
typo
|
2010-08-19 17:04:49 -04:00 |
|
Dwight
|
f70ac573c8
|
hidden rs attribute maybe 162 finished
|
2010-08-18 11:50:52 -04:00 |
|
Eliot Horowitz
|
70f3d4fc31
|
track number of timed out cursors and display in cursorinfo and serverStatus
|
2010-08-18 09:48:02 -04:00 |
|
Eliot Horowitz
|
8e0f827c55
|
remove mechanism to put mongos -> mongod connections in last error id mode
|
2010-08-17 17:01:33 -04:00 |
|
Dwight
|
0e61f0b5a4
|
reIndex command going forward only reindexes the target node, not entire repl set
|
2010-08-16 15:51:37 -04:00 |
|
dwight
|
b7e8c05787
|
cleaning
|
2010-08-16 09:00:58 -04:00 |
|
dwight
|
b12c0a79fe
|
rs SERVER-1598 getlasterrordefaults
|
2010-08-09 16:15:41 -04:00 |
|
Mathias Stearn
|
3841707c32
|
distinct should yield even if non-matching. SERVER-1597
|
2010-08-09 14:43:16 -04:00 |
|
Mathias Stearn
|
f1f93a4b10
|
Yield in distinct SERVER-1597
|
2010-08-09 14:43:16 -04:00 |
|
Eliot Horowitz
|
0c7255753d
|
allow get last errors blocking on w to be killed
|
2010-08-04 10:19:45 -04:00 |
|
Aaron
|
45f9479547
|
Merge branch 'master' of github.com:mongodb/mongo
|
2010-08-02 14:26:36 -07:00 |
|
Aaron
|
ead8bad5b2
|
SERVER-1549 implement empty capped
|
2010-08-02 14:26:14 -07:00 |
|
Eliot Horowitz
|
fbf29ae5fd
|
move sleep from generic to mongod
|
2010-08-02 15:00:47 -04:00 |
|
Eliot Horowitz
|
57b9d10710
|
better error msg on collstats SERVER-1539
|
2010-08-02 11:48:48 -04:00 |
|
Eliot Horowitz
|
6e7c9d6836
|
make sure mongod and mongos report command errors the same way SERVER-1472
|
2010-07-27 00:57:38 -04:00 |
|
Eliot Horowitz
|
9007388324
|
move shutdown to generic so can be used by mongos
|
2010-07-26 21:48:20 -04:00 |
|
Aaron
|
01c71e9746
|
merge
|
2010-07-26 15:45:40 -07:00 |
|
Aaron
|
69a0d45f5c
|
capped trunc prob final cut
|
2010-07-26 15:34:16 -07:00 |
|
Eliot Horowitz
|
add85dc415
|
add slowms to profile output
|
2010-07-24 12:02:43 -04:00 |
|
Eliot Horowitz
|
10e4067b4b
|
framework for retrying commands because data out of sync SERVER-1471
|
2010-07-23 10:51:48 -04:00 |
|
Mathias Stearn
|
02978c9b73
|
Typo MINOR
|
2010-07-22 21:03:24 -04:00 |
|
Alberto Lerner
|
f51a4d0669
|
SERVER-1270 Hook StringData to BufBuilder
|
2010-07-19 09:56:24 -04:00 |
|
Alberto Lerner
|
6f728ae260
|
Eliminate BSONObj->string implicit conversion
|
2010-07-18 15:15:31 -04:00 |
|
Alberto Lerner
|
daf8c0fbd0
|
Revert "SERVER-1270 Prep for hooking StringData"
This reverts commit b7c9a9fc57.
|
2010-07-17 16:07:38 -04:00 |
|
Alberto Lerner
|
b7c9a9fc57
|
SERVER-1270 Prep for hooking StringData
|
2010-07-17 14:33:17 -04:00 |
|
Aaron
|
c2f1a2318d
|
merge
|
2010-07-16 05:10:42 -07:00 |
|
Aaron
|
5371a5e448
|
SERVER-802 range / in skipping
|
2010-07-16 01:49:15 -07:00 |
|
Aaron
|
f26c497470
|
Merge branch 'master' of github.com:mongodb/mongo
|
2010-07-15 15:50:33 -07:00 |
|
Eliot Horowitz
|
ef19610fac
|
listDatabases only needs a read lock SERVER-1422
|
2010-07-15 00:31:39 -04:00 |
|
Eliot Horowitz
|
a69181c96a
|
undo filemd5 change
|
2010-07-14 14:18:08 -04:00 |
|
Aaron
|
2197e24460
|
SERVER-1387 clone/exhaust
|
2010-07-14 10:28:38 -07:00 |
|
Eliot Horowitz
|
94232e7a59
|
more filemd5 debugging
|
2010-07-14 10:58:25 -04:00 |
|
Mathias Stearn
|
7ea18a86ad
|
help and sharding support for distinct command query option SERVER-1397
|
2010-07-12 15:57:37 -04:00 |
|
Eliot Horowitz
|
275fb3f056
|
mongostat has queue length
|
2010-07-12 13:06:16 -04:00 |
|