log

age author description
2005-10-24 Niels Nes keep reference to the Symbol with mal code inside sql's query cache.
2005-10-24 Sjoerd Mullender Typo in comment. May2005
2005-10-24 Niels Nes use MT_Id instead of int. (MT_Id is a size_t)
2005-10-24 Steffen Goeldner MonetDB::CLI::MapiPP - MonetDB::CLI implementation, using the Mapi protocol
2005-10-24 Niels Nes fix compilation using icc
2005-10-24 Martin Kersten Use proper index for arguments.
2005-10-24 Martin Kersten Don't use the runtime stack if you want a global MAL stack
2005-10-23 Niels Nes added special mode (m_inplace) this is used in the M5 backend to call a
2005-10-23 Niels Nes added the missing timestamp compare operators
2005-10-23 Niels Nes added missing function
2005-10-23 Niels Nes after a clear_table do a (delayed) cache clear, fixes problem with
2005-10-23 Niels Nes fixing bug in updating primary keys
2005-10-23 Jens Teubner -- Fix variable scoping for the case when we get a module as our
2005-10-23 Niels Nes last part of the sql_subtype cleanup. We now keep sql_subtype structs in
2005-10-23 Niels Nes more cleanups of subtype
2005-10-23 Martin Kersten Don't forget to update the administration
2005-10-23 Martin Kersten Protect against malicious environment
2005-10-23 Martin Kersten Avoid crashing on non-existing environment stack
2005-10-22 Martin Kersten The FXoptimizer should call the optimizerCheck to ensure type correctness
2005-10-22 Niels Nes correctly set the mvc status to the last error (only if there really was an error)
2005-10-22 Niels Nes fixed the parser/scanner/backends to handle parsing away comments.
2005-10-22 Niels Nes more output changes, main cause 'comments are now parsed away', ie erros are
2005-10-22 Niels Nes added stable errors for M5 frontend
2005-10-22 Niels Nes approved stable output and added specific errors for M5 version
2005-10-22 Niels Nes approved stable output
2005-10-22 Niels Nes simply keep recursion depth, this fixed the huge_expression bug.
2005-10-22 Niels Nes fixed SQLcompile. We needed to save the current program and add new function,
2005-10-22 Fabian Groffen Add support for ALTER SEQUENCE x VALUE 12 to manually set its current
2005-10-22 Niels Nes run OPTmultiplex after FXoptimizer fixes a hang in the iterator code generated
2005-10-22 Fabian Groffen Minor cosmetic change
2005-10-22 Niels Nes c-comments not c++
2005-10-21 Niels Nes escape quotes and back slashes in table and column names
2005-10-21 Martin Kersten void compilation warning
2005-10-21 Fabian Groffen Make test unrelated to the current date
2005-10-21 Niels Nes added correct output
2005-10-21 Niels Nes okay start of cleanup of the use of sql_subtype
2005-10-21 Niels Nes We require c99 also for freebsd, ie freebsd falls into the same case as
2005-10-21 Sjoerd Mullender Added cast to fix compiler issue.
2005-10-21 Sjoerd Mullender Added test for fixed bug 1333969.
2005-10-21 Fabian Groffen Also test SQL03 standard way of doing sequences
2005-10-21 Fabian Groffen No need to disable the limit
2005-10-21 Jan Rittinger forgot some lines (of course) - sorry
2005-10-21 Jan Rittinger a number of bug fixes
2005-10-21 Ying Zhang "Copyright Notice" was missing.
2005-10-20 Fabian Groffen typ-o
2005-10-20 Fabian Groffen This patch should theoretically provide support for ALTER SEQUENCE x bla
2005-10-20 Ying Zhang typo
2005-10-20 Jens Teubner -- Load query files no longer via fopen(), etc., but via the
2005-10-20 Fabian Groffen Also recognise ALWAYS so we can properly type:
2005-10-20 Fabian Groffen Allow for multi multi statements such as for example in a table like:
2005-10-20 Fabian Groffen Actually use the sequence name for AUTO_INCREMENT variant too. This
2005-10-20 Martin Kersten Silence compiler and upgrade tests
2005-10-19 Martin Kersten No guarantee yet, but this is close to what's needed
2005-10-19 Fabian Groffen Try to test some of the bleeding edge super alpha features...
2005-10-19 Fabian Groffen Don't assume that when executing a query in internal_parse it always
2005-10-19 Fabian Groffen Allow escaped double quotes in idents and on the fly unescape them.
2005-10-19 Fabian Groffen Minor cosmetic change
2005-10-19 Fabian Groffen PostgreSQL's SERIAL type also implies a primary key constraint
2005-10-19 Fabian Groffen Add an escape function for identifiers and rename the other to clearly
2005-10-19 Martin Kersten Clear the stack memory