Dwight
|
151d960765
|
correctly rollback a failed index create
|
2009-10-05 10:19:51 -04:00 |
|
Eliot Horowitz
|
55be029b9d
|
reIndex command - in prep for SERVER-292
does all indexes, including _id
|
2009-09-29 10:15:06 -04:00 |
|
dwight
|
29ec5bf837
|
tuning index performance
log less too
|
2009-09-27 14:46:51 -04:00 |
|
Dwight
|
de8a957fdf
|
elim compiler warning
|
2009-09-21 16:37:20 -04:00 |
|
Eliot Horowitz
|
dfdfb74a57
|
don't let group() key map get too huge
|
2009-09-17 22:00:58 -04:00 |
|
Mathias Stearn
|
cf3f4ceca8
|
Finalizer for group() SERVER-287
Signed-off-by: Eliot <eliot@10gen.com>
|
2009-09-17 23:01:15 +08:00 |
|
Mathias Stearn
|
e5a3d001a6
|
Reflow internal js function MINOR
Signed-off-by: Eliot <eliot@10gen.com>
|
2009-09-17 23:01:12 +08:00 |
|
Eliot Horowitz
|
46e9226668
|
$keyf support for group SERVER-278
|
2009-09-15 14:19:54 -04:00 |
|
Eliot Horowitz
|
5ee8961f40
|
CodeWScope for group SERVER-262
|
2009-09-15 14:02:39 -04:00 |
|
Eliot Horowitz
|
73329a93a0
|
mongod side of client based errors for SHARDING-16
|
2009-09-11 12:52:17 -04:00 |
|
Eliot Horowitz
|
cbb58275d2
|
make group work better with nulls
|
2009-09-10 15:45:31 -04:00 |
|
Eliot Horowitz
|
7910e29912
|
mem safety for distinct
|
2009-09-10 13:03:24 -04:00 |
|
Eliot Horowitz
|
780d6dfe11
|
simple distinct SERVER-127
|
2009-09-09 17:33:27 -04:00 |
|
Eliot Horowitz
|
af13f83c61
|
use extractFields which is now correct to fix SERVER-257
|
2009-09-09 17:17:17 -04:00 |
|
dwight
|
2470913c70
|
change to NullStream
|
2009-09-03 13:11:30 -04:00 |
|
Eliot Horowitz
|
644df81d21
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-09-01 17:29:39 -04:00 |
|
Eliot Horowitz
|
e8d20f47ac
|
count of missing namespace returns 0
|
2009-09-01 17:28:15 -04:00 |
|
Dwight
|
7172529835
|
some help for commands
|
2009-09-01 16:23:56 -04:00 |
|
Dwight
|
777c1883c3
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-09-01 16:03:41 -04:00 |
|
Dwight
|
10fc695870
|
small help text change
|
2009-09-01 16:03:23 -04:00 |
|
Eliot Horowitz
|
3ee681be36
|
more name changes in sharding
|
2009-09-01 12:17:41 -04:00 |
|
Dwight
|
6a8b0363d9
|
cleanup
|
2009-08-25 16:14:55 -04:00 |
|
Dwight
|
879e7b153e
|
more CmdLine object
|
2009-08-25 14:35:22 -04:00 |
|
Eliot Horowitz
|
9328ab884e
|
put number of bits in buildinfo
|
2009-08-24 16:35:20 -04:00 |
|
Eliot Horowitz
|
1f08223ab7
|
make shell use group cmd by default (can use groupeval if you want)
fix group where no key specified
|
2009-08-24 11:59:00 -04:00 |
|
Dwight
|
bedc9f2ceb
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-08-24 11:43:11 -04:00 |
|
Dwight
|
f67e06ba64
|
improve help for group()
|
2009-08-24 11:42:15 -04:00 |
|
Eliot Horowitz
|
1681f080f0
|
better error message for reduce failure MINOR
|
2009-08-24 11:07:44 -04:00 |
|
Eliot Horowitz
|
a9dc788da1
|
put capped info into stats
|
2009-08-21 17:05:19 -04:00 |
|
Eliot Horowitz
|
1a09d3a722
|
fix windows groupcmd - assert is often overriden - be careful
|
2009-08-19 15:42:18 -04:00 |
|
Eliot Horowitz
|
9783eed68d
|
groupcmd handle some weird key cases
|
2009-08-19 13:18:32 -04:00 |
|
Eliot Horowitz
|
8da2e12652
|
SPAM MINOR
|
2009-08-19 12:37:28 -04:00 |
|
Eliot Horowitz
|
59622dbd76
|
clean groupcmd and make work with empty key
|
2009-08-19 12:33:06 -04:00 |
|
Eliot Horowitz
|
fcf1ca0afa
|
make a group cmd that takes the same arguments as old db.eval version
still using js reduce function, but considerably faster
|
2009-08-19 11:51:16 -04:00 |
|
dwight
|
4120dfc568
|
fix checks that operations cannot be performed on slaves; also, allow read operations on
--slave instances (but not repl pair nonmasters)
|
2009-08-17 16:13:13 -04:00 |
|
Dwight
|
f0c2c8003f
|
don't allow dropping an index $ collection
http://jira.mongodb.org/browse/SERVER-217
|
2009-08-13 13:26:03 -04:00 |
|
Eliot Horowitz
|
d804f7f3ee
|
add collstats command SERVER-215
|
2009-08-12 13:53:52 -04:00 |
|
Eliot Horowitz
|
de9543ff4d
|
cleaner drop debugging
|
2009-08-06 11:54:30 -04:00 |
|
Dwight
|
bc480966e5
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-08-06 11:37:56 -04:00 |
|
Dwight
|
4875e282d1
|
better error message on drop()
|
2009-08-06 11:37:33 -04:00 |
|
Eliot Horowitz
|
79be4b64a3
|
clean up dbexit with an ExitCode enum SERVER-183
|
2009-08-05 16:00:27 -04:00 |
|
Dwight
|
85e8f71c1c
|
fixed bug SERVER-118 multikey duplicate results from queries
|
2009-07-07 13:17:53 -04:00 |
|
Eliot Horowitz
|
93cb815b70
|
add nice version to buildinfo
|
2009-06-25 16:51:46 -04:00 |
|
Dwight
|
4a64d52c9c
|
BUG SERVER-79
ports variable wasn't thread safe
|
2009-06-01 14:20:49 -04:00 |
|
Aaron
|
7552a7ccb5
|
fix op logging for collection creation and for convertToCapped
|
2009-05-21 11:07:11 -04:00 |
|
Aaron
|
2117aef610
|
add convertToCapped command
|
2009-05-18 16:25:17 -04:00 |
|
Aaron
|
e57cb387c4
|
add cloneCollectionAsCapped command
|
2009-05-18 13:25:30 -04:00 |
|
Aaron
|
f0363bef0d
|
refactor dropCollection
|
2009-05-11 10:45:10 -04:00 |
|
Aaron
|
10c985419f
|
median key handle empty range correctly
|
2009-05-06 14:22:44 -04:00 |
|
Aaron
|
3e1660cc62
|
make max bound of datasize command exclusive
|
2009-05-06 14:09:25 -04:00 |
|