log

age author description
2006-10-11 Martin Kersten Add a few 'blind' casts to aid the skyserver processing
2006-10-11 Milena Ivanova Added test for nearest object function
2006-10-11 Romulo Gon?alves PATINDEX.
2006-10-11 Romulo Gon?alves Implementation of PATINDEX (needed by skyserver functions).
2006-10-11 Niels Nes reorganised file
2006-10-11 Fabian Groffen trivial signed/unsigned fix
2006-10-11 Fabian Groffen Trivial signed/unsigned fix
2006-10-11 Fabian Groffen oid = -1 doesn't make much sense to me. Probably oid_nil was meant.
2006-10-11 Fabian Groffen trivial signed/unsigned fix
2006-10-11 Fabian Groffen warning: comparison between signed and unsigned
2006-10-11 Romulo Gon?alves More Skyserver functions working.
2006-10-11 Jan Rittinger -- found another missing unpin() call
2006-10-11 Martin Kersten Respect the boundaries of a BAT
2006-10-11 Martin Kersten Remove duplicate signature
2006-10-11 Martin Kersten Reshuffle the code to prepare for fine-tuning reduction conditions
2006-10-10 Stefan Manegold added tests for Michigan benchmark (MBench)
2006-10-10 Romulo Gon?alves More Skyserver functions.
2006-10-10 Jan Rittinger -- push down equi-join underneath a union operator (with union all
2006-10-10 Jan Rittinger -- Fixed bug in the 'required values' property inference.
2006-10-10 Jan Rittinger -- Rewrite core expressions of the form 'for $a in $b return $a' into '$b'
2006-10-10 Stefan Manegold optimizer it a module, not a library
2006-10-10 Stefan Manegold added node-counting (`count(doc("...")//*)`) consistency checks
2006-10-10 Sjoerd Mullender Added missing PTHREAD_LIBS.
2006-10-10 Jan Rittinger Changes related to new 'with ... recurse' expression:
2006-10-10 Niels Nes fixed bug in declare tables
2006-10-10 Niels Nes reduce importance of thetajoins
2006-10-10 Sjoerd Mullender Added some libraries that are used by the module.
2006-10-10 Niels Nes properly handle from string casts
2006-10-10 Niels Nes reuse also non void bats
2006-10-10 Niels Nes make sure the result of reuse has a valid (void) headed bat.
2006-10-09 Martin Kersten Miscounted the string.
2006-10-09 Martin Kersten Approved after batcast inclusion
2006-10-09 Martin Kersten Removed #line directives
2006-10-09 Martin Kersten The coercion could is done, modulo design decisions
2006-10-09 Martin Kersten Include the bat coercion stuff
2006-10-09 Martin Kersten Remove superflous comments
2006-10-09 Martin Kersten Reduce the startup cost a little by ignoring #line directives
2006-10-09 Niels Nes use current_user instead of user to locate the current_user in the variable stack
2006-10-09 Jan Rittinger -- added 'not()', 'isnil()', 'CATCH()', and 'destroy_ws()' operators
2006-10-09 Jan Rittinger -- replacing zero-or-one() by exactly-one() will probably help
2006-10-09 Martin Kersten Just minor textual changes.
2006-10-09 Martin Kersten Added missing test updates
2006-10-08 Martin Kersten New series of signatures
2006-10-08 Martin Kersten Accept after new batconvert change.
2006-10-08 Martin Kersten Phase II of the batcalc cleanup. The coercion routines are organized by
2006-10-08 Martin Kersten Approved after upgrading the coercion tables.
2006-10-08 Stefan Manegold added tests for X007 benchmark
2006-10-08 Stefan Manegold added tests for XMach-1 benchmark
2006-10-08 Stefan Manegold added test for BUG #1573060 "M5: casts/convers in batconvert fail in void-view heads"
2006-10-07 Martin Kersten Include the coercion module
2006-10-07 Martin Kersten Move conversion into its own place.
2006-10-07 Stefan Manegold loading module xrpc in a loop/block does not work properly;
2006-10-07 Niels Nes added support for declared tables within sql functions
2006-10-07 Stefan Manegold Part 3 of (hopefully) finally ending the ws vs. wsid saga:
2006-10-06 Martin Kersten It is cheaper to return an alias for the result.
2006-10-06 Martin Kersten Signatures have become more restrictive.
2006-10-06 Martin Kersten Make these operations also faster.
2006-10-06 Stefan Manegold Part 2 of (hopefully) finally ending the ws vs. wsid saga:
2006-10-06 Stefan Manegold Part 1 of (hopefully) finally ending the ws vs. wsid saga:
2006-10-06 Niels Nes added conditional for mingw (socklen_t is allready known)