log

age author description
Sun, 17 May 2009 19:33:37 +0000 Niels Nes fix memory leak in update code Feb2009
Sun, 17 May 2009 17:45:49 +0000 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
Sun, 17 May 2009 17:39:39 +0000 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
Sun, 17 May 2009 17:28:47 +0000 Romulo Gon?alves Improve the test to cover the problem of dropping a user when a schema is owned by him or her. Feb2009
Sun, 17 May 2009 17:22:19 +0000 Romulo Gon?alves When you check if the schema is owned by someone use the column authorization and not owner. Feb2009
Sun, 17 May 2009 16:30:12 +0000 Martin Kersten The second pass over the error reporting. It has been made more uniform.
Sun, 17 May 2009 11:12:23 +0000 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)
Sat, 16 May 2009 21:02:04 +0000 Martin Kersten The next batch of straightforward error clean up and condensation.
Sat, 16 May 2009 18:26:23 +0000 Martin Kersten Collecting the exception/errors messages in one place leads to easier detection
Sat, 16 May 2009 18:24:25 +0000 Martin Kersten typo
Sat, 16 May 2009 12:30:14 +0000 Fabian Groffen remove the use of MCgetClient from mal_authorize, it has a ripple effect on the source
Sat, 16 May 2009 10:34:52 +0000 Fabian Groffen remove conn from client struct as it is no longer used
Sat, 16 May 2009 10:34:04 +0000 Fabian Groffen like I said, it's extremely annoying?
Sat, 16 May 2009 10:33:26 +0000 Fabian Groffen I really need to fix this Mx issue not extracting mx into source files, bah. Fix compilation issue
Sat, 16 May 2009 10:09:56 +0000 Martin Kersten Remove superflous argument
Sat, 16 May 2009 10:05:02 +0000 Martin Kersten Restore working of strengthreduction, removing instructions from a loop
Sat, 16 May 2009 09:19:15 +0000 Fabian Groffen approve error message
Sat, 16 May 2009 09:18:48 +0000 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.
Sat, 16 May 2009 08:56:30 +0000 Martin Kersten Removal of MCgetClient(), because it was not threadsafe
Sat, 16 May 2009 08:53:25 +0000 Martin Kersten Removing the MCgetClients, because it was not thread safe.
Sat, 16 May 2009 08:24:13 +0000 Stefan Manegold propagated changes of Friday May 15 2009 - Saturday May 16 2009 M5XQ
Sat, 16 May 2009 08:24:04 +0000 Stefan Manegold propagated changes of Thursday May 14 2009 - Saturday May 16 2009 M5XQ
Sat, 16 May 2009 07:21:43 +0000 Stefan Manegold propagated changes of Wednesday May 13 2009 - Saturday May 16 2009
Sat, 16 May 2009 04:58:01 +0000 Martin Kersten Can be moved to the attic
Fri, 15 May 2009 21:30:15 +0000 Sjoerd Mullender You cannot use the result of an assignment operator in the same
Fri, 15 May 2009 20:56:36 +0000 Sjoerd Mullender It's a bad idea to have an assignment as parameter to a macro that is
Fri, 15 May 2009 18:20:09 +0000 Jan Rittinger -- adjust stable output
Fri, 15 May 2009 16:35:01 +0000 Fabian Groffen Implemented Feature Request #2705670. Reopen logfiles when SIGHUP is received.
Fri, 15 May 2009 15:47:12 +0000 Sjoerd Mullender Conflict on Fedora 11: basename is also defined in string.h.
Fri, 15 May 2009 15:19:04 +0000 Sjoerd Mullender Remove python and ruby from client RPM/DEB and cleaned up the rest.
Fri, 15 May 2009 15:11:44 +0000 Martin Kersten For niels to complete
Fri, 15 May 2009 13:52:57 +0000 Jan Rittinger -- Introduce new optimization phase that removes superfluous path steps.
Fri, 15 May 2009 12:52:23 +0000 Jan Rittinger -- Infer the extended key property analysis whenever we are interested
Fri, 15 May 2009 12:48:02 +0000 Jan Rittinger -- Extended rowrank push-up phase to cope with rowranks that have multiple
Fri, 15 May 2009 12:31:33 +0000 Sjoerd Mullender Removed SSL support for MAPI connections.
Fri, 15 May 2009 11:25:42 +0000 Henning Rode - remove unused variable to calm the compiler
Fri, 15 May 2009 10:47:03 +0000 Fabian Groffen remove mero_timeinterval setting, it will be removed since it's no longer of any use
Fri, 15 May 2009 10:38:39 +0000 Sjoerd Mullender Updated Windows installer: removed Python and PHP clients (they should have their own installers), and updated included .mal and .dll files.
Fri, 15 May 2009 09:33:48 +0000 Sjoerd Mullender Updated Windows installer: removed Python and PHP clients (they should have their own installers), and updated included .mal and .dll files.
Fri, 15 May 2009 09:21:42 +0000 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.
Fri, 15 May 2009 09:15:10 +0000 Roberto Cornacchia - Use BUN instead of int
Thu, 14 May 2009 19:57:36 +0000 Jan Rittinger -- Provide a key property inference that builds on functional dependencies
Thu, 14 May 2009 19:41:07 +0000 Jan Rittinger -- Replace aggregates min, max, and avg on columns that functionally depend
Thu, 14 May 2009 19:33:22 +0000 Jan Rittinger -- initialize refctr field during node construction.
Thu, 14 May 2009 19:31:38 +0000 Jan Rittinger -- Extend the rank push up phase for rowrank operators: We now also push up
Thu, 14 May 2009 19:19:52 +0000 Jan Rittinger -- Extend the inference of functional dependencies.
Thu, 14 May 2009 17:42:09 +0000 Roberto Cornacchia This commit is a temporary fix for the incorrect definition of count() mil proc:
Thu, 14 May 2009 13:57:55 +0000 Sjoerd Mullender Added casts.
Thu, 14 May 2009 13:53:30 +0000 Fabian Groffen lastout and lasterr are no longer in use, thanks Intel compiler
Thu, 14 May 2009 13:47:19 +0000 Sjoerd Mullender Added casts.
Thu, 14 May 2009 12:49:48 +0000 Sjoerd Mullender If the logger catalog exists, the log file in the log directory should
Wed, 13 May 2009 19:16:08 +0000 Niels Nes approved output Feb2009
Wed, 13 May 2009 18:05:02 +0000 Stefan Manegold propagated changes of Wednesday May 13 2009
Wed, 13 May 2009 17:58:01 +0000 Stefan Manegold added test for Feb2009
Wed, 13 May 2009 17:23:30 +0000 Niels Nes added test for temporary table with leftovers Feb2009
Wed, 13 May 2009 17:13:19 +0000 Niels Nes fixed temporary table cleanup after failing/rollbacked queries Feb2009
Wed, 13 May 2009 17:12:37 +0000 Niels Nes added test for temporary_table_leftover bug Feb2009
Wed, 13 May 2009 16:09:09 +0000 Sjoerd Mullender propagated changes of Wednesday May 13 2009 M5XQ
Wed, 13 May 2009 16:09:03 +0000 Sjoerd Mullender propagated changes of Wednesday May 13 2009
Wed, 13 May 2009 15:48:56 +0000 Sjoerd Mullender Added some casts.