log

age author description
2009-12-19 Martin Kersten Reference counting is fixed.
2009-12-19 Martin Kersten Silence compilers
2009-12-19 Martin Kersten Silence compilers
2009-12-19 Martin Kersten silence compilers.
2009-12-19 Martin Kersten Make the rdf modules known and loaded upon server start.
2009-12-19 Lefteris Sidirourgos I hate buildbot. Does it ever stop????????
2009-12-19 Lefteris Sidirourgos disable call to TKNZRdeposit until compilation errors are fixed
2009-12-19 Lefteris Sidirourgos fixing compilation error
2009-12-19 Martin Kersten wrapper - keep the mal block also if there was an error, it aids debugging
2009-12-19 Martin Kersten Align calling scheme with optimizer.
2009-12-19 Martin Kersten The necessary definitions for dictionary compression.
2009-12-19 Martin Kersten The (de) compression scheme is currently an explicit procedure call at SQL
2009-12-18 Lefteris Sidirourgos fix minor compilation error
2009-12-18 Lefteris Sidirourgos new interface of the rdf shredder to support multiple graph collections
2009-12-18 Lefteris Sidirourgos * Add the tokenizer support to the RDF loader
2009-12-18 Lefteris Sidirourgos * load the correct batname and not the name
2009-12-18 Martin Kersten Silence the compilers
2009-12-18 Fabian Groffen remove stray )'s
2009-12-18 Sjoerd Mullender propagated changes of Thursday Dec 17 2009 - Friday Dec 18 2009 M5XQ
2009-12-17 Sjoerd Mullender propagated changes of Thursday Dec 17 2009 XQFT
2009-12-17 Fabian Groffen buildbot complained that some compilers don't know the symbol as here, I think it was meant to be task->as
2009-12-17 Sjoerd Mullender propagated changes of Tuesday Dec 15 2009 - Thursday Dec 17 2009
2009-12-17 Sjoerd Mullender propagated changes of Wednesday Dec 16 2009 - Thursday Dec 17 2009
2009-12-17 Sjoerd Mullender propagated changes of Thursday Dec 17 2009
2009-12-17 Sjoerd Mullender propagated changes of Tuesday Dec 15 2009 - Thursday Dec 17 2009
2009-12-17 Sjoerd Mullender propagated changes of Monday Dec 14 2009 - Thursday Dec 17 2009
2009-12-17 Sjoerd Mullender Fix version number.
2009-12-17 Sjoerd Mullender Fix version number. Nov2009
2009-12-17 Martin Kersten Triggering framework for dictionary construction is focussed on SQL base
2009-12-17 Martin Kersten The dictionary pipeline optimizer added for experimentation.
2009-12-16 Martin Kersten The framework for automatic BAT compression
2009-12-16 Martin Kersten The stepping stone bridge established. Dict01 test does not crash anymore.
2009-12-16 Martin Kersten Reduce the use of setVarUsed. It is primarilly meant for properties.
2009-12-16 Fabian Groffen Nest all possible implementations to get the amount of physical memory (like we did for the pagesize), so we can reliably warn that we don't have an implementation to get so. Being able to use elif here would have been nice, but since it's not done elsewhere, I didn't too. Thanks Runqing Zou for noticing.
2009-12-16 Martin Kersten More protection against failing mallocs. Nov2009
2009-12-16 Martin Kersten The GDKrealloc can fail, which calls for abandoning the copy operation. Nov2009
2009-12-15 Stefan Manegold propagated changes of Tuesday Dec 15 2009 - Wednesday Dec 16 2009
2009-12-15 Stefan Manegold added test for a recently reported (too) deep recusion problem; Nov2009
2009-12-15 Stefan Manegold (try to) properly distinguish between killing tests due to timeout Nov2009
2009-12-15 Fabian Groffen no reason to require bash for the *-config script, since we don't use any bash-specific constructs, and buildtools-config doesn't require it either (bug #2914563) Nov2009
2009-12-15 Fabian Groffen Mention that the memory we report is what we see is available to us,
2009-12-15 Fabian Groffen If there is a limit get on the memory usage, take it into account, such that the GDK kernel can make the proper decisions. Indented ifdefs to make nesting structure clear. Added comment on probably obsolete piece of code.
2009-12-15 Fabian Groffen rename V into C (because C sounds more like Crash, than V sounds like Violation) Nov2009
2009-12-15 Sjoerd Mullender According to Mick Bacciarelli we need openbsd here as well. Nov2009
2009-12-15 Stefan Manegold fixed typo: "=" -> "+" Nov2009
2009-12-15 Martin Kersten The code to construct the dictionary pair.
2009-12-15 Stefan Manegold propagated changes of Tuesday Dec 15 2009
2009-12-15 Stefan Manegold detect more crashes Nov2009
2009-12-14 Stefan Manegold propagated changes of Monday Dec 14 2009 - Tuesday Dec 15 2009
2009-12-14 Martin Kersten Addition of a few more operators. This should gives all the steps needed
2009-12-14 Sjoerd Mullender Added .sql files. Nov2009
2009-12-14 Stefan Manegold initialize new array entry for crash (segfault, etc.) Nov2009
2009-12-14 Fabian Groffen make sure we can actually annotate stuff that crashed: I missed that there is done a pre-selection on possible errors first before the errors are handled Nov2009
2009-12-13 Stefan Manegold propagated changes of Saturday Dec 12 2009 - Monday Dec 14 2009
2009-12-13 Martin Kersten Statement lost....restored.
2009-12-13 Martin Kersten The dictionary code deals with the MAL translation part only. It deals
2009-12-13 Stefan Manegold timeouts and killing of hanging test is often a consequence of a segfault Nov2009
2009-12-13 Niels Nes removed sql_trans.mx no longer needed
2009-12-13 Niels Nes transactions are now first only parsed, and then executed via mal.
2009-12-12 Fabian Groffen veni vidi foetsie; I found too many segfaults in the test output on pegasus, they simply go unnoticed with the large amount of failing tests, so let's try to put some attention to them by marking them explicitly as having crashed somehow Nov2009