log

age author description
2009-08-02 Fabian Groffen Fix bug #2830900, ignore escapes for non-escape sequences, instead of inserting a literal backslash. Ignoring invalid escapes is the most sensical thing to do, and usual behaviour (think of bash, etc.) May2009
2009-08-01 Fabian Groffen Add cast test, we basically do it good, I think, we just don't support all the possible syntax cases of aliases and stuff
2009-08-01 Fabian Groffen add varchar and text tests
2009-08-01 Fabian Groffen add char test, with manually annotated stable output
2009-08-01 Fabian Groffen remove obsolete script
2009-08-01 Fabian Groffen MonetDB passes PG string concatenation tests
2009-08-01 Fabian Groffen ok, I manually patched up stable.{out,err}
2009-08-01 Fabian Groffen Add like tests, not enabled, way too many errors still
2009-08-01 Fabian Groffen indent, no content change
2009-08-01 Fabian Groffen Add loading test, manually fix create_table script for MonetDB
2009-08-01 Fabian Groffen make it a sentence that I can parse
2009-08-01 Fabian Groffen don't trow away INHERITS one-liners, they are tables too
2009-08-01 Fabian Groffen Always use PCRE for case insensitive matches, even though they don't use
2009-08-01 Fabian Groffen remove some cruft, update readme file
2009-08-01 Fabian Groffen Don't do any directory stuff, act as pipe
2009-08-01 Fabian Groffen Add the ILIKE operator to SQL for Stefan de Konink
2009-08-01 Fabian Groffen Fix pcre module to actually be able to do caseless matches. Not (yet)
2009-08-01 Stefan Manegold splitting the C implementation of
2009-08-01 Martin Kersten Moved apperent property errors reported directly on the output stream
2009-08-01 Stefan Manegold split gdk_scanselect_defs even further:
2009-08-01 Stefan Manegold propagated changes of Saturday Aug 01 2009 M5XQ
2009-08-01 Stefan Manegold propagated changes of Friday Jul 31 2009 - Saturday Aug 01 2009 M5XQ
2009-08-01 Stefan Manegold propagated changes of Friday Jul 31 2009 - Saturday Aug 01 2009
2009-07-31 Stefan Manegold splitting (compilation of) "the infamous" gdk_scanselect_defs.mx
2009-07-31 Fabian Groffen Indent. Make sure we don't dereference c before we actually assigned a May2009
2009-07-31 Martin Kersten Query time out hook settings
2009-07-31 Martin Kersten With the larger databases soon becoming online, we should prepare
2009-07-31 Gabriele Modena PHP's socket_write() does not guarantee all data to be transmitted. Added a socket_flush() function that write data through a socket making sure that the buffer is actually flushed
2009-07-31 Tom Schreiber -- Added generic properties-support for plan-bundles. A (algebraic- or sql-code-) plan-bundle now can have some meta-data attached in the form of an arbitrary amount of arbitrarily nestable properties (key-value pairs). Such properties are totally ignored by pathfinder itself, but they can be used to carry some specific information from the input-data to the output-data.
2009-07-31 Stefan Manegold as Martin said:
2009-07-31 Stefan Manegold approved new document sizes May2009
2009-07-31 Stefan Manegold approved new document sizes May2009
2009-07-31 Milena Ivanova Instructions in update statements should be monitored (to trigger cache sync) but not
2009-07-31 Gabriele Modena Fixed a bug in mapi_write(). Long strings were not correctly splitted in packets.
2009-07-31 Fabian Groffen monetdb destroy now allows to remove a database under maintenance. This way an administrator can prevent users connecting to the database and hence starting it on demand, which in turn prevents removal of the database.
2009-07-31 Fabian Groffen don't print usage message when the database is still running
2009-07-31 Sjoerd Mullender propagated changes of Friday Jul 31 2009 M5XQ
2009-07-31 Sjoerd Mullender propagated changes of Friday Jul 31 2009
2009-07-31 Sjoerd Mullender Added test, but no correct stable output yet. May2009
2009-07-31 Sjoerd Mullender Added test for long fixed bug. May2009
2009-07-31 Sjoerd Mullender Typo. May2009
2009-07-31 Stefan Manegold added test for May2009
2009-07-31 Stefan Manegold undo part of my previous checkin that might alter Niels' semantic: May2009
2009-07-31 Stefan Manegold "selection" might be NULL in this case; May2009
2009-07-31 Niels Nes fix crash with select * from 'whatever' = bla May2009
2009-07-30 Martin Kersten Handle the statement "a:5;"
2009-07-30 Martin Kersten Silence compiler and assume that our slices are still reasonably small.
2009-07-30 Martin Kersten Move remote88 out of sight. It needs sql.
2009-07-30 Martin Kersten Use the proper length for symbols.
2009-07-30 Martin Kersten Fixing the factorized optimizer, despite it is not used in SQL.
2009-07-30 Martin Kersten The result of the test is correct.
2009-07-30 Martin Kersten Avoid leakage.
2009-07-30 Sjoerd Mullender propagated changes of Thursday Jul 30 2009
2009-07-30 Sjoerd Mullender Updates. May2009
2009-07-30 Gabriele Modena Fixed a problem with Q_BLOCKs management.
2009-07-30 Sjoerd Mullender propagated changes of Thursday Jul 30 2009
2009-07-30 Gabriele Modena code cleanup;
2009-07-30 Gabriele Modena code cleanup; added an query.php script example.
2009-07-30 Sjoerd Mullender Use VS9. May2009
2009-07-30 Sjoerd Mullender Updated. May2009
2009-07-30 Martin Kersten Result type should be set explicitly for correct interpretation.
2009-07-30 Martin Kersten Approved output
2009-07-30 Martin Kersten Approved output
2009-07-29 Martin Kersten Approved
2009-07-29 Martin Kersten Return MAL exceptions on conversion error.
2009-07-29 Martin Kersten Approved output
2009-07-29 Martin Kersten Void returning functions can be inlined without problems.
2009-07-29 Martin Kersten octopus - check if the head is managed by merovingian
2009-07-29 Martin Kersten The first octopus challenge offered by the IR community.
2009-07-29 Gabriele Modena Code cleanup and improved documentation.
2009-07-29 Gabriele Modena Fixed a bug in the authentication procedure caused by wrong termination conditions handling upon invalid credentials.
2009-07-29 Gijs Molenaar restructured layout, start with replacing define functions
2009-07-29 Gabriele Modena Added an examples directory; added a demo web page that allows a user to fire a query (taken for the documentation present on the website).
2009-07-29 Gabriele Modena Added the monetdb_insert_id() function. Fixed an indexing bug in monetdb_fetch_row(); code clean up; improved documentation. Added notes about installing the interface.
2009-07-29 Sjoerd Mullender Fix format.
2009-07-29 Sjoerd Mullender Fix some types.
2009-07-29 Stefan Manegold give MonetDB (GDK) a hand with memory management:
2009-07-29 Sjoerd Mullender mapi_fetch_all_rows returns a lng.
2009-07-29 Sjoerd Mullender Post-release version number update. May2009
2009-07-29 Sjoerd Mullender propagated changes of Wednesday Jul 29 2009 M5XQ
2009-07-29 Sjoerd Mullender propagated changes of Tuesday Jul 28 2009 - Wednesday Jul 29 2009
2009-07-29 Sjoerd Mullender propagated changes of Wednesday Jul 29 2009
2009-07-29 Sjoerd Mullender propagated changes of Wednesday Jul 29 2009
2009-07-29 Sjoerd Mullender Typo in comment. May2009
2009-07-29 Sjoerd Mullender Move test to before the test that has to come last. May2009
2009-07-29 Sjoerd Mullender Typo in comment. May2009
2009-07-29 Martin Kersten This macro does not exist in GDK anymore
2009-07-29 Gabriele Modena added a monetdb_fetch_object() function to the API that allows to retrieve record sets as objects.
2009-07-29 Sjoerd Mullender More int->mapi_int64 changes.
2009-07-29 Sjoerd Mullender Indent. May2009
2009-07-29 Stefan Manegold bat.save() join inputs
2009-07-29 Stefan Manegold explicit memory management:
2009-07-29 Stefan Manegold with the first out-of-memory partitioning pass,
2009-07-28 Stefan Manegold revised strategy for out-of-memory:
2009-07-28 Stefan Manegold revive 1Gx1G by creating less partitions in the first step
2009-07-28 Stefan Manegold fixed "second-run-thrashing" problem with 200Mx200M:
2009-07-28 Stefan Manegold more generic check for denseness
2009-07-28 Martin Kersten My last patches...solving a compiler issue too.
2009-07-28 Stefan Manegold fixing
2009-07-28 Sjoerd Mullender Added test for (ancient) bug 1592689 which was fixed a very long time ago. May2009
2009-07-28 Sjoerd Mullender Use correct format.
2009-07-28 Sjoerd Mullender propagated changes of Monday Jul 27 2009 - Tuesday Jul 28 2009
2009-07-28 Sjoerd Mullender propagated changes of Friday Jul 24 2009 - Tuesday Jul 28 2009
2009-07-28 Sjoerd Mullender We now also need mkey for MKEYbathash.
2009-07-28 Sjoerd Mullender Add some casts to get this to compile again.
2009-07-28 Sjoerd Mullender Get this to compile again on Windows.
2009-07-28 Sjoerd Mullender Fix command name. May2009
2009-07-28 Fabian Groffen Sjoerd's compile fix was a lot nicer than mine
2009-07-28 Sjoerd Mullender sync() is not available on Windows.
2009-07-28 Sjoerd Mullender Make compilable on Windows again.
2009-07-28 Martin Kersten Typo in error message. May2009
2009-07-27 Martin Kersten Make malloc info visible in debug mode '--memory'
2009-07-27 Sjoerd Mullender Test for SF bug 2827784. May2009
2009-07-27 Gijs Molenaar Fix, mixed up var names
2009-07-27 Gijs Molenaar added build rules for mapilite
2009-07-27 Stefan Manegold added (ideas for) some obvious short-cuts
2009-07-27 Wouter Alink -- removing some obsolete vars May2009
2009-07-27 Gijs Molenaar *** empty log message ***
2009-07-27 Gijs Molenaar Added a copy of current mapilib as mapilite. a launchpad for development
2009-07-27 Sjoerd Mullender Change recursion to iteration. May2009 May2009_4