log

age author description
2003-08-27 Stefan Manegold Fixed the bug that caused Mserver on MacOS X/Darwin to run "out of context Monet_4-3-10
2003-08-27 cvs2hg fixup commit for tag 'Monet_4-3-12_tested' Monet_4-3-12_tested
2003-08-27 Stefan Manegold Fixed the bug that caused Mserver on MacOS X/Darwin to run "out of context Monet_4-3-12
2003-08-27 Stefan Manegold Fixed the bug that caused Mserver on MacOS X/Darwin to run "out of context
2003-08-27 Stefan Manegold added Windows-specific output:
2003-08-26 Stefan Manegold Backported Sjoerd's fix from Monet_4-3-12: Monet_4-3-10
2003-08-26 Sjoerd Mullender Backported fix from main branch. Monet_4-3-12
2003-08-26 Sjoerd Mullender Removed free of variable that cannot have been initialized at that
2003-08-26 Sjoerd Mullender Fiddled with types:
2003-08-26 Sjoerd Mullender Now things compile once again on Windows:
2003-08-26 Sjoerd Mullender Native Windows does not have S_ISDIR macro, so use old S_IFDIR (but
2003-08-26 Sjoerd Mullender Fixed call to AC_CHECK_DECLS.
2003-08-26 Sjoerd Mullender HAVE_DECL_* is always defined, but it's defined as 0 or 1.
2003-08-26 Sjoerd Mullender Put include of config.h first (through the chain monet_options.c
2003-08-26 Sjoerd Mullender When configuring with --enable-warning, use ANSI C++ (-ansi), and use
2003-08-26 Sjoerd Mullender Removed some more unused variables.
2003-08-26 Sjoerd Mullender Removed unused variables.
2003-08-26 Sjoerd Mullender Use sscanf if strtof is not available.
2003-08-25 Stefan Manegold added type cmp_notlike for st_select;
2003-08-25 Stefan Manegold eliminate semijoins where possible, i.e.:
2003-08-25 Stefan Manegold explicitly distinguish between "st_select[2]" and "st_uselect[2]"
2003-08-25 Stefan Manegold replaced "st_like" by "st_select" with "flag=cmp_like"
2003-08-25 Stefan Manegold Checkpoint before further changes.
2003-08-25 Sjoerd Mullender Use S_ISDIR macro instead of S_IFDIR.
2003-08-24 Martin Kersten Copied the cross platform settings from 1.19
2003-08-24 Martin Kersten We should give Mapi not more space than stricktly needed
2003-08-24 Martin Kersten Mapi was not properly extending its buffer when it encountered
2003-08-23 Stefan Manegold some more stable output fixes due to Sjoerd's recent float/double changes
2003-08-23 Stefan Manegold Fixed code to re-gain basic portability after Martin's chnages:
2003-08-23 Martin Kersten Handy addition to stream, not essential for V4 (yet)
2003-08-22 Martin Kersten Synchronization with 4.3 bug resolutions
2003-08-22 Martin Kersten Synchronization with 4.3 bug resolutions
2003-08-22 Martin Kersten Do not write in strings that might been literal constants.
2003-08-22 Martin Kersten Thanks to valgrind!! found the missing 0-byte terminator
2003-08-22 Martin Kersten Keeping fingers crossed.
2003-08-22 Martin Kersten Missing Makefile for Perl directory.
2003-08-22 cvs2hg fixup commit for tag 'UnfinishedMartinsMapi' Monet_4-3-12 UnfinishedMartinsMapi
2003-08-22 cvs2hg fixup commit for tag 'PatchedMartinsMapi' Monet_4-3-12 PatchedMartinsMapi
2003-08-22 Stefan Manegold added "--trace" also to Mshutdown.py
2003-08-22 Stefan Manegold do not try to do "make" in src/mapi/clients/perl
2003-08-22 Stefan Manegold install trace.py
2003-08-22 Martin Kersten Added the missing Perl DB implementation
2003-08-22 Stefan Manegold src/mapi//mapi.mx,
2003-08-22 Stefan Manegold for debugging:
2003-08-22 Martin Kersten Minor but essential typo
2003-08-22 Stefan Manegold fixed stable output.
2003-08-22 Martin Kersten Well there it is. a new mapi interface, which still requires some
2003-08-22 Martin Kersten Update of task list
2003-08-22 Martin Kersten Minor changes
2003-08-22 Martin Kersten Initial update of formatting changes
2003-08-22 Martin Kersten Changed the code base to run in both blocked and nonblocked mode.
2003-08-22 Martin Kersten Python stuff should be checked for correct interaction
2003-08-22 Martin Kersten Perl interaction works with non-blocking only for the time being.
2003-08-22 Martin Kersten Recompilation minors
2003-08-22 Martin Kersten Fixation of a block/non-block streaming Mapi
2003-08-22 Sjoerd Mullender Initialize context shadow field.
2003-08-21 Stefan Manegold more sophisticated (range-) select optimization (per column):
2003-08-20 Martin Kersten Resolved synchronization problems with V4.3
2003-08-20 Sjoerd Mullender Replaced with output from Linux 64bit.
2003-08-20 Sjoerd Mullender First cast to size_t, then invert bits (so that all bits in a
2003-08-20 Stefan Manegold "demo" is now called "titan"
2003-08-19 Stefan Manegold let Mtest fail (instead of just issuing a warning)
2003-08-19 Sjoerd Mullender One more occurrence:
2003-08-19 Sjoerd Mullender On RedHat 9.0.93 (Severn), diff -u1 ... says:
2003-08-19 Stefan Manegold propagated Sjoerd's recent changes from MonetDB:
2003-08-19 Stefan Manegold - src/server/sql_rel2bin.mx:
2003-08-19 Sjoerd Mullender Only use first part (before first space) of $INSTALL to pass to the
2003-08-18 Stefan Manegold [cvs tag BeforeFullFloatPrecission]
2003-08-18 Martin Kersten Minor error
2003-08-18 Stefan Manegold propagated Sjoerd's changes from MonetDB
2003-08-18 Stefan Manegold minor fix: need to specify both variants of slightly differing output
2003-08-18 Sjoerd Mullender Forgot to add these before last commit:
2003-08-18 Stefan Manegold Peter's fix of "joinestimate";
2003-08-18 Sjoerd Mullender Changed flt and dbl conversion to string to include full precision.
2003-08-18 Stefan Manegold with binary and N-ary multiplex operations,
2003-08-18 Sjoerd Mullender Got rid of some compiler warnings on native Windows.
2003-08-18 Sjoerd Mullender Synched with monet.
2003-08-18 Sjoerd Mullender Use standard C defines for minimum and maximum values for standard
2003-08-18 Stefan Manegold minor fix to new range select:
2003-08-18 Stefan Manegold For convenient reding, let the failing SQL statement echoed after an error messages
2003-08-18 Stefan Manegold updated stable output according to recent check-ins
2003-08-17 Stefan Manegold undo of accidental check-in
2003-08-17 Stefan Manegold Use the new range select for "st_select2"
2003-08-17 Stefan Manegold Added new range select
2003-08-17 Martin Kersten Minor error corrections
2003-08-17 Stefan Manegold fixed bug in stable output that sneaked in with last approval of new stable output
2003-08-17 Stefan Manegold fixed some compilation problems:
2003-08-17 Martin Kersten - Buffered IO with clients
2003-08-17 Martin Kersten - Buffered IO server has been implemented
2003-08-17 Martin Kersten - Buffered IO has been implemented
2003-08-16 Martin Kersten Intermediate commit. Client input uses blocked-streams
2003-08-16 Martin Kersten Minor update. No user controlled prompt setting, because you can
2003-08-16 Martin Kersten Intermediate commit. Input received from clients now uses blocked streams
2003-08-16 Niels Nes use ssize_t for needed as it could be negative
2003-08-16 Niels Nes small optimization of buffered stream
2003-08-16 Niels Nes added query cache and mil proc arround mil code.
2003-08-16 Niels Nes handle new Q_DEBUGP
2003-08-16 Niels Nes added Q_DEBUGP: statements are split in 2, debug output too
2003-08-16 Niels Nes fixed 'debug changes'
2003-08-16 Niels Nes removed bogus BEGIN statements
2003-08-15 Martin Kersten Mguardian is the first design of the Monet Server Guardian
2003-08-15 Stefan Manegold fixed reljoin management:
2003-08-15 Sjoerd Mullender When compiling with gcc -std=gnu99, both fpclassify and isinf are
2003-08-15 Sjoerd Mullender Typos.
2003-08-15 Stefan Manegold fixed tracing code (debug==1024):
2003-08-15 Martin Kersten Reflect changes to the debugger upgrade.
2003-08-15 Martin Kersten Removed some minor bugs from the MAL debugger
2003-08-15 Stefan Manegold treat missing sync-point "Over.." after normal end of Mserver
2003-08-15 Martin Kersten *** empty log message ***
2003-08-15 Martin Kersten Rolling forward to V 4.3.13
2003-08-15 Martin Kersten Rolling forward V4.3.13
2003-08-15 Stefan Manegold SunOS again...
2003-08-15 Stefan Manegold CNTXTreserve does not exist any more...
2003-08-15 Stefan Manegold propagated recent changes from MonetDB
2003-08-15 Stefan Manegold SunOS again ...
2003-08-14 Sjoerd Mullender Approved lots of new test output after DDI merge.
2003-08-14 Sjoerd Mullender Approved lots of new test output after DDI merge.
2003-08-13 Martin Kersten Removed the statistics and included textual improvements from Menzo
2003-08-13 Niels Nes - contxext reallocation did not work
2003-08-13 Sjoerd Mullender Added missing semicolon to yacc rule.