MonetDB: xid - xid: fixed header file inclusion

2012-07-24 Thread Stefan Manegold
Changeset: 089c57dfd5eb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=089c57dfd5eb Modified Files: monetdb5/modules/mal/xid.c monetdb5/modules/mal/xid.h Branch: xid Log Message: xid: fixed header file inclusion diffs (25 lines): diff --git a/monetdb5/modu

MonetDB: xid - xid.c: no need to spend extra tag-bit on XIDBASE

2012-07-24 Thread Stefan Manegold
Changeset: 10804e2719bb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=10804e2719bb Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: no need to spend extra tag-bit on XIDBASE diffs (75 lines): diff --git a/monetdb5/modules/mal/xid.c b/mon

MonetDB: xid - xid.c: removed redundant variable and code

2012-07-24 Thread Stefan Manegold
Changeset: 8aff35d87b01 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8aff35d87b01 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: removed redundant variable and code diffs (48 lines): diff --git a/monetdb5/modules/mal/xid.c b/monetdb5/

MonetDB: xid - xid.c: also detect constant/equality ranges, i.e....

2012-07-24 Thread Stefan Manegold
Changeset: b3f9ce57fd22 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b3f9ce57fd22 Modified Files: monetdb5/modules/mal/Tests/xidlist.stable.out monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: also detect constant/equality ranges, i.e., runlength

MonetDB: xid - xid.c: bit pattern does not require anding with X...

2012-07-24 Thread Stefan Manegold
Changeset: db0aea109206 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=db0aea109206 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: bit pattern does not require anding with XIDMASK diffs (40 lines): diff --git a/monetdb5/modules/mal/xid.

MonetDB: xid - xid.c: also detect decreasing ranges

2012-07-24 Thread Stefan Manegold
Changeset: 6a4619ae35a3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6a4619ae35a3 Modified Files: monetdb5/modules/mal/Tests/xidlist.stable.out monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: also detect decreasing ranges diffs (134 lines): di

MonetDB: xid - xid.c: also detect strictly decreasing sets (sequ...

2012-07-24 Thread Stefan Manegold
Changeset: edaf511f333f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=edaf511f333f Modified Files: monetdb5/modules/mal/Tests/xidlist.stable.out monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: also detect strictly decreasing sets (sequences) dif

MonetDB: xid - xid.c: fixed XIDSET: can only work for strictly i...

2012-07-24 Thread Stefan Manegold
Changeset: 1a37ac417c72 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1a37ac417c72 Modified Files: monetdb5/modules/mal/Tests/xidlist.stable.out monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: fixed XIDSET: can only work for strictly increasing se

MonetDB: xid - xidlist: extended test

2012-07-24 Thread Stefan Manegold
Changeset: 9f14b81b61af for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9f14b81b61af Modified Files: monetdb5/modules/mal/Tests/xidlist.mal monetdb5/modules/mal/Tests/xidlist.stable.out Branch: xid Log Message: xidlist: extended test diffs (254 lines): diff

MonetDB: xid - BATassertHeadProps: revised layout of changeset 8...

2012-07-24 Thread Stefan Manegold
Changeset: b33eba6cfb09 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b33eba6cfb09 Modified Files: gdk/gdk_bat.c Branch: xid Log Message: BATassertHeadProps: revised layout of changeset 805110fd0096 as per Sjoerd's suggestion. Thanks for watching and advising! dif

MonetDB: xid - xid.c: minor whitespace fixes

2012-07-24 Thread Stefan Manegold
Changeset: 5b10c811609f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5b10c811609f Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: minor whitespace fixes diffs (14 lines): diff --git a/monetdb5/modules/mal/xid.c b/monetdb5/modules/mal/x

MonetDB: xid - exports: updated stable output after changesets a...

2012-07-24 Thread Stefan Manegold
Changeset: 04742b43bfd7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=04742b43bfd7 Modified Files: clients/Tests/exports.stable.out Branch: xid Log Message: exports: updated stable output after changesets a0fbd66d5720 & 6d43a230bf3c diffs (12 lines): diff --git a

MonetDB: xid - xid.c: fixed types also for 32-bit OIDs on 64-bit...

2012-07-24 Thread Stefan Manegold
Changeset: aadf97403189 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=aadf97403189 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: fixed types also for 32-bit OIDs on 64-bit systems diffs (128 lines): diff --git a/monetdb5/modules/mal/x

MonetDB: xid - BATassertHeadProps: avoid property checking on xi...

2012-07-24 Thread Stefan Manegold
Changeset: 805110fd0096 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=805110fd0096 Modified Files: gdk/gdk_bat.c Branch: xid Log Message: BATassertHeadProps: avoid property checking on xid-compressed BATs their content is not plain valid data, and their properties a

MonetDB: xid - xidlist: update stable output after changeset 6d5...

2012-07-24 Thread Stefan Manegold
Changeset: eaf5d8d0d214 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eaf5d8d0d214 Modified Files: monetdb5/modules/mal/Tests/xidlist.stable.out Branch: xid Log Message: xidlist: update stable output after changeset 6d504fd277af diffs (12 lines): diff --git a/mon

MonetDB: xid - xid.c: XIDcompress(): set BATcount to avoid (inco...

2012-07-24 Thread Stefan Manegold
Changeset: 6d504fd277af for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6d504fd277af Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: XIDcompress(): set BATcount to avoid (incorrect) trivial property derival with BATcount() == 0 diffs (28

MonetDB: xid - xid.c: XIDdecompress(): added sanity check for BA...

2012-07-24 Thread Stefan Manegold
Changeset: d0d1dc25b216 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d0d1dc25b216 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: XIDdecompress(): added sanity check for BATcount() diffs (19 lines): diff --git a/monetdb5/modules/mal/xi

MonetDB: xid - xid.c: some indenting

2012-07-24 Thread Stefan Manegold
Changeset: 28d86c0a62d2 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=28d86c0a62d2 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: some indenting diffs (29 lines): diff --git a/monetdb5/modules/mal/xid.c b/monetdb5/modules/mal/xid.c ---

MonetDB: xid - xid.c: use else branches iso. early exit via break

2012-07-24 Thread Stefan Manegold
Changeset: 1526811769f9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1526811769f9 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: use else branches iso. early exit via break diffs (101 lines): diff --git a/monetdb5/modules/mal/xid.c b/

MonetDB: xid - xid.c: safe-guard switches against missing cases

2012-07-24 Thread Stefan Manegold
Changeset: f92aacd670b9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f92aacd670b9 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: safe-guard switches against missing cases diffs (81 lines): diff --git a/monetdb5/modules/mal/xid.c b/mon

MonetDB: xid - xid.c: removed unnecessary type cast

2012-07-24 Thread Stefan Manegold
Changeset: 9b4dd218557c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9b4dd218557c Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: removed unnecessary type cast diffs (30 lines): diff --git a/monetdb5/modules/mal/xid.c b/monetdb5/module

MonetDB: xid - xid.c: detect/avoid overflow in XIDdecode() / XID...

2012-07-24 Thread Stefan Manegold
Changeset: 042d64f1eead for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=042d64f1eead Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: detect/avoid overflow in XIDdecode() / XIDdecompress() diffs (56 lines): diff --git a/monetdb5/modules/ma

MonetDB: xid - xid.c: exploit and maintain dense columns

2012-07-24 Thread Stefan Manegold
Changeset: 1de004ac45d5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1de004ac45d5 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: exploit and maintain dense columns diffs (54 lines): diff --git a/monetdb5/modules/mal/xid.c b/monetdb5/m

MonetDB: xid - xid.c: XIDcompress() no need to reset xidcompress...

2012-07-24 Thread Stefan Manegold
Changeset: 675d72aa708e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=675d72aa708e Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: XIDcompress() no need to reset xidcompressed when doing nothing diffs (12 lines): diff --git a/monetdb5/m

MonetDB: xid - xid.c: plugging BAT leaks

2012-07-24 Thread Stefan Manegold
Changeset: d4cbb4854cda for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d4cbb4854cda Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: plugging BAT leaks diffs (53 lines): diff --git a/monetdb5/modules/mal/xid.c b/monetdb5/modules/mal/xid.c

MonetDB: xid - xid.c: turn overflows in XIDcompress() & XIDencod...

2012-07-24 Thread Stefan Manegold
Changeset: 5b42a3c2afc7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5b42a3c2afc7 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: turn overflows in XIDcompress() & XIDencode() into errors diffs (90 lines): diff --git a/monetdb5/modules

MonetDB: xid - xid.c: prepare for proper error handling in XIDen...

2012-07-24 Thread Stefan Manegold
Changeset: 13f4e4d420a1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=13f4e4d420a1 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: prepare for proper error handling in XIDencode() & XIDdecode() diffs (116 lines): diff --git a/monetdb5/m

MonetDB: xid - xid.c: use XIDFMT to print XIDcolumn.value

2012-07-24 Thread Stefan Manegold
Changeset: 43a8e6dd9276 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=43a8e6dd9276 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: use XIDFMT to print XIDcolumn.value diffs (86 lines): diff --git a/monetdb5/modules/mal/xid.c b/monetdb5/

MonetDB: xid - xid.c: make void function return void

2012-07-24 Thread Stefan Manegold
Changeset: 6d43a230bf3c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6d43a230bf3c Modified Files: monetdb5/modules/mal/xid.c monetdb5/modules/mal/xid.h Branch: xid Log Message: xid.c: make void function return void diffs (23 lines): diff --git a/monetdb5

MonetDB: xid - xid.c: BAT IDs are of type bat, rather than int

2012-07-24 Thread Stefan Manegold
Changeset: a0fbd66d5720 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a0fbd66d5720 Modified Files: monetdb5/modules/mal/xid.c monetdb5/modules/mal/xid.h Branch: xid Log Message: xid.c: BAT IDs are of type bat, rather than int diffs (45 lines): diff --git

MonetDB: xid - xid.c: properly cast oid to xid (in case eventual...

2012-07-24 Thread Stefan Manegold
Changeset: b0178e0de49d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b0178e0de49d Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: properly cast oid to xid (in case eventually xid != oid) diffs (72 lines): diff --git a/monetdb5/modules/

MonetDB: xid - xid.c: use OIDFMT to print values of type oid

2012-07-24 Thread Stefan Manegold
Changeset: ee95d057806c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ee95d057806c Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: use OIDFMT to print values of type oid diffs (56 lines): diff --git a/monetdb5/modules/mal/xid.c b/monetd

MonetDB: xid - xid.c: use type BUN for counting tuples (BUNs)

2012-07-24 Thread Stefan Manegold
Changeset: 6959664833e9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6959664833e9 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: use type BUN for counting tuples (BUNs) diffs (212 lines): diff --git a/monetdb5/modules/mal/xid.c b/mone

MonetDB: xid - xid.c: avoid bit-shift overflow (off-by-one)

2012-07-24 Thread Stefan Manegold
Changeset: e917330a6eff for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e917330a6eff Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: avoid bit-shift overflow (off-by-one) diffs (21 lines): diff --git a/monetdb5/modules/mal/xid.c b/monetdb

MonetDB: xid - xid.c: "prevent" (check for) overflow with XIDcol...

2012-07-24 Thread Stefan Manegold
Changeset: 374103cc357d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=374103cc357d Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: "prevent" (check for) overflow with XIDcolumn.value for now only as assertion; proper error / exception han

MonetDB: xid - xid.c: use type oid (rather than type lng) for oi...

2012-07-24 Thread Stefan Manegold
Changeset: a65671379eb5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a65671379eb5 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: use type oid (rather than type lng) for oid values diffs (12 lines): diff --git a/monetdb5/modules/mal/xi

MonetDB: xid - xid.c: ensure that XID_TAG_BITS + XID_VAL_BITS do...

2012-07-24 Thread Stefan Manegold
Changeset: 082b0346f618 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=082b0346f618 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: ensure that XID_TAG_BITS + XID_VAL_BITS do not exceed size of type xid diffs (12 lines): diff --git a/mon

MonetDB: xid - xid.c: define type xid and type oid rather than t...

2012-07-24 Thread Stefan Manegold
Changeset: 90b0ea2a4da9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=90b0ea2a4da9 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: define type xid and type oid rather than type long diffs (14 lines): diff --git a/monetdb5/modules/mal/xi

MonetDB: xid - xid.c: BATcount() returns BUN; use correct format...

2012-07-24 Thread Stefan Manegold
Changeset: 8fe92e8149f5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8fe92e8149f5 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: BATcount() returns BUN; use correct format string diffs (21 lines): diff --git a/monetdb5/modules/mal/xid

MonetDB: xid - xid.c: removed unnecessary "(void)" "fake use"

2012-07-24 Thread Stefan Manegold
Changeset: 99590bbb3da7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=99590bbb3da7 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: removed unnecessary "(void)" "fake use" diffs (11 lines): diff --git a/monetdb5/modules/mal/xid.c b/monet

MonetDB: xid - xid.c: avoid access beyond array/heap boundaries

2012-07-24 Thread Stefan Manegold
Changeset: 8587ab054039 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8587ab054039 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: avoid access beyond array/heap boundaries also fixed some indentation diffs (79 lines): diff --git a/mone

MonetDB: xid - xid.c: GDKusec() return lng; use correct type and...

2012-07-24 Thread Stefan Manegold
Changeset: 25ae61333a97 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=25ae61333a97 Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: GDKusec() return lng; use correct type and format string; also fixed calculation of time difference diffs

MonetDB: xid - xid.c: define & use local "xid" type and related ...

2012-07-24 Thread Stefan Manegold
Changeset: f25939996e0e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f25939996e0e Modified Files: monetdb5/modules/mal/xid.c Branch: xid Log Message: xid.c: define & use local "xid" type and related constants diffs (194 lines): diff --git a/monetdb5/modules/mal/

MonetDB: xid - xid.h: just some whitespace clean-up

2012-07-24 Thread Stefan Manegold
Changeset: 9e14616edf84 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9e14616edf84 Modified Files: monetdb5/modules/mal/xid.h Branch: xid Log Message: xid.h: just some whitespace clean-up diffs (11 lines): diff --git a/monetdb5/modules/mal/xid.h b/monetdb5/module

MonetDB: xid - xid: move includes from .h to .c that are only re...

2012-07-24 Thread Stefan Manegold
Changeset: 704d0c028dcf for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=704d0c028dcf Modified Files: monetdb5/modules/mal/xid.c monetdb5/modules/mal/xid.h Branch: xid Log Message: xid: move includes from .h to .c that are only required in the latter diffs (2

MonetDB: xid - xid: monetdb_config.h must be first include in .c...

2012-07-24 Thread Stefan Manegold
Changeset: ab5a6d63bc78 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ab5a6d63bc78 Modified Files: monetdb5/modules/mal/xid.c monetdb5/modules/mal/xid.h Branch: xid Log Message: xid: monetdb_config.h must be first include in .c file diffs (27 lines): diff

MonetDB: xid - xid: move local defines from .h to .c

2012-07-24 Thread Stefan Manegold
Changeset: 68ce53800eb9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=68ce53800eb9 Modified Files: monetdb5/modules/mal/xid.c monetdb5/modules/mal/xid.h Branch: xid Log Message: xid: move local defines from .h to .c diffs (40 lines): diff --git a/monetdb5

MonetDB: xid - Merge with default branch.

2012-07-24 Thread Stefan Manegold
Changeset: d9f558b45d71 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d9f558b45d71 Added Files: gdk/gdk_search.c gdk/gdk_search.h Removed Files: gdk/gdk_search.mx Modified Files: gdk/Makefile.ag gdk/gdk.h gdk/gdk_bat.c

MonetDB: sciql - Merge with default branch.

2012-07-24 Thread Stefan Manegold
Changeset: d24708fbb2cf for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d24708fbb2cf Added Files: gdk/gdk_search.c gdk/gdk_search.h Removed Files: gdk/gdk_search.mx Modified Files: gdk/Makefile.ag gdk/gdk.h gdk/gdk_bat.c

MonetDB: default - Merge with Jul2012 branch.

2012-07-24 Thread Sjoerd Mullender
Changeset: bf55af63e736 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bf55af63e736 Modified Files: monetdb5/optimizer/opt_recycler.c Branch: default Log Message: Merge with Jul2012 branch. diffs (truncated from 384 to 300 lines): diff --git a/monetdb5/optimizer/o

MonetDB: default - Implemented binary search on reverse-ordered ...

2012-07-24 Thread Sjoerd Mullender
Changeset: c3724f77cb63 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c3724f77cb63 Modified Files: gdk/gdk_bat.c gdk/gdk_search.c Branch: default Log Message: Implemented binary search on reverse-ordered BATs. diffs (149 lines): diff --git a/gdk/gdk_bat.c

MonetDB: default - Remove some pointless casts.

2012-07-24 Thread Sjoerd Mullender
Changeset: d04ffc0c6ee5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d04ffc0c6ee5 Modified Files: gdk/gdk_relop.mx Branch: default Log Message: Remove some pointless casts. diffs (21 lines): diff --git a/gdk/gdk_relop.mx b/gdk/gdk_relop.mx --- a/gdk/gdk_relop.mx

MonetDB: default - Fix bat.info() so that the key and value colu...

2012-07-24 Thread Sjoerd Mullender
Changeset: 73fcb1d8068e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=73fcb1d8068e Modified Files: monetdb5/mal/Tests/tst270.stable.out monetdb5/mal/Tests/tst870.stable.out monetdb5/modules/kernel/bat5.c monetdb5/tests/gdkTests/Tests/void.stab

MonetDB: default - Comment fix.

2012-07-24 Thread Sjoerd Mullender
Changeset: 4dbe32c8656e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4dbe32c8656e Modified Files: gdk/gdk_search.c Branch: default Log Message: Comment fix. diffs (29 lines): diff --git a/gdk/gdk_search.c b/gdk/gdk_search.c --- a/gdk/gdk_search.c +++ b/gdk/gdk_s

MonetDB: default - Fix bat.info(): it should return key and valu...

2012-07-24 Thread Sjoerd Mullender
Changeset: 8f632a9fa242 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8f632a9fa242 Modified Files: monetdb5/modules/kernel/bat5.c monetdb5/tests/gdkTests/Tests/void.stable.out Branch: default Log Message: Fix bat.info(): it should return key and value bats i

MonetDB: default - De-mx gdk_search.

2012-07-24 Thread Sjoerd Mullender
Changeset: 74658f8b16ba for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=74658f8b16ba Added Files: gdk/gdk_search.c gdk/gdk_search.h Removed Files: gdk/gdk_search.mx Modified Files: gdk/Makefile.ag gdk/gdk_private.h gdk/gdk_relop.

MonetDB: default - Simplify macros a bit.

2012-07-24 Thread Sjoerd Mullender
Changeset: 330f4999b9b7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=330f4999b9b7 Modified Files: gdk/gdk.h Branch: default Log Message: Simplify macros a bit. diffs (18 lines): diff --git a/gdk/gdk.h b/gdk/gdk.h --- a/gdk/gdk.h +++ b/gdk/gdk.h @@ -1312,10 +1312

Re: MonetDB: sciql - applied Holger's fix for the GeoTIFF loadimage ...

2012-07-24 Thread Jennie Zhang
Forgot to denote in the check-in msg: The image data are stored horizontally, while SciQL stores 2D arrays vertically. The previous code doesn't reorder the image data according to the SciQL ordering, which causes image to be shifted. This is now fixed. On Tue, Jul 24, 2012 at 01:51:35PM +0200

MonetDB: sciql - merged with default

2012-07-24 Thread Jennie Zhang
Changeset: 159bb3cfae0e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=159bb3cfae0e Modified Files: NT/installer32/MonetDB5-SQL-Installer.vdproj NT/installer64/MonetDB5-SQL-Installer.vdproj clients/Tests/exports.stable.out clients/python/monetd

MonetDB: sciql - merge

2012-07-24 Thread Jennie Zhang
Changeset: b39c49b8398a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b39c49b8398a Added Files: clients/python3/examples/mclient.py clients/python3/monetdb/exceptions.py clients/python3/monetdb/sql/types.py gdk/gdk_batop.c monetdb5/mod

MonetDB: sciql - applied Holger's fix for the GeoTIFF loadimage ...

2012-07-24 Thread Jennie Zhang
Changeset: c81781356c64 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c81781356c64 Modified Files: sql/backends/monet5/vaults/geotiff/geotiff.c Branch: sciql Log Message: applied Holger's fix for the GeoTIFF loadimage code with a bit clean up. Note that this code i

MonetDB: xid - Merge with default, not changing any files.

2012-07-24 Thread Sjoerd Mullender
Changeset: 2364148225d6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2364148225d6 Modified Files: clients/Tests/exports.stable.out gdk/gdk.h monetdb5/modules/mal/Makefile.ag monetdb5/modules/mal/Tests/All monetdb5/modules/mal/mal_init

MonetDB: xid - Create a new branch called xid.

2012-07-24 Thread Sjoerd Mullender
Changeset: 7a636bab211b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7a636bab211b Branch: xid Log Message: Create a new branch called xid. ___ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/li

MonetDB: default - Backout changeset 3e3beae5932c: moving to sep...

2012-07-24 Thread Sjoerd Mullender
Changeset: 741ffa9a8937 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=741ffa9a8937 Removed Files: monetdb5/modules/mal/Tests/xidlist.mal monetdb5/modules/mal/Tests/xidlist.stable.err monetdb5/modules/mal/Tests/xidlist.stable.out monetdb5/modul

MonetDB: default - Backout changeset 75375e1015a5: moving to sep...

2012-07-24 Thread Sjoerd Mullender
Changeset: 02bf7d59609e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=02bf7d59609e Modified Files: monetdb5/modules/mal/Tests/xidlist.stable.err Branch: default Log Message: Backout changeset 75375e1015a5: moving to separate branch. diffs (13 lines): diff --git a

MonetDB: default - Backout changeset 5a7e0071e980: moving to sep...

2012-07-24 Thread Sjoerd Mullender
Changeset: 4db328f66209 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4db328f66209 Modified Files: monetdb5/modules/mal/Tests/xidlist.stable.out Branch: default Log Message: Backout changeset 5a7e0071e980: moving to separate branch. diffs (47 lines): diff --git a

MonetDB: default - Backout changeset cde1783a60e0: moving to sep...

2012-07-24 Thread Sjoerd Mullender
Changeset: b53d1723e7e2 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b53d1723e7e2 Modified Files: clients/Tests/exports.stable.out sql/test/Tests/setoptimizer.stable.out sql/test/Tests/setoptimizer.stable.out.Windows Branch: default Log Message: Bac

MonetDB: default - Backout changeset 7968805ec43d: moving to sep...

2012-07-24 Thread Sjoerd Mullender
Changeset: 03d3a3d1cccf for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=03d3a3d1cccf Modified Files: sql/test/Tests/setoptimizer.stable.out sql/test/Tests/setoptimizer.stable.out.Windows Branch: default Log Message: Backout changeset 7968805ec43d: moving to se

MonetDB: Jul2012 - opt_recycler: revert 186f8c9f62b4 for this file

2012-07-24 Thread Fabian Groffen
Changeset: 0616260570c8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0616260570c8 Modified Files: monetdb5/optimizer/opt_recycler.mx Branch: Jul2012 Log Message: opt_recycler: revert 186f8c9f62b4 for this file In 186f8c9f62b4 baseTableMode was set to 1 (only recyc

MonetDB: Jul2012 - OPTrecycleImplementation: uncrustify

2012-07-24 Thread Fabian Groffen
Changeset: 1a1feac52dc6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1a1feac52dc6 Modified Files: monetdb5/optimizer/opt_recycler.mx Branch: Jul2012 Log Message: OPTrecycleImplementation: uncrustify diffs (truncated from 389 to 300 lines): diff --git a/monetdb5/