Commit graph

11 commits

Author SHA1 Message Date
sergei sh 0428945693 using ExecutorStart_hook to reset interrupt flags
Add to NEWS
Closes https://github.com/postgis/postgis/pull/685
Closes #5137
2022-05-02 03:29:59 -04:00
sergei sh 62e5bf1177 Allowing archiver program and flags options in ./configure 2022-02-25 10:27:07 +01:00
Sandro Santilli dd4ab0d780 Steps toward supporting out-of-tree builds
References #5060
2022-01-20 13:04:58 +01:00
Aliaksandr Kalenik 2b7c91f54e lwgeom_wagyu: replace wagyu's quick_lr_clip with lwgeom_clip_to_ordinate_range 2021-11-22 16:43:55 +03:00
Raúl Marín aa450be9fb Wagyu API performance improvement
Comes from microbenchmarks with big polygons, where this
is between 2 and 10% faster
2020-11-06 15:33:45 +01:00
Raúl Marín 9e5df19ed0 Update wagyu to 0.5.0
Closes https://github.com/postgis/postgis/pull/563
Closes #4620
2020-05-08 17:47:56 +02:00
Raúl Marín 7e70fc8c33 Wagyu: Fix issue introduced in previous commit 2020-03-20 15:50:56 +01:00
Raúl Marín 6a23a5dbb5 Wagyu: Return NULL when the result is empty
No impact on behaviour, it just avoid unnecessary allocations when
the whole geometry as dissapeared (for example during clipping)
2020-03-20 15:05:12 +01:00
Raúl Marín bbeae06678 Disable clang format in deps/ 2020-01-10 16:28:44 +01:00
Raúl Marín Rodríguez f4cdc57bc7 Wagyu build improvements
Use same compiler as postgresql (adds extra -x cxx)
Pass the C++ standard library to postgres when linking wagyu

Closes #4321
Closes https://github.com/postgis/postgis/pull/371



git-svn-id: http://svn.osgeo.org/postgis/trunk@17250 b70326c6-7e19-0410-871a-916f4a2858ee
2019-02-12 11:34:13 +00:00
Raúl Marín Rodríguez 5508a4f89c Integrate wagyu to validate MVT polygons
Closes https://github.com/postgis/postgis/pull/356
Closes #4311



git-svn-id: http://svn.osgeo.org/postgis/trunk@17231 b70326c6-7e19-0410-871a-916f4a2858ee
2019-02-05 15:27:53 +00:00