log

age author description
Tue, 12 Feb 2013 14:26:38 +0100 Sjoerd Mullender Closing Oct2012 branch. Oct2012
Tue, 12 Feb 2013 13:06:32 +0100 Sjoerd Mullender Merge heads.
Tue, 12 Feb 2013 09:54:48 +0100 Sjoerd Mullender Merge with branch, not changing any files.
Tue, 12 Feb 2013 09:54:45 +0100 Sjoerd Mullender Post release build. Feb2013
Tue, 12 Feb 2013 09:54:42 +0100 Sjoerd Mullender Merge with Feb2013 branch.
Tue, 12 Feb 2013 09:51:43 +0100 Sjoerd Mullender Setting tag Feb2013_release for the release build. Feb2013
Tue, 12 Feb 2013 09:51:42 +0100 Sjoerd Mullender Setting tag Feb2013_1 for the release build. Feb2013 Feb2013_release
Tue, 12 Feb 2013 09:51:41 +0100 Sjoerd Mullender Moved contents of ChangeLog.Oct2012 and ChangeLog.Feb2013 to MonetDB.spec, debian/changelog and ChangeLog-Archive. Feb2013 Feb2013_1
Tue, 12 Feb 2013 09:51:38 +0100 Sjoerd Mullender Updated library versions. Feb2013
Tue, 12 Feb 2013 09:36:58 +0100 Sjoerd Mullender Merge with Feb2013 branch, not changing any files.
Tue, 12 Feb 2013 09:36:53 +0100 Sjoerd Mullender Pre-release version number update. Feb2013
Tue, 12 Feb 2013 12:35:15 +0100 Niels Nes use safe avg implemenation
Mon, 11 Feb 2013 22:49:26 +0100 Sjoerd Mullender Fix changeset d665ecc5f37e: MT_create_thread returns whether it succeeded.
Mon, 11 Feb 2013 22:07:44 +0100 Martin Kersten Only pick the first eligible instruction
Mon, 11 Feb 2013 22:07:15 +0100 Martin Kersten Do not punish all MAL blocks
Mon, 11 Feb 2013 22:06:11 +0100 Martin Kersten Simplify resource control
Mon, 11 Feb 2013 20:15:46 +0100 Martin Kersten Merge branches
Mon, 11 Feb 2013 20:06:37 +0100 Martin Kersten Produce exception when you can not create threads
Mon, 11 Feb 2013 19:34:29 +0100 Stefan Manegold Merge with Feb2013 branch.
Mon, 11 Feb 2013 19:02:16 +0100 Stefan Manegold use paratheses around macro parameters
Mon, 11 Feb 2013 19:01:42 +0100 Stefan Manegold improved code layout / indenting
Mon, 11 Feb 2013 19:01:05 +0100 Stefan Manegold define and use BUN8, BUN8type, & BUN8_NONE only when they make sense,
Mon, 11 Feb 2013 18:59:22 +0100 Stefan Manegold renamed struct Hash members "link" & "hash" to "Link" & "Hash", respectively
Mon, 11 Feb 2013 18:57:17 +0100 Stefan Manegold make sure new types BUN[1248]type cannot be mistaken for old type BUN
Mon, 11 Feb 2013 18:16:58 +0100 Stefan Manegold code white-space cosmetics, only
Mon, 11 Feb 2013 16:55:08 +0100 Gijs Molenaar socket problems should raise socket exception (just like python3) Feb2013
Mon, 11 Feb 2013 16:53:03 +0100 Sjoerd Mullender Approve after changeset 619584163e99.
Mon, 11 Feb 2013 15:57:04 +0100 Sjoerd Mullender Typo. Feb2013
Mon, 11 Feb 2013 12:49:32 +0100 Sjoerd Mullender Implemented two output version of aggr.avg.
Mon, 11 Feb 2013 11:39:04 +0100 Jennie Zhang fix compilation after merge sciql
Mon, 11 Feb 2013 11:30:14 +0100 Jennie Zhang merged with default sciql
Mon, 11 Feb 2013 11:23:33 +0100 Jennie Zhang Updated the GeoTIFF data vault code to take into account that CREATE ARRAY does sciql
Mon, 11 Feb 2013 11:10:44 +0100 Sjoerd Mullender Add hook to turn off heap cache at compile time. Feb2013
Mon, 11 Feb 2013 10:25:22 +0100 Sjoerd Mullender Merge with Feb2013 branch.
Mon, 11 Feb 2013 10:24:29 +0100 Sjoerd Mullender Fix some differences between Python2 and Python3 implementation. Feb2013
Mon, 11 Feb 2013 10:22:09 +0100 Sjoerd Mullender Remove duplicate code. This fixes bug 3231. Feb2013
Mon, 11 Feb 2013 08:06:11 +0100 Stefan Manegold removed set but unused variable "p" to fixed compilation with Intel icc:
Sun, 10 Feb 2013 18:59:03 +0100 Stefan Manegold imprived determination of BUN width for hash tables:
Sun, 10 Feb 2013 18:42:05 +0100 Stefan Manegold enable also 2-byte & 1-byte BUNs for hash mask & linked list
Sun, 10 Feb 2013 17:39:23 +0100 Stefan Manegold HASHwidth() is only used locally; hence we declare it static.
Sun, 10 Feb 2013 16:57:54 +0100 Stefan Manegold use "canonical" code layout for readability
Sun, 10 Feb 2013 15:51:43 +0100 Stefan Manegold adjust limit for HASHwidth() by 1
Sun, 10 Feb 2013 15:50:41 +0100 Stefan Manegold use correct NIL / NONE value for new variable BUN size in hash tables
Sun, 10 Feb 2013 15:49:16 +0100 Stefan Manegold avoid misleading argument name
Sun, 10 Feb 2013 17:54:29 +0100 Stefan Manegold reverting changeset 9d29280ca32e to make room for different (better?) solution
Sun, 10 Feb 2013 17:45:50 +0100 Martin Kersten Be careful with BUN-NONE values in hash loops
Sat, 09 Feb 2013 19:42:49 +0100 Niels Nes more dead code elimination (make sure we properly mark the indices as used)
Sat, 09 Feb 2013 18:26:33 +0100 Martin Kersten Lets change BUN size step by step
Sat, 09 Feb 2013 17:29:26 +0100 Martin Kersten Use variable-sized hash structures
Sat, 09 Feb 2013 17:24:34 +0100 Martin Kersten Removed unused code.
Fri, 08 Feb 2013 18:01:13 +0100 Stefan Manegold Merge with Feb2013 branch.
Fri, 08 Feb 2013 16:53:26 +0100 Minh-Duc Pham Collect the statistics of CSs (#prop frequency) rdf
Fri, 08 Feb 2013 13:58:48 +0100 Minh-Duc Pham Merge with default branch rdf
Fri, 08 Feb 2013 13:57:42 +0100 Minh-Duc Pham Find the maximum super CS for each CS. (Tunning in RDF schema.) rdf
Thu, 07 Feb 2013 18:31:29 +0100 Minh-Duc Pham Add functions for freeing memory allocated for some datastructures (e.g., csrel set, SubCSset,...) rdf
Thu, 07 Feb 2013 18:03:52 +0100 Minh-Duc Pham Remove some prints from rdf_shredder.c rdf
Thu, 07 Feb 2013 17:31:37 +0100 Minh-Duc Pham Merge with default branch rdf
Fri, 08 Feb 2013 13:48:33 +0100 Sjoerd Mullender Fix test name after merge from Oct2012 branch. Feb2013
Fri, 08 Feb 2013 10:20:45 +0100 Sjoerd Mullender Approve changes in sub-join interfaces.
Fri, 08 Feb 2013 10:13:21 +0100 Sjoerd Mullender Complete changeset 93192c110811.