Eliot Horowitz
|
662af52550
|
more info in collstats
|
2010-02-07 10:38:23 -05:00 |
|
Eliot Horowitz
|
62f47cc910
|
cleaning up security - moving to centralized location
|
2010-02-04 10:49:19 -05:00 |
|
Eliot Horowitz
|
3c06fe34ba
|
use appendIntOrLL for admin stuff
|
2010-02-03 12:33:48 -05:00 |
|
Eliot Horowitz
|
cff55fcc07
|
make locks for queries more fine-grained
|
2010-02-03 11:52:15 -05:00 |
|
Aaron
|
7b2d93d070
|
Merge branch 'master' of github.com:mongodb/mongo
|
2010-02-02 09:48:59 -08:00 |
|
Aaron
|
53998ac7fc
|
SERVER-258 group work with read only mode
|
2010-02-01 11:17:14 -08:00 |
|
Eliot Horowitz
|
aff2729157
|
move db/dbstats* to db/stats/counters*
|
2010-02-01 10:38:00 -05:00 |
|
Eliot Horowitz
|
113441207c
|
fix median
|
2010-01-29 22:14:43 -05:00 |
|
Eliot Horowitz
|
afa43dc8cd
|
get rid of setClient - all Database storage is in Client::Context
|
2010-01-29 17:22:34 -05:00 |
|
Dwight
|
b8f779a2a2
|
shell should use the db's reIndex command
|
2010-01-29 14:58:10 -05:00 |
|
Eliot Horowitz
|
51f4a0dfdb
|
track a sample of btree accesses to see cache hit ratio
|
2010-01-28 14:14:47 -05:00 |
|
Dwight
|
03abb654fb
|
eliminate findElement - use getField() instead
|
2010-01-28 13:41:51 -05:00 |
|
Eliot Horowitz
|
4a4f9b1d6d
|
Merge branch 'master' of github.com:mongodb/mongo
|
2010-01-26 21:05:20 -05:00 |
|
Eliot Horowitz
|
a449c2c367
|
dropIndex can take an object rather than key name SERVER-573
|
2010-01-26 21:04:36 -05:00 |
|
Aaron
|
dcce5e795e
|
SERVER-258 add readOnly auth mode
|
2010-01-26 17:04:09 -08:00 |
|
Mathias Stearn
|
27c26e5fab
|
Call Client::shutdown() in server shutdown cmd. SERVER-571
|
2010-01-26 13:09:46 -05:00 |
|
Dwight
|
530b1b2e7a
|
deleteIndexes -> dropIndexes
|
2010-01-22 15:58:49 -05:00 |
|
Dwight
|
adf21e9404
|
block administrative things like dropping namespace while a background index job is in progress
|
2010-01-22 15:17:03 -05:00 |
|
Dwight
|
dc6ecb1ce9
|
a bit nicer / smarter on a deleteIndex command after a crash
|
2010-01-22 11:03:35 -05:00 |
|
Dwight
|
c78ec26e0f
|
some work towards bg indexing
|
2010-01-21 16:35:35 -05:00 |
|
Dwight
|
a5a7815936
|
inspect NamespaceDetails on load
|
2010-01-21 13:40:18 -05:00 |
|
Dwight
|
3f09bd4f64
|
noTimeout() wasn't threadsafe, in theory could timeout before the call. probably wouldn't ever actually
happen - but fixed.
i think there is still some places where ClientCursor::Pointer may be needed, but not yet used.
|
2010-01-21 12:23:44 -05:00 |
|
Dwight
|
11a2fb7e25
|
cleaning
|
2010-01-20 17:11:25 -05:00 |
|
Eliot Horowitz
|
ea6189d491
|
some command cleaning
|
2010-01-20 14:02:14 -05:00 |
|
Eliot Horowitz
|
fb6c3315af
|
some more stats counters
|
2010-01-16 00:50:02 -05:00 |
|
Mathias Stearn
|
4ea9dde3fb
|
Provide extra info with db.serverStatus()
|
2010-01-15 17:55:41 -05:00 |
|
Eliot Horowitz
|
718ec488d5
|
get rid of clientIsEmpty() and add isEmpty() to Datbase
|
2010-01-14 13:17:32 -05:00 |
|
Aaron
|
cf3b8f2468
|
SERVER-531 refactor code for not influencing lastError
|
2010-01-12 15:33:29 -08:00 |
|
Eliot Horowitz
|
b490e0a4ab
|
make mem info work on win32 SERVER-528
|
2010-01-10 20:22:17 -05:00 |
|
Dwight
|
7d26553061
|
a little code cleanup / renameing
|
2010-01-03 16:37:38 -05:00 |
|
Eliot Horowitz
|
9b1d3f135d
|
comments
|
2010-01-02 01:28:08 -05:00 |
|
Eliot Horowitz
|
fcf2d5721c
|
some cleaning/optmizing of Database* storage, also just a little encaspulation
|
2010-01-02 01:25:53 -05:00 |
|
Eliot Horowitz
|
d531f77f67
|
nsToClient -> nsToDatabase
|
2009-12-31 16:31:07 -05:00 |
|
Mathias Stearn
|
225173bb31
|
FindAndModify command SERVER-459
|
2009-12-30 20:08:43 -05:00 |
|
Dwight
|
1c65a22de4
|
prep for fsync exec option
|
2009-12-30 15:55:00 -05:00 |
|
Eliot Horowitz
|
5f36804299
|
stop using stringstream for logging
|
2009-12-29 23:30:29 -05:00 |
|
Eliot Horowitz
|
758cd7350d
|
configure "slow" queries
either --slowms on the command line
or through setProfilingLevel
SERVER-457
|
2009-12-29 14:48:42 -05:00 |
|
Eliot Horowitz
|
f05a6aafb3
|
link error
|
2009-12-29 14:29:32 -05:00 |
|
Eliot Horowitz
|
2dcb747bac
|
option to limit # of connections (threads currently) default 20000 SERVER-471
|
2009-12-29 14:09:53 -05:00 |
|
Eliot Horowitz
|
3b37c3fbd4
|
some profiling management cleaning pre SERVER-456
|
2009-12-29 12:08:13 -05:00 |
|
Eliot Horowitz
|
fa8961c3e8
|
Exception classess need codes too SERVER-112
|
2009-12-28 17:06:07 -05:00 |
|
Eliot Horowitz
|
0ab8149a8e
|
uassert/massert take error code SERVER-112
|
2009-12-28 16:43:43 -05:00 |
|
Dwight
|
0e1575bd36
|
$atomic option on remove()
see
http://www.mongodb.org/display/DOCS/Removing
|
2009-12-21 17:43:06 -05:00 |
|
Eliot Horowitz
|
a0945b2020
|
this was done elsewhere
Revert "reset query optimizer stats on adding or removing an index"
This reverts commit 159f7df930 .
|
2009-12-18 17:41:26 -05:00 |
|
Eliot Horowitz
|
159f7df930
|
reset query optimizer stats on adding or removing an index
|
2009-12-18 11:24:10 -05:00 |
|
Eliot Horowitz
|
fbbbdd3e70
|
option for getlasterror to fsync
|
2009-12-17 16:15:36 -05:00 |
|
Dwight
|
5ee785e34a
|
cleaning/comments for namespacedetailstranient readability
|
2009-12-09 16:36:31 -05:00 |
|
Dwight
|
ad9d8bbdb4
|
clean up MutexInfo
|
2009-12-03 13:12:51 -05:00 |
|
Dwight
|
4df961a405
|
make some commands read-oinly
|
2009-12-03 11:50:09 -05:00 |
|
Dwight
|
60bde10fc2
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-12-02 09:39:28 -05:00 |
|