2003-01-25 |
Stefan Manegold |
propagated fix from main branch:
Monet_4-3-6
|
2003-01-23 |
Sjoerd Mullender |
Windows has to do things differently: use %I64d to print 64-bit int on Windows, %lld elsewhere.
|
2003-01-23 |
Sjoerd Mullender |
Make three-way distinction when assessing how big the differences are.
|
2003-01-23 |
Sjoerd Mullender |
Added some generated files.
|
2003-01-22 |
Sjoerd Mullender |
Added unnecessary return 0 to silence some compilers.
|
2003-01-22 |
Sjoerd Mullender |
Make all cnt pointers pointers to unsigned int instead of some being
|
2003-01-22 |
Sjoerd Mullender |
After changing type MT_Id to unsigned long, change NULL to 0 in
|
2003-01-21 |
Stefan Manegold |
fixed "test" script:
|
2003-01-21 |
Sjoerd Mullender |
Synched with MonetDB.
|
2003-01-21 |
Sjoerd Mullender |
Use AC_CHECK_TYPES to check for existence of types.
|
2003-01-20 |
Sjoerd Mullender |
Typo in comment.
|
2003-01-20 |
Stefan Manegold |
icc's interprocedural-optimization option is now called -ipo, no longer -wp_ipo
|
2003-01-20 |
Sjoerd Mullender |
Synched with current syncmail.
|
2003-01-17 |
Sjoerd Mullender |
Squashed some more warnings.
|
2003-01-17 |
Stefan Manegold |
updated stable output: modified order in non-ordered output
|
2003-01-17 |
Sjoerd Mullender |
Lots of small changes, mostly having to do with porting to 64 bits.
|
2003-01-14 |
Stefan Manegold |
SQL-Mserver now also requires module mmath
|
2003-01-14 |
cvs2hg |
fixup commit for branch 'BAT_SET'
BAT_SET
|
2003-01-14 |
Stefan Manegold |
static SQL-Mserver now also requires module mmath
|
2003-01-14 |
Sjoerd Mullender |
Use different macro to check for iostream and cstdio headers.
|
2003-01-13 |
Stefan Manegold |
updated stable output
|
2003-01-13 |
Stefan Manegold |
native Windows (i.e. MSVC++) requires the new bstream-functions to be stream_export-ed
|
2003-01-10 |
Niels Nes |
remove the AC_SYS_LARGEFILE call when using older autoconf (needs >= 2.53)
|
2003-01-10 |
Niels Nes |
.....
|
2003-01-10 |
Niels Nes |
sync with monet version
|
2003-01-10 |
Niels Nes |
bug fix in the boostrap script thanks to Bjarke Buur Mortensen
|
2003-01-09 |
Niels Nes |
BATslice can also use a view if BATrestricted() == BAT_APPEND
|
2003-01-04 |
Niels Nes |
use AC_SYS_LARGEFILE() to enable large file support
|
2003-01-02 |
Niels Nes |
no more global BAT* in mvc.mx, the sys schema is now allways up to date.
|
2003-01-01 |
Niels Nes |
run the scantest on oracle
|
2003-01-01 |
Niels Nes |
added exec statements to the fill sql code (only used by oracle)
|
2003-01-01 |
Niels Nes |
use MAXPATHNAME ipv long_str
|
2002-12-31 |
Niels Nes |
updated to new read/write interface
|
2002-12-29 |
Niels Nes |
added empty optimizer
|
2002-12-29 |
Niels Nes |
use a seperate layer which manages the bats for the various sql clients
|
2002-12-29 |
Niels Nes |
added -u/-P to run.all
|
2002-12-29 |
Niels Nes |
added scantest from the uva
|
2002-12-26 |
Niels Nes |
added read/write{Sht,Int,Lng}Array bulk in/output functions
|
2002-12-11 |
Stefan Manegold |
- some minor changes
|
2002-12-11 |
Stefan Manegold |
to be able to compile the counters module with counter-support on Linux,
|
2002-12-11 |
Sjoerd Mullender |
Removed extraneous blanks from license text.
|
2002-12-11 |
Sjoerd Mullender |
Implemented UTF-8 support in Java client.
|
2002-12-10 |
Sjoerd Mullender |
Fix up some English and remove trailing white space.
|
2002-12-10 |
Sjoerd Mullender |
Support UTF-8 in TCL version.
|
2002-12-10 |
Sjoerd Mullender |
Support UTF-8 in Perl version.
|
2002-12-10 |
Sjoerd Mullender |
Added Unicode support to Python version.
|
2002-12-09 |
Sjoerd Mullender |
Added quotes to protect against spaces in file names.
|
2002-12-09 |
Sjoerd Mullender |
Removed unused variable.
|
2002-12-09 |
Sjoerd Mullender |
Added ifdef around declaration.
|
2002-12-09 |
Sjoerd Mullender |
Added some casts.
|
2002-12-09 |
Sjoerd Mullender |
Removed declaration of unused variable.
|
2002-12-09 |
Sjoerd Mullender |
Removed declaration of unused variables.
|
2002-12-09 |
Sjoerd Mullender |
Don't blindly include <cstdio> but use HAVE_CSTDIO.
|
2002-12-06 |
Sjoerd Mullender |
Accept arguments just like Unix version of RunMtest giving directory
|
2002-12-06 |
Sjoerd Mullender |
Typo in comment.
|
2002-12-06 |
Sjoerd Mullender |
On Cygwin, don't look at the word before the pointer returned by
|
2002-12-03 |
Sjoerd Mullender |
Include <ctype.h> since we use character classification functions.
|
2002-12-03 |
Stefan Manegold |
fixed BUG reported by Jens Teubner from Konstanz:
|
2002-12-03 |
Sjoerd Mullender |
Pure style change:
|
2002-12-03 |
Sjoerd Mullender |
Preferentially use C99 function fpclassify to classify floating point
|