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