Aaron
|
6b88cdc56c
|
More validation for modifier updates
|
2009-02-05 11:51:51 -05:00 |
|
Aaron
|
9b7f4d830d
|
Don't update pattern if no key in matching object
|
2009-02-05 10:10:53 -05:00 |
|
Aaron
|
a7a8433fae
|
Don't allow mod update on _id
|
2009-02-04 18:43:03 -05:00 |
|
Aaron
|
082cd621d3
|
Update with mods on embedded objects
|
2009-02-04 18:33:59 -05:00 |
|
Aaron
|
5cb34b0b80
|
Allow 'count' command on a slave
|
2009-02-04 17:24:15 -05:00 |
|
Aaron
|
48d9093643
|
Replay fixes for some more update cases
|
2009-02-04 16:15:22 -05:00 |
|
Dwight
|
4dc5d0b907
|
no more "msg end"
get rid of crazy <b> in profiling strings
|
2009-02-04 14:49:24 -05:00 |
|
Aaron
|
cf4e99b9ee
|
Log generated id with inserted object, log id as update query in some cases
|
2009-02-03 22:34:51 -05:00 |
|
Dwight
|
6e4efe880a
|
$hint takes keypattern objects now
|
2009-01-30 13:13:49 -05:00 |
|
Dwight
|
2d3e942437
|
complain if hint index not found. should we?
|
2009-01-30 12:32:58 -05:00 |
|
Eliot Horowitz
|
026bd860c8
|
appendWhere and example
|
2009-01-29 10:30:25 -05:00 |
|
Dwight
|
ca9969293b
|
killop / inprog commands
|
2009-01-28 18:08:02 -05:00 |
|
Aaron
|
f3634828db
|
Legacy objects may not have ids
|
2009-01-28 15:34:33 -05:00 |
|
Aaron
|
639c73405c
|
Don't log an update having no effect, log id as query when doing just one remove
|
2009-01-28 15:24:52 -05:00 |
|
Dwight
|
83c1dbb1c2
|
check the index range first before we go into the object on a query -- so we don't hit disk unnecessarily
fix index4.js test
check on index creation that index key pattern is ok
|
2009-01-27 15:35:28 -05:00 |
|
Aaron
|
a3f927ffed
|
Add idempotence tests for some oplog operations
|
2009-01-23 10:17:29 -05:00 |
|
Aaron
|
a816e54816
|
Add 'fields' spec to cmd run count
|
2009-01-21 10:36:40 -05:00 |
|
Aaron
|
c777160f0f
|
Fix simple match spec for encapsulating elements and numbers
|
2009-01-20 16:54:57 -05:00 |
|
unknown
|
cb90806ce1
|
basic security
|
2009-01-18 20:31:33 -05:00 |
|
dwight
|
e1021ee8ab
|
authenticate command work
some dbhelpers additions
less verbose logging
|
2009-01-18 17:48:44 -05:00 |
|
Aaron
|
e1f97b30c4
|
Partially unify sorted/non-sorted btree cursor creation code, fixes bug 1139
|
2009-01-16 09:55:36 -05:00 |
|
Aaron
|
7c7bd85c6d
|
Add start / end key to explain, fix key extraction ordering
|
2009-01-15 13:04:25 -05:00 |
|
Aaron
|
261a467aa5
|
Replaced our #defined cout with mongo::out()
|
2009-01-15 11:26:38 -05:00 |
|
Aaron
|
90d45238aa
|
Indent all lines within namespaces one level
|
2009-01-15 10:17:11 -05:00 |
|
Aaron
|
248a6dd8de
|
Replace tab indentation with spaces
|
2009-01-14 17:17:24 -05:00 |
|
Aaron
|
ad1f6b3cbd
|
Put our code in 'mongo' namespace
|
2009-01-14 17:09:51 -05:00 |
|
Aaron
|
21a13b1336
|
NEW pdfile # : 4.4; Support compound directions with compound indexes
|
2009-01-14 13:56:52 -05:00 |
|
Aaron
|
51276a86b1
|
Large oplog collection sizes + misc
|
2009-01-13 10:34:18 -05:00 |
|
Dwight
|
96d4406ece
|
set options flag when $err is returned
|
2009-01-09 11:20:16 -05:00 |
|
Aaron
|
dacc872ba2
|
Enhance json parser
|
2009-01-06 13:02:09 -05:00 |
|
Aaron
|
b7cbd30112
|
Replace tab indentation with spaces
|
2008-12-28 20:28:49 -05:00 |
|
Aaron
|
11f58f1882
|
Use empty string for field names of key elements
|
2008-12-19 18:12:59 -05:00 |
|
Aaron
|
b473e85b92
|
Make g++ warnings stricter, clear a few new warnings
|
2008-12-17 14:09:37 -05:00 |
|
Dwight
|
b971c4ab83
|
prettier plus eliminating a couple warnings on visual c++
|
2008-12-10 11:39:13 -05:00 |
|
Aaron
|
f5f533a36f
|
Bracket btree cursors with beginning and and ending keys
|
2008-12-09 09:54:51 -05:00 |
|
Dwight
|
1a95c75d0f
|
don't log to our oplog operations we are replicating from elsewhere
|
2008-12-05 10:09:16 -05:00 |
|
Aaron Staple
|
0caf3b7529
|
Initialize cursor based on query in certain sorting cases where sorting is specified (fix bug 1079).
|
2008-12-04 08:18:07 -05:00 |
|
Dwight
|
60b769a8cb
|
replication fixes -- "first: true" support (local.dbinfo.*); clean up class name
|
2008-12-02 14:24:45 -05:00 |
|
Dwight
|
ede1f1e2ba
|
big change for stopOnMiss
|
2008-11-18 15:47:37 -05:00 |
|
Dwight
|
805b9b23ad
|
$explain should honor limit()
|
2008-11-17 17:03:17 -05:00 |
|
Dwight
|
261d46c2f2
|
include execution time in $explain output
|
2008-11-17 16:38:41 -05:00 |
|
Dwight
|
20c1d67ee9
|
$hint+$explain fix
|
2008-11-17 16:22:01 -05:00 |
|
Dwight
|
7ce45ce381
|
first cut of $hint
|
2008-11-17 15:39:03 -05:00 |
|
unknown
|
b1a5b9ed52
|
nscanned on slow query output in log
|
2008-11-15 19:04:01 -05:00 |
|
Dwight
|
8c4778e59f
|
beginnings of $explain
|
2008-11-14 16:19:47 -05:00 |
|
unknown
|
2c7fca7647
|
roll back change
|
2008-11-13 22:29:25 -05:00 |
|
unknown
|
48a432d4ad
|
temp patch regarding query optimizer
|
2008-11-13 21:59:56 -05:00 |
|
Dwight
|
d7798312c6
|
more detail on slow queries
|
2008-11-11 17:27:26 -05:00 |
|
Dwight
|
2a46ef9acd
|
embedded object segfault fix
|
2008-11-04 15:05:01 -05:00 |
|
Dwight
|
a4968427e2
|
bug fix with $natural
timeout on connects w/dbgrid faster
|
2008-11-03 20:42:59 -05:00 |
|