log

age author description
2013-02-05 Niels Nes use fix length strings for literals, solves issues with query cache. Feb2013
2013-02-04 Sjoerd Mullender Reduce number of tests; add comments.
2013-02-04 Sjoerd Mullender Keep properties more precisely.
2013-02-04 Sjoerd Mullender Skip over parts of left column with binary search if warranted.
2013-02-04 Sjoerd Mullender Thinko: use *h*seqbase.
2013-02-04 Sjoerd Mullender Merge with Feb2013 branch.
2013-02-04 Sjoerd Mullender Merge with Oct2012 branch. Feb2013
2013-02-04 Sjoerd Mullender For testweb, add link to bug report in title of page. Oct2012
2013-02-04 Sjoerd Mullender Comment changes/fixes.
2013-02-03 Stefan Manegold Merge with Feb2013 branch.
2013-02-03 Stefan Manegold Merge with Oct2012 branch; not changing any files, Feb2013
2013-02-03 Stefan Manegold backout of changset 2e23afb5fd7b from Oct2012, only: Oct2012
2013-02-03 Stefan Manegold up-cast operands rather then result of operation Feb2013
2013-02-02 Stefan Manegold Merge with Feb2013 branch.
2013-02-01 Sjoerd Mullender Remove trailing slashes from --dbpath argument. Feb2013
2013-02-01 Sjoerd Mullender Initial version of a BATsubmergejoin, the first of the new join algorithms.
2013-02-01 Jennie Zhang merged from Feb2013 ssdb
2013-01-31 Jennie Zhang approved expected changes in stable.out sciql
2013-01-31 Jennie Zhang approved expected changes in stable.err sciql
2013-01-31 Jennie Zhang We now also have arrays sciql
2013-01-31 Jennie Zhang We now also have arrays sciql
2013-01-31 lsidir Use Heap instead of BAT for imprint histogram.
2013-01-31 Sjoerd Mullender Merge with Feb2013 branch.
2013-01-31 Sjoerd Mullender Merge with Oct2012 branch. Feb2013
2013-01-31 Sjoerd Mullender rc /nologo doesn't work with Visual Studio 9 (2008) :-( Oct2012
2013-01-31 Sjoerd Mullender Merge with Feb2013 branch.
2013-01-31 Sjoerd Mullender Merge with Oct2012 branch. Feb2013
2013-01-31 Sjoerd Mullender Add /nologo to lib invocation. Oct2012
2013-01-31 Sjoerd Mullender Add /nologo to rc invocation. Oct2012
2013-01-31 Jennie Zhang typo
2013-01-31 Sjoerd Mullender Add all important &; use pointer-specific interlocked functions; add parentheses.
2013-01-31 Sjoerd Mullender Cast to correct type before shifting.
2013-01-30 Sjoerd Mullender Fix compiler warning on Windows.
2013-01-30 Sjoerd Mullender Merge with Feb2013 branch.
2013-01-30 Sjoerd Mullender Fixed a bunch of compiler warnings on Windows. Feb2013
2013-01-30 Sjoerd Mullender Better save than sorry: add parentheses around macro arguments. Feb2013
2013-01-30 Sjoerd Mullender strlen returns a size_t. Feb2013
2013-01-30 Sjoerd Mullender Null-terminate buffer. Feb2013
2013-01-30 Sjoerd Mullender Normalize paths on Windows before trying to copy a file. Feb2013
2013-01-30 Niels Nes check for errors/overflows in sum's over partial results. Feb2013
2013-01-29 Sjoerd Mullender Fixed comments for various aggr.* functions. Feb2013
2013-01-29 Jennie Zhang A temporary solution to avoid tables/functions created under the 'rs' schema to be dumped. sciql
2013-01-29 Jennie Zhang approved expected stable.out sciql
2013-01-29 Sjoerd Mullender Merge with Feb2013 branch.
2013-01-29 Sjoerd Mullender Merge with Oct2012 branch. Feb2013
2013-01-29 Sjoerd Mullender Use malloc/free instead of GDKmalloc/GDKfree for monetscript. Oct2012
2013-01-29 Sjoerd Mullender Typo. Feb2013
2013-01-29 Sjoerd Mullender Approve upgrade test output. Oct2012
2013-01-29 Sjoerd Mullender Add or subtract number of days in correct month. Oct2012
2013-01-29 Sjoerd Mullender Add test for bug 3215. Oct2012
2013-01-29 Sjoerd Mullender After a lock has been destroyed, it may not be used anymore. Oct2012
2013-01-28 Minh-Duc Pham Merge with default branch rdf
2013-01-28 Minh-Duc Pham Apply the changes in Feb2013 for moving all rdf-related stuffs from tokenizer to rdf module rdf
2013-01-28 Minh-Duc Pham Add array for subject <-> CS rdf
2013-01-28 Jennie Zhang try to fix DataCell compilation error, by simply removing the unused variable that causes the problem.
2013-01-28 Sjoerd Mullender Merge with Feb2013 branch.
2013-01-28 Sjoerd Mullender Merge with Oct2012 branch. Feb2013
2013-01-28 Sjoerd Mullender Teach Mtest about the location of the Python modules on Windows. Oct2012
2013-01-28 Sjoerd Mullender Install Python2 and Python3 files in different locations on Windows. Oct2012
2013-01-28 Jennie Zhang fix compilation issue after merge sciql