0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

240 Commits

Author SHA1 Message Date
Aaron
a6c9d60843 embedded mod checkpoint 2009-03-24 11:34:09 -04:00
Dwight
3426f0e8c7 clean up warnings on windows 2009-03-23 13:12:47 -04:00
Aaron
4e04ab5bac optimizations 2009-03-20 17:08:38 -04:00
Aaron
4fbc099c10 Better example 2009-03-20 16:29:38 -04:00
Aaron
2570f4824c const ref 2009-03-20 16:20:46 -04:00
Aaron
d654edbef4 Optimizations 2009-03-20 16:07:05 -04:00
Aaron
5a276ef621 Replace emptyObj with BSONObj() 2009-03-19 16:23:04 -04:00
Aaron
fdde87047f Cleanup 2009-03-19 14:50:40 -04:00
Aaron
2ee0e271e1 More sensible isValid 2009-03-19 14:44:28 -04:00
Aaron
dba5a1e036 Cleanup 2009-03-19 13:53:52 -04:00
Aaron
d28cae6187 Use boost shared_ptr 2009-03-19 13:48:57 -04:00
Aaron
909fbbe1b2 Don't allocate a Details object if memory is not owned 2009-03-19 13:41:20 -04:00
Aaron
cf5c758901 Add objdata to BSONObj directly 2009-03-19 13:15:59 -04:00
Aaron
d330916d1a Remove cached object size 2009-03-19 12:11:46 -04:00
Eliot Horowitz
d4aad44346 appendTimestamp( name , val ) 2009-03-11 17:02:34 -04:00
Dwight
8431f60b10 shardkey lt gt query support 2009-03-06 13:12:00 -05:00
Aaron
d41ad26635 Use key val matcher in findOne(), cleanup 2009-03-02 17:12:02 -05:00
Aaron
f5e4fe8cd6 Key match checkpoint 2009-03-02 16:03:48 -05:00
Aaron
b5d11b9350 Use key matcher, keep real BSONObj in matcher, fix deleteObject bug 2009-03-02 13:42:31 -05:00
Aaron
dad75855e8 Add KeyValJSMatcher 2009-03-02 11:31:13 -05:00
Aaron
253a49d2a1 Add new Matcher interface, use in count, add consts 2009-03-02 10:41:36 -05:00
Eliot Horowitz
c6a4f25e16 some timestamp helpers 2009-02-28 18:44:31 -05:00
Aaron
9d792eb0c5 Rename CurrentTime to Timestamp, don't change type on insert 2009-02-27 18:14:45 -05:00
Aaron
2075fa77f1 Add const 2009-02-27 17:29:24 -05:00
Aaron
63e5764fe2 Add BSONElementManipulator and CurrentTime type 2009-02-27 17:18:56 -05:00
Dwight
5a261ed678 new shardkey implementation (first pass) 2009-02-27 11:04:36 -05:00
Aaron
a1775e941a Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-25 16:05:29 -05:00
Aaron
bcb1b24bd6 Remove dead code 2009-02-25 15:31:38 -05:00
Eliot Horowitz
60f443b9b1 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-25 14:21:06 -05:00
Eliot Horowitz
b8dac08cff fix copy()
added some debug tools
2009-02-25 14:18:06 -05:00
Aaron
f026c6825d Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-25 11:06:18 -05:00
Eliot Horowitz
5bfb5fc082 BSONObj.getOwned() - gets a version that is definitely owned 2009-02-25 10:52:11 -05:00
Aaron
222ea643ad Runner improvements 2009-02-25 10:48:41 -05:00
Eliot Horowitz
46987b2978 BSONObj.woSortOrder - compare 2 objects with a sort key 2009-02-24 17:09:46 -05:00
Dwight
7012955860 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-23 18:05:56 -05:00
Dwight
3111e5411e BSONObjBuilderValueStream bug fix 2009-02-23 18:05:38 -05:00
Aaron
13b0d2c1cf Index objects even if don't have a field from index spec 2009-02-23 17:26:36 -05:00
Aaron
6f25a72ec3 'better' LazyString 2009-02-20 10:48:32 -05:00
Aaron
6df7d02ce8 Don't create string unless we're actually going to log 2009-02-19 12:03:15 -05:00
Aaron
b1d9032447 Get rid of stringable class, use implicit type conversion to string instead 2009-02-18 22:17:30 -05:00
Aaron
b251990286 More metadata about query plan 2009-02-18 15:25:50 -05:00
Aaron
fb656c60d2 Fix memory leak 2009-02-17 17:11:40 -05:00
Dwight
c67eca8a2f c++ client:
allow BSONElements with the labeler
example
2009-02-12 18:20:52 -05:00
Dwight
0cc3993211 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-12 15:03:54 -05:00
Dwight
459d62347b replication / exception throwing bug fix
--only option added
2009-02-12 15:03:38 -05:00
Eliot Horowitz
6e345fc61d make shell output more info for bindata
BSONElement.binDataType helper
2009-02-12 14:30:45 -05:00
Aaron
c326d4a508 Can pick index with more key specificity than required by sort / find spec 2009-02-11 15:37:51 -05:00
Aaron
6224cd9f29 Add initial perf tests 2009-02-11 13:17:52 -05:00
Aaron
565d374283 Use @file to tell doxygen to document globals, add more doc for BSON() and QUERY() 2009-02-10 14:04:03 -05:00
Aaron
72eb0d5072 Just get rid of IN label 2009-02-10 13:16:34 -05:00