2009-10-09 |
Sjoerd Mullender |
propagated changes of Friday Oct 09 2009
Nov2009
|
2009-10-09 |
Wouter Alink |
This commit is a workaround for a Sun bug. The bug only shows when running with a Sun-JRE. This bug is very annoying, causes lots of frustration, is easy to circumvent, and is somehow not fixed by Sun. It might cause some performance issues (although i doubt it will be much). The workaround may be reversed as soon as the bug is fixed, or if we say we don't support running on Sun's java 1.6.
Aug2009
|
2009-10-09 |
Sjoerd Mullender |
Approve output now that it goes to the correct place.
Aug2009
|
2009-10-09 |
Sjoerd Mullender |
Replace use of os.popen by subprocess.Popen. It seems on Windows the
Aug2009
|
2009-10-09 |
Fabian Groffen |
don't change input argument, this isn't strictly necessary, and actually broke monetdb get's output
Nov2009
|
2009-10-09 |
Fabian Groffen |
Bump Java source version to 1.5. Java 1.5 is the current J2EE, and code from nl.cwi.monetdb.merovingian relies on Java 1.5 features. It seems like a good time to deprecate 1.4 now 1.6 is about to become the new J2EE version.
|
2009-10-09 |
Stefan Manegold |
Removed obsolete test for `mclient -l<language> --help`.
Nov2009
|
2009-10-09 |
Sjoerd Mullender |
propagated changes of Friday Oct 09 2009
|
2009-10-09 |
Sjoerd Mullender |
propagated changes of Friday Oct 09 2009
Nov2009
|
2009-10-09 |
Fabian Groffen |
properly return a database not found error when one requests the status of a specific database that does not exist, instead of returning an empty list
Nov2009
|
2009-10-09 |
Wouter Alink |
-- added an 'exists' function which tells whether a database exists.
|
2009-10-09 |
Sjoerd Mullender |
It's a good idea to *always* use parentheses around the use of
Aug2009
|
2009-10-09 |
Sjoerd Mullender |
It seems c->t->s can be NULL when we get here.
Aug2009
|
2009-10-09 |
Sjoerd Mullender |
Use the subprocess module to start processes with pipes.
Aug2009
|
2009-10-09 |
Stefan Manegold |
approved new cracker signatures according to
Aug2009
|
2009-10-08 |
Stratos Idreos |
multi-column slicer now works
|
2009-10-08 |
Stefan Manegold |
propagated changes of Thursday Oct 08 2009
M5XQ
|
2009-10-08 |
Stefan Manegold |
propagated changes of Thursday Oct 08 2009
|
2009-10-08 |
Stefan Manegold |
propagated changes of Thursday Oct 08 2009
Nov2009
|
2009-10-08 |
Stefan Manegold |
propagated changes of Thursday Oct 08 2009
Nov2009
|
2009-10-08 |
Peter Boncz |
last fixes made during the introduction of the NFI performance release at NFI
Aug2009_NFI
|
2009-10-08 |
Stefan Manegold |
give the (not yet standard) selcrack cracker optimizer a chance to work
Aug2009
|
2009-10-08 |
Stratos Idreos |
multi-column slicing (needs some debugging still)
|
2009-10-08 |
Sjoerd Mullender |
propagated changes of Thursday Oct 08 2009
|
2009-10-08 |
Sjoerd Mullender |
propagated changes of Thursday Oct 08 2009
Nov2009
|
2009-10-08 |
Niels Nes |
fixed bug in mvc last entry and
Aug2009
|
2009-10-08 |
Fabian Groffen |
don't free pointer returned by GDKgetenv
Nov2009
|
2009-10-08 |
Fabian Groffen |
use correct variable
Nov2009
|
2009-10-08 |
Fabian Groffen |
Add optpipe setting to control the SQL optimiser pipeline, useful for experimentation per database, implemented a FIXME and string abbreviation like monetdb status does for monetdb get.
Nov2009
|
2009-10-08 |
Sjoerd Mullender |
propagated changes of Thursday Oct 08 2009
|
2009-10-08 |
Fabian Groffen |
use our identify as set by merovingian, or fall back to local version if not found
Nov2009
|
2009-10-08 |
Fabian Groffen |
Export the URI the database is reachable from remotely to the database via merovingian_uri GDKenvironment setting. This can be used by applications inside the database that need to give a pointer back to themselves.
Nov2009
|
2009-10-08 |
Sjoerd Mullender |
propagated changes of Thursday Oct 08 2009
M5XQ
|
2009-10-08 |
Sjoerd Mullender |
propagated changes of Thursday Oct 08 2009
|
2009-10-08 |
Stefan Manegold |
Removed obsolete test for `mclient -l<language> --help`.
Nov2009
|
2009-10-08 |
Fabian Groffen |
fix case where files were given as arguments and mclient wouldn't terminate but wait for input afterwards instead
Nov2009
|
2009-10-08 |
Stefan Manegold |
approved re-order & re-formatted help mclient & msqlsump help message
Nov2009
|
2009-10-08 |
Sjoerd Mullender |
propagated changes of Thursday Oct 08 2009
|
2009-10-08 |
Sjoerd Mullender |
propagated changes of Thursday Oct 08 2009
Nov2009
|
2009-10-08 |
Sjoerd Mullender |
propagated changes of Thursday Oct 08 2009
Nov2009
|
2009-10-08 |
Sjoerd Mullender |
propagated changes of Wednesday Oct 07 2009 - Thursday Oct 08 2009
Nov2009
|
2009-10-08 |
Fabian Groffen |
also display welcome messages for non-SQL languages, but of course without SQL specifics, this should give every user a hint how to find how the client specifics work (using \?)
Nov2009
|
2009-10-08 |
Fabian Groffen |
avoid crash when we run out of stack space, this is not a good solution, but it works good enough for now
Aug2009
|
2009-10-08 |
Peter Boncz |
- fix in session mgmt
Aug2009_NFI
|
2009-10-08 |
Henning Rode |
several small fixes for fragmented indexing
|
2009-10-08 |
Peter Boncz |
*** empty log message ***
Aug2009_NFI
|
2009-10-08 |
Peter Boncz |
- improve concurrency control for sessions; abort queries that get a user-aborted session
Aug2009_NFI
|
2009-10-08 |
Fabian Groffen |
fix guaranteed segfault, don't try to dereference s if you just found out that s is NULL
Aug2009
|
2009-10-08 |
Fabian Groffen |
it makes little to no sense to first allocate some space on the stack and then strdup it, can allocate it on the heap immediately too, this helps reducing the stack space in use, as indicated by Solaris which still runs out of it (but a little bit later now) for the huge_expression_and_column_name test
Aug2009
|
2009-10-08 |
Fabian Groffen |
fix segfault when -h -p -P options are given but no command
Nov2009
|
2009-10-07 |
Sjoerd Mullender |
Typo.
Aug2009
|
2009-10-07 |
Stefan Manegold |
propagated changes of Wednesday Oct 07 2009
M5XQ
|
2009-10-07 |
Stefan Manegold |
propagated changes of Wednesday Oct 07 2009
|
2009-10-07 |
Stefan Manegold |
propagated changes of Wednesday Oct 07 2009
Nov2009
|
2009-10-07 |
Stefan Manegold |
removed debug print that apparently sneaked in with
Aug2009_NFI
|
2009-10-07 |
Peter Boncz |
not really a noticable fix under normal XQuery use:
Aug2009_NFI
|
2009-10-07 |
Sjoerd Mullender |
propagated changes of Wednesday Oct 07 2009
M5XQ
|
2009-10-07 |
Sjoerd Mullender |
propagated changes of Wednesday Oct 07 2009
|
2009-10-07 |
Sjoerd Mullender |
propagated changes of Wednesday Oct 07 2009
Nov2009
|
2009-10-07 |
Peter Boncz |
- performance fix in shredder: no more duplicate text node elimination
Aug2009_NFI
|