
New patches:

[(define-condition controller-lost-error (simple-error) ...)
kilian.sprotte@gmail.com**20070803134300] {
hunk ./src/elephant/controller.lisp 62
-(define-condition controller-lost-error ()
+(define-condition controller-lost-error (simple-error)
}

Context:

[PuttingIndexOnMd5column
rread@common-lisp.net**20070710202059
 I haven't gotten Henrik's approval of this yet, but it seems obvious
 (and my test bear out) that this is the column that should be indexed.
] 
[TryingToSurviveSerializationErrors
rread@common-lisp.net**20070710201826
 This is an attempt to survive serialization errrors.
 Rob may be the only person who ever has these (having 
 a live database since around 0.3), and this method 
 is almost a non-method --- but at least it doesn't 
 make your whole attempt to load a database grind to a
 halt.
] 
[keysize test
rread@common-lisp.net**20070710201629
 This is a test of how big a key can get.  It was introduced when
 debugging the postmodern stuff.  Unfortunately, there is a limit,
 which we should work to overcome.
] 
[db-postmodern some cleaning
Henrik Hjelte<henrik@evahjelte.com>**20070709191312] 
[Fixed Roberts bug with large blobs
Henrik Hjelte<henrik@evahjelte.com>**20070709190719
 Becuause the bob columb in blob had a unique index.
 Now the index is on a md5 value of the bob.
] 
[stress-test make subsets work with sbcl
Henrik Hjelte<henrik@evahjelte.com>**20070709093108] 
[db-postmodern send binary data instead of base64
Henrik Hjelte<henrik@evahjelte.com>**20070709092113] 
[db-postmodern blob table bid column is now a 64 bit integer
Henrik Hjelte<henrik@evahjelte.com>**20070708152711] 
[db-postmodern, treat strings as objects.
Henrik Hjelte<henrik@evahjelte.com>**20070706033714
 To avoid this: Database error 54000: index row size 3172 exceeds btree maximum, 2713
 Values larger than 1/3 of a buffer page cannot be indexed.
 Consider a function index of an MD5 hash of the value, or use full text indexing.
] 
[db-postmodern some cleaning
Henrik Hjelte<henrik@evahjelte.com>**20070706033345] 
[updated install-bdb.sh in henrik/contrib
Henrik Hjelte <hhjelte@common-lisp.net>**20070608144005] 
[btree-exec-prepared rewritten
Henrik Hjelte<henrik@evahjelte.com>**20070706005537] 
[postmodern integration
rread@common-lisp.net**20070704214111] 
[postmodern tests file
Henrik Hjelte <hhjelte@common-lisp.net>**20070511171430] 
[db-postmodern bug fix for cursor-previous et al
Henrik Hjelte <hhjelte@common-lisp.net>**20070511170648] 
[testcollections, cursor-previous variants, tests may cheat
Henrik Hjelte <hhjelte@common-lisp.net>**20070511154905
 
 because of loop for while m.
 It makes the test silently leave as soon as m is false
 despite what the value for p and v is. If the m is moved
 to the always clause everything is tested.
] 
[postmodern cursor-set need to be able to move to next key
Henrik Hjelte <hhjelte@common-lisp.net>**20070511070159] 
[upgrade-btree-type in db-postmodern
Henrik Hjelte <hhjelte@common-lisp.net>**20070510143154
 which fixed a bug shown by test pset
] 
[make Makefile documentation build on sbcl
Henrik Hjelte <hhjelte@common-lisp.net>**20070510132113] 
[make db-postmodern compile and load
Henrik Hjelte <hhjelte@common-lisp.net>**20070510093421] 
[initial import db-postmodern
Henrik Hjelte <hhjelte@common-lisp.net>**20070510080504] 
[Prevalence backend BTree index implementation; all but 11 tests pass (with fake serializer)
ieslick@common-lisp.net**20070505043545] 
[Fix btree-index forbidden ops factorization
ieslick@common-lisp.net**20070507023022] 
[Enable subclass override of controller object cache
ieslick@common-lisp.net**20070507022608] 
[Add specific conditions for errors in the deserializer than implementations can dispatch on; also generalized database error signal is exported
ieslick@common-lisp.net**20070507022025] 
[Remove user file my-config.sexp that should not be repo
ieslick@common-lisp.net**20070505221208] 
[Bug fix for primary key missing in map-index
ieslick@common-lisp.net**20070505043920] 
[Factor our forbidden secondary cursor ops
ieslick@common-lisp.net**20070502191218] 
[Resolve README Conflict
ieslick@common-lisp.net**20070502181707] 
[Prevalence store basic ops + BTrees + some index + some prep for new index architecture
ieslick@common-lisp.net**20070502174250] 
[Initial Import of CVS 0.9.1 RC1
ieslick@common-lisp.net**20070430224026] 
[Empty repository
ieslick@common-lisp.net**20070308220933] 
Patch bundle hash:
4cca28080f916cf6ff407a7c4a04d8dd5ddd01c6
