log

age author description
2010-06-15 Stefan Manegold merge from Feb2010 Jun2010
2010-06-15 Stefan Manegold approved (not that) new error message Feb2010
2010-06-15 Stefan Manegold merge from Feb2010 Jun2010
2010-06-15 Stefan Manegold approved (not that) new error message Feb2010
2010-06-15 Stefan Manegold approved (not that) new error message Feb2010
2010-06-15 Milena Ivanova Merging of octopus code. Main changes:
2010-06-15 Stefan Manegold checking the value of string arguments only works for constants
2010-06-15 Stefan Manegold checking the value of string arguments only works for constants Jun2010
2010-06-15 Sjoerd Mullender Merged from Jun2010 branch.
2010-06-15 Sjoerd Mullender Updated Windows installers; added msqldump to appropriate instllers. Jun2010
2010-06-15 Stefan Manegold merge with Jun2010
2010-06-15 Stefan Manegold back-ported eligibility test of mitosis for primary key checks from default Jun2010
2010-06-15 Stefan Manegold defensive programming to avoid server crashes (segfaults)
2010-06-14 Fabian Groffen Merged from Jun2010
2010-06-14 Fabian Groffen Reapplying commit a3590f983661 Jun2010
2010-06-14 Fabian Groffen Backed out changeset a3590f983661 Jun2010
2010-06-14 Fabian Groffen Add script from bug #2358 Jun2010
2010-06-14 Sjoerd Mullender Merge from Jun2010 branch.
2010-06-14 Sjoerd Mullender Updated Windows installers; added msqldump to appropriate instllers.
2010-06-14 Sjoerd Mullender Updated Windows installer files; added msqldump to appropriate installers.
2010-06-14 Fabian Groffen Clean-up status module, fixes segfault from bug #2556 as side-effect.
2010-06-14 Sjoerd Mullender Merge from Jun2010 branch.
2010-06-14 Sjoerd Mullender Updated Windows installers. Jun2010
2010-06-13 Stefan Manegold use correct argument (2 iso. 1) when testing eligibility of mitosis for PK
2010-06-13 Fabian Groffen Merged from Jun2010 (backport of default commit, since somehow my Jun2010 repo got resetted to default)
2010-06-13 Fabian Groffen FreeBSD has both sysconf and getrlimit, though to use the latter, it needs sys/resource.h include. This should fix bug #2555 Jun2010
2010-06-13 Fabian Groffen include sys/time.h for FreeBSD for bug #2555, reorder includes such that the documentation matches Jun2010
2010-06-13 Fabian Groffen FreeBSD has both sysconf and getrlimit, though to use the latter, it needs sys/resource.h include. This should fix bug #2555
2010-06-13 Fabian Groffen include sys/time.h for FreeBSD for bug #2555, reorder includes such that the documentation matches
2010-06-12 mk Test eligibility of mitosis for PK
2010-06-12 Stefan Manegold merged testing fixes from Jun2010
2010-06-12 Stefan Manegold removing mapreduce test from Jun2010 branch Jun2010
2010-06-12 Stefan Manegold approved new & modified signatures Jun2010
2010-06-12 Stefan Manegold more module loading fixes for `make check` / `sh RunMtest` Jun2010
2010-06-12 Stefan Manegold approved extra "{G}" in stable output Jun2010
2010-06-12 Stefan Manegold approved new error messages Jun2010
2010-06-12 Stefan Manegold propagated "Approved xml output": Jun2010
2010-06-12 Stefan Manegold fixing compilation of MonetDB5/src/mal/mal_profiler.mx on Windows
2010-06-11 Fabian Groffen reindent
2010-06-11 Sjoerd Mullender Merge from Jun2010 branch: Attempt to deal with different unixODBC/Microsoft ODBC versions.
2010-06-11 Sjoerd Mullender Attempt to deal with different unixODBC/Microsoft ODBC versions. Jun2010
2010-06-11 Fabian Groffen put comments consistently under the instruction they refer to
2010-06-11 Fabian Groffen manually push such that the instruction isn't delayed until *after* the AVG instructions (that need this instruction)
2010-06-11 Fabian Groffen major changes to solve 'kip en ei' problem, due to some long standing MAL bugs 'ben ik nu m'n ei kwijt'... (according to Jennie). Plan generation for individual min/max/avg queries is ok, combination causes an order problem
2010-06-11 Stefan Manegold let stethoscope report timestaps to microsecond accuracy
2010-06-11 Stefan Manegold fixed "MonetDB5/src/optimizer/opt_mapreduce.mx:167: error: ?p? may be used uninitialized in this function"
2010-06-10 Niels Nes more cfits fixes
2010-06-10 Niels Nes use pkg-config to find libs and include files for cfitsio
2010-06-10 Niels Nes check for cfitsio library
2010-06-10 Sjoerd Mullender Attempt to deal with views on varheaps.
2010-06-10 Sjoerd Mullender Merge from Jun2010 branch: Tool to compare the results of two different Mtest runs.
2010-06-10 Sjoerd Mullender Tool to compare the results of two different Mtest runs. Jun2010
2010-06-10 Sjoerd Mullender Tool to compare the results of two different Mtest runs.
2010-06-10 Fabian Groffen fix compilation failure opt_mapreduce.mx:400: variable "sum" was set but never used
2010-06-10 Fabian Groffen fix compilation failure opt_mapreduce.mx:141: '=' : conversion from 'size_t' to 'int', possible loss of data
2010-06-09 Fabian Groffen fix ref-counting mess after help from Stefan
2010-06-09 Fabian Groffen drop ugly pointer hack that caused too much problems in further code, replaced with a less ugly hack, makes select count(col) ... work
2010-06-09 Fabian Groffen optimise away a needless assignment instruction in case the returned type by the map-nodes is a bat
2010-06-09 Fabian Groffen fix select ... limit X reduce program
2010-06-09 Fabian Groffen fix select min/max result aggregation