2016-07-04 |
Sjoerd Mullender |
Make sure result of shift fits.
|
2016-07-04 |
Mark Raasveldt |
Merge with default and move pyapi3 folder to sql as well.
python3udf
|
2016-07-04 |
Mark Raasveldt |
Approve tests (changed directory = changed output).
|
2016-07-04 |
Mark Raasveldt |
Merge with default.
pythonloader
|
2016-07-04 |
Mark Raasveldt |
Merge.
|
2016-07-04 |
Mark Raasveldt |
Move pyapi from MAL to sql/UDF because it uses various SQL functions.
|
2016-07-04 |
Sjoerd Mullender |
Removed macro BUNfirst.
|
2016-07-01 |
Sjoerd Mullender |
Removed batFirst and batDeleted fields from the BAT structure.
|
2016-07-01 |
Sjoerd Mullender |
Don't save batFirst in the BBP.dir file (it is always 0).
|
2016-07-01 |
Sjoerd Mullender |
Make sure batFirst remains zero.
|
2016-07-04 |
Sjoerd Mullender |
Merge with Jun2016 branch.
|
2016-07-04 |
Sjoerd Mullender |
Approved 32-bit OID test output.
Jun2016
|
2016-07-04 |
Sjoerd Mullender |
Approved 32 bit upgrade output.
Jun2016
|
2016-07-04 |
Niels Nes |
approved output
|
2016-07-03 |
Niels Nes |
merged with default
sfcgal
|
2016-07-03 |
Niels Nes |
record information about numeric types for literals more precise, reduces
|
2016-07-03 |
Niels Nes |
merged with default
sfcgal
|
2016-07-03 |
Niels Nes |
approved output
|
2016-07-02 |
Martin Kersten |
approve output
jit
|
2016-07-02 |
Martin Kersten |
merge with default
jit
|
2016-07-02 |
Niels Nes |
store values of parameters also using atom's. Use these within the
|
2016-07-01 |
Sjoerd Mullender |
Merge with Jun2016 branch.
|
2016-07-01 |
Sjoerd Mullender |
Rename file so that it gets included in the correct release.
Jun2016
|
2016-07-01 |
Sjoerd Mullender |
Allocate correct amount of memory.
Jun2016
|
2016-07-01 |
Mark Raasveldt |
#include Python 2 UDF files to build Python 3 UDF files, instead of copying them.
python3udf
|
2016-07-01 |
Mark Raasveldt |
This test requires 8 threads.
python3udf
|
2016-07-01 |
Mark Raasveldt |
Merge with default.
python3udf
|
2016-07-01 |
Mark Raasveldt |
Add testcase for mitosis of table-producing functions.
|
2016-07-01 |
Sjoerd Mullender |
PCRE before 8.13 has no pcre_free_study (Ubuntu 12.04).
Jun2016
|
2016-07-01 |
Martin Kersten |
Merge with default
jit
|
2016-07-01 |
Martin Kersten |
Merge with default
jit
|
2016-07-01 |
Mark Raasveldt |
Change loader syntax to COPY LOADER INTO instead of COPY INTO ... FROM LOADER because the SQL Parser gets confused at the latter syntax, which breaks regular copy into statements.
pythonloader
|
2016-07-01 |
Mark Raasveldt |
Merge with default.
pythonloader
|
2016-07-01 |
Mark Raasveldt |
Revert to revision 5f26457e4859 (because varres arguments are likely not going to work).
pythonloader
|
2016-07-01 |
Sjoerd Mullender |
Memory leak.
Jun2016
|
2016-07-01 |
Sjoerd Mullender |
Older versions of PCRE (such as on EPEL 6) don't have pcre_free_study.
Jun2016
|
2016-07-01 |
Sjoerd Mullender |
Memory leak.
|
2016-07-01 |
Sjoerd Mullender |
Compilation issues.
|
2016-07-01 |
Sjoerd Mullender |
Approve some output.
|
2016-07-01 |
Sjoerd Mullender |
Add a message to the future release notes.
Jun2016
|
2016-07-01 |
Sjoerd Mullender |
Merge with Jun2016 branch.
|
2016-06-30 |
Sjoerd Mullender |
Memory leaks.
Jun2016
|
2016-06-30 |
Sjoerd Mullender |
Fix: input file - in mclient should refer to stdin.
Jun2016
|
2016-06-30 |
Martin van Dinther |
Improved getBestRowIdentifier() to return information also for other
Jun2016
|
2016-06-30 |
Martin van Dinther |
Correct the return value of supportsStoredProcedures().
Jun2016
|
2016-06-30 |
Martin van Dinther |
Undo making getClassForType(int type) a private method.
Jun2016
|
2016-06-30 |
Martin van Dinther |
Improving getColumnClassName() by using getColumnTypeName(column) and
Jun2016
|
2016-06-30 |
Martin van Dinther |
Resolving javac compiler warnings regarding deprecated methods.
Jun2016
|
2016-06-30 |
Sjoerd Mullender |
Merge with Jun2016 branch.
|
2016-06-30 |
Sjoerd Mullender |
Typo.
|
2016-06-30 |
Sjoerd Mullender |
Removed TYPE_var.
|
2016-06-30 |
Sjoerd Mullender |
Indent and license.
|
2016-06-30 |
Mark Raasveldt |
Move logic for copying BATs into files into functions and 8-byte align the values.
|
2016-06-30 |
Martin Kersten |
Merge with default
jit
|
2016-06-30 |
Martin Kersten |
Merge with default
jit
|
2016-06-30 |
Martin van Dinther |
Added missing case for type == Short.class which is needed for SQL smallint and tinyint columns.
Jun2016
|
2016-06-30 |
Mark Raasveldt |
Merge.
|
2016-06-30 |
Mark Raasveldt |
Finish cleaning up interprocess.h (now gdk_interprocess.h).
|
2016-06-30 |
Mark Raasveldt |
Cleanup part one: clean up interprocess.h and replace semaphore functions.
|
2016-06-30 |
Sjoerd Mullender |
Store parent BAT id as a positive value.
|