2016-07-21 |
Sjoerd Mullender |
Use two digits for exponents on Windows (if it fits, obviously).
Jun2016
|
2016-07-28 |
Sjoerd Mullender |
Don't clear nil properties at end of import: they were maintained.
|
2016-07-28 |
Sjoerd Mullender |
Simplify maintenance of trace BATs.
Jun2016
|
2016-07-28 |
Niels Nes |
merged with default
sfcgal
|
2016-07-28 |
Niels Nes |
merged with default
sfcgal
|
2016-07-28 |
Niels Nes |
merged with Jun2016
|
2016-07-28 |
Niels Nes |
handle in the mergetable optimizer filter-joins (ie with unbalenced input columns)
Jun2016
|
2016-07-28 |
Martin Kersten |
Merge with default
jit
|
2016-07-27 |
Martin Kersten |
Skeleton for jit peephole optimizer
jit
|
2016-07-28 |
Sjoerd Mullender |
Fix for changeset 3093d2243ac7.
|
2016-07-28 |
Niels Nes |
merged with Jun2016
|
2016-07-28 |
Niels Nes |
also rewrite mergetable under table producing functions.
Jun2016
|
2016-07-27 |
Martin Kersten |
Trace BATs should be reset before the next TRACE call
Jun2016
|
2016-07-27 |
Romulo Goncalves |
Clean generic function for DumpPoints and Dump. Create DumpRings(geom) and DumpRingsP(geom, parent) and their bulk version. The path returned by DumpRings is the ring index.
sfcgal
|
2016-07-27 |
Sjoerd Mullender |
Improve error checking and recovery.
|
2016-07-27 |
Sjoerd Mullender |
Use correct type.
|
2016-07-27 |
Sjoerd Mullender |
Use an enum for the client record mode value.
|
2016-07-27 |
Romulo Goncalves |
Proper declaration of the argument type. Do not swap args order
sfcgal
|
2016-07-27 |
Romulo Goncalves |
Merge
sfcgal
|
2016-07-27 |
Romulo Goncalves |
Do a proper increment, reset variable and add a defense line.
sfcgal
|
2016-07-27 |
Niels Nes |
merged with default
sfcgal
|
2016-07-27 |
Romulo Goncalves |
More protection. Correct error message. The number of polygons or number of points should be determined using the recursive iteration over the geometries, only then we create the BAT with parent_id
sfcgal
|
2016-07-27 |
Sjoerd Mullender |
Approvals.
|
2016-07-27 |
Sjoerd Mullender |
Complete removal of readline support from mserver5 console.
|
2016-07-27 |
Sjoerd Mullender |
Only add setmemorylimit to catalog of databases that need it.
|
2016-07-27 |
Sjoerd Mullender |
Merge with Jun2016 branch.
|
2016-07-27 |
Sjoerd Mullender |
Make running script easier.
Jun2016
|
2016-07-27 |
Romulo Goncalves |
Use the function passed as argument
sfcgal
|
2016-07-27 |
Martin Kersten |
Cleanup of module structures
|
2016-07-27 |
Martin Kersten |
Minor text issues.
|
2016-07-27 |
Martin Kersten |
Avoid memory leak in atom declaration
|
2016-07-27 |
Romulo Goncalves |
Remove library, not accepted in the last version of default
sfcgal
|
2016-07-27 |
Romulo Goncalves |
More coverage for bulk version of Translate
sfcgal
|
2016-07-27 |
Romulo Goncalves |
Generic bulk function for Dump functions. Add DumPoints bulk version
sfcgal
|
2016-07-27 |
Romulo Goncalves |
Bulk version for Dump and DumpP
sfcgal
|
2016-07-27 |
Mark Raasveldt |
Support unicode keys in Python Loader functions.
|
2016-07-27 |
Romulo Goncalves |
Merge with default
sfcgal
|
2016-07-27 |
Romulo Goncalves |
OpenMP off
sfcgal
|
2016-07-27 |
Sjoerd Mullender |
Windows doesn't always use off_t as type for st_size.
|
2016-07-26 |
Romulo Goncalves |
Filter join for Contains(geom, geom). Create a generic function for filter joins WKB WKB in and BIT out.
sfcgal
|
2016-07-26 |
Romulo Goncalves |
DistanceXYZ and its bulk version. Fix a bug in DumpPoints, when you get an empty collection, just do not add anything.
sfcgal
|
2016-07-26 |
Martin Kersten |
Trim console to bare essentials.
|
2016-07-26 |
Stefan Manegold |
fixed code: getAddress() lost its "modname" argument in changeset a769f303bcfd
|
2016-07-26 |
Martin Kersten |
More defense lines
|
2016-07-26 |
Martin Kersten |
Add debug routine to SQL scripts
|
2016-07-26 |
Martin Kersten |
More defense against failing malloc
|
2016-07-26 |
Martin Kersten |
Approve output
|
2016-07-26 |
Martin Kersten |
Use variables flags for isUsed
|
2016-07-26 |
Martin Kersten |
Defense against failed malloc
|
2016-07-26 |
Sjoerd Mullender |
Extend BATattach to also accept the str type using null-terminated strings.
|
2016-07-26 |
Sjoerd Mullender |
BATattach now copies the input file instead of "stealing" it.
|
2016-07-26 |
Martin Kersten |
Reduce mallocs upon system start
|
2016-07-26 |
Martin Kersten |
Remove old loader stuff
|
2016-07-26 |
Martin Kersten |
Use variable entry for scope admin
|
2016-07-26 |
Martin Kersten |
No need to call skipspaces twice
|
2016-07-26 |
Martin Kersten |
MAL blocks for signatures
|
2016-07-26 |
Sjoerd Mullender |
Removed the "lastused" value from the BBP.
|
2016-07-26 |
Sjoerd Mullender |
Removed batStamp from the BAT descriptor.
|
2016-07-26 |
Sjoerd Mullender |
Approvals.
|
2016-07-25 |
Sjoerd Mullender |
Removed trimming on malloc failure; removed trim thread.
|