log

age author description
2010-03-10 Sjoerd Mullender propagated changes of Wednesday Mar 03 2010 - Wednesday Mar 10 2010
2010-03-10 Sjoerd Mullender propagated changes of Friday Mar 05 2010 - Wednesday Mar 10 2010
2010-03-10 Sjoerd Mullender propagated changes of Monday Mar 01 2010 - Wednesday Mar 10 2010
2010-03-10 Sjoerd Mullender propagated changes of Tuesday Mar 09 2010 - Wednesday Mar 10 2010
2010-03-10 Sjoerd Mullender propagated changes of Friday Mar 05 2010 - Wednesday Mar 10 2010
2010-03-10 Sjoerd Mullender Remove duplicate file. Feb2010
2010-03-10 Fabian Groffen mapreduce optimizer v2.0: switch to pessimistic approach, allowing to execute any query, fetching only the data in the MAP phase. Mergetable optimiser is the one here that messes up any operation like sorting. From here on, the optimiser should try to find operations to push into the MAP phase.
2010-03-10 Fabian Groffen Add mvcRef, sort
2010-03-09 Jan Rittinger -- Performance fix in set property inference. Feb2010
2010-03-09 Fabian Groffen add minimal_pipe definition, so one can easily switch to basic plans
2010-03-09 Fabian Groffen (hopefully) Fix problem found by Arjen in compiling the java sources. Set JAVA_HOME to the compiler we found with configure, such that ant will use that one too. Feb2010
2010-03-09 Fabian Groffen Derive JAVA_HOME, which is essential in the Java module to get Ant to do what one would expect Feb2010
2010-03-07 Martin Kersten Approve output
2010-03-07 Martin Kersten Also support compile time execution of barrier statement by turning them
2010-03-07 Martin Kersten Extra debugging for chasing possible race conditions, which may be
2010-03-06 Stefan Manegold approved new output:
2010-03-06 Stefan Manegold approved new output of `stethoscope --help`
2010-03-06 Stefan Manegold for the records:
2010-03-06 Martin Kersten Stethoscope has been moved to clients repository
2010-03-06 Martin Kersten Stethoscope help information test should be re-approved.
2010-03-06 Niels Nes bison/yacc rule may depend on direct sources now (ie x.y), not only on
2010-03-05 Fabian Groffen It's better to allocate some memory to write to. Change signature of generateSalt, since it doesn't allocate memory as I mistakenly thought it did. Feb2010
2010-03-05 Sjoerd Mullender CRLF -> LF. Feb2010
2010-03-05 Fabian Groffen Fix bug #2964247, thanks Sjoerd for debugging. Feb2010
2010-03-05 Niels Nes we need mutils too
2010-03-05 Fabian Groffen check return of fopen() in more places, as pointed out by Mark Bucciarelli Feb2010
2010-03-05 Fabian Groffen revert back to deprecated signal style, since windows doesn't seem to like sigaction at all
2010-03-05 Sjoerd Mullender Fix of previous fix. Deal with s == sub correctly (that implies s[-1] Feb2010
2010-03-05 Sjoerd Mullender Avoid dereferencing a pointer before the start of the buffer. Feb2010
2010-03-05 Sjoerd Mullender Let configure try linking with -lcrypto when testing -lssl. Feb2010
2010-03-04 Fabian Groffen fix unstoppable behaviour with a stupid workaround: even if we have to monitor a single server, do it in a separate thread
2010-03-04 Fabian Groffen swith to new-style signal handlers, don't help to solve lockup up problems when running single threaded
2010-03-04 Fabian Groffen stethoscope was moved
2010-03-04 Fabian Groffen Attempt to tell rpm stethoscope is a legal file
2010-03-04 Fabian Groffen apply simple heuristic to make sure 'include sql;' ends up quoted in the log, so we can easily copy 'n' paste the long string without editing it
2010-03-03 Fabian Groffen fix off by one causing the profile filters not to be set correctly, as reported by Milena
2010-03-03 Sjoerd Mullender Typo.
2010-03-03 Sjoerd Mullender This time hopefully correctly added/deleted files. Feb2010
2010-03-02 Fabian Groffen multiple fixes to become resistant against user configuration
2010-03-02 Fabian Groffen Be more relaxed in URI parsing, allow missing dbname, such that we can connect directly to an mserver using an URI
2010-03-02 Fabian Groffen make mapi_resolve more resistant against bogus input Feb2010
2010-03-02 Fabian Groffen tag lines with their server id, that was the most important idea behind the id :/
2010-03-01 Fabian Groffen Add stethoscope, revamped version, lots of cleanups. This version is able to profile multiple mservers concurrently based on a merovingian tag pattern. Reasons for moving it here are that you may want to have it without M5 for legal reasons, but also that it needs to share code with mclient, msqldump and others in option arguments, parsing and .monetdb config file reading.
2010-03-01 Fabian Groffen drop stethoscope from here, to be readded in the clients repo
2010-03-01 Fabian Groffen Added interface to directly add a stream, such that we don't suffer from a possible race condition when we release a port and think it is free. For the code to actually work, we need the fix to stream.mx that was just checked in on the Feb2010 branch.
2010-03-01 Fabian Groffen Fix udp socket creation, bug revealed by revamped stethoscope which suffers from servers all binding to the same port when it would connect to them in parallel. Feb2010
2010-03-01 Sjoerd Mullender propagated changes of Monday Mar 01 2010 M5XQ
2010-03-01 Sjoerd Mullender propagated changes of Monday Mar 01 2010 XQFT
2010-03-01 Sjoerd Mullender Post-release version number update. Feb2010
2010-03-01 Sjoerd Mullender Post-release version number update. Feb2010
2010-03-01 Sjoerd Mullender propagated changes of Wednesday Feb 24 2010 - Monday Mar 01 2010
2010-03-01 Fabian Groffen truncate to zero length using fopen for windows' sake
2010-03-01 Sjoerd Mullender propagated changes of Thursday Feb 25 2010 - Monday Mar 01 2010
2010-03-01 Sjoerd Mullender propagated changes of Friday Feb 26 2010 - Monday Mar 01 2010
2010-03-01 Sjoerd Mullender propagated changes of Wednesday Feb 24 2010 - Monday Mar 01 2010
2010-03-01 Sjoerd Mullender propagated changes of Sunday Feb 28 2010 - Monday Mar 01 2010
2010-03-01 Sjoerd Mullender propagated changes of Saturday Feb 27 2010 - Monday Mar 01 2010
2010-03-01 Stefan Manegold make sure we initialize the static global variable hottop at least once; Feb2010
2010-02-28 Martin Kersten Protect hottop against the case that an MAL instruction can produce Feb2010
2010-02-27 Martin Kersten Remove the exception string to avoid leakage.