log

age author description
2007-04-11 Stratos Idreos new intro text
2007-04-11 Jan Rittinger -- Added two additional handlers for the "seq" mode consumed by JDBC. Jan2007
2007-04-11 Peter Boncz - solved recently introduced problem met read-only indexing
2007-04-11 Peter Boncz - undo my hash table size change as performance suffers a lot
2007-04-11 Peter Boncz - fix problem introduced in runtime name
2007-04-11 Martin Kersten Commit missing files.
2007-04-11 Jan Rittinger -- fixed bug in atom comparison (discovered by C. Gruen).
2007-04-10 Stefan Manegold removed Peter's (unconditional) debugging code/output
2007-04-10 Martin Kersten Added a test for atom failures
2007-04-10 Stefan Manegold fixed compilation on 32-bit systems:
2007-04-10 Stefan Manegold fixed compilation of Pathfinder after Peter's yesterday's changes:
2007-04-10 Stefan Manegold fixed compilation of SQL after Peter's yesterday's changes:
2007-04-10 Stefan Manegold fixed compilation of M5 after Peter's yesterday's chenages:
2007-04-09 Peter Boncz - add name param to MT_init_lock/MT_init_sema etc (for lock profiling)
2007-04-09 Peter Boncz implemented (simple) lock profiling in GDK
2007-04-09 Peter Boncz implemented (simple) lock profiling in GDK
2007-04-09 Martin Kersten Minor changes
2007-04-08 Martin Kersten Start accepting the site qualifier @
2007-04-08 Martin Kersten mdb- attempt to grab a different thread.
2007-04-08 Martin Kersten Minor changes to isolate MAL block containers between sessions.
2007-04-07 Martin Kersten The cached SQL programs are stored as of now in the private
2007-04-07 Martin Kersten Clean up of module localization.
2007-04-07 Peter Boncz - add support for multi-query XQuery separator '<>' (must be at start of a line)
2007-04-07 Peter Boncz - added latency test (42) and corrected timing
2007-04-07 Martin Kersten Prepare for 'runonce' optimization. In that case we don't have to
2007-04-07 Peter Boncz - valgrind says the disconnnect should not be done
2007-04-06 Peter Boncz - optimization: remove locking from ws_lookup() and vx_lookup()
2007-04-06 Peter Boncz - remove debug line
2007-04-06 Peter Boncz - more accurate hash table collision reporting
2007-04-06 Peter Boncz - remove more skewed data from the value index and tune both creation and lookup
2007-04-06 Peter Boncz - better default join result size estimate in cases they are too small for sampling
2007-04-05 Niels Nes fixed bug in changing new keys (ie created in this transaction) into Jan2007
2007-04-05 Peter Boncz - fix hash info()
2007-04-05 Peter Boncz - performance fix in vx_lookup(): if there are zero matches, we would do a full check
2007-04-05 Peter Boncz - bugfix in dense case of semijoin(b,sel) and fetch(b,sel)
2007-04-05 Stefan Manegold undo of accidental checkin
2007-04-05 Stefan Manegold poly-morphic function apparently need to be listed/defined
2007-04-05 Stefan Manegold fixed several bugs in the handling of the value parsing buffer of the xquery_client struct:
2007-04-05 Peter Boncz - added a pf:attribute(ctx as node()*, value as xs:string) : element()*
2007-04-05 Stefan Manegold updated stable output according to Peter's yesterday's changes:
2007-04-05 Stefan Manegold propagated changes of Monday Apr 02 2007 - Wednesday Apr 04 2007
2007-04-05 Martin Kersten Regrouping the debugging bits
2007-04-04 Peter Boncz - finishing the value indexing => they now get maintained under XUF updates
2007-04-04 Martin Kersten added missing files.
2007-04-04 Martin Kersten New signatures
2007-04-04 Martin Kersten renaming of rd/wr bytes
2007-04-04 Martin Kersten Definition moved
2007-04-04 Martin Kersten mal_client - prepare for passing around runtime info
2007-04-04 Peter Boncz - error in merge/hash decision logic
2007-04-04 Martin Kersten clients.mx - processes can be suspended/awakened.
2007-04-04 Peter Boncz - add sorder() and sorder_rev(), i.e. in-place stable sort as MIL primitives
2007-04-04 Martin Kersten Removed the debugging trace calls, because they can be
2007-04-04 Stefan Manegold undo of Martin's latest checkin Jan2007
2007-04-04 Martin Kersten Features should be stored in the current and not in the stable.
2007-04-04 Martin Kersten Activate debugging in a more user friendly way.
2007-04-04 Martin Kersten Accept signatures
2007-04-04 Martin Kersten Minor change
2007-04-04 Martin Kersten Prepare naming for easier re-use Jan2007
2007-04-04 Jan Flokstra - Change the implementation of startNodes in tijah:query[-id]()
2007-04-04 Jens Teubner Fixed broken test case. `idiv' is *not* defined for decimal