2016-07-08 |
Sjoerd Mullender |
Merge with Jun2016 branch.
|
2016-07-08 |
Sjoerd Mullender |
Visual Studio 10.0 has stdint.h so we don't actually need inttypes.h.
Jun2016
|
2016-07-08 |
Sjoerd Mullender |
Windows doesn't know F_OK and doesn't want access.
Jun2016
|
2016-07-08 |
Sjoerd Mullender |
Merge with Jun2016 branch.
|
2016-07-08 |
Sjoerd Mullender |
Administrative merge. Changeset 1331d7681b10 contains the actual merge.
mosaic
|
2016-07-08 |
Sjoerd Mullender |
Move assertion to where it matters more.
Jun2016
|
2016-07-08 |
Sjoerd Mullender |
Fix for bug 4036.
Jun2016
|
2016-07-08 |
Martin Kersten |
Add missing tests
mosaic
|
2016-07-08 |
Martin Kersten |
Complex commit
mosaic
|
2016-07-08 |
Panagiotis Koutsourakis |
[LiDAR]: Fix data insertion bug
data-vaults
|
2016-07-08 |
Panagiotis Koutsourakis |
Merge with default
data-vaults
|
2016-06-29 |
Martin Kersten |
More defense and debugging
iot
|
2016-07-07 |
Martin Kersten |
Merge with default
jit
|
2016-07-07 |
Romulo Goncalves |
When use libraries to enhance parallelism watch out for the variables which need to be mark as private or simply make sure they are not share between loop iterations
sfcgal
|
2016-07-07 |
Martin van Dinther |
Removed some trailing spaces in comment texts.
Jun2016
|
2016-07-07 |
Martin Kersten |
Macro fixes
|
2016-07-07 |
Martin Kersten |
Internal renaming for BAT type macros
|
2016-07-07 |
Martin van Dinther |
Improved output of method DatabaseMetaData.getFunctions(). The REMARKS
Jun2016
|
2016-07-07 |
Martin van Dinther |
Improved output of method DatabaseMetaData.getProcedures(). The REMARKS
Jun2016
|
2016-07-07 |
Martin van Dinther |
Corrected typo
Jun2016
|
2016-07-07 |
Martin van Dinther |
Corrected PROCEDURE_TYPE output value of method DatabaseMetaData.getProcedures().
Jun2016
|
2016-07-07 |
Martin van Dinther |
correct getSystemFunctions() by NOT returning pseudo columns as they
Jun2016
|
2016-07-07 |
Martin van Dinther |
correct getMaxCatalogNameLength() by returning 0 instead of 1024.
Jun2016
|
2016-07-07 |
Mark Raasveldt |
bat.new no longer requires head type.
python3udf
|
2016-07-07 |
Mark Raasveldt |
Merge with default.
python3udf
|
2016-07-07 |
Mark Raasveldt |
MErge with default.
pythonloader
|
2016-07-06 |
Martin Kersten |
Merge with default
jit
|
2016-07-06 |
Martin Kersten |
Add debugging statements
jit
|
2016-07-06 |
Martin Kersten |
Add debugging option
jit
|
2016-07-06 |
Martin Kersten |
Dropping the superflous :oid in bat.new()
|
2016-07-06 |
Niels Nes |
merged with jun2016
|
2016-07-06 |
Niels Nes |
made test independend of time
Jun2016
|
2016-07-06 |
Pedro Ferreira |
Added static data to ais test case, fixed some tests
iot
|
2016-07-06 |
Sjoerd Mullender |
More properties to clear.
|
2016-07-06 |
Sjoerd Mullender |
Merge with Jun2016 branch.
|
2016-07-06 |
Sjoerd Mullender |
When not deriving properties, we have to set them to 0.
|
2016-07-06 |
Panagiotis Koutsourakis |
[LiDAR]: Fill in sys.statistics table
data-vaults
|
2016-07-06 |
Panagiotis Koutsourakis |
[LiDAR]: Add statistics about X column as an example
data-vaults
|
2016-07-06 |
Panagiotis Koutsourakis |
[LiDAR]: Record metadata about table on attach
data-vaults
|
2016-07-05 |
Panagiotis Koutsourakis |
Merge with upstream
data-vaults
|
2016-07-05 |
Panagiotis Koutsourakis |
Merge with upstream
data-vaults
|
2016-07-05 |
Panagiotis Koutsourakis |
Create and fill vault_journal table
data-vaults
|
2016-07-06 |
Sjoerd Mullender |
During BATordered scan, record information we learn about revordered.
Jun2016
|
2016-07-06 |
Romulo Goncalves |
When you do BUNappend no need to derive properties neither set count.
sfcgal
|
2016-07-06 |
Romulo Goncalves |
Remove the properties set when the BAT was empty and then derive trivial properties. BATderiveprops will soon be gone.
sfcgal
|
2016-07-06 |
Romulo Goncalves |
OpenMP for most of the Bulk operators
sfcgal
|
2016-07-06 |
Sjoerd Mullender |
Removed BATderiveProps.
|
2016-07-06 |
Sjoerd Mullender |
Missed one call to BATderiveTailProps.
|
2016-07-06 |
Mark Raasveldt |
Merge with default.
python3udf
|
2016-07-06 |
Sjoerd Mullender |
Fixed some comments.
Jun2016
|
2016-07-06 |
Sjoerd Mullender |
Removed BATderivedTailProps and BATassertTailProps.
|
2016-07-06 |
Mark Raasveldt |
Merge with default.
pythonloader
|
2016-07-06 |
Sjoerd Mullender |
Approved output.
Jun2016
|
2016-07-05 |
Niels Nes |
merged with jun2016
|
2016-07-05 |
Niels Nes |
merged
Jun2016
|
2016-07-05 |
Niels Nes |
fix problem with select (select x), ...
Jun2016
|
2016-07-05 |
Niels Nes |
approved output
Jun2016
|
2016-07-05 |
Romulo Goncalves |
Add ST_IntersectsXYZ, it does the same as ST_Intersects for points but you can pass the point as X, Y and Z coordinates and also the SRID. This avoids us to use ST_SetSRID(ST_MakePoint(...
sfcgal
|
2016-07-05 |
Pedro Ferreira |
Added first version of AIS use case to test the streaming engine
iot
|
2016-07-05 |
Romulo Goncalves |
Fix mal code
data-vaults
|