log

age author description
2009-05-17 Niels Nes fix memory leak in update code Feb2009
2009-05-17 Romulo Gon?alves You need to alter the default schema of the user before you drop the schema, if not the schema will have a dependency. Feb2009
2009-05-17 Romulo Gon?alves You need to alter the default schema of the user before you drop the schema, if not the schema will have a dependency. Feb2009
2009-05-17 Romulo Gon?alves Improve the test to cover the problem of dropping a user when a schema is owned by him or her. Feb2009
2009-05-17 Romulo Gon?alves When you check if the schema is owned by someone use the column authorization and not owner. Feb2009
2009-05-17 Martin Kersten The second pass over the error reporting. It has been made more uniform.
2009-05-17 Fabian Groffen Fix problem pointed out by VS8, use correct return type (I could compile this because I didn't update my sources this morning)
2009-05-16 Martin Kersten The next batch of straightforward error clean up and condensation.
2009-05-16 Martin Kersten Collecting the exception/errors messages in one place leads to easier detection
2009-05-16 Martin Kersten typo
2009-05-16 Fabian Groffen remove the use of MCgetClient from mal_authorize, it has a ripple effect on the source
2009-05-16 Fabian Groffen remove conn from client struct as it is no longer used
2009-05-16 Fabian Groffen like I said, it's extremely annoying?
2009-05-16 Fabian Groffen I really need to fix this Mx issue not extracting mx into source files, bah. Fix compilation issue
2009-05-16 Martin Kersten Remove superflous argument
2009-05-16 Martin Kersten Restore working of strengthreduction, removing instructions from a loop
2009-05-16 Fabian Groffen approve error message
2009-05-16 Fabian Groffen Change remote not to use a client-attached connection list, but a global list in remote itself. We rely on the client handing over the (unique) handle, such that we don't need to lookup the client at all.
2009-05-16 Martin Kersten Removal of MCgetClient(), because it was not threadsafe
2009-05-16 Martin Kersten Removing the MCgetClients, because it was not thread safe.
2009-05-16 Stefan Manegold propagated changes of Friday May 15 2009 - Saturday May 16 2009 M5XQ
2009-05-16 Stefan Manegold propagated changes of Thursday May 14 2009 - Saturday May 16 2009 M5XQ
2009-05-16 Stefan Manegold propagated changes of Wednesday May 13 2009 - Saturday May 16 2009
2009-05-16 Martin Kersten Can be moved to the attic
2009-05-15 Sjoerd Mullender You cannot use the result of an assignment operator in the same
2009-05-15 Sjoerd Mullender It's a bad idea to have an assignment as parameter to a macro that is
2009-05-15 Jan Rittinger -- adjust stable output
2009-05-15 Fabian Groffen Implemented Feature Request #2705670. Reopen logfiles when SIGHUP is received.
2009-05-15 Sjoerd Mullender Conflict on Fedora 11: basename is also defined in string.h.
2009-05-15 Sjoerd Mullender Remove python and ruby from client RPM/DEB and cleaned up the rest.
2009-05-15 Martin Kersten For niels to complete
2009-05-15 Jan Rittinger -- Introduce new optimization phase that removes superfluous path steps.
2009-05-15 Jan Rittinger -- Infer the extended key property analysis whenever we are interested
2009-05-15 Jan Rittinger -- Extended rowrank push-up phase to cope with rowranks that have multiple
2009-05-15 Sjoerd Mullender Removed SSL support for MAPI connections.
2009-05-15 Henning Rode - remove unused variable to calm the compiler
2009-05-15 Fabian Groffen remove mero_timeinterval setting, it will be removed since it's no longer of any use
2009-05-15 Sjoerd Mullender Updated Windows installer: removed Python and PHP clients (they should have their own installers), and updated included .mal and .dll files.
2009-05-15 Sjoerd Mullender Updated Windows installer: removed Python and PHP clients (they should have their own installers), and updated included .mal and .dll files.
2009-05-15 Sjoerd Mullender The OpenSSL API has a problem on 64 bit Windows: SSL_set_fd expects an int for the socket, but the correct type is SOCKET which does not fit. So: disable OpenSSL support for communication.
2009-05-15 Roberto Cornacchia - Use BUN instead of int
2009-05-14 Jan Rittinger -- Provide a key property inference that builds on functional dependencies
2009-05-14 Jan Rittinger -- Replace aggregates min, max, and avg on columns that functionally depend
2009-05-14 Jan Rittinger -- initialize refctr field during node construction.
2009-05-14 Jan Rittinger -- Extend the rank push up phase for rowrank operators: We now also push up
2009-05-14 Jan Rittinger -- Extend the inference of functional dependencies.
2009-05-14 Roberto Cornacchia This commit is a temporary fix for the incorrect definition of count() mil proc:
2009-05-14 Sjoerd Mullender Added casts.
2009-05-14 Fabian Groffen lastout and lasterr are no longer in use, thanks Intel compiler
2009-05-14 Sjoerd Mullender Added casts.
2009-05-14 Sjoerd Mullender If the logger catalog exists, the log file in the log directory should
2009-05-13 Niels Nes approved output Feb2009
2009-05-13 Stefan Manegold propagated changes of Wednesday May 13 2009
2009-05-13 Stefan Manegold added test for Feb2009
2009-05-13 Niels Nes added test for temporary table with leftovers Feb2009
2009-05-13 Niels Nes fixed temporary table cleanup after failing/rollbacked queries Feb2009
2009-05-13 Niels Nes added test for temporary_table_leftover bug Feb2009
2009-05-13 Sjoerd Mullender propagated changes of Wednesday May 13 2009 M5XQ
2009-05-13 Sjoerd Mullender propagated changes of Wednesday May 13 2009
2009-05-13 Sjoerd Mullender Added some casts.