dwight
|
97391936f7
|
Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:
db/pdfile.cpp
|
2009-10-10 10:15:15 -04:00 |
|
dwight
|
1fd038c699
|
comment
|
2009-10-10 10:14:28 -04:00 |
|
Eliot Horowitz
|
ee72859d26
|
--smallfiles for some regression tests
|
2009-10-08 16:29:04 -04:00 |
|
Eliot Horowitz
|
3e3dda9c97
|
fix compount key with array indexing SERVER-279
|
2009-10-08 13:07:25 -04:00 |
|
Eliot Horowitz
|
a0d3663765
|
whitespace
|
2009-10-08 12:59:03 -04:00 |
|
Eliot Horowitz
|
677fbad312
|
client cursor cleaning and fix masked error
|
2009-10-08 12:04:27 -04:00 |
|
Dwight
|
d2db017c7a
|
some code cleanup
|
2009-10-07 15:34:14 -04:00 |
|
Dwight
|
cb8a425f39
|
system.profile collection can now be dropped
|
2009-10-05 16:40:24 -04:00 |
|
Dwight
|
2967c63e92
|
exit faster on ctrl-c
|
2009-10-05 12:59:51 -04:00 |
|
Dwight
|
151d960765
|
correctly rollback a failed index create
|
2009-10-05 10:19:51 -04:00 |
|
Dwight
|
04104f13a1
|
add mapreduce() to the c++ client api.
not yet tested.
|
2009-10-02 16:55:47 -04:00 |
|
Eliot Horowitz
|
ae3d49d718
|
allow you to store js functions in the server SERVER-157
|
2009-09-29 16:54:31 -04:00 |
|
dwight
|
29ec5bf837
|
tuning index performance
log less too
|
2009-09-27 14:46:51 -04:00 |
|
Eliot Horowitz
|
5f75cfe408
|
some debugging
|
2009-09-26 23:47:01 -04:00 |
|
Eliot Horowitz
|
ad29f40716
|
warning and debugging
|
2009-09-25 11:56:17 -04:00 |
|
Dwight
|
0c5d8a7b3f
|
build indexes bottom up
Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:
db/extsort.cpp
|
2009-09-24 17:47:13 -04:00 |
|
Dwight
|
7a6f8d2398
|
Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:
db/pdfile.cpp
|
2009-09-24 17:13:52 -04:00 |
|
Dwight
|
29f0d36640
|
more buildindex
|
2009-09-24 17:10:45 -04:00 |
|
Eliot Horowitz
|
56698dc313
|
return Iterator *
|
2009-09-24 17:04:44 -04:00 |
|
Dwight
|
0678cedd5b
|
intermediate buildindex commit
|
2009-09-24 14:21:40 -04:00 |
|
Dwight
|
6cf3d75d08
|
btreebuilder work / temp commit
|
2009-09-24 12:11:55 -04:00 |
|
Eliot Horowitz
|
663b1bfd8e
|
spam
|
2009-09-21 20:30:40 -04:00 |
|
Dwight
|
6bbaf0fdc3
|
better unit tests for unique indexes and dropDup : true on indexing
|
2009-09-21 16:31:00 -04:00 |
|
Dwight
|
926eecc0ce
|
prep for buildIndex() work
|
2009-09-18 13:28:40 -04:00 |
|
Dwight
|
2706a28123
|
begin cmdline.h
|
2009-08-25 10:24:44 -04:00 |
|
Dwight
|
6c4a830e21
|
alloc() bug fix
|
2009-08-24 16:43:33 -04:00 |
|
Eliot Horowitz
|
93382dd24e
|
fix case where there is a large object early in a collection that is bigger than an early sized extent
|
2009-08-21 17:17:20 -04:00 |
|
Eliot Horowitz
|
4be8bfc805
|
log(1) new extents
|
2009-08-21 17:05:29 -04:00 |
|
Dwight
|
062e60a661
|
cleaning MINOR
|
2009-08-13 13:26:47 -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
|
01ff742b4e
|
changed dbpath to std::string
|
2009-08-11 14:29:03 -04:00 |
|
Aaron Staple
|
63b8f32e13
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-08-11 01:43:03 -04:00 |
|
Dwight
|
17042c403e
|
use $snapshot in the clone / repl code where appropriate
also adds snapshot to the C++ client driver
|
2009-08-10 16:57:59 -04:00 |
|
Eliot Horowitz
|
de9543ff4d
|
cleaner drop debugging
|
2009-08-06 11:54:30 -04:00 |
|
Dwight
|
4875e282d1
|
better error message on drop()
|
2009-08-06 11:37:33 -04:00 |
|
Aaron Staple
|
f76fbbc402
|
BUG SERVER-184 mode for dropping duplicate records when creating unique index; correct index cache update behavior when createIndex called by ensureIndex fails
|
2009-08-05 16:02:20 -04:00 |
|
Aaron Staple
|
68dc075c00
|
MINOR comments, cleanup
|
2009-08-05 14:03:29 -04:00 |
|
Aaron Staple
|
d91bb3a565
|
more flexible $all matching
|
2009-08-03 16:26:18 -04:00 |
|
Aaron Staple
|
7162ec9343
|
MINOR remove cruft
|
2009-08-03 14:47:03 -04:00 |
|
Aaron Staple
|
137f185298
|
SERVER-62 generate keys for more complex array arrangements, also ensure generation of null key and semi-null keys
|
2009-08-03 14:32:23 -04:00 |
|
Aaron Staple
|
de1ce6719e
|
MINOR relocate variable to make other binaries happy
|
2009-08-01 15:11:10 -04:00 |
|
Aaron Staple
|
24a6ae09d7
|
disable data file preallocation for pairing/repl tests
|
2009-08-01 14:54:20 -04:00 |
|
Aaron Staple
|
5dcdc3a59c
|
fast collection renaming within a database
|
2009-07-29 15:53:14 -04:00 |
|
Eliot Horowitz
|
45f29d0123
|
beginnings of mms client
|
2009-07-17 15:49:24 -04:00 |
|
Eliot Horowitz
|
bd018f61d5
|
long instead of int for file size
|
2009-07-09 16:56:34 -04:00 |
|
Dwight
|
d73d4587ed
|
correct comments MINOR
|
2009-07-07 16:43:49 -04:00 |
|
Dwight
|
85e8f71c1c
|
fixed bug SERVER-118 multikey duplicate results from queries
|
2009-07-07 13:17:53 -04:00 |
|
Dwight
|
aaa1769381
|
fix bug SERVER-96 update that changes unique index field disregards unique constraint
|
2009-06-19 16:03:44 -04:00 |
|
Dwight
|
5b8ca64dbb
|
fix bug where the feature that ensures _id is preserved on an update
had a case that didn't work - test cases added too
|
2009-06-19 13:26:58 -04:00 |
|
Dwight
|
f136b4b850
|
towards update unique key fix
|
2009-06-18 13:30:49 -04:00 |
|