log

age author description
Thu, 11 Jun 2015 09:01:41 +0200 Sjoerd Mullender Closing branch since it has been merged into default. resultset
Thu, 11 Jun 2015 09:01:02 +0200 Sjoerd Mullender Merged resultset branch into default.
Thu, 11 Jun 2015 08:57:30 +0200 Sjoerd Mullender Merge with default branch. resultset
Wed, 10 Jun 2015 17:05:47 +0200 Sjoerd Mullender 32-bit support. partioned-hash
Wed, 10 Jun 2015 15:59:59 +0200 Sjoerd Mullender Calculate mixed hash for pre-grouped grouping differently. partioned-hash
Wed, 10 Jun 2015 13:34:21 +0200 Sjoerd Mullender Merge with default branch. partioned-hash
Wed, 10 Jun 2015 13:15:16 +0200 Sjoerd Mullender In debug messages, also show size of candidate list. partioned-hash
Wed, 10 Jun 2015 13:14:01 +0200 Sjoerd Mullender When using hashselect, only create hash on parent bat if it is persistent. partioned-hash
Wed, 10 Jun 2015 13:08:19 +0200 Sjoerd Mullender Add debug message. partioned-hash
Wed, 10 Jun 2015 13:03:39 +0200 Sjoerd Mullender When using hashjoin, only create hash on parent bat if it is persistent. partioned-hash
Wed, 10 Jun 2015 13:02:07 +0200 Sjoerd Mullender Align size of hash partitions with those used by mitosis. partioned-hash
Wed, 10 Jun 2015 11:21:46 +0200 Sjoerd Mullender Print hash statistics when ALGODEBUG is in effect. partioned-hash
Wed, 10 Jun 2015 11:20:45 +0200 Sjoerd Mullender Unpersist hash when it is getting changed. partioned-hash
Wed, 10 Jun 2015 11:18:43 +0200 Sjoerd Mullender Thinko: fix conditional. partioned-hash
Wed, 10 Jun 2015 13:14:17 +0200 Niels Nes also remap batmal multiplex functions (fixes rapi12)
Wed, 10 Jun 2015 11:41:50 +0200 Niels Nes approved output
Wed, 10 Jun 2015 11:10:49 +0200 Niels Nes keep distinct count and min/max in the column structures
Wed, 10 Jun 2015 10:51:12 +0200 Niels Nes fixed bug 3736, protect agains empty expression lists Oct2014
Wed, 10 Jun 2015 10:42:01 +0200 Niels Nes removed not needed /incorrect mal signature
Wed, 10 Jun 2015 10:41:18 +0200 Niels Nes approved new function signature
Tue, 09 Jun 2015 19:24:53 +0200 Mark Raasveldt Return types are now directly mapped into BATs instead of copied if possible. Also added some fixes for other compilers. pyapi
Tue, 09 Jun 2015 14:41:50 +0200 lsidir Introducing arngment OID index in gdk leftmart
Tue, 09 Jun 2015 13:25:29 +0200 lsidir Code housekeeping (spaces, names, etc. ) leftmart
Tue, 09 Jun 2015 12:11:18 +0200 lsidir Merge with default leftmart
Tue, 09 Jun 2015 13:17:36 +0200 Sjoerd Mullender Easily disable making hash persistent. partioned-hash
Tue, 09 Jun 2015 12:00:29 +0200 Dimitar Nedev Merge with default branch transaction-replication
Tue, 09 Jun 2015 11:48:08 +0200 Dimitar Nedev Merge with default datacell
Tue, 09 Jun 2015 11:29:24 +0200 Dimitar Nedev Merge with the default branch HTM
Tue, 09 Jun 2015 11:29:05 +0200 Dimitar Nedev Merge heads HTM
Tue, 09 Jun 2015 11:27:51 +0200 Dimitar Nedev Fix the return code of sql_trans_commit HTM
Tue, 09 Jun 2015 11:08:29 +0200 Dimitar Nedev Regular commit directly executes the rollforward, not calling sql_trans_presistscommit HTM
Tue, 09 Jun 2015 11:03:18 +0200 Dimitar Nedev Make sure the log format data is correctly read and written HTM
Tue, 09 Jun 2015 10:48:43 +0200 Dimitar Nedev Pass at tstart and keep the HTM id in the logger HTM
Mon, 08 Jun 2015 21:54:38 +0200 Mark Raasveldt Merge newlines. pyapi
Mon, 08 Jun 2015 21:53:00 +0200 Mark Raasveldt Minor fixes for other compilers. pyapi
Mon, 08 Jun 2015 19:48:02 +0200 Niels Nes use hash to look up tables/columns
Mon, 08 Jun 2015 16:59:54 +0200 Dimitar Nedev Merge with the default branch HTM
Mon, 08 Jun 2015 16:51:51 +0200 Dimitar Nedev Default value for HTM_ID used for regular commits is now 0 HTM
Mon, 08 Jun 2015 15:20:34 +0200 Hannes Muehleisen Newline in the middle of file
Mon, 08 Jun 2015 15:20:04 +0200 Hannes Muehleisen string_split('a|b','|',1), Bug #3564, Patch from Stefan de Konink, Test case added
Mon, 08 Jun 2015 14:51:25 +0200 Hannes Muehleisen Newline at beginning of file pyapi
Mon, 08 Jun 2015 14:50:53 +0200 Hannes Muehleisen Newline at end of file
Mon, 08 Jun 2015 14:45:34 +0200 Hannes Muehleisen Table-in/out test case
Mon, 08 Jun 2015 14:46:19 +0200 Hannes Muehleisen merge with default pyapi
Mon, 08 Jun 2015 14:46:00 +0200 Hannes Muehleisen Python integration: Test case for table-in/table-out pyapi
Mon, 08 Jun 2015 14:45:34 +0200 Hannes Muehleisen Table-in/out test case pyapi
Mon, 08 Jun 2015 09:41:33 +0200 Sjoerd Mullender Allow NULL extension in HEAPsave. partioned-hash
Mon, 08 Jun 2015 01:36:30 +0200 Mark Raasveldt Terminate multiprocessing pools properly now. pyapi
Mon, 08 Jun 2015 07:16:41 +0200 Martin Kersten Typos
Mon, 08 Jun 2015 07:09:28 +0200 Martin Kersten Mark recovery process
Sun, 07 Jun 2015 22:52:16 +0200 Martin Kersten Add more error message information.
Sun, 07 Jun 2015 23:22:48 +0200 Mark Raasveldt Cleaned up and refactored PyAPI code, fixed (hopefully) all memory leaks. pyapi
Sun, 07 Jun 2015 14:18:09 +0200 Niels Nes merged with oct2014
Sun, 07 Jun 2015 14:12:22 +0200 Niels Nes fixed bug 3733, ie handle (constant (true/false) or predicate) expressions better. Oct2014
Sat, 06 Jun 2015 10:53:47 +0200 Niels Nes approved output
Sat, 06 Jun 2015 10:52:34 +0200 Niels Nes approved output
Sat, 06 Jun 2015 10:16:28 +0200 Niels Nes use type bat (instead of int) and add (empty) single value case of contains
Fri, 05 Jun 2015 17:30:07 +0200 Niels Nes added one more contains function
Fri, 05 Jun 2015 16:36:06 +0200 Sjoerd Mullender Don't wait for writing the hash to disk. partioned-hash
Fri, 05 Jun 2015 14:40:09 +0200 Sjoerd Mullender Add some casts.