From: Regina Obe Date: Tue, 6 Sep 2016 04:05:18 +0000 (+0000) Subject: Prepare for PostGIS 2.3.0beta1 release X-Git-Tag: 2.3.0beta1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69062ebf4aa1fd8b95cb249869555ba2d65393cb;p=postgis Prepare for PostGIS 2.3.0beta1 release git-svn-id: http://svn.osgeo.org/postgis/trunk@15062 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ChangeLog b/ChangeLog index 865ee2368..d82a9dbbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4065 @@ +2016-09-06 03:49 Regina Obe + + * [r15061] postgis/Makefile.in: Add postgis_drop_before and + postgis_drop_after scripts back to extension upgrade. + Closes #3623 + +2016-09-06 03:21 Regina Obe + + * [r15060] postgis/postgis.sql.in, postgis/postgis_drop_after.sql: + Schema qualify _ST_Vornoi calls, add old ST_Voronoi to + postgis_drop_after.sql + Closes #3622 + +2016-09-05 20:48 Daniel Baston + + * [r15059] doc/reference_processing.xml, postgis/postgis.sql.in, + regress/voronoi.sql, regress/voronoi_expected: #3622, Signature + updates to Voronoi functions + +2016-09-05 03:19 Regina Obe + + * [r15058] doc/reference_constructor.xml: Multipoint support for + ST_MakeLine was introduced in 2.3, not 2.0. Reshuffle + availability so last is first. + Closes #3621 + +2016-09-05 02:10 Daniel Baston + + * [r15057] liblwgeom/cunit/cu_geos_cluster.c, + liblwgeom/lwgeom_geos_cluster.c, postgis/lwgeom_window.c, + regress/cluster.sql, regress/cluster_expected: #3612, Calling + ST_ClusterDBSCAN with fewer than minpoints geometries in window + frame crashes backend + +2016-09-04 16:02 Regina Obe + + * [r15056] NEWS, doc/reference_operator.xml: Add note to reflect + BRIN only supported for PostgreSQL 9.5+. + +2016-09-04 07:29 Regina Obe + + * [r15055] NEWS, doc/reference_editor.xml: Flag + ST_Segmentize(geography..) as changed, minor change in News + +2016-09-04 05:34 Regina Obe + + * [r15053] postgis/gserialized_gist_2d.c: get rid of undeclared + variable in POSTGIS_DEBUGF + compile with configure --enable-debug is broken + closes #3618 + +2016-09-03 18:09 Regina Obe + + * [r15052] doc/reference_measure.xml: Highlight in note tag in docs + "ST_ClusterDbScan sometimes returns NULL cluster numbers" + As noted in #3617 so it stands out for people like me who don't + have patiences to read docs and get surprised by this. + +2016-09-02 21:23 Regina Obe + + * [r15051] NEWS, libpgcommon/Makefile.in, postgis/Makefile.in, + raster/rt_core/Makefile.in, raster/rt_pg/Makefile.in: + pgcommon/Makefile.in orders CFLAGS incorrectly leading to wrong + liblwgeom.h + Patch from Greg Troxel + Closes #3604 + +2016-08-31 11:36 Sandro Santilli + + * [r15050] configure.ac: Accept PostgreSQL 10devel as the output + from pg_config --version + + See + https://github.com/postgis/postgis/commit/d7e9c4bd845d1d5de78f9f5e31b254babc01f1d0#commitcomment-18845097 + +2016-08-31 02:23 Stephen Woodbridge + + * [r15049] extensions/address_standardizer/test_main.c, + extensions/address_standardizer/tokenize.c: Adding some + commandline options to test_main.c for debugging. + Fixed a bug in tokenize.c to allow MIXED token to follow an + AMPERS token in the rules. + This should close #3616 + +2016-08-28 17:05 Sandro Santilli + + * [r15048] configure.ac: Accept dot-less output from pg_config + --version + + Hopefully fixes #3614 + +2016-08-28 16:47 Sandro Santilli + + * [r15047] configure.ac: Format as per editorconfig + +2016-08-27 22:46 Sandro Santilli + + * [r15046] extras/tiger_geocoder/create_geocode.bat, + extras/tiger_geocoder/upgrade_geocoder.bat: Fix line endings + + See + https://lists.osgeo.org/pipermail/postgis-devel/2016-August/025905.html + +2016-08-17 19:31 Regina Obe + + * [r15045] NEWS, doc/installation.xml, + doc/xsl/postgis_aggs_mm.xml.xsl, + extensions/postgis_tiger_geocoder/Makefile.in, + extras/tiger_geocoder/create_geocode.bat, + extras/tiger_geocoder/create_geocode.sh, + extras/tiger_geocoder/tiger_loader_2016.sql, + extras/tiger_geocoder/upgrade_geocoder.bat, + extras/tiger_geocoder/upgrade_geocoder.sh: Update to support + Tiger 2016 + Also revise scripts to support both http and ftp, change url to + use http: + Update docs with more help for Linux/Unix folks, revise paths to + more closely mirror ubuntu and use 9.6 + Add note about BRIN, parallel, and TIGER 2016 in what is new + section + Closes #3547 + +2016-08-17 13:01 Regina Obe + + * [r15044] NEWS, liblwgeom/lwgeodetic.c, regress/geography.sql, + regress/geography_expected, regress/sfcgal/tickets_expected, + regress/tickets_expected: Segmentize geography using equal length + segments, (Hugo Mercier of Oslandia) + Closes #3613 + Closes #3539 + Closes https://github.com/postgis/postgis/pull/90 + +2016-08-10 02:46 Regina Obe + + * [r15043] extensions/postgis/Makefile.in: Remove search path on + functions (slows down some functions) and no longer needed now we + schema qualify all calls + closes #3611 + +2016-08-08 21:08 Sandro Santilli + + * [r15042] extensions/postgis/Makefile.in, + extensions/postgis_tiger_geocoder/Makefile.in, + extensions/postgis_topology/Makefile.in: fix extensions build + + Patch by Dmitry Vasilyev + +2016-08-06 13:05 Regina Obe + + * [r15041] NEWS, extensions/postgis/Makefile.in, + postgis/Makefile.in, postgis/geography.sql.in, + postgis/postgis.sql.in: schema qualify function and operator + calls in geometry and geography functions + Closes #3496 + Closes #3494 + Closes #3486 + Closes #3076 + +2016-08-05 14:52 Sandro Santilli + + * [r15038] loader/shp2pgsql-cli.c: Allocate memory for encoding + argument, so it can be safely freed later. + + Fixes #3608 + + Patch by Matt Amos + +2016-08-05 14:09 Sandro Santilli + + * [r15035] liblwgeom/lwlinearreferencing.c, + regress/regress_lrs.sql, regress/regress_lrs_expected: Fix + inconsistency with multilinestring in + ST_LocateBetweenElevations() + + Fixes bug #3607. + Includes testcase. + + Patch by Artur Zakirov + +2016-08-03 21:32 Regina Obe + + * [r15034] NEWS: correct Dalibo spelling. + +2016-08-03 19:23 Regina Obe + + * [r15033] NEWS: correct company attribution of Ronan and Julien + +2016-08-01 05:15 Regina Obe + + * [r15032] extensions/postgis/Makefile.in, + raster/rt_pg/rtpostgis.sql.in, + raster/test/regress/rt_histogram.sql, + raster/test/regress/rt_histogram_expected, + raster/test/regress/rt_quantile.sql, + raster/test/regress/rt_quantile_expected, + raster/test/regress/rt_summarystats.sql, + raster/test/regress/rt_summarystats_expected: schema qualify + raster function calls + references #3496 + +2016-07-31 05:05 Regina Obe + + * [r15030] configure.ac, doc/installation.xml, doc/postgis.xml: + Mark PostgreSQL 9.2 as minimum supported + closes #3384 + +2016-07-31 04:34 Regina Obe + + * [r15029] postgis/brin_2d.c, postgis/brin_common.c, + postgis/brin_nd.c, postgis/postgis_brin.h, + regress/regress_brin_index.sql, + regress/regress_brin_index_3d.sql, + regress/regress_brin_index_3d_expected, + regress/regress_brin_index_expected, + regress/regress_brin_index_geography.sql, + regress/regress_brin_index_geography_expected, + regress/regress_lots_of_3dpoints.sql, + regress/regress_lots_of_geographies.sql: Add support for BRIN + indexes - missed new files on last commit + Closes #3591 + Closes https://github.com/postgis/postgis/pull/106 + +2016-07-31 03:46 Regina Obe + + * [r15028] NEWS, configure.ac, doc/reference_operator.xml, + doc/using_postgis_dataman.xml, libpgcommon/gserialized_gist.c, + libpgcommon/gserialized_gist.h, postgis/Makefile.in, + postgis/geography.sql.in, postgis/gserialized_gist_2d.c, + postgis/gserialized_gist_nd.c, postgis/postgis.sql.in, + regress/Makefile.in, utils/postgis_proc_upgrade.pl: Add support + for BRIN indexes (2nd Quadrant, Giuseppe Broccolo, Julien + Rouhaud) + Closes #3591 + Closes https://github.com/postgis/postgis/pull/106 + +2016-07-30 16:56 Regina Obe + + * [r15026] extensions/address_standardizer/Makefile.in, + extensions/postgis_sfcgal/Makefile.in, + extensions/postgis_tiger_geocoder/Makefile.in: perl as found by + configure is not used in tiger, sfcgal, or address_standardizer + extensions + references #3602 for PostGIS 2.3 (trunk) + tiger_data not being backed up and add upgrade test + references #3515 for PostGIS 2.3 (trunk) + +2016-07-27 21:50 Regina Obe + + * [r15025] extensions/postgis/Makefile.in, + extensions/postgis/postgis.control.in, raster/rt_pg/Makefile.in, + raster/rt_pg/rtpostgis.sql.in: #3496 patch commit - Make postgis + non-relocateable and schema qualify at least core functions + make postgis extension not schema relocateble + revise several raster functions to use schema qualified operators + and function calls + revise make scripts to strip out schema qualified for + non-extension installed, and keep for extension installed + +2016-07-25 08:38 Sandro Santilli + + * [r15024] README.md: Add IRC links + +2016-07-23 09:23 Sandro Santilli + + * [r15023] doc/po/ko_KR/extras_address_standardizer.xml.po, + doc/po/ko_KR/extras_historytable.xml.po, + doc/po/ko_KR/extras_tigergeocoder.xml.po, + doc/po/ko_KR/extras_topology.xml.po, doc/po/ko_KR/faq.xml.po, + doc/po/ko_KR/faq_raster.xml.po, doc/po/ko_KR/installation.xml.po, + doc/po/ko_KR/introduction.xml.po, + doc/po/ko_KR/performance_tips.xml.po, + doc/po/ko_KR/postgis.xml.po, + doc/po/ko_KR/reference_accessor.xml.po, + doc/po/ko_KR/reference_constructor.xml.po, + doc/po/ko_KR/reference_editor.xml.po, + doc/po/ko_KR/reference_lrs.xml.po, + doc/po/ko_KR/reference_management.xml.po, + doc/po/ko_KR/reference_measure.xml.po, + doc/po/ko_KR/reference_misc.xml.po, + doc/po/ko_KR/reference_operator.xml.po, + doc/po/ko_KR/reference_output.xml.po, + doc/po/ko_KR/reference_processing.xml.po, + doc/po/ko_KR/reference_raster.xml.po, + doc/po/ko_KR/reference_sfcgal.xml.po, + doc/po/ko_KR/using_postgis_app.xml.po, + doc/po/ko_KR/using_postgis_dataman.xml.po, + doc/po/ko_KR/using_raster_dataman.xml.po: Update korean + translation + +2016-07-22 20:07 Regina Obe + + * [r15022] doc/extras_tigergeocoder.xml: clarify tiger load + instructions and how to use psql to generate script + +2016-07-21 17:51 Sandro Santilli + + * [r15019] .drone.yml: Use a variable for the test-image + +2016-07-21 17:41 Sandro Santilli + + * [r15016] .drone.yml: Use -O0 for test builds, add reference to + postgis-docker + + Removing the optimization flag reduces build time from ~40s to + ~30s + +2016-07-21 12:02 Sandro Santilli + + * [r15012] .drone.yml: Avoid the unstable "wait", split build and + check steps + +2016-07-21 11:31 Sandro Santilli + + * [r15008] docker/build-test/Dockerfile.trisquel, + docker/build-test/Makefile: Remove docker configuration, + + Project moved to: + http://git.osgeo.org/gogs/postgis/postgis-docker + +2016-07-21 11:26 Sandro Santilli + + * [r15007] .drone.yml: Update instructions per updated build-test + image + +2016-07-21 11:26 Sandro Santilli + + * [r15006] docker/build-test/Dockerfile.trisquel: Pre-create the + "root" PostgreSQL user in the build-test image + +2016-07-21 09:46 Sandro Santilli + + * [r15005] NEWS, loader/shp2pgsql-core.c: Use "DROP TABLE IF + EXISTS" on shp2pgsql -d + + Patch by Eugene Antimirov + Closes #2236 + +2016-07-19 22:52 Sandro Santilli + + * [r15004] .drone.yml: Add required image directive under clone: + +2016-07-19 22:45 Sandro Santilli + + * [r15003] .drone.yml: Optimize drone cloning step + +2016-07-19 21:56 Sandro Santilli + + * [r15002] README.md: Reorder buildbot badges + + Self-hosted first, services last + +2016-07-19 21:42 Sandro Santilli + + * [r14999] README.md: Add Dronie badge + +2016-07-19 21:42 Sandro Santilli + + * [r14998] .drone.yml, docker, docker/build-test, + docker/build-test/Dockerfile.trisquel, + docker/build-test/Makefile: Add drone and docker config + +2016-07-16 15:20 Sandro Santilli + + * [r14995] liblwgeom/cunit/cu_tester.c: Do not declare + sfcgal_suite_setup when not implemented + +2016-07-16 08:05 Sandro Santilli + + * [r14994] loader/shp2pgsql-cli.c: Tweak help string for `--' + argument + +2016-07-08 16:37 Sandro Santilli + + * [r14993] loader/shp2pgsql-cli.c: Added end-of-options flag '--' + to shp2pgsql-cli arguments parser + + Patch by Jörg Habenicht + +2016-07-05 10:15 Sandro Santilli + + * [r14989] .gitlab-ci.yml: apt-get update && install on the same + line + + This avoids attempts to install outdated packages due to cached + steps + +2016-07-05 10:15 Sandro Santilli + + * [r14988] liblwgeom/measures.c: Remove trailing spaces + +2016-07-04 15:45 Sandro Santilli + + * [r14987] authors.git, authors.svn, doc/Makefile.in, + doc/man/pgsql2shp.1, doc/man/shp2pgsql.1, + doc/po/de_DE/extras.xml.po, + doc/po/de_DE/extras_address_standardizer.xml.po, + doc/po/de_DE/extras_historytable.xml.po, + doc/po/de_DE/extras_tigergeocoder.xml.po, + doc/po/de_DE/extras_topology.xml.po, doc/po/de_DE/faq.xml.po, + doc/po/de_DE/faq_raster.xml.po, doc/po/de_DE/installation.xml.po, + doc/po/de_DE/performance_tips.xml.po, + doc/po/de_DE/postgis.xml.po, doc/po/de_DE/reference.xml.po, + doc/po/de_DE/reference_accessor.xml.po, + doc/po/de_DE/reference_constructor.xml.po, + doc/po/de_DE/reference_editor.xml.po, + doc/po/de_DE/reference_exception.xml.po, + doc/po/de_DE/reference_guc.xml.po, + doc/po/de_DE/reference_lrs.xml.po, + doc/po/de_DE/reference_management.xml.po, + doc/po/de_DE/reference_measure.xml.po, + doc/po/de_DE/reference_operator.xml.po, + doc/po/de_DE/reference_output.xml.po, + doc/po/de_DE/reference_processing.xml.po, + doc/po/de_DE/reference_raster.xml.po, + doc/po/de_DE/reference_sfcgal.xml.po, + doc/po/de_DE/reference_transaction.xml.po, + doc/po/de_DE/reference_type.xml.po, doc/po/es/extras.xml.po, + doc/po/es/extras_address_standardizer.xml.po, + doc/po/es/extras_tigergeocoder.xml.po, + doc/po/es/extras_topology.xml.po, doc/po/es/faq.xml.po, + doc/po/es/faq_raster.xml.po, doc/po/es/installation.xml.po, + doc/po/es/postgis.xml.po, doc/po/es/reference.xml.po, + doc/po/es/reference_accessor.xml.po, + doc/po/es/reference_constructor.xml.po, + doc/po/es/reference_editor.xml.po, + doc/po/es/reference_guc.xml.po, doc/po/es/reference_lrs.xml.po, + doc/po/es/reference_management.xml.po, + doc/po/es/reference_measure.xml.po, + doc/po/es/reference_operator.xml.po, + doc/po/es/reference_output.xml.po, + doc/po/es/reference_processing.xml.po, + doc/po/es/reference_raster.xml.po, + doc/po/es/reference_sfcgal.xml.po, + doc/po/es/using_postgis_dataman.xml.po, + doc/po/es/using_raster_dataman.xml.po, doc/po/fr/extras.xml.po, + doc/po/fr/extras_address_standardizer.xml.po, + doc/po/fr/extras_tigergeocoder.xml.po, + doc/po/fr/extras_topology.xml.po, doc/po/fr/faq.xml.po, + doc/po/fr/faq_raster.xml.po, doc/po/fr/installation.xml.po, + doc/po/fr/performance_tips.xml.po, doc/po/fr/postgis.xml.po, + doc/po/fr/reference.xml.po, doc/po/fr/reference_accessor.xml.po, + doc/po/fr/reference_constructor.xml.po, + doc/po/fr/reference_editor.xml.po, + doc/po/fr/reference_guc.xml.po, doc/po/fr/reference_lrs.xml.po, + doc/po/fr/reference_management.xml.po, + doc/po/fr/reference_measure.xml.po, + doc/po/fr/reference_operator.xml.po, + doc/po/fr/reference_output.xml.po, + doc/po/fr/reference_processing.xml.po, + doc/po/fr/reference_raster.xml.po, + doc/po/fr/reference_sfcgal.xml.po, + doc/po/fr/using_raster_dataman.xml.po, + doc/po/it_IT/extras_address_standardizer.xml.po, + doc/po/it_IT/extras_tigergeocoder.xml.po, + doc/po/it_IT/extras_topology.xml.po, doc/po/it_IT/faq.xml.po, + doc/po/it_IT/faq_raster.xml.po, doc/po/it_IT/installation.xml.po, + doc/po/it_IT/introduction.xml.po, doc/po/it_IT/postgis.xml.po, + doc/po/it_IT/reference.xml.po, + doc/po/it_IT/reference_accessor.xml.po, + doc/po/it_IT/reference_constructor.xml.po, + doc/po/it_IT/reference_editor.xml.po, + doc/po/it_IT/reference_guc.xml.po, + doc/po/it_IT/reference_lrs.xml.po, + doc/po/it_IT/reference_management.xml.po, + doc/po/it_IT/reference_measure.xml.po, + doc/po/it_IT/reference_operator.xml.po, + doc/po/it_IT/reference_output.xml.po, + doc/po/it_IT/reference_processing.xml.po, + doc/po/it_IT/reference_raster.xml.po, + doc/po/it_IT/reference_sfcgal.xml.po, + doc/po/it_IT/reporting.xml.po, + doc/po/it_IT/using_raster_dataman.xml.po, + doc/po/ja/extras_address_standardizer.xml.po, + doc/po/ja/extras_tigergeocoder.xml.po, + doc/po/ja/extras_topology.xml.po, doc/po/ja/faq_raster.xml.po, + doc/po/ja/installation.xml.po, + doc/po/ja/reference_accessor.xml.po, + doc/po/ja/reference_constructor.xml.po, + doc/po/ja/reference_editor.xml.po, + doc/po/ja/reference_measure.xml.po, + doc/po/ja/reference_output.xml.po, + doc/po/ja/reference_processing.xml.po, + doc/po/ja/reference_raster.xml.po, + doc/po/ja/reference_sfcgal.xml.po, + doc/po/ja/using_postgis_dataman.xml.po, + doc/po/ja/using_raster_dataman.xml.po, + doc/po/ko_KR/extras.xml.po, + doc/po/ko_KR/extras_address_standardizer.xml.po, + doc/po/ko_KR/extras_tigergeocoder.xml.po, + doc/po/ko_KR/extras_topology.xml.po, doc/po/ko_KR/faq.xml.po, + doc/po/ko_KR/faq_raster.xml.po, doc/po/ko_KR/installation.xml.po, + doc/po/ko_KR/performance_tips.xml.po, + doc/po/ko_KR/postgis.xml.po, doc/po/ko_KR/reference.xml.po, + doc/po/ko_KR/reference_accessor.xml.po, + doc/po/ko_KR/reference_constructor.xml.po, + doc/po/ko_KR/reference_editor.xml.po, + doc/po/ko_KR/reference_guc.xml.po, + doc/po/ko_KR/reference_lrs.xml.po, + doc/po/ko_KR/reference_management.xml.po, + doc/po/ko_KR/reference_measure.xml.po, + doc/po/ko_KR/reference_operator.xml.po, + doc/po/ko_KR/reference_output.xml.po, + doc/po/ko_KR/reference_processing.xml.po, + doc/po/ko_KR/reference_raster.xml.po, + doc/po/ko_KR/reference_sfcgal.xml.po, + doc/po/ko_KR/using_postgis_dataman.xml.po, + doc/po/ko_KR/using_raster_dataman.xml.po, + doc/po/pl/extras.xml.po, + doc/po/pl/extras_address_standardizer.xml.po, + doc/po/pl/extras_historytable.xml.po, + doc/po/pl/extras_tigergeocoder.xml.po, + doc/po/pl/extras_topology.xml.po, doc/po/pl/faq.xml.po, + doc/po/pl/faq_raster.xml.po, doc/po/pl/installation.xml.po, + doc/po/pl/performance_tips.xml.po, doc/po/pl/postgis.xml.po, + doc/po/pl/reference.xml.po, doc/po/pl/reference_accessor.xml.po, + doc/po/pl/reference_constructor.xml.po, + doc/po/pl/reference_editor.xml.po, + doc/po/pl/reference_guc.xml.po, doc/po/pl/reference_lrs.xml.po, + doc/po/pl/reference_management.xml.po, + doc/po/pl/reference_measure.xml.po, + doc/po/pl/reference_operator.xml.po, + doc/po/pl/reference_output.xml.po, + doc/po/pl/reference_processing.xml.po, + doc/po/pl/reference_raster.xml.po, + doc/po/pl/reference_sfcgal.xml.po, + doc/po/pl/reference_transaction.xml.po, + doc/po/pl/reference_type.xml.po, doc/po/pl/reporting.xml.po, + doc/po/pl/using_postgis_app.xml.po, + doc/po/pl/using_postgis_dataman.xml.po, + doc/po/pl/using_raster_dataman.xml.po, + doc/po/pt_BR/extras_address_standardizer.xml.po, + doc/po/pt_BR/extras_tigergeocoder.xml.po, + doc/po/pt_BR/extras_topology.xml.po, doc/po/pt_BR/faq.xml.po, + doc/po/pt_BR/faq_raster.xml.po, doc/po/pt_BR/installation.xml.po, + doc/po/pt_BR/reference.xml.po, + doc/po/pt_BR/reference_accessor.xml.po, + doc/po/pt_BR/reference_constructor.xml.po, + doc/po/pt_BR/reference_editor.xml.po, + doc/po/pt_BR/reference_guc.xml.po, + doc/po/pt_BR/reference_lrs.xml.po, + doc/po/pt_BR/reference_management.xml.po, + doc/po/pt_BR/reference_measure.xml.po, + doc/po/pt_BR/reference_operator.xml.po, + doc/po/pt_BR/reference_output.xml.po, + doc/po/pt_BR/reference_processing.xml.po, + doc/po/pt_BR/reference_raster.xml.po, + doc/po/pt_BR/reference_sfcgal.xml.po, + doc/po/pt_BR/using_raster_dataman.xml.po, extensions/Makefile.in, + liblwgeom/README.topo, liblwgeom/box2d.c, + liblwgeom/cunit/cu_buildarea.c, liblwgeom/cunit/cu_bytebuffer.c, + liblwgeom/cunit/cu_clean.c, liblwgeom/cunit/cu_clip_by_rect.c, + liblwgeom/cunit/cu_effectivearea.c, liblwgeom/cunit/cu_geos.c, + liblwgeom/cunit/cu_in_geojson.c, liblwgeom/cunit/cu_measures.c, + liblwgeom/cunit/cu_node.c, liblwgeom/cunit/cu_ptarray.c, + liblwgeom/cunit/cu_split.c, liblwgeom/cunit/cu_stringbuffer.c, + liblwgeom/cunit/cu_tree.c, liblwgeom/cunit/cu_triangulate.c, + liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h, + liblwgeom/liblwgeom_topo.h, liblwgeom/liblwgeom_topo_internal.h, + liblwgeom/lwgeodetic_tree.c, liblwgeom/lwgeom_geos.c, + liblwgeom/lwgeom_geos.h, liblwgeom/lwgeom_geos_clean.c, + liblwgeom/lwgeom_geos_node.c, liblwgeom/lwgeom_geos_split.c, + liblwgeom/lwgeom_log.h, liblwgeom/lwgeom_topo.c, + liblwgeom/lwin_geojson.c, liblwgeom/lwin_wkt.h, + liblwgeom/lwin_wkt_lex.c, liblwgeom/lwline.c, + liblwgeom/lwlinearreferencing.c, liblwgeom/lwout_gml.c, + liblwgeom/lwpoly.c, liblwgeom/lwprint.c, liblwgeom/lwutil.c, + liblwgeom/ptarray.c, liblwgeom/varint.c, liblwgeom/varint.h, + libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h, + libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h, + loader/README.pgsql2shp, loader/README.shp2pgsql, + loader/shpcommon.c, loader/shpcommon.h, + postgis/lwgeom_functions_analytic.c, + postgis/lwgeom_functions_temporal.c, postgis/lwgeom_geos.c, + postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_prepared.c, + postgis/lwgeom_geos_relatematch.c, + postgis/postgis_drop_after.sql, postgis/postgis_drop_before.sql, + raster/Makefile.in, raster/doc/RFC1-SerializedFormat, + raster/doc/RFC2-WellKnownBinaryFormat, raster/loader/Makefile.in, + raster/rt_core/Makefile.in, raster/rt_core/librtcore.h, + raster/rt_core/librtcore_internal.h, raster/rt_core/rt_band.c, + raster/rt_core/rt_context.c, raster/rt_core/rt_geometry.c, + raster/rt_core/rt_mapalgebra.c, raster/rt_core/rt_pixel.c, + raster/rt_core/rt_raster.c, raster/rt_core/rt_serialize.c, + raster/rt_core/rt_serialize.h, + raster/rt_core/rt_spatial_relationship.c, + raster/rt_core/rt_statistics.c, raster/rt_core/rt_util.c, + raster/rt_core/rt_warp.c, raster/rt_core/rt_wkb.c, + raster/rt_pg/Makefile.in, raster/rt_pg/rtpg_band_properties.c, + raster/rt_pg/rtpg_create.c, raster/rt_pg/rtpg_gdal.c, + raster/rt_pg/rtpg_geometry.c, raster/rt_pg/rtpg_inout.c, + raster/rt_pg/rtpg_internal.c, raster/rt_pg/rtpg_internal.h, + raster/rt_pg/rtpg_mapalgebra.c, raster/rt_pg/rtpg_pixel.c, + raster/rt_pg/rtpg_raster_properties.c, + raster/rt_pg/rtpg_spatial_relationship.c, + raster/rt_pg/rtpg_statistics.c, raster/rt_pg/rtpg_utility.c, + raster/rt_pg/rtpostgis.c, raster/rt_pg/rtpostgis.h, + raster/rt_pg/rtpostgis.sql.in, raster/test/cunit/cu_raster_wkb.c, + raster/test/regress/Makefile.in, raster/test/regress/box3d.sql, + raster/test/regress/rt_gist_relationships.sql, + regress/Makefile.in, regress/run_test.pl, topology/Makefile.in, + topology/postgis_topology.c, topology/sql/export/TopoJSON.sql.in, + topology/sql/export/gml.sql.in, + topology/sql/manage/CopyTopology.sql.in, + topology/sql/manage/TopologySummary.sql.in, + topology/sql/polygonize.sql.in, topology/sql/populate.sql.in, + topology/sql/predicates.sql.in, + topology/sql/query/GetNodeEdges.sql.in, + topology/sql/query/GetRingEdges.sql.in, + topology/sql/sqlmm.sql.in, + topology/sql/topoelement/topoelement_agg.sql.in, + topology/sql/topogeometry/cleartopogeom.sql.in, + topology/sql/topogeometry/simplify.sql.in, + topology/sql/topogeometry/topogeom_edit.sql.in, + topology/sql/topogeometry/totopogeom.sql.in, + topology/sql/topogeometry/type.sql.in, topology/topology.sql.in, + utils/create_spatial_ref_sys_config_dump.pl, + utils/create_unpackaged.pl, utils/postgis_proc_upgrade.pl: Fix my + email address + +2016-07-04 15:42 Sandro Santilli + + * [r14986] doc/po/de_DE/extras_address_standardizer.xml.po, + doc/po/de_DE/extras_historytable.xml.po, + doc/po/de_DE/extras_tigergeocoder.xml.po, + doc/po/de_DE/extras_topology.xml.po, doc/po/de_DE/faq.xml.po, + doc/po/de_DE/faq_raster.xml.po, doc/po/de_DE/installation.xml.po, + doc/po/de_DE/introduction.xml.po, + doc/po/de_DE/performance_tips.xml.po, + doc/po/de_DE/reference_accessor.xml.po, + doc/po/de_DE/reference_constructor.xml.po, + doc/po/de_DE/reference_editor.xml.po, + doc/po/de_DE/reference_lrs.xml.po, + doc/po/de_DE/reference_management.xml.po, + doc/po/de_DE/reference_measure.xml.po, + doc/po/de_DE/reference_misc.xml.po, + doc/po/de_DE/reference_operator.xml.po, + doc/po/de_DE/reference_output.xml.po, + doc/po/de_DE/reference_processing.xml.po, + doc/po/de_DE/reference_raster.xml.po, + doc/po/de_DE/reference_sfcgal.xml.po, + doc/po/de_DE/using_postgis_app.xml.po, + doc/po/de_DE/using_postgis_dataman.xml.po, + doc/po/de_DE/using_raster_dataman.xml.po, + doc/po/es/extras_address_standardizer.xml.po, + doc/po/es/extras_historytable.xml.po, + doc/po/es/extras_tigergeocoder.xml.po, + doc/po/es/extras_topology.xml.po, doc/po/es/faq.xml.po, + doc/po/es/faq_raster.xml.po, doc/po/es/installation.xml.po, + doc/po/es/introduction.xml.po, doc/po/es/performance_tips.xml.po, + doc/po/es/reference_accessor.xml.po, + doc/po/es/reference_constructor.xml.po, + doc/po/es/reference_editor.xml.po, + doc/po/es/reference_lrs.xml.po, + doc/po/es/reference_management.xml.po, + doc/po/es/reference_measure.xml.po, + doc/po/es/reference_misc.xml.po, + doc/po/es/reference_operator.xml.po, + doc/po/es/reference_output.xml.po, + doc/po/es/reference_processing.xml.po, + doc/po/es/reference_raster.xml.po, + doc/po/es/reference_sfcgal.xml.po, + doc/po/es/using_postgis_app.xml.po, + doc/po/es/using_postgis_dataman.xml.po, + doc/po/es/using_raster_dataman.xml.po, + doc/po/fr/extras_address_standardizer.xml.po, + doc/po/fr/extras_historytable.xml.po, + doc/po/fr/extras_tigergeocoder.xml.po, + doc/po/fr/extras_topology.xml.po, doc/po/fr/faq.xml.po, + doc/po/fr/faq_raster.xml.po, doc/po/fr/installation.xml.po, + doc/po/fr/introduction.xml.po, doc/po/fr/performance_tips.xml.po, + doc/po/fr/reference_accessor.xml.po, + doc/po/fr/reference_constructor.xml.po, + doc/po/fr/reference_editor.xml.po, + doc/po/fr/reference_lrs.xml.po, + doc/po/fr/reference_management.xml.po, + doc/po/fr/reference_measure.xml.po, + doc/po/fr/reference_misc.xml.po, + doc/po/fr/reference_operator.xml.po, + doc/po/fr/reference_output.xml.po, + doc/po/fr/reference_processing.xml.po, + doc/po/fr/reference_raster.xml.po, + doc/po/fr/reference_sfcgal.xml.po, + doc/po/fr/using_postgis_app.xml.po, + doc/po/fr/using_postgis_dataman.xml.po, + doc/po/fr/using_raster_dataman.xml.po, + doc/po/it_IT/extras_address_standardizer.xml.po, + doc/po/it_IT/extras_historytable.xml.po, + doc/po/it_IT/extras_tigergeocoder.xml.po, + doc/po/it_IT/extras_topology.xml.po, doc/po/it_IT/faq.xml.po, + doc/po/it_IT/faq_raster.xml.po, doc/po/it_IT/installation.xml.po, + doc/po/it_IT/introduction.xml.po, + doc/po/it_IT/performance_tips.xml.po, + doc/po/it_IT/reference_accessor.xml.po, + doc/po/it_IT/reference_constructor.xml.po, + doc/po/it_IT/reference_editor.xml.po, + doc/po/it_IT/reference_lrs.xml.po, + doc/po/it_IT/reference_management.xml.po, + doc/po/it_IT/reference_measure.xml.po, + doc/po/it_IT/reference_misc.xml.po, + doc/po/it_IT/reference_operator.xml.po, + doc/po/it_IT/reference_output.xml.po, + doc/po/it_IT/reference_processing.xml.po, + doc/po/it_IT/reference_raster.xml.po, + doc/po/it_IT/reference_sfcgal.xml.po, + doc/po/it_IT/using_postgis_app.xml.po, + doc/po/it_IT/using_postgis_dataman.xml.po, + doc/po/it_IT/using_raster_dataman.xml.po, + doc/po/ja/extras.xml.po, + doc/po/ja/extras_address_standardizer.xml.po, + doc/po/ja/extras_historytable.xml.po, + doc/po/ja/extras_tigergeocoder.xml.po, + doc/po/ja/extras_topology.xml.po, doc/po/ja/faq.xml.po, + doc/po/ja/faq_raster.xml.po, doc/po/ja/installation.xml.po, + doc/po/ja/introduction.xml.po, doc/po/ja/performance_tips.xml.po, + doc/po/ja/postgis.xml.po, doc/po/ja/reference.xml.po, + doc/po/ja/reference_accessor.xml.po, + doc/po/ja/reference_constructor.xml.po, + doc/po/ja/reference_editor.xml.po, + doc/po/ja/reference_exception.xml.po, + doc/po/ja/reference_guc.xml.po, doc/po/ja/reference_lrs.xml.po, + doc/po/ja/reference_management.xml.po, + doc/po/ja/reference_measure.xml.po, + doc/po/ja/reference_misc.xml.po, + doc/po/ja/reference_operator.xml.po, + doc/po/ja/reference_output.xml.po, + doc/po/ja/reference_processing.xml.po, + doc/po/ja/reference_raster.xml.po, + doc/po/ja/reference_sfcgal.xml.po, + doc/po/ja/reference_temporal.xml.po, + doc/po/ja/reference_transaction.xml.po, + doc/po/ja/reference_type.xml.po, doc/po/ja/release_notes.xml.po, + doc/po/ja/reporting.xml.po, doc/po/ja/using_postgis_app.xml.po, + doc/po/ja/using_postgis_dataman.xml.po, + doc/po/ja/using_raster_dataman.xml.po, + doc/po/ko_KR/extras_address_standardizer.xml.po, + doc/po/ko_KR/extras_historytable.xml.po, + doc/po/ko_KR/extras_tigergeocoder.xml.po, + doc/po/ko_KR/extras_topology.xml.po, doc/po/ko_KR/faq.xml.po, + doc/po/ko_KR/faq_raster.xml.po, doc/po/ko_KR/installation.xml.po, + doc/po/ko_KR/introduction.xml.po, + doc/po/ko_KR/performance_tips.xml.po, + doc/po/ko_KR/reference_accessor.xml.po, + doc/po/ko_KR/reference_constructor.xml.po, + doc/po/ko_KR/reference_editor.xml.po, + doc/po/ko_KR/reference_lrs.xml.po, + doc/po/ko_KR/reference_management.xml.po, + doc/po/ko_KR/reference_measure.xml.po, + doc/po/ko_KR/reference_misc.xml.po, + doc/po/ko_KR/reference_operator.xml.po, + doc/po/ko_KR/reference_output.xml.po, + doc/po/ko_KR/reference_processing.xml.po, + doc/po/ko_KR/reference_raster.xml.po, + doc/po/ko_KR/reference_sfcgal.xml.po, + doc/po/ko_KR/using_postgis_app.xml.po, + doc/po/ko_KR/using_postgis_dataman.xml.po, + doc/po/ko_KR/using_raster_dataman.xml.po, + doc/po/pl/extras_address_standardizer.xml.po, + doc/po/pl/extras_historytable.xml.po, + doc/po/pl/extras_tigergeocoder.xml.po, + doc/po/pl/extras_topology.xml.po, doc/po/pl/faq.xml.po, + doc/po/pl/faq_raster.xml.po, doc/po/pl/installation.xml.po, + doc/po/pl/introduction.xml.po, doc/po/pl/performance_tips.xml.po, + doc/po/pl/reference_accessor.xml.po, + doc/po/pl/reference_constructor.xml.po, + doc/po/pl/reference_editor.xml.po, + doc/po/pl/reference_lrs.xml.po, + doc/po/pl/reference_management.xml.po, + doc/po/pl/reference_measure.xml.po, + doc/po/pl/reference_misc.xml.po, + doc/po/pl/reference_operator.xml.po, + doc/po/pl/reference_output.xml.po, + doc/po/pl/reference_processing.xml.po, + doc/po/pl/reference_raster.xml.po, + doc/po/pl/reference_sfcgal.xml.po, + doc/po/pl/using_postgis_app.xml.po, + doc/po/pl/using_postgis_dataman.xml.po, + doc/po/pl/using_raster_dataman.xml.po, + doc/po/pt_BR/extras_address_standardizer.xml.po, + doc/po/pt_BR/extras_historytable.xml.po, + doc/po/pt_BR/extras_tigergeocoder.xml.po, + doc/po/pt_BR/extras_topology.xml.po, doc/po/pt_BR/faq.xml.po, + doc/po/pt_BR/faq_raster.xml.po, doc/po/pt_BR/installation.xml.po, + doc/po/pt_BR/introduction.xml.po, + doc/po/pt_BR/performance_tips.xml.po, + doc/po/pt_BR/reference_accessor.xml.po, + doc/po/pt_BR/reference_constructor.xml.po, + doc/po/pt_BR/reference_editor.xml.po, + doc/po/pt_BR/reference_lrs.xml.po, + doc/po/pt_BR/reference_management.xml.po, + doc/po/pt_BR/reference_measure.xml.po, + doc/po/pt_BR/reference_misc.xml.po, + doc/po/pt_BR/reference_operator.xml.po, + doc/po/pt_BR/reference_output.xml.po, + doc/po/pt_BR/reference_processing.xml.po, + doc/po/pt_BR/reference_raster.xml.po, + doc/po/pt_BR/reference_sfcgal.xml.po, + doc/po/pt_BR/using_postgis_app.xml.po, + doc/po/pt_BR/using_postgis_dataman.xml.po, + doc/po/pt_BR/using_raster_dataman.xml.po, + doc/po/templates/extras_address_standardizer.xml.pot, + doc/po/templates/extras_historytable.xml.pot, + doc/po/templates/extras_tigergeocoder.xml.pot, + doc/po/templates/extras_topology.xml.pot, + doc/po/templates/faq.xml.pot, + doc/po/templates/faq_raster.xml.pot, + doc/po/templates/installation.xml.pot, + doc/po/templates/introduction.xml.pot, + doc/po/templates/performance_tips.xml.pot, + doc/po/templates/reference_accessor.xml.pot, + doc/po/templates/reference_constructor.xml.pot, + doc/po/templates/reference_editor.xml.pot, + doc/po/templates/reference_lrs.xml.pot, + doc/po/templates/reference_management.xml.pot, + doc/po/templates/reference_measure.xml.pot, + doc/po/templates/reference_misc.xml.pot, + doc/po/templates/reference_operator.xml.pot, + doc/po/templates/reference_output.xml.pot, + doc/po/templates/reference_processing.xml.pot, + doc/po/templates/reference_raster.xml.pot, + doc/po/templates/reference_sfcgal.xml.pot, + doc/po/templates/using_postgis_app.xml.pot, + doc/po/templates/using_postgis_dataman.xml.pot, + doc/po/templates/using_raster_dataman.xml.pot: Pull new + translations from transifex + +2016-07-04 12:57 Sandro Santilli + + * [r14985] authors.git, authors.svn, doc/Makefile.in, + doc/man/pgsql2shp.1, doc/man/shp2pgsql.1, + doc/po/de_DE/extras.xml.po, + doc/po/de_DE/extras_address_standardizer.xml.po, + doc/po/de_DE/extras_historytable.xml.po, + doc/po/de_DE/extras_tigergeocoder.xml.po, + doc/po/de_DE/extras_topology.xml.po, doc/po/de_DE/faq.xml.po, + doc/po/de_DE/faq_raster.xml.po, doc/po/de_DE/installation.xml.po, + doc/po/de_DE/performance_tips.xml.po, + doc/po/de_DE/postgis.xml.po, doc/po/de_DE/reference.xml.po, + doc/po/de_DE/reference_accessor.xml.po, + doc/po/de_DE/reference_constructor.xml.po, + doc/po/de_DE/reference_editor.xml.po, + doc/po/de_DE/reference_exception.xml.po, + doc/po/de_DE/reference_guc.xml.po, + doc/po/de_DE/reference_lrs.xml.po, + doc/po/de_DE/reference_management.xml.po, + doc/po/de_DE/reference_measure.xml.po, + doc/po/de_DE/reference_operator.xml.po, + doc/po/de_DE/reference_output.xml.po, + doc/po/de_DE/reference_processing.xml.po, + doc/po/de_DE/reference_raster.xml.po, + doc/po/de_DE/reference_sfcgal.xml.po, + doc/po/de_DE/reference_transaction.xml.po, + doc/po/de_DE/reference_type.xml.po, doc/po/es/extras.xml.po, + doc/po/es/extras_address_standardizer.xml.po, + doc/po/es/extras_tigergeocoder.xml.po, + doc/po/es/extras_topology.xml.po, doc/po/es/faq.xml.po, + doc/po/es/faq_raster.xml.po, doc/po/es/installation.xml.po, + doc/po/es/postgis.xml.po, doc/po/es/reference.xml.po, + doc/po/es/reference_accessor.xml.po, + doc/po/es/reference_constructor.xml.po, + doc/po/es/reference_editor.xml.po, + doc/po/es/reference_guc.xml.po, doc/po/es/reference_lrs.xml.po, + doc/po/es/reference_management.xml.po, + doc/po/es/reference_measure.xml.po, + doc/po/es/reference_operator.xml.po, + doc/po/es/reference_output.xml.po, + doc/po/es/reference_processing.xml.po, + doc/po/es/reference_raster.xml.po, + doc/po/es/reference_sfcgal.xml.po, + doc/po/es/using_postgis_dataman.xml.po, + doc/po/es/using_raster_dataman.xml.po, doc/po/fr/extras.xml.po, + doc/po/fr/extras_address_standardizer.xml.po, + doc/po/fr/extras_tigergeocoder.xml.po, + doc/po/fr/extras_topology.xml.po, doc/po/fr/faq.xml.po, + doc/po/fr/faq_raster.xml.po, doc/po/fr/installation.xml.po, + doc/po/fr/performance_tips.xml.po, doc/po/fr/postgis.xml.po, + doc/po/fr/reference.xml.po, doc/po/fr/reference_accessor.xml.po, + doc/po/fr/reference_constructor.xml.po, + doc/po/fr/reference_editor.xml.po, + doc/po/fr/reference_guc.xml.po, doc/po/fr/reference_lrs.xml.po, + doc/po/fr/reference_management.xml.po, + doc/po/fr/reference_measure.xml.po, + doc/po/fr/reference_operator.xml.po, + doc/po/fr/reference_output.xml.po, + doc/po/fr/reference_processing.xml.po, + doc/po/fr/reference_raster.xml.po, + doc/po/fr/reference_sfcgal.xml.po, + doc/po/fr/using_raster_dataman.xml.po, + doc/po/it_IT/extras_address_standardizer.xml.po, + doc/po/it_IT/extras_tigergeocoder.xml.po, + doc/po/it_IT/extras_topology.xml.po, doc/po/it_IT/faq.xml.po, + doc/po/it_IT/faq_raster.xml.po, doc/po/it_IT/installation.xml.po, + doc/po/it_IT/introduction.xml.po, doc/po/it_IT/postgis.xml.po, + doc/po/it_IT/reference.xml.po, + doc/po/it_IT/reference_accessor.xml.po, + doc/po/it_IT/reference_constructor.xml.po, + doc/po/it_IT/reference_editor.xml.po, + doc/po/it_IT/reference_guc.xml.po, + doc/po/it_IT/reference_lrs.xml.po, + doc/po/it_IT/reference_management.xml.po, + doc/po/it_IT/reference_measure.xml.po, + doc/po/it_IT/reference_operator.xml.po, + doc/po/it_IT/reference_output.xml.po, + doc/po/it_IT/reference_processing.xml.po, + doc/po/it_IT/reference_raster.xml.po, + doc/po/it_IT/reference_sfcgal.xml.po, + doc/po/it_IT/reporting.xml.po, + doc/po/it_IT/using_raster_dataman.xml.po, + doc/po/ja/extras_address_standardizer.xml.po, + doc/po/ja/extras_tigergeocoder.xml.po, + doc/po/ja/extras_topology.xml.po, doc/po/ja/faq_raster.xml.po, + doc/po/ja/installation.xml.po, + doc/po/ja/reference_accessor.xml.po, + doc/po/ja/reference_constructor.xml.po, + doc/po/ja/reference_editor.xml.po, + doc/po/ja/reference_measure.xml.po, + doc/po/ja/reference_output.xml.po, + doc/po/ja/reference_processing.xml.po, + doc/po/ja/reference_raster.xml.po, + doc/po/ja/reference_sfcgal.xml.po, + doc/po/ja/using_postgis_dataman.xml.po, + doc/po/ja/using_raster_dataman.xml.po, + doc/po/ko_KR/extras.xml.po, + doc/po/ko_KR/extras_address_standardizer.xml.po, + doc/po/ko_KR/extras_tigergeocoder.xml.po, + doc/po/ko_KR/extras_topology.xml.po, doc/po/ko_KR/faq.xml.po, + doc/po/ko_KR/faq_raster.xml.po, doc/po/ko_KR/installation.xml.po, + doc/po/ko_KR/performance_tips.xml.po, + doc/po/ko_KR/postgis.xml.po, doc/po/ko_KR/reference.xml.po, + doc/po/ko_KR/reference_accessor.xml.po, + doc/po/ko_KR/reference_constructor.xml.po, + doc/po/ko_KR/reference_editor.xml.po, + doc/po/ko_KR/reference_guc.xml.po, + doc/po/ko_KR/reference_lrs.xml.po, + doc/po/ko_KR/reference_management.xml.po, + doc/po/ko_KR/reference_measure.xml.po, + doc/po/ko_KR/reference_operator.xml.po, + doc/po/ko_KR/reference_output.xml.po, + doc/po/ko_KR/reference_processing.xml.po, + doc/po/ko_KR/reference_raster.xml.po, + doc/po/ko_KR/reference_sfcgal.xml.po, + doc/po/ko_KR/using_postgis_dataman.xml.po, + doc/po/ko_KR/using_raster_dataman.xml.po, + doc/po/pl/extras.xml.po, + doc/po/pl/extras_address_standardizer.xml.po, + doc/po/pl/extras_historytable.xml.po, + doc/po/pl/extras_tigergeocoder.xml.po, + doc/po/pl/extras_topology.xml.po, doc/po/pl/faq.xml.po, + doc/po/pl/faq_raster.xml.po, doc/po/pl/installation.xml.po, + doc/po/pl/performance_tips.xml.po, doc/po/pl/postgis.xml.po, + doc/po/pl/reference.xml.po, doc/po/pl/reference_accessor.xml.po, + doc/po/pl/reference_constructor.xml.po, + doc/po/pl/reference_editor.xml.po, + doc/po/pl/reference_guc.xml.po, doc/po/pl/reference_lrs.xml.po, + doc/po/pl/reference_management.xml.po, + doc/po/pl/reference_measure.xml.po, + doc/po/pl/reference_operator.xml.po, + doc/po/pl/reference_output.xml.po, + doc/po/pl/reference_processing.xml.po, + doc/po/pl/reference_raster.xml.po, + doc/po/pl/reference_sfcgal.xml.po, + doc/po/pl/reference_transaction.xml.po, + doc/po/pl/reference_type.xml.po, doc/po/pl/reporting.xml.po, + doc/po/pl/using_postgis_app.xml.po, + doc/po/pl/using_postgis_dataman.xml.po, + doc/po/pl/using_raster_dataman.xml.po, + doc/po/pt_BR/extras_address_standardizer.xml.po, + doc/po/pt_BR/extras_tigergeocoder.xml.po, + doc/po/pt_BR/extras_topology.xml.po, doc/po/pt_BR/faq.xml.po, + doc/po/pt_BR/faq_raster.xml.po, doc/po/pt_BR/installation.xml.po, + doc/po/pt_BR/reference.xml.po, + doc/po/pt_BR/reference_accessor.xml.po, + doc/po/pt_BR/reference_constructor.xml.po, + doc/po/pt_BR/reference_editor.xml.po, + doc/po/pt_BR/reference_guc.xml.po, + doc/po/pt_BR/reference_lrs.xml.po, + doc/po/pt_BR/reference_management.xml.po, + doc/po/pt_BR/reference_measure.xml.po, + doc/po/pt_BR/reference_operator.xml.po, + doc/po/pt_BR/reference_output.xml.po, + doc/po/pt_BR/reference_processing.xml.po, + doc/po/pt_BR/reference_raster.xml.po, + doc/po/pt_BR/reference_sfcgal.xml.po, + doc/po/pt_BR/using_raster_dataman.xml.po, extensions/Makefile.in, + liblwgeom/README.topo, liblwgeom/box2d.c, + liblwgeom/cunit/cu_buildarea.c, liblwgeom/cunit/cu_bytebuffer.c, + liblwgeom/cunit/cu_clean.c, liblwgeom/cunit/cu_clip_by_rect.c, + liblwgeom/cunit/cu_effectivearea.c, liblwgeom/cunit/cu_geos.c, + liblwgeom/cunit/cu_in_geojson.c, liblwgeom/cunit/cu_measures.c, + liblwgeom/cunit/cu_node.c, liblwgeom/cunit/cu_ptarray.c, + liblwgeom/cunit/cu_split.c, liblwgeom/cunit/cu_stringbuffer.c, + liblwgeom/cunit/cu_tree.c, liblwgeom/cunit/cu_triangulate.c, + liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h, + liblwgeom/liblwgeom_topo.h, liblwgeom/liblwgeom_topo_internal.h, + liblwgeom/lwgeodetic_tree.c, liblwgeom/lwgeom_geos.c, + liblwgeom/lwgeom_geos.h, liblwgeom/lwgeom_geos_clean.c, + liblwgeom/lwgeom_geos_node.c, liblwgeom/lwgeom_geos_split.c, + liblwgeom/lwgeom_log.h, liblwgeom/lwgeom_topo.c, + liblwgeom/lwin_geojson.c, liblwgeom/lwin_wkt.h, + liblwgeom/lwin_wkt_lex.c, liblwgeom/lwline.c, + liblwgeom/lwlinearreferencing.c, liblwgeom/lwout_gml.c, + liblwgeom/lwpoly.c, liblwgeom/lwprint.c, liblwgeom/lwutil.c, + liblwgeom/ptarray.c, liblwgeom/varint.c, liblwgeom/varint.h, + libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h, + libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h, + loader/README.pgsql2shp, loader/README.shp2pgsql, + loader/shpcommon.c, loader/shpcommon.h, + postgis/lwgeom_functions_analytic.c, + postgis/lwgeom_functions_temporal.c, postgis/lwgeom_geos.c, + postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_prepared.c, + postgis/lwgeom_geos_relatematch.c, + postgis/postgis_drop_after.sql, postgis/postgis_drop_before.sql, + raster/Makefile.in, raster/doc/RFC1-SerializedFormat, + raster/doc/RFC2-WellKnownBinaryFormat, raster/loader/Makefile.in, + raster/rt_core/Makefile.in, raster/rt_core/librtcore.h, + raster/rt_core/librtcore_internal.h, raster/rt_core/rt_band.c, + raster/rt_core/rt_context.c, raster/rt_core/rt_geometry.c, + raster/rt_core/rt_mapalgebra.c, raster/rt_core/rt_pixel.c, + raster/rt_core/rt_raster.c, raster/rt_core/rt_serialize.c, + raster/rt_core/rt_serialize.h, + raster/rt_core/rt_spatial_relationship.c, + raster/rt_core/rt_statistics.c, raster/rt_core/rt_util.c, + raster/rt_core/rt_warp.c, raster/rt_core/rt_wkb.c, + raster/rt_pg/Makefile.in, raster/rt_pg/rtpg_band_properties.c, + raster/rt_pg/rtpg_create.c, raster/rt_pg/rtpg_gdal.c, + raster/rt_pg/rtpg_geometry.c, raster/rt_pg/rtpg_inout.c, + raster/rt_pg/rtpg_internal.c, raster/rt_pg/rtpg_internal.h, + raster/rt_pg/rtpg_mapalgebra.c, raster/rt_pg/rtpg_pixel.c, + raster/rt_pg/rtpg_raster_properties.c, + raster/rt_pg/rtpg_spatial_relationship.c, + raster/rt_pg/rtpg_statistics.c, raster/rt_pg/rtpg_utility.c, + raster/rt_pg/rtpostgis.c, raster/rt_pg/rtpostgis.h, + raster/rt_pg/rtpostgis.sql.in, raster/test/cunit/cu_raster_wkb.c, + raster/test/regress/Makefile.in, raster/test/regress/box3d.sql, + raster/test/regress/rt_gist_relationships.sql, + regress/Makefile.in, regress/run_test.pl, topology/Makefile.in, + topology/postgis_topology.c, topology/sql/export/TopoJSON.sql.in, + topology/sql/export/gml.sql.in, + topology/sql/manage/CopyTopology.sql.in, + topology/sql/manage/TopologySummary.sql.in, + topology/sql/polygonize.sql.in, topology/sql/populate.sql.in, + topology/sql/predicates.sql.in, + topology/sql/query/GetNodeEdges.sql.in, + topology/sql/query/GetRingEdges.sql.in, + topology/sql/sqlmm.sql.in, + topology/sql/topoelement/topoelement_agg.sql.in, + topology/sql/topogeometry/cleartopogeom.sql.in, + topology/sql/topogeometry/simplify.sql.in, + topology/sql/topogeometry/topogeom_edit.sql.in, + topology/sql/topogeometry/totopogeom.sql.in, + topology/sql/topogeometry/type.sql.in, topology/topology.sql.in, + utils/create_spatial_ref_sys_config_dump.pl, + utils/create_unpackaged.pl, utils/postgis_proc_upgrade.pl: Update + my email address + +2016-07-04 12:54 Sandro Santilli + + * [r14984] topology/sql/export/TopoJSON.sql.in, + topology/sql/manage/CopyTopology.sql.in, + topology/sql/manage/ManageHelper.sql.in, + topology/sql/manage/TopologySummary.sql.in, + topology/sql/polygonize.sql.in, topology/sql/populate.sql.in, + topology/sql/predicates.sql.in, + topology/sql/query/GetRingEdges.sql.in, + topology/sql/query/getedgebypoint.sql.in, + topology/sql/query/getnodebypoint.sql.in, + topology/sql/sqlmm.sql.in, + topology/sql/topoelement/topoelement_agg.sql.in, + topology/sql/topogeometry/cleartopogeom.sql.in, + topology/sql/topogeometry/simplify.sql.in, + topology/sql/topogeometry/totopogeom.sql.in, + topology/sql/topogeometry/type.sql.in: Style only change: remove + trailing spaces + +2016-07-02 16:34 Regina Obe + + * [r14983] doc/extras_tigergeocoder.xml: documentation corrections + from ruvyn for tiger geocoder + Closes #3593 for PostGIS 2.3 + +2016-06-25 01:30 Daniel Baston + + * [r14979] liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h, + liblwgeom/lwgeom_geos_cluster.c: Optimize and reduce memory usage + in ST_ClusterDBSCAN / ST_ClusterWithin + +2016-06-24 06:34 Sandro Santilli + + * [r14978] doc/extras_topology.xml: Fix typos. Closes #3589. Thanks + ruvyn + +2016-06-23 07:15 Sandro Santilli + + * [r14977] NEWS, liblwgeom/lwgeom_topo.c: Make adding a line to + topology interruptible + + ... as it otherwise gets frustrating when slow (see #3587) + +2016-06-23 07:15 Sandro Santilli + + * [r14976] liblwgeom/lwgeom_topo.c: Add more debugging lines + +2016-06-20 01:45 Regina Obe + + * [r14974] doc/reference_raster.xml: Doco fixes + closes #3584 for PostGIS 2.3 + closes #3582 for PostGIS 2.3 + +2016-06-20 01:29 Regina Obe + + * [r14972] doc/reference_raster.xml: typo geometries should be + rasters + closes #3585 for 2.3 + +2016-06-17 22:22 Paul Ramsey + + * [r14971] regress/tickets.sql, regress/tickets_expected: Add test + for #3583 + +2016-06-16 14:06 Sandro Santilli + + * [r14969] liblwgeom/lwgeom_wrapx.c: Use int for iterating over + geometry index + + Avoids a potential infinite loop on split error (see #454) + +2016-06-16 14:04 Sandro Santilli + + * [r14968] liblwgeom/cunit/cu_wrapx.c, liblwgeom/lwgeom_wrapx.c: + Fix wrapping of multigeometry elements becoming multi on wrap + + Closes #454 again + +2016-06-16 13:04 Sandro Santilli + + * [r14967] liblwgeom/lwgeom_log.h: Fix LWDEBUGGF definition for + non-debug builds + +2016-06-16 13:03 Sandro Santilli + + * [r14966] liblwgeom/lwgeom_log.h: Add missing LWDEBUGGF macro + definition for non-debug builds + +2016-06-16 12:51 Sandro Santilli + + * [r14965] liblwgeom/lwgeom_wrapx.c: Fix macro redefinition + +2016-06-16 11:25 Sandro Santilli + + * [r14964] liblwgeom/lwgeom_log.h: Add LWDEBUGGF macro + +2016-06-16 10:45 Sandro Santilli + + * [r14963] liblwgeom/lwgeom_log.h, liblwgeom/lwgeom_topo.c: Add + LWDEBUGG macro in lwgeom_log.h + +2016-06-16 09:18 Sandro Santilli + + * [r14962] doc/reference_processing.xml: Shorten ST_ShiftLongitude + refpurpose section + +2016-06-16 09:09 Sandro Santilli + + * [r14961] NEWS, doc/reference_processing.xml, + liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in, + liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_wrapx.c, + liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_wrapx.c, + postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in, + regress/wrapx.sql, regress/wrapx_expected: Implement lwgeom_wrapx + and ST_WrapX + + Includes tests (both cunit and regress) and documentation. + + Closes #454 + +2016-06-16 08:46 Sandro Santilli + + * [r14960] doc/extras_address_standardizer.xml, + doc/extras_historytable.xml, doc/extras_tigergeocoder.xml, + doc/extras_topology.xml, doc/faq.xml, doc/faq_raster.xml, + doc/installation.xml, doc/introduction.xml, + doc/performance_tips.xml, doc/postgis.xml, + doc/reference_accessor.xml, doc/reference_constructor.xml, + doc/reference_editor.xml, doc/reference_guc.xml, + doc/reference_lrs.xml, doc/reference_management.xml, + doc/reference_measure.xml, doc/reference_misc.xml, + doc/reference_operator.xml, doc/reference_output.xml, + doc/reference_processing.xml, doc/reference_raster.xml, + doc/reference_sfcgal.xml, doc/reference_temporal.xml, + doc/reference_transaction.xml, doc/reference_type.xml, + doc/release_notes.xml, doc/template.xml, + doc/using_postgis_app.xml, doc/using_postgis_dataman.xml, + doc/using_raster_dataman.xml: Style only change: remove trailing + and tab-leading spaces + +2016-06-15 20:47 Paul Ramsey + + * [r14957] liblwgeom/lwgeom_geos.c, regress/tickets.sql, + regress/tickets_expected: #3579, crash in LWGEOM2GEOS + +2016-06-15 16:47 Sandro Santilli + + * [r14955] regress/normalize_expected: Remove spurious newline in + regress expected + +2016-06-15 16:31 Sandro Santilli + + * [r14954] liblwgeom/cunit/cu_tester.c: Register a debug logger for + unit tester + +2016-06-15 16:31 Sandro Santilli + + * [r14953] liblwgeom/ptarray.c: Fix typos in debug strings + +2016-06-15 16:28 Sandro Santilli + + * [r14952] liblwgeom/ptarray.c: Style only change: remove trailing + spaces + +2016-06-15 16:01 Sandro Santilli + + * [r14951] doc/reference_editor.xml: Fix typo in documentation + + Closes #1768 again + +2016-06-15 14:21 Sandro Santilli + + * [r14950] doc/reference_editor.xml: Shorten refpurpose sections, + always use first person + +2016-06-15 09:49 Sandro Santilli + + * [r14949] NEWS, doc/reference_editor.xml, + postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in, + regress/Makefile.in, regress/normalize.sql, + regress/normalize_expected: Add ST_Normalize function + + Includes tests and documentation + + Closes #1768 + +2016-06-15 09:49 Sandro Santilli + + * [r14948] doc/reference_editor.xml: style only change: remove + trailing spaces + +2016-06-15 09:27 Sandro Santilli + + * [r14947] regress/Makefile.in: style only change: remove trailing + spaces + +2016-06-15 09:14 Sandro Santilli + + * [r14946] postgis/lwgeom_functions_basic.c, + postgis/postgis.sql.in: style only change: remove trailing spaces + +2016-06-14 10:29 Sandro Santilli + + * [r14945] doc/reference_accessor.xml: Fix description for + ST_NumInteriorRings + + Closes #3576 + +2016-06-14 05:33 Sandro Santilli + + * [r14944] topology/postgis_topology.c: Fix another printf format + string for SPI_processed (not a long) + +2016-06-08 09:17 Sandro Santilli + + * [r14943] topology/postgis_topology.c: Fix printf format for + SPI_processed (not a long) + +2016-06-07 21:55 Daniel Baston + + * [r14941] regress/knn_recheck.sql, regress/knn_recheck_expected, + regress/tickets.sql, regress/tickets_expected: Make test for + #3573 run only on PG 9.5+ + +2016-06-07 13:39 Daniel Baston + + * [r14939] postgis/gserialized_gist_nd.c, regress/tickets.sql, + regress/tickets_expected: #3573, operator <<->> incorrectly + calculates m distance + +2016-06-07 12:57 Daniel Baston + + * [r14938] postgis/lwgeom_ogc.c: Resolve scan-build strncat warning + +2016-06-07 05:43 Regina Obe + + * [r14937] raster/rt_pg/rtpostgis.sql.in: Mark stable and immutable + strict functions as parallel safe + references #3556 + +2016-06-06 13:42 Daniel Baston + + * [r14936] doc/reference_measure.xml: Correct ST_ClusterDBSCAN doc + XML + +2016-06-06 12:28 Daniel Baston + + * [r14935] liblwgeom/lwkmeans.c: Fix memory leak in + lwgeom_cluster_2d_kmeans + +2016-06-06 12:24 Daniel Baston + + * [r14934] doc/reference_measure.xml, + liblwgeom/cunit/cu_geos_cluster.c, liblwgeom/cunit/cu_tester.h, + liblwgeom/cunit/cu_unionfind.c, liblwgeom/lwgeom_geos.h, + liblwgeom/lwgeom_geos_cluster.c, liblwgeom/lwunionfind.c, + liblwgeom/lwunionfind.h, postgis/lwgeom_geos.c, + postgis/lwgeom_window.c, regress/cluster_expected: #3572, + ST_ClusterDBSCAN should not join clusters by their borders + +2016-06-04 18:10 Regina Obe + + * [r14932] loader/Makefile.in, loader/icons, loader/icons/hicolor, + loader/icons/hicolor/16x16, loader/icons/hicolor/16x16/apps, + loader/icons/hicolor/16x16/apps/shp2pgsql-gui.png, + loader/icons/hicolor/22x22, loader/icons/hicolor/22x22/apps, + loader/icons/hicolor/22x22/apps/shp2pgsql-gui.png, + loader/icons/hicolor/24x24, loader/icons/hicolor/24x24/apps, + loader/icons/hicolor/24x24/apps/shp2pgsql-gui.png, + loader/icons/hicolor/32x32, loader/icons/hicolor/32x32/apps, + loader/icons/hicolor/32x32/apps/shp2pgsql-gui.png, + loader/icons/hicolor/36x36, loader/icons/hicolor/36x36/apps, + loader/icons/hicolor/36x36/apps/shp2pgsql-gui.png, + loader/icons/hicolor/40x40, loader/icons/hicolor/40x40/apps, + loader/icons/hicolor/40x40/apps/shp2pgsql-gui.png, + loader/icons/hicolor/42x42, loader/icons/hicolor/42x42/apps, + loader/icons/hicolor/42x42/apps/shp2pgsql-gui.png, + loader/icons/hicolor/48x48, loader/icons/hicolor/48x48/apps, + loader/icons/hicolor/48x48/apps/shp2pgsql-gui.png, + loader/icons/hicolor/64x64, loader/icons/hicolor/64x64/apps, + loader/icons/hicolor/64x64/apps/shp2pgsql-gui.png, + loader/icons/hicolor/8x8, loader/icons/hicolor/8x8/apps, + loader/icons/hicolor/8x8/apps/shp2pgsql-gui.png, + loader/shp2pgsql-gui.desktop: Install desktop file and + application icons for shp2pgsql-gui (Sebastiaan Couwenberg) + References #3571 for PostGIS 2.3 + +2016-06-03 00:38 Daniel Baston + + * [r14931] postgis/lwgeom_functions_basic.c, regress/regress.sql, + regress/regress_expected: Preserve SRID in ST_Expand + +2016-06-02 22:47 Daniel Baston + + * [r14930] NEWS, liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in, + postgis/lwgeom_box.c, postgis/lwgeom_box3d.c, + postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in, + regress/regress.sql, regress/regress_expected: #3059, Allow + passing per-dimension parameters in ST_Expand (remaining changes) + +2016-06-02 22:28 Daniel Baston + + * [r14929] doc/reference_misc.xml: #3059, Allow passing + per-dimension parameters in ST_Expand + +2016-06-02 01:24 Daniel Baston + + * [r14928] doc/reference_measure.xml, + liblwgeom/cunit/cu_unionfind.c, liblwgeom/lwunionfind.c, + liblwgeom/lwunionfind.h, postgis/lwgeom_window.c, + regress/cluster_expected: #3567, Make ST_ClusterDBSCAN return a + NULL id for inputs not in any cluster + +2016-05-31 10:07 Sandro Santilli + + * [r14926] topology/postgis_topology.c: Improve query performance + in cb_getEdgeByFace + + Avoids 1 output and 1 parse calls for hexwkb, + 2 output and parse calls for integer arrays. + Was found reducing runtime from 16 seconds to 10 seconds for + adding a single polygon with a large shell and 129 holes + to an empty topology. + +2016-05-31 07:58 Sandro Santilli + + * [r14925] topology/postgis_topology.c: Do not leak a serialized + geometry + +2016-05-31 07:22 Sandro Santilli + + * [r14924] topology/postgis_topology.c: Improve query performance + in cb_getFaceContainingPoint + + Avoids 1 output and 2 parse calls for hexwkb. + Was found reducing runtime from 23 seconds to 16 seconds for + adding a single polygon with a large shell and 129 holes + to an empty topology. + +2016-05-31 07:22 Sandro Santilli + + * [r14923] .editorconfig: Use space indent for topology/* + +2016-05-30 07:48 Sandro Santilli + + * [r14922] topology/sql/query/GetNodeEdges.sql.in: Fix typo in + comment + +2016-05-25 00:56 Daniel Baston + + * [r14917] doc/reference_constructor.xml: Edits to ST_MakePolygon + doc + +2016-05-25 00:49 Daniel Baston + + * [r14916] doc/reference_constructor.xml: Correction to doc for + ST_GeomFromText (it accepts SRIDs not defined in spatial_ref_sys) + +2016-05-18 00:55 Daniel Baston + + * [r14914] NEWS: Add some missing NEWS items for 2.3 + +2016-05-18 00:34 Daniel Baston + + * [r14913] regress/regress.sql, regress/regress_expected: Add some + tests to document ST_Expand behavior + +2016-05-17 01:24 Regina Obe + + * [r14912] postgis/postgis.sql.in: #3557 Flag more geometry + functions as parallel safe + +2016-05-16 16:11 Sandro Santilli + + * [r14911] NEWS, utils/postgis_restore.pl.in: Add -L switch to + provide custom TOC to postgis_restore.pl + + Patch by Christoph Moench-Tegeder, improved to add usage text + +2016-05-16 16:11 Sandro Santilli + + * [r14910] utils/postgis_restore.pl.in: Trim trailing spaces + +2016-05-16 07:14 Regina Obe + + * [r14907] NEWS, postgis/postgis.sql.in: Function costs for + geometry functions based on query stats (Paul Norman) + closes #3557 + +2016-05-15 15:24 Paul Ramsey + + * [r14905] NEWS, postgis/geography.sql.in, postgis/lwgeom_box3d.c, + postgis/postgis.sql.in, postgis/sqldefines.h.in: #3549, parallel + query in PgSQL 9.6 + This patch mostly just marks a large number of functions + as "parallel safe" when compiled against 9.6. As noted + in + + http://blog.cleverelephant.ca/2016/03/parallel-postgis.html + http://blog.cleverelephant.ca/2016/03/parallel-postgis-joins.html + + this alone will not necessarily be sufficient to cause + parallel processing to kick in. We will additionally need to + bump up function costs across the board, and even then may + require some extra kicking of GUCs to force spatial query + plans into parallelism as good moments. + + The _PARALLEL keyword is used in sql.in files to add + PARALLEL SAFE to function definitions if invoked in the + presence of PgSQL 9.6. This works fine in new installs + but upgrades will need to be tested. + +2016-05-15 15:15 Paul Ramsey + + * [r14904] extensions/postgis_sfcgal/Makefile.in, + extensions/postgis_tiger_geocoder/Makefile.in, + extensions/postgis_topology/Makefile.in: Convert some SED to PERL + for more reliability in BSD-style unixes and have non-gnu sed + +2016-05-15 15:09 Paul Ramsey + + * [r14903] topology/postgis_topology.c: Quiet compile warning on + printf(%d) on long int + +2016-05-12 19:05 Regina Obe + + * [r14899] extras/tiger_geocoder/geocode/reverse_geocode.sql: + references #3552 get rid of depecated calls for PostGIS 2.3 + +2016-05-12 09:59 Sandro Santilli + + * [r14897] loader/shpcommon.c, loader/shpcommon.h: Move static + structures where used, fixes compile warnings + +2016-05-12 08:21 Sandro Santilli + + * [r14894] README.md: Update debbie and winnie links to use https + +2016-05-11 14:30 Daniel Baston + + * [r14893] liblwgeom/lwkmeans.c: Fix logic error introduced in + r14890 + +2016-05-11 14:27 Daniel Baston + + * [r14892] postgis/lwgeom_functions_analytic.c: Fix compiler + warning in ST_GeometricMedian + +2016-05-11 14:18 Daniel Baston + + * [r14891] liblwgeom/lwkmeans.c: Use limits for double, not float, + in fix for #3523 + +2016-05-11 14:10 Daniel Baston + + * [r14890] liblwgeom/lwkmeans.c: #3523, kmeans compile warnings + +2016-05-11 09:53 Sandro Santilli + + * [r14889] topology/test/regress/gml.sql, + topology/test/regress/gml_expected: Simplify GML test for P1/P2 + to use a single ORDER BY + + This is yet another attempt to fix #3513 + +2016-05-11 09:26 Sandro Santilli + + * [r14888] topology/test/regress/gml.sql: Review comments above + P1-visited and P2-visited GML test + + The comment explain the expected scan of elements. + Might help with #3513 + +2016-05-11 08:38 Sandro Santilli + + * [r14887] topology/sql/export/gml.sql.in: style-only commit: + remove trailing spaces + +2016-05-09 08:26 Regina Obe + + * [r14885] extras/tiger_geocoder/geocode/geocode_address.sql, + extras/tiger_geocoder/geocode_settings.sql: Closes #3514 zipcode + penalty switch + fix casting issue introduced in r14850 + +2016-05-04 21:48 Daniel Baston + + * [r14883] regress/tickets.sql, regress/tickets_expected: Add + additional test to document ST_Polygonize behavior with nulls + +2016-05-04 00:56 Daniel Baston + + * [r14882] postgis/lwgeom_accum.c, postgis/lwgeom_geos.c, + regress/tickets.sql, regress/tickets_expected: #3470, + ST_Polygonize doesn't accept NULL geometries + +2016-05-04 00:34 Daniel Baston + + * [r14881] postgis/lwgeom_accum.c: Set nargs correctly in + PGISDirectFunctionCall2 + +2016-05-04 00:20 Daniel Baston + + * [r14880] postgis/lwgeom_geos.c: Fix debug output + +2016-05-02 17:05 Sandro Santilli + + * [r14878] topology/test/regress/gml.sql: Make AsGML execution + order predictable (see #3513 again) + +2016-05-01 16:22 Daniel Baston + + * [r14873] doc/reference_measure.xml, regress/tickets.sql, + regress/tickets_expected: #3119, Wrong documented behavior for + ST_LengthSpheroid + +2016-04-28 09:37 Sandro Santilli + + * [r14870] NEWS: Some syle consistency (and drop trailing + whitespaces) + +2016-04-27 14:45 Sandro Santilli + + * [r14869] extensions/address_standardizer/analyze.c, + extensions/address_standardizer/err_param.c, + extensions/address_standardizer/export.c, + extensions/address_standardizer/gamma.c, + extensions/address_standardizer/lexicon.c, + extensions/address_standardizer/pagc_api.h, + extensions/address_standardizer/pagc_common.h, + extensions/address_standardizer/pagc_tools.c, + extensions/address_standardizer/pagc_tools.h, + extensions/address_standardizer/parseaddress-api.c, + extensions/address_standardizer/parseaddress-stcities.h, + extensions/address_standardizer/standard.c, + extensions/address_standardizer/std_pg_hash.c, + extensions/address_standardizer/test_main.c, + extensions/address_standardizer/tokenize.c, + extensions/address_standardizer/us_gaz.sql, + extensions/address_standardizer/us_lex.sql, + extensions/address_standardizer/us_rules.sql, + extensions/postgis_extension_helper.sql, + extensions/postgis_extension_helper_uninstall.sql, + extras/history_table/history_table.sql, + extras/ogc_test_suite/1_schema.sql, + extras/ogc_test_suite/2_queries.sql, + extras/ogc_test_suite/3_cleanup.sql, + extras/tiger_geocoder/census_loader.sql, + extras/tiger_geocoder/create_geocode.sql, + extras/tiger_geocoder/geocode/census_tracts_functions.sql, + extras/tiger_geocoder/geocode/geocode.sql, + extras/tiger_geocoder/geocode/geocode_address.sql, + extras/tiger_geocoder/geocode/geocode_intersection.sql, + extras/tiger_geocoder/geocode/geocode_location.sql, + extras/tiger_geocoder/geocode/interpolate_from_address.sql, + extras/tiger_geocoder/geocode/other_helper_functions.sql, + extras/tiger_geocoder/geocode/rate_attributes.sql, + extras/tiger_geocoder/geocode/reverse_geocode.sql, + extras/tiger_geocoder/geocode_settings.sql, + extras/tiger_geocoder/normalize/normalize_address.sql, + extras/tiger_geocoder/normalize/pprint_addy.sql, + extras/tiger_geocoder/normalize/state_extract.sql, + extras/tiger_geocoder/pagc_normalize/pagc_normalize_address.sql, + extras/tiger_geocoder/pagc_normalize/pagc_tables.sql, + extras/tiger_geocoder/regress/geocode_regress.sql, + extras/tiger_geocoder/regress/normalize_address_regress.sql, + extras/tiger_geocoder/regress/pagc_normalize_address_regress.sql, + extras/tiger_geocoder/tables/lookup_tables_2011.sql, + extras/tiger_geocoder/tiger_loader_2011.sql, + extras/tiger_geocoder/tiger_loader_2012.sql, + extras/tiger_geocoder/tiger_loader_2013.sql, + extras/tiger_geocoder/tiger_loader_2014.sql, + extras/tiger_geocoder/tiger_loader_2015.sql, + extras/tiger_geocoder/topology/tiger_topology_loader.sql, + extras/tiger_geocoder/upgrade_geocode.sql, + extras/tiger_geocoder/utility/set_search_path.sql, + liblwgeom/bytebuffer.c, liblwgeom/cunit/cu_buildarea.c, + liblwgeom/cunit/cu_clean.c, liblwgeom/cunit/cu_force_sfs.c, + liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_in_geojson.c, + liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_libgeom.c, + liblwgeom/cunit/cu_measures.c, + liblwgeom/cunit/cu_minimum_bounding_circle.c, + liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_twkb.c, + liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_out_wkt.c, + liblwgeom/cunit/cu_out_x3d.c, liblwgeom/cunit/cu_ptarray.c, + liblwgeom/cunit/cu_triangulate.c, liblwgeom/cunit/cu_varint.c, + liblwgeom/effectivearea.c, liblwgeom/effectivearea.h, + liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/g_util.c, + liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h, + liblwgeom/lwalgorithm.c, liblwgeom/lwboundingcircle.c, + liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c, + liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c, + liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h, + liblwgeom/lwgeodetic_tree.c, liblwgeom/lwgeom.c, + liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_geos.c, + liblwgeom/lwgeom_geos_clean.c, liblwgeom/lwgeom_geos_cluster.c, + liblwgeom/lwgeom_geos_node.c, liblwgeom/lwgeom_log.h, + liblwgeom/lwgeom_median.c, liblwgeom/lwgeom_sfcgal.h, + liblwgeom/lwgeom_transform.c, liblwgeom/lwhomogenize.c, + liblwgeom/lwin_geojson.c, liblwgeom/lwin_wkb.c, + liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt_lex.c, + liblwgeom/lwin_wkt_parse.c, liblwgeom/lwline.c, + liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c, + liblwgeom/lwout_kml.c, liblwgeom/lwout_svg.c, + liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c, + liblwgeom/lwout_x3d.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, + liblwgeom/lwprint.c, liblwgeom/lwstroke.c, + liblwgeom/lwtriangle.c, liblwgeom/lwutil.c, liblwgeom/measures.c, + liblwgeom/measures.h, liblwgeom/measures3d.c, + liblwgeom/measures3d.h, liblwgeom/ptarray.c, + liblwgeom/stringbuffer.c, liblwgeom/varint.c, + libpgcommon/gserialized_gist.c, libpgcommon/gserialized_gist.h, + libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h, + libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h, + libpgcommon/lwgeom_transform.h, loader/dbfopen.c, + loader/pgsql2shp-cli.c, loader/pgsql2shp-core.c, + loader/pgsql2shp-core.h, loader/safileio.c, loader/shapefil.h, + loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c, + loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c, + loader/shpcommon.c, loader/shpcommon.h, loader/shpopen.c, + postgis/geography.h, postgis/geography_inout.c, + postgis/geography_measurement.c, + postgis/geography_measurement_trees.c, postgis/geometry_inout.c, + postgis/gserialized_estimate.c, postgis/gserialized_gist_2d.c, + postgis/gserialized_gist_nd.c, postgis/gserialized_typmod.c, + postgis/lwgeom_backend_api.c, postgis/lwgeom_box.c, + postgis/lwgeom_box3d.c, postgis/lwgeom_btree.c, + postgis/lwgeom_dump.c, postgis/lwgeom_export.c, + postgis/lwgeom_functions_analytic.c, + postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c, + postgis/lwgeom_geos.c, postgis/lwgeom_geos_prepared.c, + postgis/lwgeom_geos_prepared.h, postgis/lwgeom_in_geojson.c, + postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c, + postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c, + postgis/lwgeom_rtree.c, postgis/lwgeom_rtree.h, + postgis/lwgeom_sfcgal.c, postgis/lwgeom_sqlmm.c, + postgis/lwgeom_window.c, postgis/postgis_drop_after.sql, + postgis/postgis_drop_before.sql, postgis/postgis_module.c, + raster/loader/raster2pgsql.c, raster/rt_core/librtcore.h, + raster/rt_core/rt_band.c, raster/rt_core/rt_geometry.c, + raster/rt_core/rt_pixel.c, raster/rt_core/rt_raster.c, + raster/rt_core/rt_serialize.c, + raster/rt_pg/rtpg_band_properties.c, raster/rt_pg/rtpg_create.c, + raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpg_geometry.c, + raster/rt_pg/rtpg_mapalgebra.c, raster/rt_pg/rtpg_pixel.c, + raster/rt_pg/rtpg_raster_properties.c, + raster/rt_pg/rtpg_utility.c, raster/rt_pg/rtpostgis.c, + raster/scripts/plpgsql/_MapAlgebraParts.sql, + raster/scripts/plpgsql/st_addband.sql, + raster/scripts/plpgsql/st_areaweightedsummarystats.sql, + raster/scripts/plpgsql/st_asraster.sql, + raster/scripts/plpgsql/st_clip.sql, + raster/scripts/plpgsql/st_createindexraster.sql, + raster/scripts/plpgsql/st_deleteband.sql, + raster/scripts/plpgsql/st_geomextent2rastercoord.sql, + raster/scripts/plpgsql/st_histogram.sql, + raster/scripts/plpgsql/st_mapalgebra.sql, + raster/scripts/plpgsql/st_mapalgebra_optimized.sql, + raster/scripts/plpgsql/st_mapalgebrafctngb.sql, + raster/scripts/plpgsql/st_multibandmapalgebra.sql, + raster/scripts/plpgsql/st_pixelaspoints.sql, + raster/scripts/plpgsql/st_pixelaspolygons.sql, + raster/scripts/plpgsql/st_reclass.sql, + raster/scripts/plpgsql/st_setarray.sql, + raster/scripts/plpgsql/st_setvalues.sql, + raster/scripts/plpgsql/st_splittable.sql, + raster/scripts/plpgsql/st_summarystatsagg.sql, + raster/scripts/plpgsql/st_tile.sql, + raster/scripts/plpgsql/st_union.sql, + raster/test/cunit/cu_band_misc.c, raster/test/cunit/cu_gdal.c, + raster/test/cunit/cu_mapalgebra.c, raster/test/cunit/cu_misc.c, + raster/test/cunit/cu_tester.c, raster/test/regress/box3d.sql, + raster/test/regress/bug_test_car5.sql, + raster/test/regress/check_gdal.sql, + raster/test/regress/check_raster_columns.sql, + raster/test/regress/permitted_gdal_drivers.sql, + raster/test/regress/rt_band_properties.sql, + raster/test/regress/rt_bytea.sql, + raster/test/regress/rt_dimensions.sql, + raster/test/regress/rt_dumpvalues.sql, + raster/test/regress/rt_gdalwarp.sql, + raster/test/regress/rt_georeference.sql, + raster/test/regress/rt_gist_relationships.sql, + raster/test/regress/rt_io.sql, + raster/test/regress/rt_mapalgebra.sql, + raster/test/regress/rt_mapalgebra_expr.sql, + raster/test/regress/rt_mapalgebra_mask.sql, + raster/test/regress/rt_mapalgebraexpr.sql, + raster/test/regress/rt_mapalgebrafct.sql, + raster/test/regress/rt_mapalgebrafctngb.sql, + raster/test/regress/rt_mapalgebrafctngb_userfunc.sql, + raster/test/regress/rt_neighborhood.sql, + raster/test/regress/rt_pixelsize.sql, + raster/test/regress/rt_pixelvalue.sql, + raster/test/regress/rt_rotation.sql, + raster/test/regress/rt_scale.sql, + raster/test/regress/rt_set_band_properties.sql, + raster/test/regress/rt_set_properties.sql, + raster/test/regress/rt_setvalues_array.sql, + raster/test/regress/rt_upperleft.sql, + raster/test/regress/rt_utility.sql, regress/clean.sql, + regress/concave_hull.sql, regress/dump.sql, + regress/dumppoints.sql, regress/geography.sql, + regress/hausdorff.sql, regress/in_geojson.sql, + regress/in_gml.sql, regress/in_kml.sql, + regress/interrupt_relate.sql, regress/isvaliddetail.sql, + regress/legacy.sql, regress/loader/ReprojectPts-pre.sql, + regress/lwgeom_regress.sql, regress/measures.sql, + regress/operators.sql, regress/out_geography.sql, + regress/out_geometry.sql, regress/polyhedralsurface.sql, + regress/regress.sql, regress/regress_bdpoly.sql, + regress/regress_index.sql, regress/regress_ogc.sql, + regress/regress_ogc_cover.sql, regress/regress_ogc_prep.sql, + regress/regress_selectivity.sql, regress/regress_sfcgal.sql, + regress/relate.sql, regress/remove_repeated_points.sql, + regress/setpoint.sql, regress/sfcgal/concave_hull.sql, + regress/sfcgal/geography.sql, regress/sfcgal/legacy.sql, + regress/sfcgal/measures.sql, regress/sfcgal/regress.sql, + regress/sfcgal/regress_ogc_prep.sql, regress/sfcgal/tickets.sql, + regress/split.sql, regress/sql-mm-circularstring.sql, + regress/sql-mm-compoundcurve.sql, regress/sql-mm-curvepoly.sql, + regress/sql-mm-general.sql, regress/sql-mm-multicurve.sql, + regress/sql-mm-multisurface.sql, regress/sql-mm-serialize.sql, + regress/tickets.sql, regress/typmod.sql, regress/wkt.sql, + topology/postgis_topology.c, topology/test/cache_geometries.sql, + topology/test/hierarchy.sql, topology/test/invalid_topology.sql, + topology/test/load_features.sql, topology/test/more_features.sql, + topology/test/regress/addedge.sql, + topology/test/regress/addface.sql, + topology/test/regress/addnode.sql, + topology/test/regress/addtopogeometrycolumn.sql, + topology/test/regress/createtopogeom.sql, + topology/test/regress/getnodeedges.sql, + topology/test/regress/getringedges.sql, + topology/test/regress/gml.sql, + topology/test/regress/layertrigger.sql, + topology/test/regress/sqlmm.sql, + topology/test/regress/st_addedgemodface.sql, + topology/test/regress/st_addedgenewfaces.sql, + topology/test/regress/st_addisoedge.sql, + topology/test/regress/st_addisonode.sql, + topology/test/regress/st_changeedgegeom.sql, + topology/test/regress/st_createtopogeo.sql, + topology/test/regress/st_modedgeheal.sql, + topology/test/regress/st_modedgesplit.sql, + topology/test/regress/st_newedgeheal.sql, + topology/test/regress/st_newedgessplit.sql, + topology/test/regress/st_remedgemodface.sql, + topology/test/regress/st_remedgenewface.sql, + topology/test/regress/topogeo_addlinestring.sql, + topology/test/regress/topogeo_addpoint.sql, + topology/test/regress/topogeo_addpolygon.sql, + topology/test/regress/topojson.sql, + topology/test/regress/validatetopology.sql: Style only change: + remove trailing whitespaces + +2016-04-27 14:14 Sandro Santilli + + * [r14868] topology/test/regress/gml.sql: Make ordering consistent + with the rest of the test + + (see #3513) + +2016-04-27 14:07 Sandro Santilli + + * [r14867] topology/test/regress/gml.sql: Order return from SRF, + improving predictability + + Should close #3513 + +2016-04-27 12:11 Daniel Baston + + * [r14864] doc/reference_raster.xml: #3218, ST_PixelAsCentroid + documentation has incorrect names + +2016-04-27 12:03 Daniel Baston + + * [r14861] doc/reference_raster.xml: #3217, ST_Value documentation + has incorrect parameter names + +2016-04-27 00:06 Daniel Baston + + * [r14860] postgis/postgis.sql.in: #3413, typo in find_srid error + notice + +2016-04-26 23:19 Daniel Baston + + * [r14859] doc/reference_measure.xml: fix doc typo + +2016-04-26 23:17 Daniel Baston + + * [r14858] postgis/lwgeom_geos.c, regress/minimum_clearance.sql, + regress/minimum_clearance_expected: Preserve SRID in + ST_MinimumClearanceLine, and add regress checks missed in last + commit + +2016-04-25 21:02 Daniel Baston + + * [r14856] NEWS, doc/introduction.xml, doc/reference_measure.xml, + postgis/lwgeom_geos.c, postgis/postgis.sql.in, + regress/Makefile.in: #3424, ST_MinimumClearance + +2016-04-22 09:46 Sandro Santilli + + * [r14855] doc/reference_accessor.xml: Trim trailing whitespaces + (as per .editorconfig) + +2016-04-22 09:43 Sandro Santilli + + * [r14854] doc/reference_accessor.xml: Add note about ST_IsValid + flag argument being an extension to specs + +2016-04-21 14:34 Sandro Santilli + + * [r14853] liblwgeom/lwgeom_topo.c: Trim trailing whitespaces (as + per .editorconfig) + +2016-04-18 08:30 Sandro Santilli + + * [r14851] README.md: Fix link to gitlab-ci build for the branch + +2016-04-17 21:49 Regina Obe + + * [r14850] extras/tiger_geocoder/geocode/geocode_address.sql, + extras/tiger_geocoder/geocode/geocode_intersection.sql: prevent + error when tiger street number is not a number (just return first + number part) + Closes #3531 for trunk (PostGIS 2.3.0) + +2016-04-17 20:30 Regina Obe + + * [r14847] extras/tiger_geocoder/geocode/geocode_intersection.sql: + Minor cleanup of last commit and also more schema qualifying + references #3530 #3421 for postgis 2.3 (trunk) + +2016-04-17 20:19 Regina Obe + + * [r14846] extras/tiger_geocoder/geocode/geocode_intersection.sql: + revise to use node start/end of edges for geocode_intersection + and remove ST_Intersects check + references #3530 for postgis 2.3 (trunk) + +2016-04-14 00:02 Regina Obe + + * [r14843] ci/debbie/postgis_doc_translations.sh: put back makde + pdf but after the html files ahave already been copied + +2016-04-13 22:50 Regina Obe + + * [r14842] ci/debbie/postgis_doc_translations.sh: get rid of make + update po, get rid of html make hard coding and replace with make + html localized. Remove pdf generation for now. + +2016-04-13 16:53 Paul Ramsey + + * [r14839] regress/subdivide.sql, regress/subdivide_expected, + regress/tickets.sql: #3529, move test to subdivide.sql + +2016-04-13 15:57 Paul Ramsey + + * [r14838] regress/tickets.sql, regress/tickets_expected: Don't run + online test for GEOS 3.5+ feature, closes #3529 + +2016-04-13 08:52 Sandro Santilli + + * [r14836] doc/po/ja/reference_lrs.xml.po: Fix reference to + ST_LineLocatePoint + + Should fix #3527 + +2016-04-12 21:39 Paul Ramsey + + * [r14835] liblwgeom/cunit/cu_clip_by_rect.c, liblwgeom/lwgeom.c, + regress/tickets.sql, regress/tickets_expected: #3522, handle + POINT and MULTIPOINT correctly in ST_Subdivide + +2016-04-12 21:37 Paul Ramsey + + * [r14833] postgis, raster/rt_pg: ignore build stuff + +2016-04-12 19:20 Paul Ramsey + + * [r14832] liblwgeom/lwgeodetic.c: #3524, add interruptibility to + geography brute force distance calculation + +2016-04-11 18:42 Paul Ramsey + + * [r14830] spatial_ref_sys.sql: #1851, spatial_ref_sys fixes for + Pulkovo_1942_58, to_wgs84 + +2016-04-06 08:43 Sandro Santilli + + * [r14823] .editorconfig: First pass of style tweaks + + Use space indent by default, tabs for Makefiles and C sources. + Add comments + +2016-04-06 08:43 Sandro Santilli + + * [r14822] astyle.sh: Remove reference to '*.in.c' files as they + don't exist anymore + +2016-04-06 07:30 Sandro Santilli + + * [r14821] .editorconfig: Stub an EditorConfig configuration + + See http://editorconfig.org/ + +2016-04-03 20:43 Regina Obe + + * [r14816] ci/winnie/package_postgis.sh: minor cleanup to prevent + adding ofa ll address*.dlls + +2016-03-26 23:23 Daniel Baston + + * [r14810] postgis/lwgeom_geos.c: #3516, ST_Voronoi crashes backend + +2016-03-24 23:40 Paul Ramsey + + * [r14809] .gitignore: Ignore some new build artifacts + +2016-03-23 11:46 Sandro Santilli + + * [r14805] NEWS: Add 2.2.2 section + +2016-03-23 11:46 Sandro Santilli + + * [r14804] topology/sql/sqlmm.sql.in: Remove unused function + +2016-03-20 19:52 Regina Obe + + * [r14794] raster/test/regress/rt_colormap.sql, + raster/test/regress/rt_colormap_expected: Force sorting in + ST_ColorMap test (fix aliasing issue rid was aliased as testid) + closes #3503 + +2016-03-20 19:41 Regina Obe + + * [r14793] raster/test/regress/rt_colormap.sql: Force sorting in + ST_ColorMap test + references #3503 + +2016-03-20 06:33 Regina Obe + + * [r14792] doc/reference_output.xml: upport ST_AsEncodedPolyLine + google example, alphabetize entries + +2016-03-17 16:36 Paul Ramsey + + * [r14788] liblwgeom/cunit/cu_out_wkb.c: pass POINT EMPTY tests on + fun architectures, #3426 + +2016-03-15 01:08 Daniel Baston + + * [r14786] NEWS, doc/introduction.xml, liblwgeom/liblwgeom.h.in, + liblwgeom/lwpoly.c, postgis/lwgeom_box.c, postgis/lwgeom_box3d.c, + regress/regress.sql, regress/regress_expected, + regress/sfcgal/regress.sql, regress/sfcgal/regress_expected: + #3466, Casting from box3d to geometry drops Z dimension (Julien + Rouhaud) + +2016-03-13 22:25 Daniel Baston + + * [r14785] liblwgeom/liblwgeom.h.in: fix typo in comment + +2016-03-12 18:15 Regina Obe + + * [r14779] regress/tickets.sql, regress/tickets_expected: Force + order in ST_GeneratePoints so results are deterministic on all + platforms + Closes #3502 + +2016-03-12 17:49 Regina Obe + + * [r14778] extras/tiger_geocoder/geocode/geocode.sql, + extras/tiger_geocoder/geocode/geocode_address.sql, + extras/tiger_geocoder/geocode/geocode_intersection.sql: start + schema qualifying calls + references #3451 + +2016-03-11 01:34 Regina Obe + + * [r14772] utils/postgis_proc_set_search_path.pl: Exclude all c + functions from schema qual except ST_Transform we know calls + spatial_ref_sys and is an issue in materialized views and spatial + indexes. + References #3490 for 2.3 (also added pg_catalog since dumps have + it - in theory it gets automatically added, but just in case) + +2016-03-10 06:35 Regina Obe + + * [r14769] utils/postgis_proc_set_search_path.pl: avoid adding + search_path to functions that work on internals (fix typo in last + commit) + references #3497 + +2016-03-10 04:21 Regina Obe + + * [r14768] utils/postgis_proc_set_search_path.pl: avoid adding + search_path to functions that work on internals + references #3497 + +2016-03-09 13:06 Daniel Baston + + * [r14766] postgis/postgis_drop_after.sql: #3460, ST_ClusterWithin + 'tolerance not defined' error after upgrade + +2016-03-08 19:15 Regina Obe + + * [r14762] extensions/postgis/Makefile.in, + utils/postgis_proc_set_search_path.pl: Cleanup addition of + search_path for upgrade scripts + exclude addgeometry*, addraster*, addoverview* from seach_path + function setting. + These in calls that don't take schema use the current search_path + to find table. + References #3495 for 2.3 (trunk) + +2016-03-06 08:06 Regina Obe + + * [r14758] liblwgeom/lwout_x3d.c: fix compile error introduced in + X3D commeit + references #3435 + +2016-03-06 00:43 Regina Obe + + * [r14757] liblwgeom/cunit/cu_out_x3d.c, liblwgeom/lwout_x3d.c: Use + Tomvantilburg suggestion and just hard-code convex='false' for + all IndexedFaceSets. + Corrects the output of wrongly rendered without affecting true + convex + Closes #3435 for PostGIS 2.3 (trunk). + Update Copyright info + +2016-03-05 06:01 Regina Obe + + * [r14751] postgis/postgis_functions_search_path.sql: remove this + hard-coded script superceded by perl generation script of #3490 + References #2485 + +2016-03-05 05:37 Regina Obe + + * [r14750] extensions/postgis/Makefile.in, postgis/Makefile.in, + raster/rt_pg/Makefile.in, regress/run_test.pl, + utils/postgis_proc_set_search_path.pl: Revise script generation + to exclude SQL functions that are NOT STRICT. + Integrate into testing + Integrate into create extension + References #3490 for PostGIS 2.3 + +2016-03-05 01:53 Regina Obe + + * [r14749] utils/postgis_proc_set_search_path.pl: script to set + search_path of functions. + Sadly this thwarts use of spatial indexes. + Need to think about this more. References #3490 + +2016-03-05 01:51 Daniel Baston + + * [r14748] doc/reference_accessor.xml: Add availability info for + ST_Points + +2016-03-05 01:27 Daniel Baston + + * [r14747] doc/html/image_src/st_geometricmedian01.wkt, + liblwgeom/lwgeom_median.c, regress/geometric_median.sql, + regress/geometric_median_expected: Add new files for #3364 + +2016-03-05 01:22 Daniel Baston + + * [r14746] NEWS, doc/html/image_src/Makefile.in, + doc/reference_measure.xml, liblwgeom/Makefile.in, + liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h.in, + postgis/lwgeom_functions_analytic.c, postgis/postgis.sql.in, + regress/Makefile.in: #3364, ST_GeometricMedian + +2016-03-04 14:51 Daniel Baston + + * [r14745] postgis/lwgeom_window.c: #3480, copy input geometries to + ST_ClusterDBSCAN + +2016-03-04 08:29 Sandro Santilli + + * [r14744] topology/topology.sql.in: Add comment to topology face + and node tables + +2016-03-03 21:17 Paul Ramsey + + * [r14743] extensions/postgis/Makefile.in, + extensions/upgradeable_versions.mk: Replace use of 'sed' with + 'perl -pe' to avoid sed incompatibilities on BSD-flavoured OS's + like OSX and Solaris + +2016-03-03 21:16 Paul Ramsey + + * [r14742] liblwgeom/lwkmeans.c: Be a little more careful w/ input + sets full of nulls and empties + +2016-03-03 11:34 Sandro Santilli + + * [r14740] liblwgeom/lwgeom_topo.c: Give more decimal digits in + edge-motion collision detection point + +2016-03-03 09:22 Sandro Santilli + + * [r14738] make_dist.sh: Have make_dist.sh use current branch as + the default target branch + + Works both with GIT and SVN + +2016-03-03 08:40 Sandro Santilli + + * [r14737] make_dist.sh: Always remove any previously existing dist + dir on ./make_dist.sh + + Simplifies the code and makes it POSIX compliant. + See #3488 + +2016-03-02 17:58 Sandro Santilli + + * [r14735] README.md: Update gitlab-ci badge url + +2016-03-02 16:27 Sandro Santilli + + * [r14734] make_dist.sh: Allow passing custom configure flags and + make command + + Patch by Greg Troxel. + + Closes #3165 + +2016-03-01 18:21 Paul Ramsey + + * [r14733] liblwgeom/kmeans.c: #3479 Fix assertion crash added + after initial fix + +2016-03-01 18:14 Sandro Santilli + + * [r14732] make_dist.sh: Automatically use GIT if a .git directory + exists locally + + See #3482 + +2016-03-01 17:48 Sandro Santilli + + * [r14731] make_dist.sh: Set version from Version.config for branch + dists too + + See #3482 + +2016-03-01 15:46 Sandro Santilli + + * [r14730] make_dist.sh: Backup final (reversioned) output dirs if + already existing + + Avoids creating tarball with a directory containing "postgis-dev" + subdirectory (not easy to spot) + +2016-03-01 15:46 Sandro Santilli + + * [r14729] make_dist.sh: Fix version extraction from Version.config + +2016-03-01 15:14 Sandro Santilli + + * [r14728] make_dist.sh: Add -b switch to create the dist file from + a branch + + See #3482 + +2016-03-01 11:02 Sandro Santilli + + * [r14727] .gitlab-ci.yml: Add dump-restore testing for gitlab-ci + + Closes #3444 + + Runs dump-restore tests for both scripts and extension. + +2016-03-01 10:43 Sandro Santilli + + * [r14726] .travis.yml: Add dump-restore testing for Travis + + See #3444 + + Runs dump-restore tests for both scripts and extension. + +2016-02-29 21:07 Regina Obe + + * [r14723] ci/winnie/regress_postgis.sh: option for winnie to do + dump restore - variable set in jenkins + closes #3444 + +2016-02-29 18:03 Regina Obe + + * [r14722] ci/debbie/postgis_regress.sh: option for debbbie to do + dump restore - variable set in jenkins + references #3444 + +2016-02-29 17:38 Regina Obe + + * [r14721] ci/debbie/postgis_regress.sh: Try to fix make install + issue using --prefix + references #2688 + +2016-02-29 13:14 Regina Obe + + * [r14720] doc/reference_measure.xml, + doc/xsl/postgis_gardentest.sql.xsl: Update ST_ClusterDBScan to + use integer instead of int so consistent with other functions + Update xsl to handle window functions and update to verion 2.3 + Closes #3475 + +2016-02-28 23:46 Paul Ramsey + + * [r14719] liblwgeom/kmeans.c, liblwgeom/lwkmeans.c, + postgis/lwgeom_window.c: #3479, error out if kmeans has k > + ngeoms + +2016-02-28 06:39 Regina Obe + + * [r14718] doc/html/image_src/st_clusterkmeans01.wkt, + doc/html/image_src/st_clusterkmeans02.wkt, + doc/reference_measure.xml: Redo ST_ClusterKMeans parcel table + with only 7 parcels (12 seems to kill our image renderer so only + paints 80% of the picture) + +2016-02-28 02:55 Regina Obe + + * [r14717] doc/reference_measure.xml: fix typo in image names + +2016-02-27 17:32 Regina Obe + + * [r14716] doc/html/image_src/Makefile.in, + doc/html/image_src/st_clusterkmeans01.wkt, + doc/html/image_src/st_clusterkmeans02.wkt, + doc/reference_measure.xml: Test data and figures for + ST_ClusterKMeans + +2016-02-27 16:19 Regina Obe + + * [r14715] doc/reference_measure.xml: Fix typo in prior commit when + updating description + references #3478 + +2016-02-27 14:53 Regina Obe + + * [r14714] doc/reference_measure.xml: Put in availability info in + docs for ST_ClusterKMeans, ST_ClusterDBSCAN + Closes #3478 + +2016-02-27 09:21 Sandro Santilli + + * [r14713] liblwgeom/lwgeom_topo.c: PRId64 to LWTFMT_ELEMID + + Shoudl fix #3477 + +2016-02-27 08:05 Regina Obe + + * [r14711] doc/reference_measure.xml, doc/template.xml, + doc/xsl/postgis_aggs_mm.xml.xsl, + doc/xsl/postgis_comments.sql.xsl: use a new arg identifier winset + for window functions. + Update window functions to be flagged as taking input geometry + winset + Update templste.xml (to instruct how to flag window and aggregate + functions) + Update the comments generation to handle the new geometry winset + type arg + Closes #3474 + Mark ST_ClusterWithin and ST_ClusterIntersecting + as taking geometry set (so flagged as aggregates) + Closes #3476 + +2016-02-27 07:59 Regina Obe + + * [r14710] regress/sfcgal/tickets_expected: Fix sfcgal + tickets_expected to match postgis proper for #2145 test. + Closes #3473 + +2016-02-26 15:05 Paul Ramsey + + * [r14709] liblwgeom/g_serialized.txt: Harmonize w/ header + +2016-02-26 14:25 Paul Ramsey + + * [r14706] liblwgeom/lwgeodetic.c, regress/geography.sql, + regress/geography_expected, regress/tickets_expected: Segmentize + geography using equal length segments, from + https://github.com/postgis/postgis/pull/90 + Hugo Mercier, @mhugo + +2016-02-26 11:19 Paul Ramsey + + * [r14704] raster/loader/raster2pgsql.c, + raster/rt_core/librtcore.h, raster/rt_core/rt_context.c, + raster/rt_pg/rtpostgis.c, raster/test/cunit/cu_misc.c, + raster/test/cunit/cu_tester.c: Expunge all trace of + rt_init_allocators + +2016-02-26 09:53 Paul Ramsey + + * [r14701] raster/rt_pg/rtpostgis.c: Back out unique callback name + change (#3429) + +2016-02-26 09:51 Paul Ramsey + + * [r14700] raster/rt_pg/rtpostgis.c: #3429, directly call + set_handlers for allocator initialization + +2016-02-26 08:21 Daniel Baston + + * [r14699] regress/sfcgal/regress_ogc_expected: Add missing SFCGAL + test results + +2016-02-25 18:03 Daniel Baston + + * [r14698] NEWS, doc/reference_editor.xml, + postgis/lwgeom_transform.c, postgis/postgis.sql.in, + regress/regress_proj.sql, regress/regress_proj_expected: #2991, + Enable ST_Transform to use PROJ.4 text (Mike Toews) + +2016-02-25 16:02 Paul Ramsey + + * [r14697] raster/rt_pg/rtpostgis.c: Avoid signature collision in + altered callback function + +2016-02-25 15:58 Paul Ramsey + + * [r14696] doc/reference_measure.xml, postgis/lwgeom_geos.c, + regress/regress_ogc.sql, regress/regress_ogc_expected: Support + curves in centroid calculation via stroking + https://github.com/postgis/postgis/pull/95 (Remi Cura) + +2016-02-25 10:44 Paul Ramsey + + * [r14695] NEWS, doc/reference_constructor.xml, liblwgeom/lwline.c, + postgis/lwgeom_functions_basic.c, regress/ctors.sql, + regress/ctors_expected: #3469, support multipoint into to + ST_MakeLine (Paul Norman) + +2016-02-25 10:08 Paul Ramsey + + * [r14694] raster/loader/raster2pgsql.c, + raster/rt_core/rt_context.c, raster/rt_pg/rtpostgis.c: Change + from on-the-fly raster context set-up to _PG_init()-driven + context set-up, hopefully to address upgrade issues on ubuntu + +2016-02-25 09:08 Paul Ramsey + + * [r14693] doc/reference_measure.xml: Add note per + https://github.com/postgis/postgis/pull/14 + +2016-02-25 08:56 Paul Ramsey + + * [r14692] postgis/geography.sql.in: Remove spare function defns + +2016-02-24 18:12 Regina Obe + + * [r14691] postgis/postgis_functions_search_path.sql: Fix invalid + func, add a missing func + References #2485 + +2016-02-24 17:25 Sandro Santilli + + * [r14690] liblwgeom/lwgeom_topo.c, + topology/test/regress/st_addedgemodface.sql, + topology/test/regress/st_addedgemodface_expected: Check for + side-location conflicts when adding a new edge + + It is possible to trigger such failure adding an edge + to a corrupted topology. Test added. + + See #3464 + +2016-02-24 17:18 Paul Ramsey + + * [r14689] liblwgeom/lwkmeans.c: Fix initialization nit for @ustrk + +2016-02-24 17:13 Regina Obe + + * [r14688] postgis/postgis_functions_search_path.sql: Preliminary + script to add search path to functions fix restore issues + References #2485 + +2016-02-24 16:35 Daniel Baston + + * [r14686] postgis/lwgeom_geos_prepared.c, regress/tickets.sql, + regress/tickets_expected: #3437, ST_Intersects incorrect for + MultiPoints + +2016-02-24 16:25 Daniel Baston + + * [r14685] .gitignore: gitignore additions + +2016-02-24 16:12 Paul Ramsey + + * [r14684] postgis/geography.sql.in: Fix geography/geometry casting + issues in buffer tests + +2016-02-24 16:04 Daniel Baston + + * [r14683] doc/introduction.xml, doc/reference_accessor.xml, + doc/reference_editor.xml, postgis/lwgeom_functions_basic.c, + postgis/lwgeom_ogc.c, regress/regress_ogc.sql, + regress/regress_ogc_expected, regress/setpoint.sql, + regress/setpoint_expected, regress/sfcgal/regress_ogc_expected: + Negative indexing for ST_PointN and ST_SetPoint (Rémi Cura) + +2016-02-24 16:02 Paul Ramsey + + * [r14682] postgis/postgis.sql.in: Fix function signature to CREATE + OR REPLACE + +2016-02-24 15:59 Paul Ramsey + + * [r14681] doc/reference_processing.xml, postgis/geography.sql.in: + Added parameters for geography buffering from @tbonfort + https://github.com/postgis/postgis/pull/11 + +2016-02-24 15:19 Paul Ramsey + + * [r14680] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h, + postgis/lwgeom_backend_api.c, raster/rt_pg/rtpostgis.c: #2743, + avoid re-definition of GUCs during upgrade + +2016-02-24 14:32 Paul Ramsey + + * [r14679] regress/run_test.pl: Apply clean-up steps after set-up + steps have been applied. + https://github.com/postgis/postgis/pull/33 + +2016-02-24 14:00 Regina Obe + + * [r14678] liblwgeom/cunit/cu_algorithm.c: Switch from using random + to rand(). random() not supported on windows (at least mingw64) + +2016-02-24 13:00 Daniel Baston + + * [r14677] doc/reference_measure.xml, doc/reference_processing.xml: + Move all ST_Cluster* docs to measurement section + +2016-02-24 12:48 Daniel Baston + + * [r14676] doc/reference_measure.xml: Add doc entry for + ST_ClusterDBSCAN + +2016-02-24 11:40 Paul Ramsey + + * [r14675] NEWS, doc/reference_measure.xml, + postgis/lwgeom_window.c, postgis/postgis.sql.in: Rename ST_KMeans + to ST_ClusterKMeans, add doco + +2016-02-24 11:21 Daniel Baston + + * [r14674] NEWS, liblwgeom/cunit/cu_unionfind.c, + liblwgeom/lwgeom_geos.h, liblwgeom/lwgeom_geos_cluster.c, + liblwgeom/lwunionfind.c, liblwgeom/lwunionfind.h, + postgis/lwgeom_geos.c, postgis/lwgeom_window.c, + postgis/postgis.sql.in, regress/cluster.sql, + regress/cluster_expected: #3362, ST_ClusterDBSCAN + +2016-02-24 10:44 Paul Ramsey + + * [r14673] NEWS, liblwgeom/Makefile.in, + liblwgeom/cunit/cu_algorithm.c, liblwgeom/kmeans.c, + liblwgeom/kmeans.h, liblwgeom/liblwgeom.h.in, + liblwgeom/lwgeom_geos.c, liblwgeom/lwkmeans.c, + liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h, + postgis/Makefile.in, postgis/lwgeom_window.c, + postgis/postgis.sql.in: #3465, ST_Kmeans + +2016-02-23 17:10 Paul Ramsey + + * [r14672] regress/tickets.sql, regress/tickets_expected: #3461, + add test case + +2016-02-23 16:57 Paul Ramsey + + * [r14669] postgis/lwgeom_in_kml.c: #3461 ST_GeomFromKML crashes + Postgres when there are innerBoundaryIs and no outerBoundaryIs + +2016-02-23 15:53 Sandro Santilli + + * [r14666] liblwgeom/lwgeom_topo.c: Fix crash on face-collapsing + edge change + + See #3463 + +2016-02-23 14:49 Paul Ramsey + + * [r14665] liblwgeom/liblwgeom.h.in: Note use of flags + +2016-02-16 09:18 Sandro Santilli + + * [r14664] doc/Makefile.in, + doc/po/de_DE/extras_address_standardizer.xml.po, + doc/po/de_DE/extras_tigergeocoder.xml.po, + doc/po/de_DE/extras_topology.xml.po, + doc/po/de_DE/faq_raster.xml.po, doc/po/de_DE/installation.xml.po, + doc/po/de_DE/introduction.xml.po, + doc/po/de_DE/reference_accessor.xml.po, + doc/po/de_DE/reference_constructor.xml.po, + doc/po/de_DE/reference_editor.xml.po, + doc/po/de_DE/reference_measure.xml.po, + doc/po/de_DE/reference_misc.xml.po, + doc/po/de_DE/reference_output.xml.po, + doc/po/de_DE/reference_processing.xml.po, + doc/po/de_DE/reference_raster.xml.po, + doc/po/de_DE/reference_sfcgal.xml.po, + doc/po/de_DE/reference_temporal.xml.po, + doc/po/de_DE/release_notes.xml.po, doc/po/de_DE/reporting.xml.po, + doc/po/de_DE/using_postgis_app.xml.po, + doc/po/de_DE/using_postgis_dataman.xml.po, + doc/po/de_DE/using_raster_dataman.xml.po, + doc/po/es/extras_address_standardizer.xml.po, + doc/po/es/extras_tigergeocoder.xml.po, + doc/po/es/extras_topology.xml.po, doc/po/es/faq_raster.xml.po, + doc/po/es/installation.xml.po, doc/po/es/introduction.xml.po, + doc/po/es/reference_accessor.xml.po, + doc/po/es/reference_constructor.xml.po, + doc/po/es/reference_editor.xml.po, + doc/po/es/reference_measure.xml.po, + doc/po/es/reference_misc.xml.po, + doc/po/es/reference_output.xml.po, + doc/po/es/reference_processing.xml.po, + doc/po/es/reference_raster.xml.po, + doc/po/es/reference_sfcgal.xml.po, + doc/po/es/release_notes.xml.po, + doc/po/es/using_postgis_dataman.xml.po, + doc/po/es/using_raster_dataman.xml.po, + doc/po/fr/extras_address_standardizer.xml.po, + doc/po/fr/extras_tigergeocoder.xml.po, + doc/po/fr/extras_topology.xml.po, doc/po/fr/faq_raster.xml.po, + doc/po/fr/installation.xml.po, doc/po/fr/introduction.xml.po, + doc/po/fr/reference_accessor.xml.po, + doc/po/fr/reference_constructor.xml.po, + doc/po/fr/reference_editor.xml.po, + doc/po/fr/reference_measure.xml.po, + doc/po/fr/reference_misc.xml.po, + doc/po/fr/reference_output.xml.po, + doc/po/fr/reference_processing.xml.po, + doc/po/fr/reference_raster.xml.po, + doc/po/fr/reference_sfcgal.xml.po, + doc/po/fr/release_notes.xml.po, + doc/po/fr/using_postgis_dataman.xml.po, + doc/po/fr/using_raster_dataman.xml.po, + doc/po/it_IT/extras_address_standardizer.xml.po, + doc/po/it_IT/extras_tigergeocoder.xml.po, + doc/po/it_IT/extras_topology.xml.po, + doc/po/it_IT/faq_raster.xml.po, doc/po/it_IT/installation.xml.po, + doc/po/it_IT/introduction.xml.po, + doc/po/it_IT/reference_accessor.xml.po, + doc/po/it_IT/reference_constructor.xml.po, + doc/po/it_IT/reference_editor.xml.po, + doc/po/it_IT/reference_measure.xml.po, + doc/po/it_IT/reference_misc.xml.po, + doc/po/it_IT/reference_output.xml.po, + doc/po/it_IT/reference_processing.xml.po, + doc/po/it_IT/reference_raster.xml.po, + doc/po/it_IT/reference_sfcgal.xml.po, + doc/po/it_IT/release_notes.xml.po, + doc/po/it_IT/using_postgis_dataman.xml.po, + doc/po/it_IT/using_raster_dataman.xml.po, doc/po/ja, + doc/po/ja/Makefile, doc/po/ja/extras.xml.po, + doc/po/ja/extras_address_standardizer.xml.po, + doc/po/ja/extras_historytable.xml.po, + doc/po/ja/extras_tigergeocoder.xml.po, + doc/po/ja/extras_topology.xml.po, doc/po/ja/faq.xml.po, + doc/po/ja/faq_raster.xml.po, doc/po/ja/installation.xml.po, + doc/po/ja/introduction.xml.po, doc/po/ja/performance_tips.xml.po, + doc/po/ja/postgis.xml.po, doc/po/ja/reference.xml.po, + doc/po/ja/reference_accessor.xml.po, + doc/po/ja/reference_constructor.xml.po, + doc/po/ja/reference_editor.xml.po, + doc/po/ja/reference_exception.xml.po, + doc/po/ja/reference_guc.xml.po, doc/po/ja/reference_lrs.xml.po, + doc/po/ja/reference_management.xml.po, + doc/po/ja/reference_measure.xml.po, + doc/po/ja/reference_misc.xml.po, + doc/po/ja/reference_operator.xml.po, + doc/po/ja/reference_output.xml.po, + doc/po/ja/reference_processing.xml.po, + doc/po/ja/reference_raster.xml.po, + doc/po/ja/reference_sfcgal.xml.po, + doc/po/ja/reference_temporal.xml.po, + doc/po/ja/reference_transaction.xml.po, + doc/po/ja/reference_type.xml.po, doc/po/ja/release_notes.xml.po, + doc/po/ja/reporting.xml.po, doc/po/ja/using_postgis_app.xml.po, + doc/po/ja/using_postgis_dataman.xml.po, + doc/po/ja/using_raster_dataman.xml.po, + doc/po/ko_KR/extras_address_standardizer.xml.po, + doc/po/ko_KR/extras_tigergeocoder.xml.po, + doc/po/ko_KR/extras_topology.xml.po, + doc/po/ko_KR/faq_raster.xml.po, doc/po/ko_KR/installation.xml.po, + doc/po/ko_KR/introduction.xml.po, + doc/po/ko_KR/reference_accessor.xml.po, + doc/po/ko_KR/reference_constructor.xml.po, + doc/po/ko_KR/reference_editor.xml.po, + doc/po/ko_KR/reference_measure.xml.po, + doc/po/ko_KR/reference_misc.xml.po, + doc/po/ko_KR/reference_output.xml.po, + doc/po/ko_KR/reference_processing.xml.po, + doc/po/ko_KR/reference_raster.xml.po, + doc/po/ko_KR/reference_sfcgal.xml.po, + doc/po/ko_KR/release_notes.xml.po, + doc/po/ko_KR/using_postgis_dataman.xml.po, + doc/po/ko_KR/using_raster_dataman.xml.po, + doc/po/pl/extras_address_standardizer.xml.po, + doc/po/pl/extras_tigergeocoder.xml.po, + doc/po/pl/extras_topology.xml.po, doc/po/pl/faq_raster.xml.po, + doc/po/pl/installation.xml.po, doc/po/pl/introduction.xml.po, + doc/po/pl/reference_accessor.xml.po, + doc/po/pl/reference_constructor.xml.po, + doc/po/pl/reference_editor.xml.po, + doc/po/pl/reference_measure.xml.po, + doc/po/pl/reference_misc.xml.po, + doc/po/pl/reference_output.xml.po, + doc/po/pl/reference_processing.xml.po, + doc/po/pl/reference_raster.xml.po, + doc/po/pl/reference_sfcgal.xml.po, + doc/po/pl/release_notes.xml.po, + doc/po/pl/using_postgis_dataman.xml.po, + doc/po/pl/using_raster_dataman.xml.po, + doc/po/pt_BR/extras_address_standardizer.xml.po, + doc/po/pt_BR/extras_tigergeocoder.xml.po, + doc/po/pt_BR/extras_topology.xml.po, + doc/po/pt_BR/faq_raster.xml.po, doc/po/pt_BR/installation.xml.po, + doc/po/pt_BR/introduction.xml.po, + doc/po/pt_BR/reference_accessor.xml.po, + doc/po/pt_BR/reference_constructor.xml.po, + doc/po/pt_BR/reference_editor.xml.po, + doc/po/pt_BR/reference_measure.xml.po, + doc/po/pt_BR/reference_misc.xml.po, + doc/po/pt_BR/reference_output.xml.po, + doc/po/pt_BR/reference_processing.xml.po, + doc/po/pt_BR/reference_raster.xml.po, + doc/po/pt_BR/reference_sfcgal.xml.po, + doc/po/pt_BR/release_notes.xml.po, + doc/po/pt_BR/using_postgis_dataman.xml.po, + doc/po/pt_BR/using_raster_dataman.xml.po, + doc/po/templates/extras_address_standardizer.xml.pot, + doc/po/templates/extras_tigergeocoder.xml.pot, + doc/po/templates/extras_topology.xml.pot, + doc/po/templates/faq_raster.xml.pot, + doc/po/templates/installation.xml.pot, + doc/po/templates/introduction.xml.pot, + doc/po/templates/reference_accessor.xml.pot, + doc/po/templates/reference_constructor.xml.pot, + doc/po/templates/reference_editor.xml.pot, + doc/po/templates/reference_measure.xml.pot, + doc/po/templates/reference_misc.xml.pot, + doc/po/templates/reference_output.xml.pot, + doc/po/templates/reference_processing.xml.pot, + doc/po/templates/reference_raster.xml.pot, + doc/po/templates/reference_sfcgal.xml.pot, + doc/po/templates/release_notes.xml.pot, + doc/po/templates/using_postgis_dataman.xml.pot, + doc/po/templates/using_raster_dataman.xml.pot: Add Japanese + translation, update templates + + Japanese translation imported from transifex and locally tweaked + to pass make check + +2016-02-16 05:08 Regina Obe + + * [r14663] doc/release_notes.xml: add 2.2.1 release notes (forgot + to do that after release of 2.2.1) + +2016-02-10 21:56 Daniel Baston + + * [r14659] liblwgeom/lwgeom_geos.c: Capture GEOS error message in + case of failure in ST_Voronoi + +2016-02-09 22:04 Sandro Santilli + + * [r14657] regress/run_test.pl: Ensure restored database is created + the same as the initial one + + Fixes ORDER BY consistency, probably also with the loader tests + already tweaked to workaround this + + See #3444 + +2016-02-09 18:20 Sandro Santilli + + * [r14655] regress/run_test.pl: Re-append "topology" schema on + restore, with --dumprestore + + See #3454 + +2016-02-09 16:52 Sandro Santilli + + * [r14654] regress/loader/Arc.select.sql, + regress/loader/ArcM.select.sql, regress/loader/ArcZ.select.sql, + regress/loader/MultiPoint.select.sql, + regress/loader/MultiPointM.select.sql, + regress/loader/MultiPointZ.select.sql, + regress/loader/PointZ.select.sql, + regress/loader/Polygon.select.sql, + regress/loader/PolygonM.select.sql, + regress/loader/PolygonZ.select.sql, + regress/loader/TSIPolygon.select.sql, + regress/loader/TSTIPolygon.select.sql, + regress/loader/TSTPolygon.select.sql: Do not rely on storage + order on querying loaded shapefiles + + Fixes runs with RUNTESTFLAGS=--dumprestore + See #3444 + +2016-02-09 15:47 Sandro Santilli + + * [r14651] regress/run_test.pl: Add --dumprestore switch to + ./run_test.pl + + See #3444 + +2016-02-09 14:18 Sandro Santilli + + * [r14649] extensions/postgis/Makefile.in: Really generate + system_ref_sys config dump for extension + + See #3443 + +2016-02-09 11:53 Sandro Santilli + + * [r14648] extensions/postgis/Makefile.in: Create sql_bits dir if + not present + +2016-02-09 10:51 Sandro Santilli + + * [r14646] postgis/postgis_drop_after.sql: Drop temporarely added + geometry_distance_box_nd(geometry,geometry) + + See #3450 + +2016-02-09 10:41 Sandro Santilli + + * [r14644] postgis/postgis_drop_after.sql: Drop temporarely + existing deprecated st_effectivearea signature + + See #3450 + +2016-02-09 09:43 Sandro Santilli + + * [r14638] postgis/postgis_drop_after.sql: Drop temporarely added + tkwb aggregate and support functions + + These were added during 2.2.0 development + but removed before going final. + + See #3450 + +2016-02-09 09:09 Sandro Santilli + + * [r14637] extensions/postgis/Makefile.in: Define PERL before use + +2016-02-09 08:35 Sandro Santilli + + * [r14632] extensions/postgis/Makefile.in: Further simplify + extension wrapping + + See #3450 + +2016-02-09 08:28 Sandro Santilli + + * [r14631] extensions/postgis/Makefile.in, + extensions/postgis/sql_bits/remove_from_extension.sql.in, + postgis/postgis_drop_after.sql: Wrap every DROP to first + unregister object from postgis extension + + Also drop temporarely introduced ST_AsTWKB signature. + See #3450 + +2016-02-08 17:16 Sandro Santilli + + * [r14630] extensions/postgis/Makefile.in, + extensions/postgis/sql_bits/remove_from_extension.sql.in, + postgis/postgis_drop_after.sql: Revert "Unregister all functions + before starting postgis extention upgrade" + + This reverts r14629 (see #3450) + + The code was broken (but the idea is still good to evaluate) + +2016-02-08 16:54 Sandro Santilli + + * [r14629] extensions/postgis/Makefile.in, + extensions/postgis/sql_bits/remove_from_extension.sql.in, + postgis/postgis_drop_after.sql: Unregister all functions before + starting postgis extention upgrade + + Also drop temporarely introduced ST_AsTWKB signature. + See #3450 + +2016-02-07 05:37 Regina Obe + + * [r14627] doc/xsl/postgis_aggs_mm.xml.xsl, + extras/WFS_locks/WFS_locks.c, postgis/long_xact.c, + postgis/lwgeom_transform.c: Spelling error fixes from Sebastiaan + Couwenberg + references #3449 + +2016-01-29 08:09 Sandro Santilli + + * [r14623] doc/extras_topology.xml: Fix return type of + AddTopoGeometryColumn in documentation + +2016-01-28 10:26 Sandro Santilli + + * [r14620] extensions/compute_srid_contiguous_ranges.sql, + extensions/postgis/Makefile.in, + extensions/postgis/sql_bits/mark_editable_objects.sql.in, + utils/create_spatial_ref_sys_config_dump.pl: Automatically + generate system_ref_sys config dump for extension + + Fixes #3443 + +2016-01-23 08:41 Regina Obe + + * [r14618] doc/reference_measure.xml, + doc/xsl/postgis_aggs_mm.xml.xsl: Document which functions + Enhanced by PIP change. references #75 + Also add section to show enhancments in xsl generation script + +2016-01-21 23:55 Daniel Baston + + * [r14614] regress/sfcgal/regress_ogc_expected: Copy new regress + tests into sfcgal expected results + +2016-01-21 23:03 Daniel Baston + + * [r14613] postgis/lwgeom_geos.c, regress/regress_ogc.sql, + regress/regress_ogc_expected: #75, Enhancement to PIP short + circuit + +2016-01-20 11:57 Daniel Baston + + * [r14611] liblwgeom/cunit/cu_geos_cluster.c, + liblwgeom/lwgeom_geos_cluster.c: #3433, ST_ClusterIntersecting + gives incorrect result for MultiPoints + +2016-01-19 17:07 Paul Ramsey + + * [r14610] liblwgeom/ptarray.c: #3436, memory handling mistake in + ptarray_clone_deep + +2016-01-19 09:13 Sandro Santilli + + * [r14605] topology/postgis_topology.c: Fix bogus call to lwnotice + (missing param) + +2016-01-16 15:45 Daniel Baston + + * [r14604] NEWS, doc/reference_accessor.xml, + liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_tester.c, + liblwgeom/cunit/cu_tester.h, liblwgeom/liblwgeom.h.in, + liblwgeom/lwmpoint.c, postgis/lwgeom_functions_basic.c, + postgis/postgis.sql.in, regress/regress.sql, + regress/regress_expected: #3428, ST_Points + +2016-01-15 17:24 Sandro Santilli + + * [r14601] doc/extras_tigergeocoder.xml: Typo + +2016-01-14 14:00 Paul Ramsey + + * [r14599] spatial_ref_sys.sql: Remove VACUUM statements + +2016-01-13 18:35 Paul Ramsey + + * [r14597] spatial_ref_sys.sql: #3427, manual changes to + spatial_ref_sys submitted by users over the years + +2016-01-13 18:29 Paul Ramsey + + * [r14596] spatial_ref_sys.sql: #3427, update spatial_ref_sys to + 8.8 EPSG + Separate commit adding historical manual diffs will follow. + +2016-01-13 11:09 Sandro Santilli + + * [r14594] liblwgeom/cunit/cu_tester.h, + liblwgeom/lwgeom_geos_split.c: Avoid any drift of cutter point on + lines split + + Should fix splitting operations on at least arm64, ppc64el and + s390x. + See #3422 and #3401 + + Also turn ASSERT_DOUBLE_EQUAL back to a tolerance-free check + (better use a different name for tolerance-aware check, + so caller can decide) + +2016-01-13 00:37 Regina Obe + + * [r14593] liblwgeom/cunit/cu_out_wkb.c: Patch from Sebastiaan + Couwenberg to fix test_wkb_out_point failure on hppa & mips. + closes #3426 + +2016-01-11 16:21 Sandro Santilli + + * [r14591] topology/sql/export/TopoJSON.sql.in: Reduce array + operations in topology.asTopoJSON + + Speeds it up by almost 50% in some cases. + +2016-01-11 14:30 Paul Ramsey + + * [r14590] liblwgeom/cunit/cu_tester.h: #3422, double tests not + passing on all architectures + +2016-01-07 05:47 Sandro Santilli + + * [r14582] liblwgeom/lwgeom_topo.c: ST_AddEdge*: avoid db access + for edges known to be dangling + +2016-01-06 17:30 Sandro Santilli + + * [r14580] NEWS: Fix typos + +2016-01-06 15:16 Sandro Santilli + + * [r14577] HOWTO_RELEASE: Reword the upgradeable_extensions.mk + steps + +2016-01-06 15:09 Sandro Santilli + + * [r14575] extensions/postgis/Makefile.in: Remove unused and + hard-coded variable + +2016-01-06 15:09 Sandro Santilli + + * [r14574] extensions/postgis/Makefile.in: Use a better name for + the postgis extension upgrade template file + +2016-01-06 14:34 Sandro Santilli + + * [r14573] extensions/upgradeable_versions.mk: Do not force + check-installed-upgrades as a default extension rule + + Fixes #3420 + +2016-01-06 13:22 Sandro Santilli + + * [r14572] regress/node.sql, regress/node_expected: Enable test + which would fail with GEOS < 3.3.2 + + We're now warning if using GEOS < 3.5.0 so it should be ok to + fail + a test with an older GEOS. + +2016-01-06 11:40 Regina Obe + + * [r14570] authors.git, authors.svn: Correct Bborie's email address + +2016-01-06 11:21 Regina Obe + + * [r14567] .gitattributes: Force ChangeLog to have LF breaks + +2016-01-06 11:16 Regina Obe + + * [r14564] ChangeLog: Force ChangeLog to have LF linefee + +2016-01-06 10:27 Sandro Santilli + + * [r14563] NEWS: Add 2.2.1 section in NEWS file + +2016-01-05 23:48 Regina Obe + + * [r14552] doc/extras_address_standardizer.xml: provide table + example for parse_address + closes #3417 + +2016-01-05 16:39 Sandro Santilli + + * [r14550] liblwgeom/cunit/cu_split.c, + liblwgeom/lwgeom_geos_split.c, + topology/test/regress/st_modedgesplit.sql, + topology/test/regress/st_modedgesplit_expected: Rewrite code to + split a line by a (multi)point to improve robustness + + Fixes #3401 including unit and regress test for it. + +2016-01-04 19:52 Regina Obe + + * [r14548] doc/extras_address_standardizer.xml: Provide example of + micro/macro variant address_standardizer + Closes #3353 for 2.3 + +2016-01-04 16:26 Sandro Santilli + + * [r14544] topology/postgis_topology.c: Do not fill object fields + when not requested + + Fixes #3416 (crash on topology load in debug build) + +2016-01-04 14:39 Sandro Santilli + + * [r14540] liblwgeom/lwgeom_topo.c, + topology/test/regress/topogeo_addlinestring.sql, + topology/test/regress/topogeo_addlinestring_expected_newsnap, + topology/test/regress/topogeo_addlinestring_expected_oldsnap: + Decimate lines on topology load + + Improves snapping robustness + + Updates expected results in topogeo_addlinestring for old + and new snapping code (GEOS-3.3.8-, GEOS-3.3.9+) + + Fixes #3402 and #3402, including automated tests for them. + +2016-01-04 11:20 Sandro Santilli + + * [r14539] configure.ac: Fix AC_LIBTOOL_LINKER_OPTION invocation. + + See #3415 + +2016-01-03 06:07 Regina Obe + + * [r14538] extensions/postgis/Makefile.in, + extensions/postgis_topology/Makefile.in: Attempt to install + extension install issue on Alpine Linux 3.2 + references #3390 for PostGIS 2.3 + move perl define below PGXS inclued to prevent PGXS from + overwriting it. + +2016-01-02 04:53 Regina Obe + + * [r14536] configure.ac: Invalid --exclude_libs (fails build on + OSX) + References #3415 for PostGIS 2.3 + +2015-12-31 16:16 Sandro Santilli + + * [r14535] liblwgeom/lwgeom_topo.c, + topology/test/regress/topogeo_addlinestring.sql, + topology/test/regress/topogeo_addlinestring_expected_newsnap, + topology/test/regress/topogeo_addlinestring_expected_oldsnap: Use + recursive snapping to improve predictability + + Fixes geometry-intersects-edge exception when snapping twice + to the same pointset. See #3412. + + Includes automated testcase for both old and new geos snap + (3.3.8- and 3.3.9+) + +2015-12-30 05:00 Regina Obe + + * [r14533] doc/reference_measure.xml: Remove inaccurate note in + ST_Centroid docs + closes #3414 + +2015-12-28 22:23 Daniel Baston + + * [r14530] liblwgeom/lwgeom_geos_cluster.c: #3411, Clustering + functions not using spatial index + +2015-12-28 17:08 Sandro Santilli + + * [r14528] liblwgeom/ptarray.c, + regress/remove_repeated_points_expected: Fix left over + sub-tolerance last segment in ST_RemoveRepeatedPoints + + See #3410 + +2015-12-27 17:16 Regina Obe + + * [r14526] ChangeLog, doc/po/de_DE/reference_accessor.xml.po, + doc/po/es/reference_accessor.xml.po, + doc/po/fr/reference_accessor.xml.po, + doc/po/it_IT/reference_accessor.xml.po, + doc/po/ko_KR/reference_accessor.xml.po, + doc/po/pl/reference_accessor.xml.po, + doc/po/pt_BR/reference_accessor.xml.po, + doc/po/templates/reference_accessor.xml.pot, + doc/reference_accessor.xml, + extras/tiger_geocoder/normalize/normalize_address.sql, + postgis/lwgeom_box3d.c, postgis/lwgeom_functions_analytic.c, + postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c, + postgis/lwgeom_spheroid.c: Spelling corrections from Sebastiaan + Couwenberg + references #3408 + +2015-12-26 13:55 Sandro Santilli + + * [r14525] topology/postgis_topology.c, + topology/test/regress/st_modedgesplit.sql, + topology/test/regress/st_modedgesplit_expected, + topology/test/regress/st_newedgessplit.sql, + topology/test/regress/st_newedgessplit_expected: Fix crash on + splitting edge defining multiple TopoGeometries + + See #3407 + +2015-12-26 12:23 Sandro Santilli + + * [r14522] topology/postgis_topology.c, + topology/test/regress/st_addedgemodface.sql, + topology/test/regress/st_addedgemodface_expected, + topology/test/regress/st_addedgenewfaces.sql, + topology/test/regress/st_addedgenewfaces_expected: Fix crash + splitting faces used by multiple TopoGeometry objects + + Thanks rulus for spotting and analyzing the bug. + See #3407 + +2015-12-22 19:32 Regina Obe + + * [r14517] doc/html/image_src/Makefile.in, + doc/html/image_src/st_boundary01.wkt, + doc/html/image_src/st_boundary02.wkt, doc/reference_accessor.xml: + Add figures for ST_Boundary + references #3406 + +2015-12-20 22:08 Paul Ramsey + + * [r14509] liblwgeom/cunit/cu_algorithm.c: #3405, mem leak in point + density test + +2015-12-20 21:29 Daniel Baston + + * [r14507] liblwgeom/cunit/cu_unionfind.c, + liblwgeom/lwgeom_geos_cluster.c, liblwgeom/lwunionfind.c: #3404, + ST_ClusterWithin crashes backend + +2015-12-19 07:45 Regina Obe + + * [r14506] doc/reference_processing.xml: Put entries in + alphabetical order + +2015-12-19 06:53 Regina Obe + + * [r14505] doc/html/image_src/Makefile.in, + doc/html/image_src/st_voronoi01.wkt, + doc/html/image_src/st_voronoi02.wkt, + doc/html/image_src/st_voronoi03.wkt, + doc/reference_processing.xml: Add examples for ST_Voronoi + references #2259 + +2015-12-18 16:32 Sandro Santilli + + * [r14504] liblwgeom/lwgeom_topo.c: Fix debug print + +2015-12-18 13:28 Paul Ramsey + + * [r14502] regress/tickets.sql, regress/tickets_expected: #3399, + tests for ST_GeneratePoints + +2015-12-18 12:06 Regina Obe + + * [r14501] doc/html/image_src/st_generatepoints01.wkt, + doc/html/image_src/st_generatepoints02.wkt: swap the images -- + wrong order for ST_GeneratePoints + references #3399 + +2015-12-18 11:25 Sandro Santilli + + * [r14500] doc/reference_processing.xml: Fix syntax error in XML + file + +2015-12-18 07:02 Regina Obe + + * [r14499] doc/html/image_src/Makefile.in, + doc/html/image_src/st_generatepoints01.wkt, + doc/html/image_src/st_generatepoints02.wkt, + doc/reference_processing.xml: Fix images for ST_GeneratePoints + example + references #3399 + +2015-12-18 01:37 Daniel Baston + + * [r14498] postgis/lwgeom_functions_analytic.c: #3400, minor + optimization of PIP routines + +2015-12-18 00:53 Daniel Baston + + * [r14496] doc/introduction.xml, doc/reference_constructor.xml, + doc/reference_editor.xml, doc/reference_measure.xml, + doc/reference_output.xml, doc/reference_raster.xml: fix typos in + docs + +2015-12-17 23:22 Regina Obe + + * [r14495] doc/html/image_src/Makefile.in, + doc/html/image_src/st_generatepoints01.wkt, + doc/reference_processing.xml: Example for ST_GeneratePoints + references #3399 + +2015-12-17 19:14 Paul Ramsey + + * [r14493] liblwgeom/ptarray.c, regress/remove_repeated_points.sql, + regress/remove_repeated_points_expected: #3388, + ST_RemoveRepeatedPoints can change endpoint + +2015-12-17 18:12 Paul Ramsey + + * [r14492] NEWS, doc/reference_processing.xml, + liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h.in, + liblwgeom/lwgeom_geos.c, postgis/lwgeom_geos.c, + postgis/postgis.sql.in: #3399, ST_GeneratePoints + +2015-12-17 07:30 Sandro Santilli + + * [r14491] NEWS: Add news item about ST_EstimatedExtent support for + table inheritance + +2015-12-15 11:19 Sandro Santilli + + * [r14490] doc/reference_misc.xml, postgis/gserialized_estimate.c, + postgis/postgis.sql.in, regress/estimatedextent.sql, + regress/estimatedextent_expected: Add table inheritance support + in ST_EstimatedExtent + + Ticket: #3391 + Patch By: Alessandro Pasotti + +2015-12-14 23:40 Daniel Baston + + * [r14488] doc/reference_processing.xml: fix some typos in docs + +2015-12-14 12:52 Daniel Baston + + * [r14485] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: + #3393, ST_Area NaN on some polygons + +2015-12-14 10:11 Sandro Santilli + + * [r14484] liblwgeom/Makefile.in, liblwgeom/box2d.c, + liblwgeom/bytebuffer.c, liblwgeom/bytebuffer.h, + liblwgeom/effectivearea.c, liblwgeom/effectivearea.h, + liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/g_util.c, + liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h, + liblwgeom/liblwgeom_topo.h, liblwgeom/liblwgeom_topo_internal.h, + liblwgeom/lwalgorithm.c, liblwgeom/lwboundingcircle.c, + liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c, + liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c, + liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h, + liblwgeom/lwgeodetic_tree.c, liblwgeom/lwgeodetic_tree.h, + liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, + liblwgeom/lwgeom_debug.c, liblwgeom/lwgeom_geos.c, + liblwgeom/lwgeom_geos.h, liblwgeom/lwgeom_geos_clean.c, + liblwgeom/lwgeom_geos_cluster.c, liblwgeom/lwgeom_geos_node.c, + liblwgeom/lwgeom_geos_split.c, liblwgeom/lwgeom_log.h, + liblwgeom/lwgeom_sfcgal.c, liblwgeom/lwgeom_sfcgal.h, + liblwgeom/lwgeom_topo.c, liblwgeom/lwgeom_transform.c, + liblwgeom/lwhomogenize.c, liblwgeom/lwin_encoded_polyline.c, + liblwgeom/lwin_geojson.c, liblwgeom/lwin_twkb.c, + liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h, + liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_parse.c, + liblwgeom/lwin_wkt_parse.h, liblwgeom/lwiterator.c, + liblwgeom/lwline.c, liblwgeom/lwlinearreferencing.c, + liblwgeom/lwmcurve.c, liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, + liblwgeom/lwmpoly.c, liblwgeom/lwmsurface.c, + liblwgeom/lwout_encoded_polyline.c, liblwgeom/lwout_geojson.c, + liblwgeom/lwout_gml.c, liblwgeom/lwout_kml.c, + liblwgeom/lwout_svg.c, liblwgeom/lwout_twkb.c, + liblwgeom/lwout_twkb.h, liblwgeom/lwout_wkb.c, + liblwgeom/lwout_wkt.c, liblwgeom/lwout_x3d.c, + liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwprint.c, + liblwgeom/lwpsurface.c, liblwgeom/lwspheroid.c, + liblwgeom/lwstroke.c, liblwgeom/lwtin.c, liblwgeom/lwtree.c, + liblwgeom/lwtree.h, liblwgeom/lwtriangle.c, + liblwgeom/lwunionfind.c, liblwgeom/lwunionfind.h, + liblwgeom/lwutil.c, liblwgeom/measures.c, liblwgeom/measures.h, + liblwgeom/measures3d.c, liblwgeom/measures3d.h, + liblwgeom/ptarray.c, liblwgeom/stringbuffer.c, + liblwgeom/stringbuffer.h, liblwgeom/varint.c, liblwgeom/varint.h, + postgis/Makefile.in, postgis/geography.h, + postgis/geography_btree.c, postgis/geography_inout.c, + postgis/geography_measurement.c, + postgis/geography_measurement_trees.c, + postgis/geography_measurement_trees.h, postgis/geometry_inout.c, + postgis/gserialized_estimate.c, postgis/gserialized_gist_2d.c, + postgis/gserialized_gist_nd.c, postgis/gserialized_typmod.c, + postgis/long_xact.c, postgis/lwgeom_accum.c, + postgis/lwgeom_backend_api.c, postgis/lwgeom_backend_api.h, + postgis/lwgeom_box.c, postgis/lwgeom_box3d.c, + postgis/lwgeom_btree.c, postgis/lwgeom_dump.c, + postgis/lwgeom_dumppoints.c, postgis/lwgeom_export.c, + postgis/lwgeom_export.h, postgis/lwgeom_functions_analytic.c, + postgis/lwgeom_functions_analytic.h, + postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c, + postgis/lwgeom_functions_temporal.c, postgis/lwgeom_geos.c, + postgis/lwgeom_geos.h, postgis/lwgeom_geos_clean.c, + postgis/lwgeom_geos_prepared.c, postgis/lwgeom_geos_prepared.h, + postgis/lwgeom_geos_relatematch.c, + postgis/lwgeom_in_encoded_polyline.c, + postgis/lwgeom_in_geohash.c, postgis/lwgeom_in_geojson.c, + postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c, + postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c, + postgis/lwgeom_rtree.c, postgis/lwgeom_rtree.h, + postgis/lwgeom_sfcgal.c, postgis/lwgeom_sfcgal.h, + postgis/lwgeom_spheroid.c, postgis/lwgeom_sqlmm.c, + postgis/lwgeom_transform.c, postgis/lwgeom_triggers.c, + postgis/postgis_module.c: Update copyright header to add explicit + license version + + See #2515 + + Also add header and copyright notice where missing. + (missing copyright info extracted from git history) + + This commit only touches files under liblwgeom/ and postgis/ + dirs. + +2015-12-14 10:01 Sandro Santilli + + * [r14483] liblwgeom/snprintf.c: Removed unused file + +2015-12-14 01:47 Regina Obe + + * [r14481] extras/tiger_geocoder/tiger_loader_2015.sql: Double // + in default tiger import for sh + fix for 2.2 + references #3394 + +2015-12-10 10:15 Sandro Santilli + + * [r14480] regress/Makefile.in, regress/estimatedextent.sql, + regress/estimatedextent_expected, regress/tickets.sql, + regress/tickets_expected: Move ST_EstimatedExtent tests in their + own file + +2015-12-08 06:05 Regina Obe + + * [r14479] doc/xsl/postgis_aggs_mm.xml.xsl: Add PostGIS 2.3 what's + new section + +2015-12-07 22:12 Daniel Baston + + * [r14478] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c, + postgis/gserialized_gist_2d.c: #3382, avoid deserializing small + geometries during index ops + +2015-12-03 23:48 Daniel Baston + + * [r14474] liblwgeom/lwout_geojson.c: #3389, buffer overflow in + lwgeom_to_geojson + +2015-12-03 18:46 Sandro Santilli + + * [r14470] doc/reference_editor.xml: Corrected return type of + ST_ForceRHR in docs. + + Patch by Sergey Fedoseev + + Closes https://github.com/postgis/postgis/pull/78 + +2015-12-02 04:58 Regina Obe + + * [r14469] NEWS: put note about new ST_Voronoi feature + +2015-12-02 01:54 Daniel Baston + + * [r14468] liblwgeom/cunit/cu_tree.c: fix compiler warning in test + +2015-12-02 01:10 Daniel Baston + + * [r14467] doc/reference_processing.xml, + liblwgeom/cunit/cu_triangulate.c, liblwgeom/liblwgeom.h.in, + liblwgeom/lwgeom_geos.c, postgis/lwgeom_geos.c, + postgis/postgis.sql.in, regress/Makefile.in, regress/voronoi.sql, + regress/voronoi_expected: #2259, ST_Voronoi + +2015-12-01 23:16 Daniel Baston + + * [r14466] liblwgeom/cunit/cu_clean.c, liblwgeom/cunit/cu_node.c, + liblwgeom/cunit/cu_split.c, liblwgeom/lwgeom_geos.c, + liblwgeom/lwgeom_geos_clean.c, liblwgeom/lwgeom_geos_node.c, + postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c, + postgis/lwgeom_geos_relatematch.c, raster/rt_core/rt_geometry.c, + raster/test/cunit/cu_raster_geometry.c: #3365, remove code paths + for POSTGIS_GEOS_VERSION < 33 + +2015-12-01 10:52 Sandro Santilli + + * [r14465] liblwgeom/bytebuffer.c: Fix Nicklas name encoding... + +2015-12-01 09:29 Sandro Santilli + + * [r14464] config.rpath: I don't think config.rpath belongs in the + repo + +2015-12-01 09:28 Sandro Santilli + + * [r14463] GNUmakefile.in: Clean more on maintainer-clean + +2015-12-01 09:28 Sandro Santilli + + * [r14462] GNUmakefile.in, configure.ac: Drop leftover java (and + related) references + +2015-11-30 18:39 Paul Ramsey + + * [r14460] libpgcommon/lwgeom_transform.c, + postgis/lwgeom_geos_prepared.c: Remove warnings building against + 9.6, closes #3385 + +2015-11-30 17:54 Paul Ramsey + + * [r14459] doc/reference_processing.xml: Document ST_Simplify + parameter (#2093) + +2015-11-30 16:31 Paul Ramsey + + * [r14457] liblwgeom/lwout_svg.c, regress/tickets.sql, + regress/tickets_expected: #2232, avoid accumulated error in SVG + rounding + +2015-11-30 16:24 Regina Obe + + * [r14453] liblwgeom/cunit/cu_geodetic.c, + liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_surface.c, + liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in, + libpgcommon/lwgeom_pg.c, postgis/geography_measurement.c, + postgis/lwgeom_dumppoints.c, postgis/lwgeom_geos.c, + raster/rt_pg/rtpg_geometry.c: gserialized_from_lwgeom get rid of + is_geodetic ignored arg , + force geography_serialize to always return a geography + closes pull request #72 + closes ticket #3361 + +2015-11-30 16:11 Regina Obe + + * [r14452] extras/tiger_geocoder/README: fix typo in instructions + +2015-11-30 01:47 Daniel Baston + + * [r14451] liblwgeom/cunit/cu_minimum_bounding_circle.c: Prevent + gcc from optimizing away minimum bounding circle test fix + +2015-11-30 01:16 Daniel Baston + + * [r14450] liblwgeom/cunit/cu_minimum_bounding_circle.c: Fix + minimum bounding circle test for 32-bit build + +2015-11-29 23:16 Daniel Baston + + * [r14449] liblwgeom/cunit/cu_minimum_bounding_circle.c, + liblwgeom/lwboundingcircle.c, + regress/minimum_bounding_circle.sql, + regress/minimum_bounding_circle_expected: Add missing files for + #2996 + +2015-11-29 23:10 Daniel Baston + + * [r14448] doc/reference_processing.xml, liblwgeom/Makefile.in, + liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_tester.c, + liblwgeom/liblwgeom.h.in, postgis/lwgeom_functions_analytic.c, + postgis/lwgeom_geos.c, postgis/postgis.sql.in, + regress/Makefile.in, regress/tickets.sql, + regress/tickets_expected: #2996 ST_MinimumBoundingCircle doesn't + always contain all points + +2015-11-27 17:19 Regina Obe + + * [r14444] README.md: winnie and debbie jenkins job names changed + to mirror postgis branches (2.3 changed to trunk) + +2015-11-27 13:08 Sandro Santilli + + * [r14442] liblwgeom/cunit/cu_out_twkb.c: Trip BOM from unit test + + See #3379 + +2015-11-27 11:18 Sandro Santilli + + * [r14441] liblwgeom/lwgeom_topo.c: Fix typo in the invocation of + lwt_be_getNodeWithinBox2D callback + +2015-11-26 14:34 Paul Ramsey + + * [r14439] liblwgeom/cunit/cu_misc.c: Test out freeing on simple + cloned objects, do they + obey the read-only command? ref #3246 + +2015-11-26 13:00 Sandro Santilli + + * [r14438] liblwgeom/lwgeom_geos_clean.c: Reduce paranoia in + ST_MakeValid + +2015-11-26 09:08 Sandro Santilli + + * [r14433] topology/topology.sql.in: Fix handling of hierarchical + topo layers with multiple topologies + + Different layers with same id in different topologies confused + GetTopoGeomElements and AddTopoGeometryColumn. + + See #3378 + +2015-11-25 23:22 Sandro Santilli + + * [r14432] NEWS, topology/topology.sql.in: Add + topology.populate_topology_layer function + + Useful for passing data around. + +2015-11-25 21:40 Paul Ramsey + + * [r14429] regress/tickets.sql, regress/tickets_expected: Add test + for repeated points #3375 + +2015-11-25 20:31 Paul Ramsey + + * [r14428] liblwgeom/liblwgeom.h.in, + liblwgeom/liblwgeom_internal.h, liblwgeom/lwcollection.c, + liblwgeom/lwgeom.c, liblwgeom/lwline.c, liblwgeom/lwmpoint.c, + liblwgeom/lwpoly.c, liblwgeom/ptarray.c, + postgis/lwgeom_functions_basic.c: #3376, make arguments to + repeated point removal be const + +2015-11-25 20:10 Paul Ramsey + + * [r14425] liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c: + Fix to arc center calculation, from tiipponen, #3099 + +2015-11-25 18:20 Sandro Santilli + + * [r14423] NEWS, doc/extras_topology.xml, topology/Makefile.in, + topology/sql/topogeometry/topogeom_edit.sql.in, + topology/test/Makefile.in, + topology/test/regress/topogeom_edit.sql, + topology/test/regress/topogeom_edit_expected, + topology/topology.sql.in: Add TopoGeom_{add,rem}Element functions + + Includes regression tests and documentation + +2015-11-24 09:22 Sandro Santilli + + * [r14421] extensions/upgradeable_versions.mk: Add + check-installed-upgrades rule under extensions + + The rule runs upgrade tests for all available extension + upgrade paths. Mostly fails, due to the features checked not + always being available in the installed versions of the + extension, + but is a good starting point to improve the testing coverage. + +2015-11-22 14:26 Daniel Baston + + * [r14416] postgis/lwgeom_geos.c: remove inaccurate comments (the + tests are always performed, and we're calculating a box if we + don't have one) + +2015-11-21 10:14 Sandro Santilli + + * [r14411] regress/regress_ogc_cover.sql, + regress/regress_ogc_cover_expected: Remove execute bit from + testcases + +2015-11-20 19:00 Sandro Santilli + + * [r14410] topology/test/regress/topoelementarray_agg.sql, + topology/test/regress/topoelementarray_agg_expected: Add test for + (non-literal) NULL TopoElementArray + +2015-11-20 18:42 Sandro Santilli + + * [r14409] ci/winnie/regress_postgis.sh: Add -v to the installcheck + step of winnie build + +2015-11-20 14:01 Sandro Santilli + + * [r14407] .gitlab-ci.yml: Add RUNTESTFLAGS=-v to installcheck to + +2015-11-20 09:50 Sandro Santilli + + * [r14405] regress/run_test.pl: Allow existance of databases + including name of target test db + + .. otherwise you get a weird "database postgis_reg already + exists" + when only having a database like "postgis_reg_22" (for example) + .. + +2015-11-18 14:50 Regina Obe + + * [r14401] .gitignore: add more stuff to ignore so my git add + doesn't pull in all my compiled crap + +2015-11-18 13:05 Daniel Baston + + * [r14400] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in, + liblwgeom/cunit/cu_iterator.c, liblwgeom/cunit/cu_tester.c, + liblwgeom/liblwgeom.h.in, liblwgeom/lwiterator.c: add + LWPOINTITERATOR (closes #3366) + +2015-11-18 05:14 Sandro Santilli + + * [r14399] configure.ac: Cleanly handle empty return from pg_config + --pgxs + + On a debian-derivate system, the call may prints on stderr: + + " You need to install postgresql-server-dev-X.Y for building + a server-side extension or libpq-dev for building a client-side + application. " + + This has been seen on a Trisquel 7.0 GNU/Linux system. + +2015-11-16 12:48 Sandro Santilli + + * [r14390] README.md: Add gitlab-ci badge + +2015-11-16 11:59 Sandro Santilli + + * [r14387] .gitlab-ci.yml: Add gitlab-ci configuration + +2015-11-14 19:09 Regina Obe + + * [r14381] README.md: Add winnie's 2.3 build badge + +2015-11-13 20:10 Paul Ramsey + + * [r14380] liblwgeom/lwout_twkb.c, regress/tickets.sql, + regress/tickets_expected: #3368, twkb on 32bit architectures + +2015-11-12 19:23 Paul Ramsey + + * [r14378] extensions/upgradeable_versions.mk: Add some upgrade + targets for future + +2015-11-10 20:23 Paul Ramsey + + * [r14377] liblwgeom/lwgeom.c, regress/tickets.sql, + regress/tickets_expected: #3367, ST_RemoveRepeatedPoints fix for + EMPTY geometry + +2015-11-07 10:39 Sandro Santilli + + * [r14375] topology/sql/topogeometry/totopogeom.sql.in, + topology/test/regress/totopogeom.sql, + topology/test/regress/totopogeom_expected: Fix toTopoGeom loss of + low-id primitives from TopoGeometry definition + + Affects toTopoGeom on including edge with id=2 and face with id=3 + Includes tests. + Fixes #3359 + +2015-11-07 10:10 Regina Obe + + * [r14371] raster/rt_pg/rtpostgis.sql.in: + _raster_constraint_info_scale gives invalid input syntax + + references #3360 fix for PostGIS 2.3 (trunk) + +2015-11-06 21:39 Regina Obe + + * [r14366] doc/introduction.xml: add Dan Baston to Core Dev list + references #3358 + +2015-11-06 21:14 Paul Ramsey + + * [r14364] liblwgeom/lwin_geojson.c: Remove issue with json parsing + +2015-11-06 17:57 Regina Obe + + * [r14363] postgis/geography_inout.c: missed a spot in last commit + +2015-11-06 17:57 Regina Obe + + * [r14362] postgis/geography_inout.c, + postgis/geography_measurement.c: back to using + geography_gserialized, but don't add box (gserialized does that) + (but we must still set geodetic for some ungodly reason) + references #3355 references #3356 + +2015-11-06 15:05 Paul Ramsey + + * [r14361] liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeom.c: Back + out all fiddling w/ geodetic bboxes, there is no win here + +2015-11-06 15:02 Paul Ramsey + + * [r14360] liblwgeom/cunit/cu_geodetic.c: Change cunit test to + respect fact that points are serialized with boxes on them + +2015-11-06 14:33 Paul Ramsey + + * [r14359] liblwgeom/lwgeom.c: #3356, ensure that geographies + coming in from text do have boxes calculated + +2015-11-05 19:57 Paul Ramsey + + * [r14356] authors.git, authors.svn: Add dbaston + +2015-11-03 11:12 Regina Obe + + * [r14353] postgis/geography_measurement.c: revert to prior fix for + 2.3 to make travis happy + references #3355 + +2015-11-03 10:54 Regina Obe + + * [r14352] postgis/geography_inout.c, + postgis/geography_measurement.c: cleanup whitespace and comments + references #3356 (for 2.3 branch) + references #3355 (for 2.3 branch for segmentize) + +2015-11-03 10:31 Regina Obe + + * [r14351] postgis/geography_inout.c, + postgis/geography_measurement.c: make sure to drop whatever boxes + first + references #3356 (fix for 2.3 branch) + references #3355 redo of fix for 2.3 branch for segmentize + +2015-11-03 07:51 Regina Obe + + * [r14350] postgis/geography_inout.c, + postgis/geography_measurement.c, regress/sfcgal/tickets_expected, + regress/tickets.sql, regress/tickets_expected: Don't add + unnecessary boxes during geography casting + references #3356 (fix for 2.3 branch) + references #3355 redo of fix for 2.3 branch for segmentize + +2015-11-02 07:25 Regina Obe + + * [r14346] postgis/geography_measurement.c: #3355 ST_Segmentize + does not add geography box + ST_Intersects fails as result + Fixes for 2.3 + +2015-10-29 09:52 Sandro Santilli + + * [r14339] .travis.yml: Send travis activity notices to + #postgis-activity + + See + https://lists.osgeo.org/pipermail/postgis-devel/2015-October/025436.html + +2015-10-29 08:56 Sandro Santilli + + * [r14338] NEWS, liblwgeom/lwgeom_topo.c, + topology/test/regress/sqlmm.sql, + topology/test/regress/sqlmm_expected: Set endpoints isolation in + lwt_RemIsoEdge (ST_RemoveIsoEdge) + + See #3351 + +2015-10-28 13:06 Paul Ramsey + + * [r14332] + extensions/postgis/sql_bits/mark_editable_objects.sql.in: #3352, + mark all spatial_ref_sys entries as part of extension + +2015-10-26 17:51 Sandro Santilli + + * [r14330] topology/Makefile.in: Install postgis_topology within + postgis module dir + + See #3349 + +2015-10-26 09:07 Sandro Santilli + + * [r14329] configure.ac: Fix build on systems with no sfcgal + installed + + See https://travis-ci.org/postgis/postgis/builds/87413334 + Ref #3348 + +2015-10-26 08:33 Sandro Santilli + + * [r14328] configure.ac: Accept --with-sfcgal with no arguments as + a valid way to enable it + + Closes #3348 + +2015-10-26 07:46 Regina Obe + + * [r14325] ci/debbie/postgis_regress.sh: specify full path to + system sfcgal-config. Evidentally postgis is not smart enough to + find it even though its in path + +2015-10-26 07:39 Regina Obe + + * [r14324] ci/debbie/postgis_regress.sh: change debbie to build + with system install of sfcgal + +2015-10-24 22:11 Regina Obe + + * [r14316] extras/tiger_geocoder/tiger_loader_2013.sql, + extras/tiger_geocoder/tiger_loader_2014.sql, + extras/tiger_geocoder/tiger_loader_2015.sql: addresses #3347 + force order of staged insert columns to be in table column order + +2015-10-24 20:17 Regina Obe + + * [r14310] README.md: Add Debbie's build badge (prefix badges with + the name of the bot) + +2015-10-24 19:41 Regina Obe + + * [r14307] NEWS, doc/release_notes.xml: up port PostGIS 2.1 branch + release notes + +2015-10-22 15:57 Paul Ramsey + + * [r14304] postgis/gserialized_typmod.c: #3342, ignoring M in + typmod output + +2015-10-22 08:05 Regina Obe + + * [r14301] README.md: update with links to our release tar balls + and change sections to headings. + +2015-10-22 06:11 Sandro Santilli + + * [r14299] doc/extras_topology.xml, doc/faq_raster.xml, + doc/introduction.xml, doc/reference_output.xml, + doc/reference_raster.xml, doc/release_notes.xml, + doc/using_postgis_dataman.xml, doc/using_raster_dataman.xml: + remove/replace broken links in manual + + Patch by Daniel Baston + Closes http://github.com/postgis/postgis/pull/70 + +2015-10-21 14:17 Sandro Santilli + + * [r14298] doc/extras_topology.xml, + topology/sql/export/TopoJSON.sql.in, + topology/test/regress/topojson.sql, + topology/test/regress/topojson_expected: Support for Puntal + output in topology.AsTopoJSON + + Closes #3343 + +2015-10-19 20:42 Regina Obe + + * [r14296] doc/installation.xml, doc/reference_editor.xml: From Dan + Baston - installation and editor function typos closes + https://github.com/postgis/postgis/pull/69 + +2015-10-19 20:12 Regina Obe + + * [r14294] doc/reference_processing.xml: Dan Baston documentation + patches from https://github.com/postgis/postgis/pull/68 + +2015-10-19 19:35 Regina Obe + + * [r14293] CONTRIBUTING.md: fix typo + +2015-10-19 19:29 Regina Obe + + * [r14292] README.md: change readme to have links to PostGIS + contributing instructions and manuals + +2015-10-19 10:52 Sandro Santilli + + * [r14290] CONTRIBUTING.md: Draft a CONTRIBUTING file as suggested + by Jody Garnett + + See + https://lists.osgeo.org/pipermail/discuss/2015-October/015197.html + +2015-10-19 04:31 Regina Obe + + * [r14289] postgis/postgis.sql.in: addresses #3340 fix typo in last + commit + +2015-10-19 04:16 Regina Obe + + * [r14288] postgis/postgis.sql.in: addresses #3340 for 2.3 support + for foreign tables in populate_geometry_columns + +2015-10-17 05:47 Sandro Santilli + + * [r14284] raster/rt_pg/Makefile.in: Properly encode raster/rt_pg + dependencies + + Fixes #3335 for me (in 2.3.0dev) + +2015-10-15 11:31 Sandro Santilli + + * [r14281] README.postgis: More line length reduction + + Mostly a test for notification of commits via mail + +2015-10-15 10:55 Sandro Santilli + + * [r14280] README.postgis: Minor style change + + Hopefully closes #3330 (trac update via commit log) + +2015-10-14 13:15 Regina Obe + + * [r14277] doc/reference_constructor.xml: Add missing availability + note + +2015-10-14 12:58 Sandro Santilli + + * [r14275] doc/reference_processing.xml: Re-add (T) modifiers in + docs for ST_Buffer and ST_Intersection + + Closes #3331 + +2015-10-14 06:47 Sandro Santilli + + * [r14273] README.postgis: 80 cols wrap, indent + + Mostly serves as a test for updating tickets via commit message, + see #3330 + +2015-10-13 07:42 Sandro Santilli + + * [r14269] liblwgeom/bytebuffer.h, liblwgeom/effectivearea.h, + liblwgeom/lwin_twkb.c, liblwgeom/varint.h: Strip BOM from files + +2015-10-12 20:29 Sandro Santilli + + * [r14268] liblwgeom/lwgeom_topo.c: Fix memory leak in + lwt_ChangeEdgeGeom [liblwgeom] + +2015-10-12 15:27 Sandro Santilli + + * [r14266] regress/run_test.pl: No need to check for path existance + when using mkpath + + The check would be done internally + +2015-10-12 15:22 Sandro Santilli + + * [r14264] regress/run_test.pl: Create full temporary path if not + existing + +2015-10-11 20:31 Sandro Santilli + + * [r14251] liblwgeom/lwgeom_topo.c: Only consider closest edges for + snapping to newly added point (#3329) + + This is a fix of r14155, which was the C version of the fix for + #3280 + +2015-10-09 08:35 Sandro Santilli + + * [r14240] GNUmakefile.in: Do not force comments uninstall when + building without postgresql + + See #3325 (friend with #3157) + +2015-10-09 08:11 Sandro Santilli + + * [r14238] Version.config: Set liblwgeom versioning to 0:0:0 (why + start at 1?) + +2015-10-08 16:35 Sandro Santilli + + * [r14235] NEWS: Rewrite the liblwgeom compatibilty notice to + reflect reality + +2015-10-08 15:51 Sandro Santilli + + * [r14232] configure.ac: Be more tolerant on the format of + Version.config + +2015-10-08 11:38 Sandro Santilli + + * [r14230] HOWTO_RELEASE, Version.config, configure.ac: Update + liblwgeom version to use Version.config + +2015-10-08 09:07 Sandro Santilli + + * [r14225] liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c, + topology/postgis_topology.c: Fix universe face splitting + performance regression (#3321) + + NOTE: breaks the liblwgeom-topo ABI from 2.2.0RC1, should never + affect postgis (unless a 2.2.0RC1 version of it dynamically + links to a 2.2.0RC1+ liblwgeom version) + +2015-10-07 22:16 Regina Obe + + * [r14219] regress/measures.sql, regress/regress.sql, + regress/sfcgal/measures.sql, regress/sfcgal/tickets.sql, + regress/tickets.sql: #3323 get rid of deprecated calls in our + tests + +2015-10-07 21:27 Regina Obe + + * [r14217] postgis/postgis.sql.in: #3322 get rid of hard-coded lib + path + +2015-10-07 19:15 Paul Ramsey + + * [r14212] HOWTO_RELEASE: Remove freshmeat from list of sites to + update + +2015-10-07 18:59 Paul Ramsey + + * [r14210] NEWS, README.postgis, Version.config, + extensions/upgradeable_versions.mk: Bump versions on trunk + +2015-10-07 18:35 Paul Ramsey + + * [r14207] ChangeLog, NEWS, README.postgis, Version.config, + doc/release_notes.xml, extensions/upgradeable_versions.mk: + PostGIS 2.2.0 version and date setting + +2015-10-07 18:35 Paul Ramsey + + * [r14206] liblwgeom/lwalgorithm.c: Slightly more useful error + message from geohash + +2015-10-07 16:30 Sandro Santilli + + * [r14205] liblwgeom/lwgeom_topo.c: Fix compiler warnings, pretty + much all safe (#3320) + 2015-10-06 21:23 Paul Ramsey * [r14200] doc/reference_processing.xml: Add x-refs between cluster @@ -23,13 +4085,13 @@ doc/xsl/postgis_aggs_mm.xml.xsl: #2916, they are 'curvepolygon' not 'curvedpolygon' -2015-10-05 17:37 Bborie Park +2015-10-05 17:37 Bborie Park * [r14195] raster/rt_core/rt_mapalgebra.c, raster/rt_core/rt_pixel.c, raster/rt_pg/rtpg_mapalgebra.c, raster/test/regress/rt_mapalgebra_mask_expected: syntax cleanup -2015-10-05 16:44 Bborie Park +2015-10-05 16:44 Bborie Park * [r14194] raster/test/regress/rt_mapalgebra_mask_expected: code cleanup @@ -138,7 +4200,7 @@ - may want to consider removing them in 2.3 and replacing with default args) -2015-10-03 06:12 Sandro Santilli +2015-10-03 06:12 Sandro Santilli * [r14176] loader/pgsql2shp-core.h: Drop postgis_config.h include from header file (#2303) @@ -162,12 +4224,12 @@ windows doesn't work -- add in the extra dependencies introduced by PostGIS 2.2 :( -2015-10-01 20:13 Sandro Santilli +2015-10-01 20:13 Sandro Santilli * [r14172] NEWS: Add item about the new "lwgeom_version" function in liblwgeom -2015-10-01 20:09 Sandro Santilli +2015-10-01 20:09 Sandro Santilli * [r14171] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c, postgis/lwgeom_functions_basic.c, @@ -184,14 +4246,14 @@ spatial ref. Add WHERE to compute_srid.. so its an easier cut and paster to editable routine -2015-09-30 15:37 Sandro Santilli +2015-09-30 15:37 Sandro Santilli * [r14156] topology/postgis_topology.c: Honour topology-wide precision configuration (#3304) NOTE: only 2.2.0-RC1 was published with this bug present -2015-09-30 13:57 Sandro Santilli +2015-09-30 13:57 Sandro Santilli * [r14155] liblwgeom/lwgeom_topo.c, topology/test/regress/topogeo_addlinestring.sql, @@ -221,12 +4283,12 @@ add a note about using GUC for raster settings (instead of less cross-platform environment approach) -2015-09-29 21:25 Sandro Santilli +2015-09-29 21:25 Sandro Santilli * [r14147] doc/Makefile.in, doc/po/Makefile.local: Fix check-local rule to properly setup symlinks -2015-09-29 21:15 Sandro Santilli +2015-09-29 21:15 Sandro Santilli * [r14146] doc/po/it_IT/installation.xml.po: Update italian installation transation @@ -238,22 +4300,22 @@ debbie's job alreayd to use this script instead of the one from buildbot svn) -2015-09-29 20:10 Sandro Santilli +2015-09-29 20:10 Sandro Santilli * [r14143] doc/po/it_IT/installation.xml.po: Fix it_IT translation of installation.xml.po -2015-09-29 20:09 Sandro Santilli +2015-09-29 20:09 Sandro Santilli * [r14142] doc/Makefile.in: Add "check-localized" rule in doc/Makefile (#3302) -2015-09-29 19:36 Sandro Santilli +2015-09-29 19:36 Sandro Santilli * [r14141] doc/po/pt_BR/installation.xml.po: Fix pt_BR translation of installation.xml.po -2015-09-29 19:29 Sandro Santilli +2015-09-29 19:29 Sandro Santilli * [r14140] doc/po/de_DE/extras.xml.po, doc/po/de_DE/extras_address_standardizer.xml.po, @@ -287,17 +4349,17 @@ doc/po/de_DE/using_raster_dataman.xml.po: update-po after new german translation was added -2015-09-29 19:29 Sandro Santilli +2015-09-29 19:29 Sandro Santilli * [r14139] doc/po/de_DE/Makefile: Add missing Makefile to build german documentation -2015-09-29 19:15 Sandro Santilli +2015-09-29 19:15 Sandro Santilli * [r14138] doc/po/de_DE/faq.xml.po: Add missing ending quotes in german faq translations (#3293) -2015-09-29 19:10 Sandro Santilli +2015-09-29 19:10 Sandro Santilli * [r14137] doc/po/de_DE/faq.xml.po: Update German translation of FAQs (#3293) @@ -307,7 +4369,7 @@ * [r14136] liblwgeom/g_box.c, regress/tickets.sql, regress/tickets_expected: #3300, Box3D for curves calculation fix -2015-09-29 14:47 Sandro Santilli +2015-09-29 14:47 Sandro Santilli * [r14135] doc/Makefile.in, doc/po/de_DE, doc/po/de_DE/extras.xml.po, @@ -337,7 +4399,7 @@ doc/po/de_DE/reference_type.xml.po: Add german (partial) translation from transifex -2015-09-29 14:47 Sandro Santilli +2015-09-29 14:47 Sandro Santilli * [r14134] doc/po/es/reference_temporal.xml.po, doc/po/fr/reference_temporal.xml.po, @@ -347,7 +4409,7 @@ doc/po/pt_BR/reference_temporal.xml.po: Add missing reference_temporal.xml.po files -2015-09-29 14:46 Sandro Santilli +2015-09-29 14:46 Sandro Santilli * [r14133] doc/po/es/extras_address_standardizer.xml.po, doc/po/es/extras_tigergeocoder.xml.po, @@ -480,7 +4542,7 @@ * [r14131] HOWTO_RELEASE: Remove old deprcated manual steps -2015-09-29 12:31 Sandro Santilli +2015-09-29 12:31 Sandro Santilli * [r14130] doc/po/templates/extras_address_standardizer.xml.pot, doc/po/templates/extras_tigergeocoder.xml.pot, @@ -508,32 +4570,32 @@ doc/po/templates/using_raster_dataman.xml.pot: Update translation templates -2015-09-29 12:31 Sandro Santilli +2015-09-29 12:31 Sandro Santilli * [r14129] doc/.tx/config, doc/po/templates/reference_temporal.xml.pot: Add reference_temporal.xml translation resource -2015-09-29 11:43 Sandro Santilli +2015-09-29 11:43 Sandro Santilli * [r14128] liblwgeom/Makefile.in, loader/Makefile.in: Honor build flags in liblwgeom and loader dirs (#3291) Patch by Markus Wanner -2015-09-29 11:38 Sandro Santilli +2015-09-29 11:38 Sandro Santilli * [r14127] loader/shp2pgsql-gui.1: Strip BOM out of manpage (#3292) Thanks Markus Wanner -2015-09-29 11:25 Sandro Santilli +2015-09-29 11:25 Sandro Santilli * [r14126] regress/delaunaytriangles.sql, regress/delaunaytriangles_expected: Add 3D tests for ST_DelaunayTriangles (#2301) -2015-09-29 11:12 Sandro Santilli +2015-09-29 11:12 Sandro Santilli * [r14125] utils/Makefile.in: Do not override install/uninstall/clean targets from PGXS (#3284) @@ -554,14 +4616,14 @@ to demonstrate how to enable all drivers and also show some cool new offerings in GDAL 2.0 -2015-09-28 07:40 Sandro Santilli +2015-09-28 07:40 Sandro Santilli * [r14119] regress/run_test.pl: Add support for creating extension from unpackaged (#3296) Use: ./run_test.pl --extension --upgrade-path unpackaged--2.2.0 -2015-09-28 07:15 Sandro Santilli +2015-09-28 07:15 Sandro Santilli * [r14118] regress/run_test.pl: Typo in help message @@ -582,12 +4644,12 @@ * [r14115] loader/shpcommon.h: #3289 - spelling mistakes -- apply remainder shplib provided by sebastic -2015-09-26 10:49 Sandro Santilli +2015-09-26 10:49 Sandro Santilli * [r14114] raster/rt_core/librtcore.h: Detect GNU/Hurd and treat it like Linux just as BSD (#3295) -2015-09-26 10:17 Sandro Santilli +2015-09-26 10:17 Sandro Santilli * [r14113] doc/extras_topology.xml, doc/po/es/extras_topology.xml.po, @@ -691,12 +4753,12 @@ * [r14088] liblwgeom/lwprint.c: Fix valgrind for lwprint for DMS malformed case -2015-09-23 07:41 Sandro Santilli +2015-09-23 07:41 Sandro Santilli * [r14087] liblwgeom/lwpoint.c, liblwgeom/ptarray.c: More postgis_config.h include ordering -2015-09-23 07:03 Sandro Santilli +2015-09-23 07:03 Sandro Santilli * [r14086] liblwgeom/lwin_wkb.c: Include postgis_config.h before others, to allow overriding debug @@ -712,7 +4774,7 @@ * [r14084] liblwgeom/ptarray.c: Slight performance tweak to remove repeated points -2015-09-21 16:16 Sandro Santilli +2015-09-21 16:16 Sandro Santilli * [r14083] configure.ac: Do not export library symbols from the PostgreSQL module @@ -721,16 +4783,16 @@ liblwgeom. See #3281. -2015-09-21 16:16 Sandro Santilli +2015-09-21 16:16 Sandro Santilli * [r14082] configure.ac: Search for exclude-libs support at configure time -2015-09-21 15:46 Sandro Santilli +2015-09-21 15:46 Sandro Santilli * [r14081] configure.ac: Stop looking for C++ compiler (#3282) -2015-09-21 06:59 Sandro Santilli +2015-09-21 06:59 Sandro Santilli * [r14079] doc/reference_processing.xml: Cross-link ST_Subdivide and ST_Split @@ -742,14 +4804,14 @@ extensions/address_standardizer/tokenize.c: Get rid of compiler warnings -2015-09-16 12:00 Sandro Santilli +2015-09-16 12:00 Sandro Santilli * [r14077] topology/postgis_topology.c: Fix precision of face bounding box in topology callbacks This bug triggered a regression from 2.1 -2015-09-16 08:26 Sandro Santilli +2015-09-16 08:26 Sandro Santilli * [r14076] topology/postgis_topology.c: Fix premature reset of data_changed flag @@ -758,55 +4820,55 @@ statement would fail to see changes introduced by itself. -2015-09-16 07:09 Sandro Santilli +2015-09-16 07:09 Sandro Santilli * [r14075] liblwgeom/cunit/cu_clean.c, liblwgeom/lwgeom_geos_clean.c: Plug leak in lwpoly_make_valid for unclosed ring polygons -2015-09-16 06:18 Sandro Santilli +2015-09-16 06:18 Sandro Santilli * [r14074] liblwgeom/lwgeom_topo.c: Fix mis-handling of _lwt_EdgeMotionArea return code -2015-09-15 20:32 Sandro Santilli +2015-09-15 20:32 Sandro Santilli * [r14073] liblwgeom/lwgeom_topo.c: Plug gbox leak in _lwt_AddFaceSplit -2015-09-15 20:22 Sandro Santilli +2015-09-15 20:22 Sandro Santilli * [r14072] liblwgeom/lwgeom_topo.c: Plug leak in lwt_RemoveIsoNode -2015-09-15 20:01 Sandro Santilli +2015-09-15 20:01 Sandro Santilli * [r14071] liblwgeom/lwgeom_topo.c: Plug leaks in lwt_MoveIsoNode -2015-09-15 19:51 Sandro Santilli +2015-09-15 19:51 Sandro Santilli * [r14070] liblwgeom/ptarray.c: Do not assume lwerror long-jumps in ptarray_insert_point -2015-09-15 19:51 Sandro Santilli +2015-09-15 19:51 Sandro Santilli * [r14069] liblwgeom/lwgeom_topo.c: Fix memory leak in lwt_GetNodeByPoint -2015-09-15 14:58 Sandro Santilli +2015-09-15 14:58 Sandro Santilli * [r14068] liblwgeom/lwgeom_topo.c: Plug leak in lwt_GetEdgeByPoint -2015-09-15 14:52 Sandro Santilli +2015-09-15 14:52 Sandro Santilli * [r14067] liblwgeom/lwgeom_topo.c: Plug leak of signed edge ids in _lwt_AddFaceSplit -2015-09-15 14:44 Sandro Santilli +2015-09-15 14:44 Sandro Santilli * [r14066] liblwgeom/lwgeom_topo.c: Remove memory leak in lwt_AddLine -2015-09-14 14:47 Sandro Santilli +2015-09-14 14:47 Sandro Santilli * [r14065] topology/postgis_topology.c: Fix hardly reachable memory fault and plug more temporary leaks @@ -815,12 +4877,12 @@ unexpected return from SPI_execute (unlikely). -2015-09-14 14:35 Sandro Santilli +2015-09-14 14:35 Sandro Santilli * [r14064] topology/postgis_topology.c: Plug leak in get{Node,Edge,Face}WithinBox2D topology callbacks -2015-09-14 12:13 Sandro Santilli +2015-09-14 12:13 Sandro Santilli * [r14063] liblwgeom/liblwgeom.h.in, raster/rt_core/librtcore.h, raster/rt_pg/rtpostgis.c, topology/postgis_topology.c: Add all @@ -829,19 +4891,19 @@ Fixes the leftover suggestion warnings from -Wmissing-format-attribute -2015-09-09 13:18 Sandro Santilli +2015-09-09 13:18 Sandro Santilli * [r14061] doc/extras_topology.xml: Fix docs for topology.intersects (#2593) -2015-09-09 10:57 Sandro Santilli +2015-09-09 10:57 Sandro Santilli * [r14060] GNUmakefile.in: Do not force comments install when building without postgresql See #3157 -2015-09-09 10:15 Sandro Santilli +2015-09-09 10:15 Sandro Santilli * [r14059] configure.ac: Drop --without-postgresql, use --without-pgconfig for same purpose @@ -891,7 +4953,7 @@ #2981 handling state highways with named parts. This might not be the best way to parse but aligns with tiger data. Include tests -2015-09-07 07:52 Sandro Santilli +2015-09-07 07:52 Sandro Santilli * [r14051] liblwgeom/lwgeom_topo.c: Reduce pointarray copies on face split @@ -996,19 +5058,19 @@ liblwgeom/effectivearea.h, liblwgeom/lwin_twkb.c, liblwgeom/varint.h: Fix right spelling of Avén in UTF8 -2015-08-29 16:41 Sandro Santilli +2015-08-29 16:41 Sandro Santilli * [r14033] liblwgeom/lwgeom_topo.c, topology/test/regress/topogeo_addlinestring.sql: More SRID fixes Adds SRID to TopoGeo_AddLinestring tests -2015-08-29 16:21 Sandro Santilli +2015-08-29 16:21 Sandro Santilli * [r14031] topology/test/regress/st_newedgessplit.sql: Fix srid-aware test for "newedgessplit" -2015-08-29 15:58 Sandro Santilli +2015-08-29 15:58 Sandro Santilli * [r14029] liblwgeom/lwgeom_topo.c, topology/test/regress/st_modedgesplit.sql, @@ -1017,21 +5079,21 @@ Add SRID to edge split tests -2015-08-29 11:10 Sandro Santilli +2015-08-29 11:10 Sandro Santilli * [r14028] liblwgeom/lwgeom_topo.c: Use extended WKT for debuggin -2015-08-29 11:04 Sandro Santilli +2015-08-29 11:04 Sandro Santilli * [r14027] liblwgeom/lwgeom_topo.c: Remove function name from debug messages (it's already included) -2015-08-29 09:19 Sandro Santilli +2015-08-29 09:19 Sandro Santilli * [r14026] NEWS, liblwgeom/lwgeom_topo.c: Do not reference face object after free -2015-08-28 19:57 Sandro Santilli +2015-08-28 19:57 Sandro Santilli * [r14025] NEWS: Properly encode Nicklas name in UTF8 @@ -1046,72 +5108,72 @@ postgis/postgis_drop_before.sql: Try to remove multiple signatures... -2015-08-27 21:23 Sandro Santilli +2015-08-27 21:23 Sandro Santilli * [r14022] liblwgeom/lwgeom_topo.c: Fix debug build -2015-08-27 21:14 Sandro Santilli +2015-08-27 21:14 Sandro Santilli * [r14021] liblwgeom/lwgeom_topo.c: Remove (leaky) debugging -2015-08-27 21:08 Sandro Santilli +2015-08-27 21:08 Sandro Santilli * [r14020] topology/postgis_topology.c: Use LWTFMT_ELEMID under topology/ too (#3243) -2015-08-27 12:46 Sandro Santilli +2015-08-27 12:46 Sandro Santilli * [r14019] liblwgeom/lwgeom_topo.c: More leaks plugging -2015-08-27 11:19 Sandro Santilli +2015-08-27 11:19 Sandro Santilli * [r14018] liblwgeom/ptarray.c: Fix leak in ptarray_merge -2015-08-27 11:01 Sandro Santilli +2015-08-27 11:01 Sandro Santilli * [r14017] liblwgeom/lwgeom_topo.c: Fix some leaks in _lwt_AddFaceSplit -2015-08-27 10:55 Sandro Santilli +2015-08-27 10:55 Sandro Santilli * [r14016] liblwgeom/liblwgeom_topo.h: Typo in topo signature -2015-08-27 09:55 Sandro Santilli +2015-08-27 09:55 Sandro Santilli * [r14015] postgis/postgis.sql.in, postgis/sfcgal.sql.in: Add SFGAL script version mismatch on postgis_full_version See #3266 -2015-08-26 17:30 Sandro Santilli +2015-08-26 17:30 Sandro Santilli * [r14014] liblwgeom/lwgeom_topo.c: Plug more leaks in lwgeom-topo -2015-08-26 16:51 Sandro Santilli +2015-08-26 16:51 Sandro Santilli * [r14013] liblwgeom/lwgeom_topo.c: Plug edge leak on edge split -2015-08-26 16:39 Sandro Santilli +2015-08-26 16:39 Sandro Santilli * [r14012] liblwgeom/lwgeom_topo.c: More leaks plugged on edge split -2015-08-26 16:18 Sandro Santilli +2015-08-26 16:18 Sandro Santilli * [r14011] liblwgeom/lwgeom_topo.c: Do not leak POINTARRAY objects on edge split -2015-08-26 15:49 Sandro Santilli +2015-08-26 15:49 Sandro Santilli * [r14010] liblwgeom/lwgeom_topo.c: Do not leak POINTARRAYs during topology function calls -2015-08-26 14:45 Sandro Santilli +2015-08-26 14:45 Sandro Santilli * [r14009] liblwgeom/lwgeom_topo.c: Plug another leak in lwt_AddIsoEdge -2015-08-26 14:21 Sandro Santilli +2015-08-26 14:21 Sandro Santilli * [r14007] liblwgeom/lwgeom_topo.c, topology/test/regress/st_getfaceedges.sql, @@ -1120,45 +5182,45 @@ Includes regress test -2015-08-26 12:56 Sandro Santilli +2015-08-26 12:56 Sandro Santilli * [r14005] liblwgeom/lwgeom_topo.c: Fix error message from GetFaceEdges -2015-08-26 12:36 Sandro Santilli +2015-08-26 12:36 Sandro Santilli * [r14004] liblwgeom/lwgeom_topo.c: More leaks in _lwt_CheckEdgeCrossing -2015-08-26 12:16 Sandro Santilli +2015-08-26 12:16 Sandro Santilli * [r14003] liblwgeom/lwgeom_topo.c: Correctly plug nodes leak in _lwt_AddEdge -2015-08-26 12:01 Sandro Santilli +2015-08-26 12:01 Sandro Santilli * [r14002] liblwgeom/lwgeom_topo.c: Revert "Plug nodes leak in _lwt_AddEdge" This reverts r14001, as it introduced instabilities -2015-08-26 11:02 Sandro Santilli +2015-08-26 11:02 Sandro Santilli * [r14001] liblwgeom/lwgeom_topo.c: Plug nodes leak in _lwt_AddEdge -2015-08-26 11:02 Sandro Santilli +2015-08-26 11:02 Sandro Santilli * [r14000] liblwgeom/lwgeom_topo.c: More leaks plugged in _lwt_CheckEdgeCrossing -2015-08-26 10:19 Sandro Santilli +2015-08-26 10:19 Sandro Santilli * [r13999] liblwgeom/lwgeom_topo.c: Fix memory leak in _lwt_CheckEdgeCrossing, used by edge adding funx Thanks Alessandro Furieri for spotting this -2015-08-25 14:20 Sandro Santilli +2015-08-25 14:20 Sandro Santilli * [r13998] regress/run_test.pl: Add license header to run_test.pl @@ -1182,14 +5244,14 @@ * [r13995] doc/installation.xml: updte loading data to include vacuumning and install missing indexes -2015-08-24 12:03 Sandro Santilli +2015-08-24 12:03 Sandro Santilli * [r13994] postgis/postgis.sql.in: Do not raise missing-topology NOTICE on postgis_full_version() See #3257 -2015-08-24 10:45 Sandro Santilli +2015-08-24 10:45 Sandro Santilli * [r13993] extras/tiger_geocoder/upgrade_geocoder.bat: Convert .bat file to crlf, as requested by .gitattributes @@ -1424,7 +5486,7 @@ regress/geography_expected: #2422, improper stopping behavior in geographic dwithin -2015-08-20 16:24 Sandro Santilli +2015-08-20 16:24 Sandro Santilli * [r13953] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c, @@ -1434,19 +5496,19 @@ Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) -2015-08-20 15:13 Sandro Santilli +2015-08-20 15:13 Sandro Santilli * [r13952] liblwgeom/lwgeom_topo.c, topology/postgis_topology.c: Do not force debug on in C topology -2015-08-20 15:00 Sandro Santilli +2015-08-20 15:00 Sandro Santilli * [r13951] doc/reference_management.xml: Fix typo in PopulateGeometryColumns docs Thanks Oliver Tonnhofer for spotting this -2015-08-20 14:59 Sandro Santilli +2015-08-20 14:59 Sandro Santilli * [r13950] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h, liblwgeom/liblwgeom_topo_internal.h, liblwgeom/lwgeom_topo.c, @@ -1457,7 +5519,7 @@ Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) -2015-08-20 11:28 Sandro Santilli +2015-08-20 11:28 Sandro Santilli * [r13949] liblwgeom/lwgeom_topo.c: Fix error on "other connected edges" in _lwt_HealEdges @@ -1465,7 +5527,7 @@ Thanks Alessandro Furieri for catching this (our testsuite missed it!) -2015-08-20 10:30 Sandro Santilli +2015-08-20 10:30 Sandro Santilli * [r13948] liblwgeom/TODO, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c, topology/sql/populate.sql.in: @@ -1489,7 +5551,7 @@ * [r13943] regress/tickets.sql: Tests for when #3244 is fixed -2015-08-19 16:41 Sandro Santilli +2015-08-19 16:41 Sandro Santilli * [r13942] liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos_split.c: Always return a fully owned object to lwgeom/geos function @@ -1497,19 +5559,19 @@ See #3245 -2015-08-19 10:52 Sandro Santilli +2015-08-19 10:52 Sandro Santilli * [r13941] NEWS, liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c, postgis/lwgeom_geos.c: Add lwgeom_unaryunion to liblwgeom Includes postgis change to use liblwgeom version -2015-08-19 09:15 Sandro Santilli +2015-08-19 09:15 Sandro Santilli * [r13940] NEWS: Add NEWS item about lwgeom_linemerge function in liblwgeom -2015-08-19 09:14 Sandro Santilli +2015-08-19 09:14 Sandro Santilli * [r13939] liblwgeom/cunit/cu_geos.c, liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c, postgis/lwgeom_geos.c: Add @@ -1528,7 +5590,7 @@ * [r13937] postgis/lwgeom_backend_api.c: #3238, handle case of "placeholder" GUC as well as real GUC conflicts -2015-08-18 18:19 Sandro Santilli +2015-08-18 18:19 Sandro Santilli * [r13936] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c, @@ -1536,12 +5598,12 @@ Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) -2015-08-18 17:34 Sandro Santilli +2015-08-18 17:34 Sandro Santilli * [r13935] liblwgeom/lwgeom_topo.c: Fix build with POSTGIS_DEBUG defined -2015-08-18 17:10 Sandro Santilli +2015-08-18 17:10 Sandro Santilli * [r13934] liblwgeom/lwgeom_topo.c, topology/postgis_topology.c: Do not use NOTICE channel for debugging prints @@ -1551,12 +5613,12 @@ * [r13933] loader/shp2pgsql-core.c: #2283, shp2pgsql may be parsing shp's multipolygon incorrectly -2015-08-18 12:58 Sandro Santilli +2015-08-18 12:58 Sandro Santilli * [r13929] doc/extras_topology.xml: Correct exception info about GetFaceByPoint and GetEdgeByPoint (#3241) -2015-08-18 12:54 Sandro Santilli +2015-08-18 12:54 Sandro Santilli * [r13928] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c, @@ -1567,7 +5629,7 @@ Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) -2015-08-18 11:56 Sandro Santilli +2015-08-18 11:56 Sandro Santilli * [r13925] topology/test/regress/getfacebypoint.sql, topology/test/regress/getfacebypoint_expected: Add labels for @@ -1575,21 +5637,21 @@ Makes it easier to know which test failed -2015-08-18 10:56 Sandro Santilli +2015-08-18 10:56 Sandro Santilli * [r13924] topology/postgis_topology.c: Fix getNodeWithinDistance2D callback implementation -2015-08-18 10:14 Sandro Santilli +2015-08-18 10:14 Sandro Santilli * [r13923] liblwgeom/lwgeom_topo.c: Hush compiler warnings -2015-08-18 09:14 Sandro Santilli +2015-08-18 09:14 Sandro Santilli * [r13920] doc/extras_topology.xml: See Also GetFaceByPoint in GetNodeByPoint and GetEdgeByPoint docs -2015-08-17 14:56 Sandro Santilli +2015-08-17 14:56 Sandro Santilli * [r13915] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c, @@ -1600,7 +5662,7 @@ Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) -2015-08-17 09:54 Sandro Santilli +2015-08-17 09:54 Sandro Santilli * [r13914] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c, @@ -1619,7 +5681,7 @@ qualify inherits clause on all tables per Brian Hamlin's suggestion. -2015-08-16 21:34 Sandro Santilli +2015-08-16 21:34 Sandro Santilli * [r13912] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c, @@ -1629,12 +5691,12 @@ Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) -2015-08-16 10:02 Sandro Santilli +2015-08-16 10:02 Sandro Santilli * [r13911] topology/test/regress/st_remedgenewface.sql: Do not run ST_RemEdgeModFace in the test for ST_RemEdgeNewFace -2015-08-16 07:31 Sandro Santilli +2015-08-16 07:31 Sandro Santilli * [r13909] extras/tiger_geocoder/create_geocode.bat: Commit the file with crlf as requested by .gitattribute (I think) @@ -1678,7 +5740,7 @@ * [r13901] extensions/upgradeable_versions.mk: Add 2.0.7 release -2015-08-07 16:19 Sandro Santilli +2015-08-07 16:19 Sandro Santilli * [r13898] topology/test/regress/sqlmm.sql, topology/test/regress/sqlmm_expected: Enhance test for @@ -1686,7 +5748,7 @@ Test edge crossing and valid move -2015-08-07 07:20 Sandro Santilli +2015-08-07 07:20 Sandro Santilli * [r13897] liblwgeom/TODO, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Implement @@ -1694,7 +5756,7 @@ Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) -2015-08-06 17:28 Sandro Santilli +2015-08-06 17:28 Sandro Santilli * [r13896] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c, @@ -1705,7 +5767,7 @@ Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) -2015-08-06 16:59 Sandro Santilli +2015-08-06 16:59 Sandro Santilli * [r13892] topology/test/regress/sqlmm.sql, topology/test/regress/sqlmm_expected: Fix test to really remove @@ -1714,12 +5776,12 @@ Prior to this, only the non-isolated ones were attempted to be removed (only testing the failure case) -2015-08-06 15:25 Sandro Santilli +2015-08-06 15:25 Sandro Santilli * [r13891] liblwgeom/TODO: Add more of the implemented liblwgeom topo API -2015-08-06 15:14 Sandro Santilli +2015-08-06 15:14 Sandro Santilli * [r13890] extensions/address_standardizer/Makefile.in: Do not clean *.control on "make clean" @@ -1730,7 +5792,7 @@ Hopefully fixes debbie build: http://debbie.postgis.net:8080/job/PostGIS_Regress/7454/console -2015-08-06 14:58 Sandro Santilli +2015-08-06 14:58 Sandro Santilli * [r13889] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c, @@ -1740,7 +5802,7 @@ Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) -2015-08-06 10:27 Sandro Santilli +2015-08-06 10:27 Sandro Santilli * [r13888] topology/postgis_topology.c: Fix another possible release of unallocated memory in edge addint funx @@ -1766,21 +5828,21 @@ * [r13885] .travis.yml: Migrate Travis CI builds to the new container-based architecture. -2015-08-05 07:38 Sandro Santilli +2015-08-05 07:38 Sandro Santilli * [r13884] configure.ac: Report postgresql support at the end of ./configure (#3157) -2015-08-05 07:25 Sandro Santilli +2015-08-05 07:25 Sandro Santilli * [r13883] configure.ac: Fix --without-postgresql handling -2015-08-05 06:57 Sandro Santilli +2015-08-05 06:57 Sandro Santilli * [r13882] GNUmakefile.in, configure.ac: Add --without-postgresql switch to only build liblwgeom (#3157) -2015-08-05 06:45 Sandro Santilli +2015-08-05 06:45 Sandro Santilli * [r13881] GNUmakefile.in: postgis.sql and postgis_upgrade.sql are no more created in top dir @@ -1797,7 +5859,7 @@ * [r13878] liblwgeom/lwgeom_topo.c: #3206 fix windows issues with topology -2015-08-04 21:08 Sandro Santilli +2015-08-04 21:08 Sandro Santilli * [r13877] liblwgeom/TODO, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Implement @@ -1808,7 +5870,7 @@ Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) -2015-08-04 18:36 Sandro Santilli +2015-08-04 18:36 Sandro Santilli * [r13876] liblwgeom/lwgeom_topo.c: Fix unchecked return from _lwt_CheckEdgeCrossing (#3225) @@ -1832,24 +5894,24 @@ * [r13873] extensions/postgis_topology/sql: delete sql folder from svn gets recreated by build -2015-08-04 16:38 Sandro Santilli +2015-08-04 16:38 Sandro Santilli * [r13872] .gitignore: Ignore extensions/address_standardizer/sql/ (git version) -2015-08-04 09:21 Sandro Santilli +2015-08-04 09:21 Sandro Santilli * [r13871] regress/interrupt_relate.sql: Avoid the short-circuite of ST_Equals while running interrupt tests See #3226 -2015-08-04 09:08 Sandro Santilli +2015-08-04 09:08 Sandro Santilli * [r13870] regress/interrupt_relate.sql, regress/interrupt_relate_expected: Fix labels on interrupt tests -2015-08-04 09:02 Sandro Santilli +2015-08-04 09:02 Sandro Santilli * [r13869] regress/regress_sfcgal.sql, regress/regress_sfcgal_expected: Avoid -0 in output @@ -1875,21 +5937,21 @@ calls in appendInfoString and use instead INT64_FORMAT as suggested by Alavaro Herrera, Tom Lane of PostgreSQL dev group -2015-07-31 17:23 Sandro Santilli +2015-07-31 17:23 Sandro Santilli * [r13864] NEWS, postgis/lwgeom_geos.c: Add memcmp short-circuit to ST_Equals (#3223) Patch by Daniel Baston -2015-07-31 17:06 Sandro Santilli +2015-07-31 17:06 Sandro Santilli * [r13862] postgis/gserialized_estimate.c: Fix uninitialized stddev in stats computation (#3222) Patch by Daniel Baston -2015-07-31 16:34 Sandro Santilli +2015-07-31 16:34 Sandro Santilli * [r13861] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h, liblwgeom/liblwgeom_topo_internal.h, liblwgeom/lwgeom_topo.c, @@ -1904,18 +5966,18 @@ Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) -2015-07-30 21:15 Sandro Santilli +2015-07-30 21:15 Sandro Santilli * [r13860] doc/extras_topology.xml: Typo in doc -2015-07-30 14:36 Sandro Santilli +2015-07-30 14:36 Sandro Santilli * [r13859] extensions/address_standardizer/Makefile.in: Ensure the sql/ dir exists before attempting to write there See https://travis-ci.org/postgis/postgis/builds/73386848 -2015-07-30 14:23 Sandro Santilli +2015-07-30 14:23 Sandro Santilli * [r13858] liblwgeom/TODO, liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c, @@ -1925,17 +5987,17 @@ Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) -2015-07-30 13:51 Sandro Santilli +2015-07-30 13:51 Sandro Santilli * [r13857] topology/postgis_topology.c: Fix possible release of unallocated memory in ST_AddIsoNode -2015-07-30 10:21 Sandro Santilli +2015-07-30 10:21 Sandro Santilli * [r13856] liblwgeom/liblwgeom_topo.h: Add signature for lwt_NewEdgeHeal (unimplemented yet) -2015-07-30 09:57 Sandro Santilli +2015-07-30 09:57 Sandro Santilli * [r13855] NEWS, liblwgeom/Makefile.in: Switch to versioned liblwgeom interface (#2278) @@ -1943,7 +6005,7 @@ See https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -2015-07-29 17:30 Sandro Santilli +2015-07-29 17:30 Sandro Santilli * [r13853] liblwgeom/TODO: Add TODO file for liblwgeom (for TOPO, at the moment) @@ -2084,14 +6146,14 @@ * [r13822] loader/shpopen.c: Quiet warnings: unsigned ints can't be negative -2015-07-21 16:37 Sandro Santilli +2015-07-21 16:37 Sandro Santilli * [r13821] README.postgis, configure.ac: Update minimum required PostgreSQL version in README and configure See #3211 -2015-07-20 17:08 Sandro Santilli +2015-07-20 17:08 Sandro Santilli * [r13818] topology/test/regress/addtopogeometrycolumn.sql, topology/test/regress/addtopogeometrycolumn_expected, @@ -2105,22 +6167,22 @@ Patch by Mike Toews -2015-07-20 16:55 Sandro Santilli +2015-07-20 16:55 Sandro Santilli * [r13817] liblwgeom/lwgeom_topo.c, topology/postgis_topology.c: Do not redefine POSTGIS_DEBUG_LEVEL (that's for debugging) -2015-07-20 16:34 Sandro Santilli +2015-07-20 16:34 Sandro Santilli * [r13816] liblwgeom/lwgeom_topo.c, topology/postgis_topology.c: Indenting only change (and a space in a printf format string) -2015-07-20 16:13 Sandro Santilli +2015-07-20 16:13 Sandro Santilli * [r13815] liblwgeom/liblwgeom_topo.h: Remove TopoGeometry management API from liblwgeom_topo -2015-07-20 15:51 Sandro Santilli +2015-07-20 15:51 Sandro Santilli * [r13814] liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Implement @@ -2135,7 +6197,7 @@ * [r13813] liblwgeom/lwgeom.c: More subdivide recursion depth for really big input polygons (OSM) -2015-07-19 10:11 Sandro Santilli +2015-07-19 10:11 Sandro Santilli * [r13812] NEWS, doc/introduction.xml: Add item about new topology API in liblwgeom @@ -2147,7 +6209,7 @@ * [r13811] java: delete java SVN folder (now managed on github) -2015-07-18 16:17 Sandro Santilli +2015-07-18 16:17 Sandro Santilli * [r13810] liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c: Use standard int64_t type and PRId64 @@ -2155,11 +6217,11 @@ Hopefully helps with #3206 -2015-07-18 10:04 Sandro Santilli +2015-07-18 10:04 Sandro Santilli * [r13809] NEWS: Leave a note about new Java binding home -2015-07-17 16:41 Sandro Santilli +2015-07-17 16:41 Sandro Santilli * [r13808] liblwgeom/Makefile.in, liblwgeom/liblwgeom_topo.h, liblwgeom/liblwgeom_topo_internal.h, liblwgeom/lwgeom_topo.c, @@ -2222,12 +6284,12 @@ * [r13799] postgis/lwgeom_inout.c: Clean up missing prototype -2015-07-09 10:16 Sandro Santilli +2015-07-09 10:16 Sandro Santilli * [r13796] doc/extras_topology.xml: Tag can be within , not viceversa (oops) -2015-07-09 09:49 Sandro Santilli +2015-07-09 09:49 Sandro Santilli * [r13791] doc/extras_topology.xml: Clarify ST_AddEdgeModFace docs about new face side (#3198) @@ -2264,12 +6326,12 @@ documentation for geometry backend switch. Patch from Vincent Mora -2015-07-02 15:14 Sandro Santilli +2015-07-02 15:14 Sandro Santilli * [r13775] liblwgeom/lwlinearreferencing.c: Fix warning in non-debug build -2015-07-02 15:03 Sandro Santilli +2015-07-02 15:03 Sandro Santilli * [r13774] liblwgeom/lwgeom_debug.c, liblwgeom/lwlinearreferencing.c: Fix debug build @@ -2282,7 +6344,7 @@ liblwgeom/twkb_tools.c, postgis/lwgeom_inout.c, postgis/postgis.sql.in: revert r13771 and r13753 see #3188 -2015-06-30 22:43 Sandro Santilli +2015-06-30 22:43 Sandro Santilli * [r13772] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h: Export ptarray_isccw to public @@ -2294,7 +6356,7 @@ liblwgeom/twkb_tools.c: Fix handling of different ingoing precision in collectTWKB and more -2015-06-30 22:27 Sandro Santilli +2015-06-30 22:27 Sandro Santilli * [r13770] liblwgeom/liblwgeom.h.in, liblwgeom/ptarray.c: Move function documentation from implementation file to header file @@ -2368,7 +6430,7 @@ * [r13760] postgis/geography_inout.c: #2640, ST_GeogFromText allows putting in non-long lat coordinate ref -2015-06-30 13:48 Sandro Santilli +2015-06-30 13:48 Sandro Santilli * [r13759] astyle.sh: Fix astyle availability detection @@ -2468,17 +6530,17 @@ * [r13741] liblwgeom/lwin_wkb.c: Remove mem leak from POINT EMPTY creation -2015-06-29 15:28 Sandro Santilli +2015-06-29 15:28 Sandro Santilli * [r13740] NEWS, liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c, postgis/lwgeom_geos.c: Add lwgeom_is_simple method in liblwgeom, use from postgis module -2015-06-29 14:33 Sandro Santilli +2015-06-29 14:33 Sandro Santilli * [r13739] liblwgeom/liblwgeom_topo.h: Improve documentation -2015-06-29 14:07 Sandro Santilli +2015-06-29 14:07 Sandro Santilli * [r13738] liblwgeom/liblwgeom_topo.h, liblwgeom/liblwgeom_topo_internal.h, liblwgeom/lwgeom_topo.c, @@ -2489,16 +6551,16 @@ Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) -2015-06-29 11:51 Sandro Santilli +2015-06-29 11:51 Sandro Santilli * [r13737] liblwgeom/lwgeom_topo.c: Split edge splitting function to get a reusable portion -2015-06-29 09:09 Sandro Santilli +2015-06-29 09:09 Sandro Santilli * [r13736] liblwgeom/lwgeom_topo.c: Style only change -2015-06-29 07:49 Sandro Santilli +2015-06-29 07:49 Sandro Santilli * [r13735] liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Implement @@ -2506,12 +6568,12 @@ Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) -2015-06-29 07:02 Sandro Santilli +2015-06-29 07:02 Sandro Santilli * [r13734] topology/postgis_topology.c: Do not rely on out param value in getNodeWithinDistance2D callback -2015-06-29 07:01 Sandro Santilli +2015-06-29 07:01 Sandro Santilli * [r13733] liblwgeom/lwgeom_topo.c: Handle error from WithinDistance2D liblwgeom-topo backend callbacks @@ -2599,12 +6661,12 @@ logic to include as part of extension and get rid of code that creates the interim files. -2015-06-26 14:20 Sandro Santilli +2015-06-26 14:20 Sandro Santilli * [r13716] topology/postgis_topology.c: Don't try to free unexistent arguments -2015-06-26 11:39 Sandro Santilli +2015-06-26 11:39 Sandro Santilli * [r13715] topology/postgis_topology.c: Expect nextval() to return a 64bit integer (#3180) @@ -2668,7 +6730,7 @@ #2734 TIGER geocoder geocode_intersection gives no results with omitted zipcode -2015-06-25 16:24 Sandro Santilli +2015-06-25 16:24 Sandro Santilli * [r13702] liblwgeom/Makefile.in, liblwgeom/README.topo, liblwgeom/liblwgeom_topo.h, liblwgeom/liblwgeom_topo_internal.h, @@ -2693,7 +6755,7 @@ * [r13700] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c: #3177, gserialized_is_empty cannot handle nested empty cases -2015-06-23 18:56 Sandro Santilli +2015-06-23 18:56 Sandro Santilli * [r13694] NEWS, doc/reference_temporal.xml, postgis/lwgeom_functions_temporal.c, postgis/postgis.sql.in, @@ -2702,21 +6764,21 @@ Includes dox and regress test -2015-06-23 17:32 Sandro Santilli +2015-06-23 17:32 Sandro Santilli * [r13693] liblwgeom/cunit/cu_measures.c, liblwgeom/liblwgeom.h.in, liblwgeom/lwlinearreferencing.c: Add lwgeom_cpa_within function includes unit test -2015-06-23 17:04 Sandro Santilli +2015-06-23 17:04 Sandro Santilli * [r13692] liblwgeom/cunit/cu_tester.c: Register a notice handler in cu_tester Useful for debugging sessions -2015-06-23 14:54 Sandro Santilli +2015-06-23 14:54 Sandro Santilli * [r13691] doc/reference_processing.xml, liblwgeom/lwgeom_geos_split.c: Add multipolygon-by-line ST_Split @@ -2724,7 +6786,7 @@ Funded by RT-SITA (CIG 6002233F59) -2015-06-23 14:40 Sandro Santilli +2015-06-23 14:40 Sandro Santilli * [r13690] raster/rt_pg/Makefile.in, topology/Makefile.in: Workaround PostgreSQL-9.5dev bug forcing install on check @@ -2733,7 +6795,7 @@ http://www.postgresql.org/message-id/CAB7nPqTsR5o3g-fBi6jbsVdhfPiLFWQ_0cGU5=94Rv_8W3qvFA@mail.gmail.com This is for topology and raster -2015-06-23 12:41 Sandro Santilli +2015-06-23 12:41 Sandro Santilli * [r13689] topology/sql/sqlmm.sql.in: Reduce number of queries by one within ST_ModEdgeSplit @@ -2741,7 +6803,7 @@ Uses "INSERT RETURNING" rather than "SELECT" and "INSERT" for getting the identifier of new node. -2015-06-23 12:40 Sandro Santilli +2015-06-23 12:40 Sandro Santilli * [r13688] postgis/Makefile.in: Workaround PostgreSQL-9.5dev bug forcing install on check @@ -2749,7 +6811,7 @@ See http://www.postgresql.org/message-id/CAB7nPqTsR5o3g-fBi6jbsVdhfPiLFWQ_0cGU5=94Rv_8W3qvFA@mail.gmail.com -2015-06-22 14:47 Sandro Santilli +2015-06-22 14:47 Sandro Santilli * [r13687] configure.ac, doc/Makefile.comments.in, postgis/Makefile.in, postgis/Makefile.pgxs, @@ -2757,28 +6819,28 @@ topology/Makefile.in: Drop PGXSOVERRIDE temporary hack. PostgreSQL 9.0 is minimum req now. -2015-06-22 14:15 Sandro Santilli +2015-06-22 14:15 Sandro Santilli * [r13686] README.md: Add links to official code repo and project homepage -2015-06-22 13:49 Sandro Santilli +2015-06-22 13:49 Sandro Santilli * [r13685] README.md: Remove github advertisement from README.md NOTE: it also works fine for use in gitlab -2015-06-19 10:38 Sandro Santilli +2015-06-19 10:38 Sandro Santilli * [r13683] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h: Add an lwpgwarning function, for those who worry ! -2015-06-18 11:17 Sandro Santilli +2015-06-18 11:17 Sandro Santilli * [r13681] postgis/sfcgal.sql.in: ST_ApproximateMedialAxis: cast WKT to geometry on plpgqsl empty -2015-06-17 18:34 Sandro Santilli +2015-06-17 18:34 Sandro Santilli * [r13680] README.postgis, configure.ac, doc/installation.xml, java/Makefile, java/ejb2/CHANGES, java/ejb2/COPYING, @@ -2870,13 +6932,13 @@ See https://lists.osgeo.org/pipermail/postgis-devel/2015-June/025006.html -2015-06-17 18:33 Sandro Santilli +2015-06-17 18:33 Sandro Santilli * [r13679] regress/sfcgal/approximatemedialaxis.sql, regress/sfcgal/approximatemedialaxis_expected: Add SRID conservancy in ApproximateMedialAxis test -2015-06-17 13:10 Sandro Santilli +2015-06-17 13:10 Sandro Santilli * [r13678] NEWS, doc/html/image_src/Makefile.in, doc/html/image_src/st_approximatemedialaxis01.wkt, @@ -2892,7 +6954,7 @@ Includes regression test and documentation. -2015-06-16 13:29 Sandro Santilli +2015-06-16 13:29 Sandro Santilli * [r13677] liblwgeom/Makefile.in: Revert "Build liblwgeom with -no-undefined flag" @@ -2900,17 +6962,17 @@ This reverts r13650 as it broke static-only build under windows, see http://trac.osgeo.org/postgis/ticket/3167 -2015-06-16 12:37 Sandro Santilli +2015-06-16 12:37 Sandro Santilli * [r13676] postgis/sqldefines.h.in: Make SFCGAL version available in sqldefines.h -2015-06-16 10:12 Sandro Santilli +2015-06-16 10:12 Sandro Santilli * [r13675] configure.ac, postgis_config.h.in: Make SFCGAL version available in postgis_config.h.in -2015-06-13 08:08 Sandro Santilli +2015-06-13 08:08 Sandro Santilli * [r13674] doc/reference_constructor.xml: Add ST_Boundary in "see also" section for ST_MakePolygon @@ -2918,24 +6980,24 @@ See https://lists.osgeo.org/pipermail/postgis-users/2015-June/040574.html -2015-06-13 08:08 Sandro Santilli +2015-06-13 08:08 Sandro Santilli * [r13673] GNUmakefile.in, java/jdbc/Makefile.in, postgis/Makefile.in: Fix the "maintainer-clean" rule, and avoid maven downloads on clean -2015-06-13 08:08 Sandro Santilli +2015-06-13 08:08 Sandro Santilli * [r13672] java/jdbc/Makefile.in: Only remove pom.xml on "make maintainer-clean" It's a distributed file... -2015-06-12 19:32 Sandro Santilli +2015-06-12 19:32 Sandro Santilli * [r13671] make_dist.sh: Include pom.xml in distribution (#3154) -2015-06-12 19:26 Sandro Santilli +2015-06-12 19:26 Sandro Santilli * [r13670] make_dist.sh: Stop using "cvs" string in dist script @@ -2965,7 +7027,7 @@ regress/remove_repeated_points_expected: #1137, Add a tolerance distance to ST_RemoveRepeatedPoints -2015-06-12 09:09 Sandro Santilli +2015-06-12 09:09 Sandro Santilli * [r13665] NEWS: Add item about new functions supporting compoundcurve types @@ -2979,17 +7041,17 @@ regress/tickets_expected: #2717, support startpoint, endpoint, pointn, numpoints for compoundcurve -2015-06-11 19:58 Sandro Santilli +2015-06-11 19:58 Sandro Santilli * [r13661] liblwgeom/lwlinearreferencing.c: Optimize ptarray_locate_along_linear to really honour the "from" parameter -2015-06-11 19:41 Sandro Santilli +2015-06-11 19:41 Sandro Santilli * [r13658] regress/affine.sql, regress/affine_expected: Add test for ST_Affine bbox cache bug (#3159) -2015-06-11 19:41 Sandro Santilli +2015-06-11 19:41 Sandro Santilli * [r13657] doc/reference_editor.xml, postgis/postgis.sql.in: Make ST_Scale not use ST_Affine @@ -3001,24 +7063,24 @@ postgis/lwgeom_functions_basic.c: #3159, only add boxes to geometries that are input with them -2015-06-11 19:12 Sandro Santilli +2015-06-11 19:12 Sandro Santilli * [r13655] NEWS: Add missing item about |=| addition -2015-06-11 19:09 Sandro Santilli +2015-06-11 19:09 Sandro Santilli * [r13654] NEWS, doc/reference_editor.xml, postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in, regress/affine.sql, regress/affine_expected: Allow passing M factor to ST_Scale (#3062) -2015-06-11 19:09 Sandro Santilli +2015-06-11 19:09 Sandro Santilli * [r13653] liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_tester.h, liblwgeom/lwgeom.c: lwgeom_scale: recompute bounding box if needed -2015-06-11 11:03 Sandro Santilli +2015-06-11 11:03 Sandro Santilli * [r13652] NEWS, liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom_log.h, @@ -3037,13 +7099,13 @@ raster/rt_core/rt_spatial_relationship.c: Move liblwgeom logging functions outside of public header (#1220) -2015-06-11 10:13 Sandro Santilli +2015-06-11 10:13 Sandro Santilli * [r13651] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h.in, liblwgeom/vsprintf.c, loader/shp2pgsql-gui.c: Drop unused lw_vasprintf / lw_asprintf functions from liblwgeom -2015-06-11 09:06 Sandro Santilli +2015-06-11 09:06 Sandro Santilli * [r13650] liblwgeom/Makefile.in: Build liblwgeom with -no-undefined flag @@ -3051,18 +7113,18 @@ Doing so should report unresolved symbol references from regular object files. -2015-06-11 00:33 Sandro Santilli +2015-06-11 00:33 Sandro Santilli * [r13648] postgis/Makefile.in, postgis/lwgeom_functions_lrs.c, postgis/lwgeom_functions_temporal.c: Move temporal function wrappers in their own file -2015-06-10 23:45 Sandro Santilli +2015-06-10 23:45 Sandro Santilli * [r13647] postgis/gserialized_gist_nd.c: Fix unused vars and funx warnings building against pgsql < 9.5 -2015-06-10 23:28 Sandro Santilli +2015-06-10 23:28 Sandro Santilli * [r13646] liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in, liblwgeom/lwutil.c, libpgcommon/lwgeom_pg.c, @@ -3075,21 +7137,21 @@ Updates all callers (2/3 of which are back to their original version). -2015-06-10 23:27 Sandro Santilli +2015-06-10 23:27 Sandro Santilli * [r13645] liblwgeom/cunit/cu_varint.c: Convert varint test to use the new ASSERT_STRING_EQUAL macro Also drops manual "strcmp" calls from it. -2015-06-10 17:29 Sandro Santilli +2015-06-10 17:29 Sandro Santilli * [r13644] liblwgeom/cunit/cu_ptarray.c: Convert ptarray test to use the new ASSERT_STRING_EQUAL macro Also change its suite name to "ptarray" -2015-06-10 17:19 Sandro Santilli +2015-06-10 17:19 Sandro Santilli * [r13643] liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_ptarray.c, liblwgeom/cunit/cu_tester.h, @@ -3099,12 +7161,12 @@ Includes unit test. -2015-06-10 16:42 Sandro Santilli +2015-06-10 16:42 Sandro Santilli * [r13642] doc/reference_operator.xml: Trim refpurpose section for <-> operator, move details down -2015-06-10 16:18 Sandro Santilli +2015-06-10 16:18 Sandro Santilli * [r13641] doc/reference_operator.xml, doc/reference_temporal.xml, postgis/gserialized_gist_nd.c, postgis/postgis.sql.in, @@ -3114,18 +7176,18 @@ Includes regress test and documentation -2015-06-10 11:34 Sandro Santilli +2015-06-10 11:34 Sandro Santilli * [r13640] postgis/lwgeom_functions_lrs.c, regress/temporal.sql, regress/temporal_expected: Ensure ST_DistanceCPA returns NULL if inputs do not meet -2015-06-10 09:26 Sandro Santilli +2015-06-10 09:26 Sandro Santilli * [r13639] liblwgeom/Makefile.in: Remove liblwgeom.h on make uninstall (#3155) -2015-06-10 07:31 Sandro Santilli +2015-06-10 07:31 Sandro Santilli * [r13636] NEWS: Add note about minimum PROJ4 version requirement raise @@ -3135,11 +7197,11 @@ * [r13634] java/jdbc/Makefile.in, make_dist.sh: #3154: revise make dist to build pom and not delete. -2015-06-09 20:01 Sandro Santilli +2015-06-09 20:01 Sandro Santilli * [r13632] postgis/postgis.sql.in: Fix definition of ST_DistanceCPA -2015-06-09 19:38 Sandro Santilli +2015-06-09 19:38 Sandro Santilli * [r13631] NEWS, doc/reference_temporal.xml, postgis/lwgeom_functions_lrs.c, postgis/postgis.sql.in, @@ -3148,7 +7210,7 @@ Includes regression test and docs. -2015-06-09 19:21 Sandro Santilli +2015-06-09 19:21 Sandro Santilli * [r13630] doc/reference_temporal.xml, liblwgeom/cunit/cu_measures.c, liblwgeom/liblwgeom.h.in, @@ -3160,24 +7222,24 @@ time. Includes documentation and testcases tweaks. -2015-06-09 18:19 Sandro Santilli +2015-06-09 18:19 Sandro Santilli * [r13629] liblwgeom/lwlinearreferencing.c, regress/temporal.sql, regress/temporal_expected: Be less noisy on meeting trajectories, add temporal test -2015-06-09 11:18 Sandro Santilli +2015-06-09 11:18 Sandro Santilli * [r13628] liblwgeom/cunit/cu_measures.c, liblwgeom/lwlinearreferencing.c: Fix lwgeom_tcpa distance computation for degenerate cases -2015-06-09 11:18 Sandro Santilli +2015-06-09 11:18 Sandro Santilli * [r13627] liblwgeom/measures3d.c: Implement missing distance3d_pt_pt function -2015-06-09 09:59 Sandro Santilli +2015-06-09 09:59 Sandro Santilli * [r13626] liblwgeom/liblwgeom.h.in: Update in-header documentation for lwgeom_split @@ -3204,12 +7266,12 @@ censustract/bg/tabblock for 2014 into 2014 loader file, fix tabblock loading issue (they renamed it so its ends in 10 now) -2015-06-04 21:13 Sandro Santilli +2015-06-04 21:13 Sandro Santilli * [r13623] regress/temporal.sql, regress/temporal_expected: Get "Closest Point of Approach" name straight ... -2015-06-04 21:03 Sandro Santilli +2015-06-04 21:03 Sandro Santilli * [r13622] regress/regress_lrs.sql, regress/regress_lrs_expected, regress/temporal.sql, regress/temporal_expected: Move @@ -3298,7 +7360,7 @@ rework the knn recheck tests for goemetry, geography, add some nd tests for 3d. still more tests to add. -2015-06-04 08:09 Sandro Santilli +2015-06-04 08:09 Sandro Santilli * [r13614] make_dist.sh: Embed full version (and revision) in package name for dev snapshots. @@ -3352,7 +7414,7 @@ * [r13603] liblwgeom/cunit/cu_geos.c: quite tests a bit -2015-06-03 08:07 Sandro Santilli +2015-06-03 08:07 Sandro Santilli * [r13602] configure.ac: Update the GEOS version warning to recommend 3.4.2 @@ -3367,7 +7429,7 @@ * [r13600] postgis/gserialized_estimate.c: Guard against crazy selectivity numbers -2015-06-01 16:09 Sandro Santilli +2015-06-01 16:09 Sandro Santilli * [r13599] NEWS, doc/reference_accessor.xml, postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in, @@ -3520,12 +7582,12 @@ liblwgeom/lwout_twkb.c: TWKB: Drop duplicate vertices during encoding -2015-05-28 15:33 Sandro Santilli +2015-05-28 15:33 Sandro Santilli * [r13571] NEWS, doc/reference_temporal.xml: Add NEWS entry and another example for ST_IsValidTrajectory -2015-05-28 15:18 Sandro Santilli +2015-05-28 15:18 Sandro Santilli * [r13570] doc/Makefile.in, doc/postgis.xml, doc/reference.xml, doc/reference_lrs.xml, doc/reference_temporal.xml, @@ -3541,7 +7603,7 @@ Includes documentation, starting a new "Temporal support" section in which ST_ClosestPointOfApproach is also moved -2015-05-27 16:47 Sandro Santilli +2015-05-27 16:47 Sandro Santilli * [r13569] liblwgeom/cunit/cu_measures.c, liblwgeom/lwlinearreferencing.c, regress/regress_lrs.sql, @@ -3579,17 +7641,17 @@ * [r13563] postgis/geography_measurement.c: Do KNN distance calcs on the spherod -2015-05-26 16:39 Sandro Santilli +2015-05-26 16:39 Sandro Santilli * [r13562] doc/reference_lrs.xml: Fix return type of LRS functions in docs from float to float8 -2015-05-26 15:38 Sandro Santilli +2015-05-26 15:38 Sandro Santilli * [r13561] regress/regress_lrs.sql, regress/regress_lrs_expected: Add missing tests for ST_AddMeasure and ST_InterpolatePoint -2015-05-26 15:07 Sandro Santilli +2015-05-26 15:07 Sandro Santilli * [r13560] NEWS, doc/reference_lrs.xml, liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_tester.c, @@ -3603,11 +7665,11 @@ Includes unit and regress tests. Includes documentation. -2015-05-26 09:46 Sandro Santilli +2015-05-26 09:46 Sandro Santilli * [r13559] liblwgeom/lwgeom.c: Remove unused variable -2015-05-26 09:43 Sandro Santilli +2015-05-26 09:43 Sandro Santilli * [r13558] liblwgeom/liblwgeom.h.in, liblwgeom/measures3d.c, liblwgeom/measures3d.h: Add some const qualifiers for 3d distance @@ -3632,22 +7694,22 @@ * [r13553] liblwgeom/measures3d.c, liblwgeom/measures3d.h: Move inline functions for clang compat -2015-05-25 16:38 Sandro Santilli +2015-05-25 16:38 Sandro Santilli * [r13552] liblwgeom/Makefile.in: It's the object files that depend on headers, not the library -2015-05-25 16:38 Sandro Santilli +2015-05-25 16:38 Sandro Santilli * [r13551] liblwgeom/measures3d.h: Inline helper measures3d functions -2015-05-25 16:23 Sandro Santilli +2015-05-25 16:23 Sandro Santilli * [r13550] liblwgeom/Makefile.in: Consider all headers as dependencies of library -2015-05-25 16:23 Sandro Santilli +2015-05-25 16:23 Sandro Santilli * [r13549] liblwgeom/measures3d.h: Header guard and macro-protection for measures3d header @@ -3697,7 +7759,7 @@ * [r13540] doc/reference_output.xml: #3123, add example using array input form of function -2015-05-22 08:21 Sandro Santilli +2015-05-22 08:21 Sandro Santilli * [r13539] liblwgeom/measures3d.c: Typos @@ -3707,7 +7769,7 @@ postgis/geography_measurement.c, postgis/gserialized_gist_nd.c: <-> for geography committed with recheck -2015-05-21 15:32 Sandro Santilli +2015-05-21 15:32 Sandro Santilli * [r13537] topology/topology.sql.in: Reduce string concatenation operations @@ -3724,17 +7786,17 @@ * [r13535] postgis/postgis.sql.in: #3124, Deprecation Warnings inside Aggregates -2015-05-21 11:37 Sandro Santilli +2015-05-21 11:37 Sandro Santilli * [r13534] doc/Makefile.in: Add postgis-out.xml back as a dependency of postgis_aggs_mm.xml -2015-05-21 11:29 Sandro Santilli +2015-05-21 11:29 Sandro Santilli * [r13533] topology/topology.sql.in: Reduce number of calls to ST_RelateMatch during ValidateTopology -2015-05-21 08:26 Sandro Santilli +2015-05-21 08:26 Sandro Santilli * [r13532] doc/Makefile.in: Fix dependency of postgis_aggs_mm.xml Makefile rule @@ -3751,7 +7813,7 @@ regress/knn.sql, regress/operators.sql, regress/operators_expected: #2703, support true KNN in PgSQL 9.5+ -2015-05-20 18:09 Sandro Santilli +2015-05-20 18:09 Sandro Santilli * [r13529] regress/run_test.pl: Do not get fooled by carriage returns @@ -3802,47 +7864,47 @@ postgis/postgis.sql.in, regress/measures_expected: #2918, Use GeographicLib functions for geodetics -2015-05-18 08:55 Sandro Santilli +2015-05-18 08:55 Sandro Santilli * [r13520] raster/rt_pg/rtpostgis_drop.sql.in: Drop obsoleted _st_mapalgebra version on upgrade (#2664) -2015-05-18 08:55 Sandro Santilli +2015-05-18 08:55 Sandro Santilli * [r13519] regress/run_test.pl: Fix error message about malformed --upgrade-path format -2015-05-18 07:19 Sandro Santilli +2015-05-18 07:19 Sandro Santilli * [r13518] regress/run_test.pl: Improve upgrade tester by adding postgis objects (#3120) -2015-05-18 07:00 Sandro Santilli +2015-05-18 07:00 Sandro Santilli * [r13516] configure.ac: Fix confusing help message for --with-pgconfig Patch by Volf Tomáš -2015-05-15 16:18 Bborie Park +2015-05-15 16:18 Bborie Park * [r13510] raster/rt_pg/rtpostgis.sql.in, raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: DO block to emit message. ticket #3118 -2015-05-15 09:29 Sandro Santilli +2015-05-15 09:29 Sandro Santilli * [r13509] NEWS: Note Length2d_spheroid and Point_Inside_Circle renames -2015-05-15 09:27 Sandro Santilli +2015-05-15 09:27 Sandro Santilli * [r13508] regress/measures.sql, regress/measures_expected: Add test for ST_Length2DSpheroid checks that 2D is really enforced -2015-05-15 09:23 Sandro Santilli +2015-05-15 09:23 Sandro Santilli * [r13507] doc/reference_measure.xml, postgis/lwgeom_spheroid.c, postgis/postgis.sql.in: Deprecate ST_Length2D_Spheroid, renamed @@ -3850,7 +7912,7 @@ See #2748 -2015-05-15 08:23 Sandro Santilli +2015-05-15 08:23 Sandro Santilli * [r13506] postgis/lwgeom_functions_lrs.c, postgis/postgis.sql.in, regress/sfcgal/tickets_expected, regress/tickets_expected: Warn @@ -3863,7 +7925,7 @@ the old and new versions). See #2748. -2015-05-15 08:04 Sandro Santilli +2015-05-15 08:04 Sandro Santilli * [r13505] liblwgeom/lwgeom.c: Remove unused assignment @@ -4213,7 +8275,7 @@ * [r13489] liblwgeom/lwgeom.c: #3108, subdivide dropping some squares -2015-05-11 17:07 Sandro Santilli +2015-05-11 17:07 Sandro Santilli * [r13488] doc/reference_misc.xml, postgis/postgis.sql.in: Deprecate ST_Point_Inside_Circle (#2748) @@ -4236,16 +8298,16 @@ axis, includes documentation and cunit tests (still need postgresql specific tests) -2015-05-04 11:18 Sandro Santilli +2015-05-04 11:18 Sandro Santilli * [r13481] .travis.yml: Add installcheck step to travis build -2015-05-04 11:02 Sandro Santilli +2015-05-04 11:02 Sandro Santilli * [r13480] regress/sfcgal/tickets.sql: Fix online tickets test with sfcgal -2015-05-04 11:02 Sandro Santilli +2015-05-04 11:02 Sandro Santilli * [r13479] regress/run_test.pl, regress/sfcgal/legacy.sql, regress/sfcgal/regress_ogc.sql: Simplify a couple of sfcgal tests @@ -4256,34 +8318,34 @@ should follow. -2015-05-04 10:26 Sandro Santilli +2015-05-04 10:26 Sandro Santilli * [r13478] GNUmakefile.in: Allow passing custom RUNTESTFLAGS with 'make installcheck' -2015-05-04 10:16 Sandro Santilli +2015-05-04 10:16 Sandro Santilli * [r13477] regress/sfcgal/legacy.sql: Fix online legacy test with sfcgal (#3105) -2015-05-04 10:02 Sandro Santilli +2015-05-04 10:02 Sandro Santilli * [r13476] regress/run_test.pl: Properly handle tear-down with --sfcgal -2015-05-04 09:57 Sandro Santilli +2015-05-04 09:57 Sandro Santilli * [r13475] GNUmakefile.in: Add "installcheck" rule (#2358) This is a first step, simply wraps a make check call with a properly setup RUNTESTFLAGS env variable. -2015-05-04 09:57 Sandro Santilli +2015-05-04 09:57 Sandro Santilli * [r13474] regress/lwgeom_regress.sql: Make Postgis_Noop call unambiguous to not fail with raster enabled -2015-05-04 08:36 Sandro Santilli +2015-05-04 08:36 Sandro Santilli * [r13473] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic_tree.c, liblwgeom/lwin_geojson.c, liblwgeom/lwin_twkb.c, @@ -4294,26 +8356,26 @@ raster/rt_core/rt_warp.c: C++ style comments are not allowed in ISO C90 -2015-05-04 07:57 Sandro Santilli +2015-05-04 07:57 Sandro Santilli * [r13472] postgis/long_xact.c: Rename "errmsg" variable to avoid clash with PostgreSQL global Patch by Haribabu Kommi -2015-05-03 00:41 Bborie Park +2015-05-03 00:41 Bborie Park * [r13471] raster/rt_pg/rtpostgis.sql.in: regex for parsing constraints. ticket #3096 -2015-05-02 20:27 Bborie Park +2015-05-02 20:27 Bborie Park * [r13468] raster/rt_pg/rtpostgis.sql.in, raster/test/regress/tickets.sql, raster/test/regress/tickets_expected: add unit tests for numeric overflow. ticket #3100 -2015-05-02 19:48 Bborie Park +2015-05-02 19:48 Bborie Park * [r13467] raster/rt_pg/rtpostgis.sql.in, raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: round to 10 places @@ -4420,14 +8482,14 @@ * [r13437] NEWS, postgis/geography_btree.c: #3018, GROUP BY geography sometimes returns duplicate rows -2015-04-22 15:25 Sandro Santilli +2015-04-22 15:25 Sandro Santilli * [r13434] NEWS, doc/reference_processing.xml, liblwgeom/cunit/cu_split.c, liblwgeom/lwgeom_geos_split.c, regress/split.sql, regress/split_expected: Allow splitting lines by multipoints -2015-04-22 15:25 Sandro Santilli +2015-04-22 15:25 Sandro Santilli * [r13433] NEWS, doc/reference_processing.xml, liblwgeom/cunit/cu_split.c, liblwgeom/lwgeom_geos_split.c, @@ -4436,7 +8498,7 @@ Funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59) -2015-04-22 15:25 Sandro Santilli +2015-04-22 15:25 Sandro Santilli * [r13432] liblwgeom/liblwgeom_internal.h: Do not leak symbols outside of header guard block @@ -4507,24 +8569,24 @@ * [r13396] doc/reference_processing.xml: Add doc entry for ST_Subdivide -2015-03-24 13:46 Bborie Park +2015-03-24 13:46 Bborie Park * [r13395] raster/rt_pg/rtpg_pixel.c: invalid operator. Ticket #3090 -2015-03-23 16:23 Bborie Park +2015-03-23 16:23 Bborie Park * [r13390] NEWS, raster/rt_pg/rtpg_pixel.c, raster/test/regress/rt_dumpvalues.sql: Fix ST_DumpValues() crasher when cleaning. Ticket #3086 -2015-03-23 16:04 Sandro Santilli +2015-03-23 16:04 Sandro Santilli * [r13389] configure.ac, liblwgeom/liblwgeom.h.in, liblwgeom/lwutil.c, postgis/lwgeom_box.c: Do not (re)define strcasestr in a public header (#3088) -2015-03-23 08:43 Sandro Santilli +2015-03-23 08:43 Sandro Santilli * [r13388] NEWS: Add 2.1.5 and 2.1.6 sections in NEWS @@ -4560,17 +8622,17 @@ postgis/lwgeom_inout.c, regress/typmod_expected: #3031, allow MULTIPOINT EMPTY into Geometry(Point) columns -2015-03-20 12:38 Sandro Santilli +2015-03-20 12:38 Sandro Santilli * [r13366] regress/typmod.sql, regress/typmod_expected: Add missing typmod tests for high-dimensioned TINs -2015-03-20 11:07 Sandro Santilli +2015-03-20 11:07 Sandro Santilli * [r13364] regress/typmod.sql, regress/typmod_expected: Add non-empty (multi)point cases to the typmod test (#3031) -2015-03-20 09:33 Sandro Santilli +2015-03-20 09:33 Sandro Santilli * [r13362] regress/typmod.sql, regress/typmod_expected: Fix typo in typmod test (#3031) @@ -4592,14 +8654,14 @@ * [r13351] regress/geography.sql, regress/geography_expected: #2941, add test to back up changes -2015-03-17 11:42 Sandro Santilli +2015-03-17 11:42 Sandro Santilli * [r13350] raster/rt_pg/rtpostgis.sql.in: Fix availability info for "agg_count" type (#3082) Fixes soft-upgrade from 2.1 to 2.2 -2015-03-17 11:42 Sandro Santilli +2015-03-17 11:42 Sandro Santilli * [r13349] raster/rt_pg/rtpostgis.sql.in, utils/postgis_proc_upgrade.pl: Fix availability info for @@ -4608,17 +8670,17 @@ Adds support for "Missing in" label in sql comment for handling cases in which a type was missing from a version. -2015-03-17 10:43 Sandro Santilli +2015-03-17 10:43 Sandro Santilli * [r13348] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: Fix soft upgrade from 2.0 to 2.2 (#3081) -2015-03-17 09:19 Sandro Santilli +2015-03-17 09:19 Sandro Santilli * [r13345] extensions/upgradeable_versions.mk: Add upgrade path from 2.0.6 -2015-03-17 09:03 Sandro Santilli +2015-03-17 09:03 Sandro Santilli * [r13344] loader/cunit/Makefile.in: Libtoolize build of loader unit tester, fixing build for me @@ -4650,22 +8712,22 @@ postgis/lwgeom_in_kml.c: #3061, do not drop repeated points when reading JSON/GML/KML -2015-03-16 15:09 Sandro Santilli +2015-03-16 15:09 Sandro Santilli * [r13338] postgis/lwgeom_geos.c: Include float.h for DBL_DIG define (#3079) -2015-03-16 09:57 Sandro Santilli +2015-03-16 09:57 Sandro Santilli * [r13337] .gitignore, java/jdbc/Makefile.in, java/jdbc/pom.xml, java/jdbc/pom.xml.in: Generate pom.xml at configure time (#2626) -2015-03-16 08:46 Sandro Santilli +2015-03-16 08:46 Sandro Santilli * [r13336] utils/create_undef.pl: Strip newlines and comments from uninstall/drop scripts -2015-03-13 17:05 Sandro Santilli +2015-03-13 17:05 Sandro Santilli * [r13334] utils/postgis_restore.pl.in: Update postgis_restore.pl skip list @@ -4675,7 +8737,7 @@ to give restore errors: http://lists.osgeo.org/pipermail/postgis-users/2015-March/040282.html -2015-03-13 17:05 Sandro Santilli +2015-03-13 17:05 Sandro Santilli * [r13333] utils/Makefile.in: Draft an "update-restore" rule to update postgis_restore.pl.in @@ -4683,23 +8745,23 @@ It updates the list of known PostGIS signatures from the enabler and cleanup scripts. -2015-03-13 17:05 Sandro Santilli +2015-03-13 17:05 Sandro Santilli * [r13332] utils/postgis_restore.pl.in: Canonicalize signature skip list a bit Remove spaces after comma, lowercase, sort. -2015-03-13 12:09 Sandro Santilli +2015-03-13 12:09 Sandro Santilli * [r13331] doc/reference_raster.xml: Clarify the role of ST_DumpValues array indexes -2015-03-11 17:31 Sandro Santilli +2015-03-11 17:31 Sandro Santilli * [r13328] liblwgeom/lwgeom_geos_split.c: Fix bug in comment -2015-03-09 18:45 Sandro Santilli +2015-03-09 18:45 Sandro Santilli * [r13327] doc/html/image_src/Makefile.in: Libtoolize generator build, fixing it for me @@ -4740,28 +8802,28 @@ * [r13321] postgis/lwgeom_geos.c: Remove un-used pgsql headers -2015-03-06 10:35 Sandro Santilli +2015-03-06 10:35 Sandro Santilli * [r13320] postgis/lwgeom_geos.c: Fix ST_ClipByBox2D after gbox calculations centralization (r13313) See #3073 -2015-03-06 10:05 Sandro Santilli +2015-03-06 10:05 Sandro Santilli * [r13319] postgis/lwgeom_geos.c: Fix build after gbox calculations centralization (r13313) NOTE: test for ST_ClipByBox2D still fails -2015-03-06 08:53 Sandro Santilli +2015-03-06 08:53 Sandro Santilli * [r13317] regress/sfcgal/tickets_expected: Update expected results from sfcgal tests after bbox cache fix Ref: #3069 -2015-03-06 08:51 Sandro Santilli +2015-03-06 08:51 Sandro Santilli * [r13316] NEWS, postgis/postgis.sql.in: Simplify geometry type constraint (#3070) @@ -4845,7 +8907,7 @@ regress/lwgeom_regress_expected, regress/tickets_expected: #3069, bounding boxes added to simple objects on deserialization -2015-03-03 12:42 Sandro Santilli +2015-03-03 12:42 Sandro Santilli * [r13298] postgis/gserialized_typmod.c, postgis/postgis.sql.in: Have postgis_typmod_dims return NULL for unconstrained dims @@ -4854,7 +8916,7 @@ This is consistent with postgis_constraint_type() also returning NULL for unconstrained. -2015-03-03 10:26 Sandro Santilli +2015-03-03 10:26 Sandro Santilli * [r13297] NEWS, libpgcommon/gserialized_gist.c, libpgcommon/gserialized_gist.h, postgis/gserialized_gist_2d.c, @@ -4864,23 +8926,23 @@ They make spatial indexes inspectable with Gevel: http://www.sai.msu.su/~megera/wiki/Gevel -2015-03-02 17:33 Sandro Santilli +2015-03-02 17:33 Sandro Santilli * [r13294] postgis/gserialized_gist_nd.c: Fix ND-GiST picksplit method to split on the best plane (#3058) -2015-02-26 10:54 Sandro Santilli +2015-02-26 10:54 Sandro Santilli * [r13291] doc/reference_processing.xml: Reduce length of purpose section for ST_Buffer and ST_Intersection Better use description for lengthy text... -2015-02-25 15:03 Sandro Santilli +2015-02-25 15:03 Sandro Santilli * [r13290] doc/reference_processing.xml: Reorder docs parameters -2015-02-25 15:03 Sandro Santilli +2015-02-25 15:03 Sandro Santilli * [r13289] NEWS, doc/reference_processing.xml, liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h, @@ -4891,12 +8953,12 @@ This is a generalization of ST_FlipCoordinates -2015-02-25 08:47 Sandro Santilli +2015-02-25 08:47 Sandro Santilli * [r13288] doc/introduction.xml: Update corporate name OpenGeo -> Boundless -2015-02-25 08:46 Sandro Santilli +2015-02-25 08:46 Sandro Santilli * [r13287] NEWS, doc/reference_operator.xml, postgis/gserialized_gist_nd.c, postgis/postgis.sql.in, @@ -4906,24 +8968,24 @@ Includes docs and tests -2015-02-24 17:00 Sandro Santilli +2015-02-24 17:00 Sandro Santilli * [r13284] regress/knn.sql: Include the LIMIT clause in KNN scan test queries -2015-02-24 17:00 Sandro Santilli +2015-02-24 17:00 Sandro Santilli * [r13283] regress/regress_index.sql: Re-enable all scan types by the end of index test -2015-02-24 10:20 Sandro Santilli +2015-02-24 10:20 Sandro Santilli * [r13281] regress/Makefile.in, regress/knn.sql, regress/knn_expected, regress/regress_index.sql, regress/regress_index_expected: Only run KNN tests when building against PostgreSQL 9.1+ -2015-02-24 09:17 Sandro Santilli +2015-02-24 09:17 Sandro Santilli * [r13279] regress/regress_index.sql, regress/regress_index_expected: Make sure <#> order is @@ -4932,23 +8994,23 @@ Before this commit the first 2 points (or more) all had a bounding box distance of 0 so actual order was undefined -2015-02-24 08:59 Sandro Santilli +2015-02-24 08:59 Sandro Santilli * [r13277] regress/regress_index.sql: Fix scan type detection function to work with nested nodes -2015-02-23 18:27 Sandro Santilli +2015-02-23 18:27 Sandro Santilli * [r13272] regress/regress_index.sql, regress/regress_index_expected: Add test for index supported KNN queries -2015-02-23 18:19 Sandro Santilli +2015-02-23 18:19 Sandro Santilli * [r13271] regress/regress_index.sql: Do not require XML support in PostgreSQL for testing purposes -2015-02-23 17:32 Sandro Santilli +2015-02-23 17:32 Sandro Santilli * [r13270] regress/regress_index.sql, regress/regress_index_expected: Add test for use of GiST index @@ -4964,19 +9026,19 @@ * [r13268] liblwgeom/ptarray.c: #3051, warning: 'end' may be used uninitialized in this function -2015-02-23 10:12 Sandro Santilli +2015-02-23 10:12 Sandro Santilli * [r13266] doc/reference_operator.xml: Further reword docs for <-> and <#> operators .. makeing clear KNN is only available with PgSQL 9.1+ -2015-02-23 10:05 Sandro Santilli +2015-02-23 10:05 Sandro Santilli * [r13265] postgis/postgis.sql.in: Make <-> and <#> operators also available with pgsql < 9.1 -2015-02-23 09:40 Sandro Santilli +2015-02-23 09:40 Sandro Santilli * [r13263] doc/extras_topology.xml: Improve documentation for GetRingEdges (#3046) @@ -5006,7 +9068,7 @@ liblwgeom/measures.c, liblwgeom/measures.h, liblwgeom/ptarray.c: #3049 Use getPoint_cp for read-only accesses -2015-02-20 17:27 Sandro Santilli +2015-02-20 17:27 Sandro Santilli * [r13250] libpgcommon/gserialized_gist.c, libpgcommon/gserialized_gist.h, postgis/gserialized_gist_nd.c, @@ -5018,7 +9080,7 @@ See http://lists.osgeo.org/pipermail/postgis-devel/2015-February/024759.html -2015-02-20 16:26 Sandro Santilli +2015-02-20 16:26 Sandro Santilli * [r13249] regress/Makefile.in, regress/size.sql, regress/size_expected: Add bbox cache size test @@ -5030,7 +9092,7 @@ liblwgeom/measures.c, liblwgeom/ptarray.c: #3048, speed up simplify -2015-02-19 16:35 Sandro Santilli +2015-02-19 16:35 Sandro Santilli * [r13246] liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_buildarea.c, liblwgeom/cunit/cu_clean.c, @@ -5056,17 +9118,17 @@ I wonder if the suite name should really be the file name, could work even better... -2015-02-19 16:22 Sandro Santilli +2015-02-19 16:22 Sandro Santilli * [r13245] regress/operators.sql, regress/operators_expected: Add tests for ND overlap operator &&& -2015-02-19 15:54 Sandro Santilli +2015-02-19 15:54 Sandro Santilli * [r13244] regress/operators.sql, regress/operators_expected: Add a couple of tests for <-> and <#> operators (#3036) -2015-02-19 15:45 Sandro Santilli +2015-02-19 15:45 Sandro Santilli * [r13243] regress/operators.sql, regress/operators_expected: Add missing tests for ancient operators @@ -5146,31 +9208,31 @@ other testers remain to be fixed -2015-02-18 17:27 Sandro Santilli +2015-02-18 17:27 Sandro Santilli * [r13236] regress/operators.sql: Add note about missing operator tests -2015-02-18 17:20 Sandro Santilli +2015-02-18 17:20 Sandro Santilli * [r13235] regress/Makefile.in, regress/operators.sql, regress/operators_expected, regress/regress.sql, regress/regress_expected: Extract operators tests from the generic, legacy "regress" test -2015-02-18 16:46 Sandro Santilli +2015-02-18 16:46 Sandro Santilli * [r13234] doc/reference_operator.xml: Reword doc for &&& operator to avoid confusing "ND" with "3D" -2015-02-18 16:32 Sandro Santilli +2015-02-18 16:32 Sandro Santilli * [r13233] doc/reference_operator.xml: Reword documentation for <-> operator Hopefully it's now less confusing -2015-02-18 12:22 Sandro Santilli +2015-02-18 12:22 Sandro Santilli * [r13232] regress/interrupt.sql: Further raise tolerated interrupt delay to 250ms (#2989) @@ -5178,7 +9240,7 @@ In one of the reported Debbie cases it took ~210ms to interrupt... -2015-02-18 12:20 Sandro Santilli +2015-02-18 12:20 Sandro Santilli * [r13231] regress/interrupt.sql: Raise tolerated lateness in interruption of ST_Segmentize (#2989) @@ -5188,97 +9250,97 @@ Uninterrupted, the query would take several seconds. -2015-02-18 11:09 Sandro Santilli +2015-02-18 11:09 Sandro Santilli * [r13230] utils/postgis_proc_upgrade.pl: Support adding operator class members in minor upgrades -2015-02-17 17:11 Sandro Santilli +2015-02-17 17:11 Sandro Santilli * [r13229] raster/rt_pg/rtpostgis.sql.in: Pretend raster/geometry operator ~ never changed (#3039) Fix soft-upgrade from 2.1.2. -2015-02-17 11:22 Sandro Santilli +2015-02-17 11:22 Sandro Santilli * [r13227] loader/getopt.c: Fix warning about unchecked return code The code path is actually never hit as far as I can tell -2015-02-17 11:06 Sandro Santilli +2015-02-17 11:06 Sandro Santilli * [r13226] loader/shp2pgsql-gui.c: Drop use of lw_asprintf Also removes a memory leak -2015-02-17 10:42 Sandro Santilli +2015-02-17 10:42 Sandro Santilli * [r13225] loader/shp2pgsql-gui.c: Fix another typo in recent rewrite of message handlers -2015-02-17 10:29 Sandro Santilli +2015-02-17 10:29 Sandro Santilli * [r13224] liblwgeom/lwutil.c, loader/shp2pgsql-gui.c: Fix typo in recent rewrite of message handlers -2015-02-17 10:23 Sandro Santilli +2015-02-17 10:23 Sandro Santilli * [r13223] loader/shp2pgsql-gui.c: Remove use of lw_vasprintf from loader GUI -2015-02-17 10:20 Sandro Santilli +2015-02-17 10:20 Sandro Santilli * [r13222] liblwgeom/cunit/cu_tester.c: Fix build, providing a missing macro from recent commit -2015-02-17 10:03 Sandro Santilli +2015-02-17 10:03 Sandro Santilli * [r13221] loader/shp2pgsql-core.c, loader/shp2pgsql-core.h: Remove unused vasbappend function from shp2pgsql core -2015-02-17 10:03 Sandro Santilli +2015-02-17 10:03 Sandro Santilli * [r13220] libpgcommon/lwgeom_pg.c: Remove use of lw_vasprintf from libpgcommon Drops useless heap allocations -2015-02-17 10:03 Sandro Santilli +2015-02-17 10:03 Sandro Santilli * [r13219] liblwgeom/cunit/cu_tester.c, liblwgeom/lwutil.c: Remove use of lw_vasprintf from liblwgeom Drops useless heap allocations -2015-02-17 10:03 Sandro Santilli +2015-02-17 10:03 Sandro Santilli * [r13218] raster/rt_pg/rtpostgis.c, raster/test/cunit/cu_tester.c: Remove use of lw_vasprintf from raster reduces useless heap allocations -2015-02-17 09:23 Sandro Santilli +2015-02-17 09:23 Sandro Santilli * [r13217] raster/rt_pg/rtpostgis.sql.in: Embed availability info for raster operators -2015-02-17 09:19 Sandro Santilli +2015-02-17 09:19 Sandro Santilli * [r13216] raster/rt_pg/rtpostgis.sql.in: Embed availability info for raster types -2015-02-16 20:36 Sandro Santilli +2015-02-16 20:36 Sandro Santilli * [r13215] postgis/postgis.sql.in, utils/postgis_proc_upgrade.pl: Add embedded availability info for all operators -2015-02-16 20:16 Sandro Santilli +2015-02-16 20:16 Sandro Santilli * [r13214] postgis/postgis.sql.in, utils/postgis_proc_upgrade.pl: Add embedded availability info for all types -2015-02-12 16:58 Sandro Santilli +2015-02-12 16:58 Sandro Santilli * [r13210] liblwgeom/cunit/cu_tester.c: Fix conditional enabling of json input unit test @@ -5293,7 +9355,7 @@ and accept mwtoews patch (I'm going to trust he knows what he's doing with travis better than I do strk check) -2015-02-02 15:45 Sandro Santilli +2015-02-02 15:45 Sandro Santilli * [r13207] raster/rt_pg/rtpostgis_drop.sql.in: Do not drop non-obsoleted functions on upgrade (#2038) @@ -5302,12 +9364,12 @@ ST_Intersection(raster, integer, geometry) ST_Intersection(geometry,raster) -2015-01-29 20:19 Sandro Santilli +2015-01-29 20:19 Sandro Santilli * [r13206] NEWS, doc/extras_topology.xml: Document swapping 'edge crosses node' reported ids (#3022) -2015-01-27 18:16 Sandro Santilli +2015-01-27 18:16 Sandro Santilli * [r13205] doc/extras_topology.xml, topology/test/regress/legacy_invalid_expected, @@ -5330,16 +9392,16 @@ page (and especially if the return type is reused by other functions) -2015-01-24 17:43 Bborie Park +2015-01-24 17:43 Bborie Park * [r13200] raster/test/cunit/cu_band_basics.c: fix up cunit test -2015-01-24 17:27 Bborie Park +2015-01-24 17:27 Bborie Park * [r13198] raster/rt_pg/rtpg_create.c, raster/rt_pg/rtpostgis.c: slight cleanup -2015-01-24 17:27 Bborie Park +2015-01-24 17:27 Bborie Park * [r13197] raster/test/regress/load_outdb-pre.pl, raster/test/regress/load_outdb-pre.sh, @@ -5365,12 +9427,12 @@ raster/test/regress/rt_utility_expected: add unit test for #3020. use rectangular out-db raster -2015-01-24 17:26 Bborie Park +2015-01-24 17:26 Bborie Park * [r13196] NEWS, raster/rt_pg/rtpg_create.c: ST_AddBand out-db band uses width value for height -2015-01-23 14:39 Sandro Santilli +2015-01-23 14:39 Sandro Santilli * [r13195] doc/html/image_src/st_split01.wkt, doc/html/image_src/st_split02.wkt, @@ -5379,21 +9441,21 @@ Only covers the polygon by line split case -2015-01-22 16:12 Sandro Santilli +2015-01-22 16:12 Sandro Santilli * [r13194] doc/html/image_src/generator.c: Gracefully handle typos in style names for docs images -2015-01-21 18:04 Sandro Santilli +2015-01-21 18:04 Sandro Santilli * [r13193] NEWS: Update list of deprecated signatures -2015-01-21 17:33 Sandro Santilli +2015-01-21 17:33 Sandro Santilli * [r13192] doc/reference_measure.xml, postgis/postgis.sql.in: Deprecate ST_3DLength_Spheroid (#2748) -2015-01-21 14:48 Sandro Santilli +2015-01-21 14:48 Sandro Santilli * [r13189] topology/test/Makefile.in, topology/test/regress/droptopogeometrycolumn.sql, @@ -5407,7 +9469,7 @@ Allows using DropTopology to de-register and drop these kind of corrupted topologies. -2015-01-21 12:24 Sandro Santilli +2015-01-21 12:24 Sandro Santilli * [r13186] topology/sql/manage/TopologySummary.sql.in, topology/test/Makefile.in, @@ -5417,7 +9479,7 @@ Includes testcase for the function -2015-01-21 11:11 Sandro Santilli +2015-01-21 11:11 Sandro Santilli * [r13185] raster/test/regress/rt_mapalgebra_expected, regress/legacy_expected, regress/regress_index_expected, @@ -5445,12 +9507,12 @@ * [r13180] doc/faq_raster.xml: FAQ about 2.0.6, 2.1.3 security changes for raster -2015-01-16 13:43 Sandro Santilli +2015-01-16 13:43 Sandro Santilli * [r13179] doc/reference_measure.xml, postgis/postgis.sql.in: CamelCase-ize ST_DistanceSphere (#2748) -2015-01-15 08:57 Sandro Santilli +2015-01-15 08:57 Sandro Santilli * [r13178] raster/doc/RFC1-SerializedFormat, raster/doc/RFC2-WellKnownBinaryFormat: Fill in meta info for RFC @@ -5464,31 +9526,31 @@ function ST_EffectiveArea, Visvalingam’s algorithm simplification #2227 -2015-01-04 17:08 Sandro Santilli +2015-01-04 17:08 Sandro Santilli * [r13173] NEWS, doc/reference_measure.xml, postgis/postgis.sql.in, regress/measures.sql, regress/measures_expected, regress/tickets.sql, regress/tickets_expected: CamelCase-ize ST_LengtSpheroid, ST_DistanceSpheroid (#2748) -2015-01-04 16:43 Sandro Santilli +2015-01-04 16:43 Sandro Santilli * [r13172] NEWS, doc/reference_processing.xml, postgis/postgis.sql.in, regress/tickets.sql: CamelCase-ize ST_ShiftLongitude, ST_CombineBbox, ST_FindExtent (#2748) -2015-01-02 17:11 Sandro Santilli +2015-01-02 17:11 Sandro Santilli * [r13171] regress/run_test.pl: Drop topology schema after topology extension test (#2138) -2014-12-30 16:55 Sandro Santilli +2014-12-30 16:55 Sandro Santilli * [r13168] doc/reference_measure.xml: Fix typo, insert a comma Thanks Christian Sturm -2014-12-30 09:16 Sandro Santilli +2014-12-30 09:16 Sandro Santilli * [r13166] topology/sql/sqlmm.sql.in: Allow index scans in edge splitting and healing queries (#3000) @@ -5498,18 +9560,18 @@ A simple test splitting and re-healing an edge in a ~500k edges topology completes in ~1/10 of the time. -2014-12-29 11:59 Sandro Santilli +2014-12-29 11:59 Sandro Santilli * [r13165] topology/sql/sqlmm.sql.in: Enhance some comments -2014-12-29 11:08 Sandro Santilli +2014-12-29 11:08 Sandro Santilli * [r13164] topology/test/regress/st_simplify.sql: Do not rely on TopoGeometry->Geometry cast in ST_Simplify test Makes the test independent from CAST issues -2014-12-29 10:56 Sandro Santilli +2014-12-29 10:56 Sandro Santilli * [r13163] .gitignore: Ignore raster garden test results @@ -5575,12 +9637,12 @@ to work under windows as well. This is a revision of r13123 commit. -2014-11-12 17:57 Sandro Santilli +2014-11-12 17:57 Sandro Santilli * [r13127] doc/extras_topology.xml: Reword documentation for TopoElement domain -2014-11-11 09:25 Sandro Santilli +2014-11-11 09:25 Sandro Santilli * [r13125] raster/test/regress/permitted_gdal_drivers_expected, raster/test/regress/rt_elevation_functions_expected, @@ -5589,18 +9651,18 @@ Fixes testsuite broke by r13123 -2014-11-11 09:16 Sandro Santilli +2014-11-11 09:16 Sandro Santilli * [r13124] regress/interrupt.sql, regress/interrupt_buffer.sql, regress/interrupt_relate.sql: Reset timer after creating input tables (#2989) -2014-11-11 09:15 Sandro Santilli +2014-11-11 09:15 Sandro Santilli * [r13123] regress/run_test.pl: Disreguard DO responses during testing -2014-11-10 10:25 Sandro Santilli +2014-11-10 10:25 Sandro Santilli * [r13122] regress/Makefile.in, regress/interrupt.sql, regress/interrupt_buffer.sql, regress/interrupt_buffer_expected, @@ -5614,7 +9676,7 @@ Work funded by CartoDB -2014-11-06 18:41 Sandro Santilli +2014-11-06 18:41 Sandro Santilli * [r13121] regress/interrupt.sql, regress/interrupt_expected: Allow interruption to take some more time. @@ -5622,12 +9684,12 @@ Also show the lateness when the time test fails. Hopefully fixes or helps fixing travis build. -2014-11-06 17:22 Sandro Santilli +2014-11-06 17:22 Sandro Santilli * [r13120] regress/interrupt.sql, regress/interrupt_expected: Add timing check to interrupt tests -2014-11-05 17:25 Sandro Santilli +2014-11-05 17:25 Sandro Santilli * [r13119] topology/sql/topogeometry/totopogeom.sql.in: Hush toTopoGeom debugging NOTICE @@ -5676,17 +9738,17 @@ function to STRICT to return null on null). Also did the same for normalize_address and made that also IMMUTABLE STRICT -2014-10-22 16:08 Sandro Santilli +2014-10-22 16:08 Sandro Santilli * [r13108] regress/Makefile.in: Allow running "make garden" over an existing "postgis_garden" database -2014-10-22 16:00 Sandro Santilli +2014-10-22 16:00 Sandro Santilli * [r13107] regress/Makefile.in: Fix typo in "make garden" output summary -2014-10-22 15:34 Sandro Santilli +2014-10-22 15:34 Sandro Santilli * [r13106] postgis/lwgeom_geos.c: Complete improvement of geos-implemented error message from postgis @@ -5694,7 +9756,7 @@ These ones did not match my previous regexp :) See #2970 -2014-10-22 14:22 Sandro Santilli +2014-10-22 14:22 Sandro Santilli * [r13105] NEWS, liblwgeom/cunit/cu_measures.c, liblwgeom/lwcollection.c, liblwgeom/lwline.c, liblwgeom/lwpoly.c, @@ -5706,14 +9768,14 @@ Includes testcases at sql and cunit levels. Closes #2893 -2014-10-22 09:58 Sandro Santilli +2014-10-22 09:58 Sandro Santilli * [r13104] postgis/lwgeom_geos.c: Improved error message on geos-implemented functions interruption/timeout See #2970 -2014-10-22 08:18 Sandro Santilli +2014-10-22 08:18 Sandro Santilli * [r13103] postgis/postgis_module.c: Uninstall custom INT signal handler on unload @@ -5721,30 +9783,30 @@ NOTE: this is just academic as unloading of module never happens as of PostgreSQL 9.4+ -2014-10-21 14:53 Sandro Santilli +2014-10-21 14:53 Sandro Santilli * [r13102] .gitignore: Ignore another generated file -2014-10-21 14:51 Sandro Santilli +2014-10-21 14:51 Sandro Santilli * [r13101] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Add a method to cancel interruption requests in liblwgeom -2014-10-21 10:54 Sandro Santilli +2014-10-21 10:54 Sandro Santilli * [r13100] .gitignore: Ignore .pdf files (all generated) -2014-10-21 10:08 Sandro Santilli +2014-10-21 10:08 Sandro Santilli * [r13099] NEWS, liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom_api.c, postgis/postgis_module.c: Add interruptability API to liblwgeom -2014-10-20 17:01 Sandro Santilli +2014-10-20 17:01 Sandro Santilli * [r13098] doc/Makefile.in: Really use DBLATEX variable -2014-10-20 16:26 Sandro Santilli +2014-10-20 16:26 Sandro Santilli * [r13097] doc/po/fr/performance_tips.xml.po, doc/po/it_IT/postgis.xml.po: Further update translations @@ -5752,7 +9814,7 @@ Italian was edited locally and already pushed to transifex, French was edited on transifex and pulled locally. -2014-10-20 15:47 Sandro Santilli +2014-10-20 15:47 Sandro Santilli * [r13096] doc/po/it_IT/introduction.xml.po, doc/po/it_IT/reporting.xml.po, doc/po/ko_KR/introduction.xml.po: @@ -5763,7 +9825,7 @@ reported by transifex as "suggestions" and the corresponding entries were reported as "untranslated". -2014-10-18 14:30 Sandro Santilli +2014-10-18 14:30 Sandro Santilli * [r13092] doc/Makefile.in, doc/po/ko_KR, doc/po/ko_KR/Makefile, doc/po/ko_KR/extras.xml.po, @@ -5799,7 +9861,7 @@ Updated translations were also re-pushed on transifex -2014-10-18 11:48 Sandro Santilli +2014-10-18 11:48 Sandro Santilli * [r13091] doc/po/it_IT/introduction.xml.po: Review one fuzzy string in italian translation @@ -5807,7 +9869,7 @@ Confirms dropping the "fuzzy" label puts the translation in actual use -2014-10-18 11:48 Sandro Santilli +2014-10-18 11:48 Sandro Santilli * [r13090] doc/po/es/extras_address_standardizer.xml.po, doc/po/es/extras_tigergeocoder.xml.po, @@ -5939,7 +10001,7 @@ The updated template files _and_ translations have already been pushed up to Transifex. -2014-10-18 11:46 Sandro Santilli +2014-10-18 11:46 Sandro Santilli * [r13089] doc/Makefile.in: Make POT creation rule phony, preventing useless ctime-only changes @@ -5948,12 +10010,12 @@ merging of the pos (not really useful if not for debugging) -2014-10-18 09:36 Sandro Santilli +2014-10-18 09:36 Sandro Santilli * [r13087] doc/.tx/config, doc/Makefile.in, doc/po/README: Update transifex project url, update tx configuration and README -2014-10-17 16:57 Sandro Santilli +2014-10-17 16:57 Sandro Santilli * [r13086] doc/Makefile.in, doc/po/pl, doc/po/pl/Makefile, doc/po/pl/extras.xml.po, @@ -5986,7 +10048,7 @@ Updated translations were also re-pushed on transifex -2014-10-17 15:26 Sandro Santilli +2014-10-17 15:26 Sandro Santilli * [r13085] doc/Makefile.in, doc/po/README, doc/po/it_IT/reporting.xml.po: Add 'push-tx' Makefile rule, @@ -5995,7 +10057,7 @@ Also commit what resulted changed after a subsequent 'pull-tx' run -2014-10-17 10:41 Sandro Santilli +2014-10-17 10:41 Sandro Santilli * [r13084] doc/Makefile.in, doc/po/es/using_postgis_dataman.xml.po: Add "pull-tx" rule in Makefile @@ -6008,12 +10070,12 @@ rule itself. -2014-10-15 16:46 Sandro Santilli +2014-10-15 16:46 Sandro Santilli * [r13082] doc/po/README: Add hint about using --skip with tx push -t -2014-10-15 16:46 Sandro Santilli +2014-10-15 16:46 Sandro Santilli * [r13081] doc/Makefile.in, doc/po/es/extras.xml.po, doc/po/es/extras_address_standardizer.xml.po, @@ -6043,7 +10105,7 @@ doc/po/es/using_raster_dataman.xml.po: Update spanish language files (make update-po), enable it -2014-10-15 16:45 Sandro Santilli +2014-10-15 16:45 Sandro Santilli * [r13080] doc/po/es/extras_tigergeocoder.xml.po, doc/po/es/installation.xml.po, doc/po/es/performance_tips.xml.po, @@ -6057,7 +10119,7 @@ - Missing angular brackets ( varname>x ) - Invalid space in closing tag ( ) -2014-10-15 16:45 Sandro Santilli +2014-10-15 16:45 Sandro Santilli * [r13079] doc/po/es, doc/po/es/Makefile, doc/po/es/extras.xml.po, doc/po/es/extras_address_standardizer.xml.po, @@ -6087,7 +10149,7 @@ doc/po/es/using_raster_dataman.xml.po: Import spanish translation from transifex, add Makefile -2014-10-15 15:50 Sandro Santilli +2014-10-15 15:50 Sandro Santilli * [r13078] doc/po/it_IT/extras_address_standardizer.xml.po, doc/po/it_IT/reference_guc.xml.po, @@ -6095,7 +10157,7 @@ doc/po/pt_BR/reference_guc.xml.po: Add missing new translation italian/brazilian files -2014-10-15 15:49 Sandro Santilli +2014-10-15 15:49 Sandro Santilli * [r13077] doc/po/fr/extras.xml.po, doc/po/fr/extras_address_standardizer.xml.po, @@ -6125,19 +10187,19 @@ doc/po/fr/using_raster_dataman.xml.po: Update french language files (make update-po) -2014-10-15 15:49 Sandro Santilli +2014-10-15 15:49 Sandro Santilli * [r13076] doc/po/fr/faq.xml.po: Put msgstr on a single line Transifex does not like newlines in quoted text (fails on tx push). -2014-10-15 15:49 Sandro Santilli +2014-10-15 15:49 Sandro Santilli * [r13075] doc/po/fr/faq.xml.po, doc/po/fr/performance_tips.xml.po: Fix html tags in french translation -2014-10-15 15:48 Sandro Santilli +2014-10-15 15:48 Sandro Santilli * [r13074] doc/Makefile.in, doc/po/fr, doc/po/fr/Makefile, doc/po/fr/extras.xml.po, @@ -6168,14 +10230,14 @@ doc/po/fr/using_raster_dataman.xml.po: Import french translation from transifex, and enable its build -2014-10-14 23:00 Sandro Santilli +2014-10-14 23:00 Sandro Santilli * [r13073] doc/.tx, doc/.tx/config, doc/Makefile.in, doc/po/README: Add transifex configuration and a few words about using `tx' See http://docs.transifex.com/developer/client/set -2014-10-14 23:00 Sandro Santilli +2014-10-14 23:00 Sandro Santilli * [r13072] doc/po/it_IT/extras.xml.po, doc/po/it_IT/postgis.xml.po, doc/po/pt_BR/extras.xml.po, doc/po/pt_BR/postgis.xml.po, @@ -6183,17 +10245,17 @@ doc/po/templates/postgis.xml.pot: Regenerate extras and postgis pots/po after recent update of sources -2014-10-14 22:05 Sandro Santilli +2014-10-14 22:05 Sandro Santilli * [r13071] doc/po/it_IT/reporting.xml.po: Fix unclosed tag in italian translation -2014-10-14 22:00 Sandro Santilli +2014-10-14 22:00 Sandro Santilli * [r13070] doc/po/pt_BR/faq_raster.xml.po: Fix malformed and tags in po_BR translation -2014-10-14 21:57 Sandro Santilli +2014-10-14 21:57 Sandro Santilli * [r13069] doc/po/it_IT/faq.xml.po, doc/po/it_IT/faq_raster.xml.po, doc/po/it_IT/introduction.xml.po, @@ -6218,7 +10280,7 @@ * [r13068] doc/reference_output.xml: Update url to twkb-specification and client example -2014-10-14 10:05 Sandro Santilli +2014-10-14 10:05 Sandro Santilli * [r13067] doc/extras.xml, doc/postgis.xml: Move topology and address standardizer entities out of extra @@ -6242,7 +10304,7 @@ doc/po/pt_BR/reference_sfcgal.xml.po: files from transifex largely already translated -2014-10-13 19:28 Sandro Santilli +2014-10-13 19:28 Sandro Santilli * [r13065] doc/reference_guc.xml: Use double-quotes in link url attribute @@ -6284,7 +10346,7 @@ * [r13057] doc/Makefile.in: add missing xml files to pot xml_sources source -2014-10-10 14:54 Sandro Santilli +2014-10-10 14:54 Sandro Santilli * [r13056] doc/html/image_src/generator.c: Include sys/wait.h to have access to WEXITSTATUS (#2962) @@ -6310,12 +10372,12 @@ postgis/lwgeom_inout.c, postgis/postgis.sql.in: Add GeomFromTWKB #2917 -2014-10-08 10:46 Sandro Santilli +2014-10-08 10:46 Sandro Santilli * [r13052] .gitignore: Ignore files generated under address_standardizer extension -2014-10-08 10:43 Sandro Santilli +2014-10-08 10:43 Sandro Santilli * [r13051] configure.ac: Fix --without-address-standardizer switch @@ -6380,7 +10442,7 @@ * [r13038] doc/reference_raster.xml: experiment with color coding -2014-10-06 16:28 Sandro Santilli +2014-10-06 16:28 Sandro Santilli * [r13037] doc/reference_processing.xml: ST_Simplify is not implemented by GEOS @@ -6391,7 +10453,7 @@ ST_AsGML so docs aren't so confusing when they demonstrate their use -2014-10-03 09:34 Sandro Santilli +2014-10-03 09:34 Sandro Santilli * [r13034] postgis/lwgeom_geos.c, regress/clipbybox2d.sql, regress/clipbybox2d_expected: ST_ClipByBox2D: do not use @@ -6410,12 +10472,12 @@ * [r13030] postgis/gserialized_estimate.c: #2953, Unable to compute stats for some features -2014-10-02 15:49 Sandro Santilli +2014-10-02 15:49 Sandro Santilli * [r13029] doc/reference_output.xml: Fix typo in documentation for ST_AsEncodedPolyline -2014-10-02 08:03 Sandro Santilli +2014-10-02 08:03 Sandro Santilli * [r13028] liblwgeom/cunit/cu_clip_by_rect.c, postgis/lwgeom_geos.c, regress/clipbybox2d.sql, @@ -6427,7 +10489,7 @@ * [r13027] postgis/gserialized_typmod.c: #2941, Geography can create a non-4326 geography but geography typmod won't allow it -2014-10-01 14:36 Sandro Santilli +2014-10-01 14:36 Sandro Santilli * [r13025] liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c, liblwgeom/lwgeom_geos_clean.c: Fix yet another memory leak in @@ -6435,13 +10497,13 @@ The leak occurs on invalid single-component collection input. -2014-10-01 14:07 Sandro Santilli +2014-10-01 14:07 Sandro Santilli * [r13023] liblwgeom/cunit/cu_force_sfs.c, liblwgeom/lwsegmentize.c: Fix leaks in lwcurvepoly_segmentize and its tester -2014-10-01 13:54 Sandro Santilli +2014-10-01 13:54 Sandro Santilli * [r13021] liblwgeom/lwcurvepoly.c, liblwgeom/measures.c: Fix memory leak in lw_dist2d_poly_curvepoly and @@ -6451,12 +10513,12 @@ lwcurvepoly_construct_from_lwpoly . Fixes #2949. -2014-10-01 13:26 Sandro Santilli +2014-10-01 13:26 Sandro Santilli * [r13020] liblwgeom/cunit/cu_out_twkb.c: Remove memory leaks from TWKB unit tester -2014-10-01 13:13 Sandro Santilli +2014-10-01 13:13 Sandro Santilli * [r13019] liblwgeom/lwgeom_geos_node.c, liblwgeom/lwgeom_geos_split.c, raster/rt_core/rt_geometry.c, @@ -6466,7 +10528,7 @@ Fixes #2948 (introduced by previous commit) -2014-10-01 12:35 Sandro Santilli +2014-10-01 12:35 Sandro Santilli * [r13018] liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h, liblwgeom/lwgeom_geos_clean.c, postgis/lwgeom_geos.c, @@ -6477,14 +10539,14 @@ Fixes ST_ClipByBox2D run with non-closed polygon rings in input (#2945) -2014-09-30 16:31 Sandro Santilli +2014-09-30 16:31 Sandro Santilli * [r13013] utils/postgis_proc_upgrade.pl: Drop and recreate aggregates when upgrading to the same dev version See #2944 for the rationale -2014-09-30 13:44 Sandro Santilli +2014-09-30 13:44 Sandro Santilli * [r13012] configure.ac: Reduce expected requirements for building comments and pdf docs @@ -6509,21 +10571,21 @@ * [r13006] postgis: Add an ignore -2014-09-29 07:28 Sandro Santilli +2014-09-29 07:28 Sandro Santilli * [r13005] topology/sql/predicates.sql.in: Fix syntax error in RAISE calls (#2942) PostgreSQL 9.5 doesn't tolerate them... -2014-09-26 09:16 Sandro Santilli +2014-09-26 09:16 Sandro Santilli * [r13000] regress/Makefile.in: Fix regression suite to skip ST_ClipByBox2D testing unless available .. it was a typo (requires GEOS 3.5, not 3.4) -2014-09-26 08:51 Sandro Santilli +2014-09-26 08:51 Sandro Santilli * [r12999] NEWS, doc/reference_processing.xml, liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_clip_by_rect.c, @@ -6536,11 +10598,11 @@ Includes testcases and documentation Requires GEOS-3.5.0+ -2014-09-25 15:01 Sandro Santilli +2014-09-25 15:01 Sandro Santilli * [r12998] liblwgeom/lwcollection.c: Fix unused variable warning -2014-09-25 15:01 Sandro Santilli +2014-09-25 15:01 Sandro Santilli * [r12997] liblwgeom/lwutil.c: Include for declaration of tolower() function @@ -6551,7 +10613,7 @@ postgis/lwgeom_functions_basic.c: Remove another call of liblwgeom_internal.h -2014-09-22 09:02 Sandro Santilli +2014-09-22 09:02 Sandro Santilli * [r12993] liblwgeom/lwcollection.c: Reduce default paranoia on geometry collection construction @@ -6585,7 +10647,7 @@ * [r12987] loader/shp2pgsql-gui.c: Quiet warnings from clang -2014-09-18 16:22 Sandro Santilli +2014-09-18 16:22 Sandro Santilli * [r12986] liblwgeom/ptarray.c: Update comment above getPoint2d_internal, it is safe to cast now @@ -6608,19 +10670,19 @@ * [r12982] postgis/lwgeom_box.c: #2931, BOX representation is case sensitive -2014-09-17 16:08 Sandro Santilli +2014-09-17 16:08 Sandro Santilli * [r12981] doc/reference_processing.xml: Link ST_UnaryUnion with ST_Node, fix See Also section formatting -2014-09-11 16:36 Sandro Santilli +2014-09-11 16:36 Sandro Santilli * [r12973] doc/reference_raster.xml: Remove ST_Tile references from ST_Retile docs ... wasn't very useful that way ... -2014-09-11 16:33 Sandro Santilli +2014-09-11 16:33 Sandro Santilli * [r12972] doc/reference_raster.xml: Move ST_Retile documentation under "raster constructors" @@ -6672,25 +10734,25 @@ * [r12952] doc/reference_raster.xml: #2920 stab at explaining requirement for alignment and add more detail to ST_SameAlignment -2014-09-05 15:25 Sandro Santilli +2014-09-05 15:25 Sandro Santilli * [r12950] liblwgeom/Makefile.in: Fix parser rules to run automatically if needed -2014-09-05 15:25 Sandro Santilli +2014-09-05 15:25 Sandro Santilli * [r12949] liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.h: Regenerate parser with bison 3.0.2 and flex 2.5.35 -2014-09-05 15:01 Sandro Santilli +2014-09-05 15:01 Sandro Santilli * [r12948] liblwgeom/cunit/cu_in_geojson.c, liblwgeom/cunit/cu_out_encoded_polyline.c, liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_surface.c: Fix 'defined but not used' and other warnings in unit tests -2014-09-05 14:38 Sandro Santilli +2014-09-05 14:38 Sandro Santilli * [r12947] liblwgeom/lwin_wkt_parse.y: Fix %name-prefix usage in gramma file @@ -6698,7 +10760,7 @@ Fixes warning: deprecated directive, use ‘%name-prefix’ [-Wdeprecated] -2014-09-05 14:38 Sandro Santilli +2014-09-05 14:38 Sandro Santilli * [r12946] liblwgeom/lwin_wkt_parse.y: Fix grammar file to work around suspected bison 3.0.2 bug @@ -6706,26 +10768,26 @@ See http://lists.osgeo.org/pipermail/postgis-devel/2014-September/024507.html -2014-09-05 14:38 Sandro Santilli +2014-09-05 14:38 Sandro Santilli * [r12945] liblwgeom/lwin_wkt_lex.l: Fix "'input' defined but not used" warning on building generated parser -2014-09-05 10:38 Sandro Santilli +2014-09-05 10:38 Sandro Santilli * [r12944] .travis.yml: [TRAVIS] Do not use IRC notifications -2014-09-05 10:28 Sandro Santilli +2014-09-05 10:28 Sandro Santilli * [r12943] liblwgeom/Makefile.in: Rule to build parser is "parser", not "parse" -2014-09-03 15:37 Sandro Santilli +2014-09-03 15:37 Sandro Santilli * [r12942] doc/reference_raster.xml: Link ST_CreateOverview from AddOverviewConstraints -2014-09-03 14:52 Sandro Santilli +2014-09-03 14:52 Sandro Santilli * [r12941] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in, raster/test/regress/Makefile.in, @@ -6735,24 +10797,24 @@ Includes testcases and documentation -2014-09-03 09:54 Sandro Santilli +2014-09-03 09:54 Sandro Santilli * [r12940] doc/reference_raster.xml: Fix typo in DropOverviewConstraints doc -2014-09-03 09:40 Sandro Santilli +2014-09-03 09:40 Sandro Santilli * [r12937] doc/html/image_src/generator.c: Fix warnings in docs image generator build Print a warning on system call failures -2014-09-03 09:11 Sandro Santilli +2014-09-03 09:11 Sandro Santilli * [r12934] doc/reference_raster.xml, doc/using_raster_dataman.xml: Add documentation for {Add,Drop}OverviewConstraints (#2824) -2014-09-03 08:21 Sandro Santilli +2014-09-03 08:21 Sandro Santilli * [r12933] raster/rt_pg/rtpostgis.sql.in: Add availability info for {Add,Drop}OverviewConstraints @@ -6762,12 +10824,12 @@ * [r12930] NEWS, doc/xsl/postgis_aggs_mm.xml.xsl: #2906 document new enhancement -2014-08-29 16:37 Sandro Santilli +2014-08-29 16:37 Sandro Santilli * [r12929] raster/rt_core/rt_warp.c: Slightly simplify a loop setting projection parameters for gdal warp -2014-08-28 15:15 Sandro Santilli +2014-08-28 15:15 Sandro Santilli * [r12928] raster/rt_core/rt_warp.c, raster/test/regress/rt_gdalwarp.sql, @@ -6778,28 +10840,28 @@ Closes #2911 and re-closes #2251 -2014-08-27 15:53 Sandro Santilli +2014-08-27 15:53 Sandro Santilli * [r12927] NEWS: Add sections for 2.0.5, 2.0.6 and 2.1.3 -2014-08-27 15:44 Sandro Santilli +2014-08-27 15:44 Sandro Santilli * [r12926] NEWS: Remove bugfix items already noted for previous versions -2014-08-27 08:53 Sandro Santilli +2014-08-27 08:53 Sandro Santilli * [r12925] raster/rt_pg/rtpg_mapalgebra.c, raster/test/regress/rt_union.sql, raster/test/regress/rt_union_expected: Fix crash on null input to ST_Union(raster) -2014-08-26 14:40 Sandro Santilli +2014-08-26 14:40 Sandro Santilli * [r12921] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: Add TODO item about not needlessly dropping ST_SummaryStats and friends -2014-08-26 09:41 Sandro Santilli +2014-08-26 09:41 Sandro Santilli * [r12918] utils/postgis_restore.pl.in: Do not skip lines starting with "--" from comments (#2759) @@ -6876,7 +10938,7 @@ * [r12896] postgis/lwgeom_geos.c: #2605 armel: _ST_Covers() returns true for point in hole -2014-08-18 10:58 Sandro Santilli +2014-08-18 10:58 Sandro Santilli * [r12894] GNUmakefile.in, configure.ac, doc/Makefile.in: Simplify docs building rules, hopefully fixing build-on-install (#2872) @@ -6887,7 +10949,7 @@ regress/tickets_expected: #2870 put in change notice in sql geograpy(bytea) has changed, put in regression test -2014-08-15 15:17 Sandro Santilli +2014-08-15 15:17 Sandro Santilli * [r12888] raster/rt_pg/rtpostgis.sql.in: Raise cost of ST_ConvexHull(raster) from 1 to 300 (#2895) @@ -6909,7 +10971,7 @@ liblwgeom/varint.h: going back to put varint functions in varint.c -2014-08-11 03:23 Bborie Park +2014-08-11 03:23 Bborie Park * [r12882] raster/loader/raster2pgsql.c: revert option for -s. Ticket #2891 @@ -6919,12 +10981,12 @@ * [r12881] postgis/geography.sql.in: #2890 missing availability info for geography operators -2014-08-10 16:05 Bborie Park +2014-08-10 16:05 Bborie Park * [r12880] raster/loader/raster2pgsql.c: cast const char * to char *. Ticket #2885 -2014-08-10 15:58 Bborie Park +2014-08-10 15:58 Bborie Park * [r12879] raster/rt_pg/rtpg_geometry.c: Remove unused variable. Ticket #2884. @@ -6949,7 +11011,7 @@ * [r12875] liblwgeom/varint.h: put in declrations to get rid of compiler warnings -2014-08-08 13:34 Sandro Santilli +2014-08-08 13:34 Sandro Santilli * [r12874] liblwgeom/varint.h: Mark inline functions as such, fixing related warnings (#2880) @@ -7005,12 +11067,12 @@ liblwgeom/cunit/cu_out_twkb.c, liblwgeom/cunit/cu_tester.c: Add cunit tests for twkb -2014-08-07 13:57 Sandro Santilli +2014-08-07 13:57 Sandro Santilli * [r12865] GNUmakefile.in, doc/Makefile.in, topology/Makefile.in: Remove more generated Makefile on "distclean" (#2876) -2014-08-07 11:37 Sandro Santilli +2014-08-07 11:37 Sandro Santilli * [r12864] doc/reference_output.xml: Add missing commas in some See Also sections, link ST_AsBinary to ST_AsTWKB @@ -7031,7 +11093,7 @@ * [r12860] extensions/address_standardizer: Prep to move address_standardizer into extensions folder -2014-08-05 12:24 Bborie Park +2014-08-05 12:24 Bborie Park * [r12859] raster/test/regress/rt_envelope.sql, raster/test/regress/rt_envelope_expected: forgot to add unit @@ -7070,42 +11132,42 @@ around collected geometries. It's the only way I can think of to create a valid x3d sub. -2014-07-31 08:42 Sandro Santilli +2014-07-31 08:42 Sandro Santilli * [r12846] liblwgeom/cunit/cu_varint.c: Add a couple more tests for varint encoding -2014-07-30 11:38 Sandro Santilli +2014-07-30 11:38 Sandro Santilli * [r12845] .travis.yml: [TRAVIS] Do not remove postresql-common -2014-07-30 10:10 Sandro Santilli +2014-07-30 10:10 Sandro Santilli * [r12844] .travis.yml: [TRAVIS] Ensure to install also the 9.1 server, needed for regress -2014-07-30 09:44 Sandro Santilli +2014-07-30 09:44 Sandro Santilli * [r12843] .travis.yml: [TRAVIS] Remove more postgresql item not in the 9.1 series -2014-07-30 09:11 Sandro Santilli +2014-07-30 09:11 Sandro Santilli * [r12842] .travis.yml: [TRAVIS] remove postgresql 9.2 and 9.3 Hopefully fixes confusion between library and header used -2014-07-29 15:50 Sandro Santilli +2014-07-29 15:50 Sandro Santilli * [r12841] .travis.yml: [TRAVIS] Get a list of installed postgresql packages -2014-07-29 14:50 Sandro Santilli +2014-07-29 14:50 Sandro Santilli * [r12840] regress/run_test.pl: Honour verbosity flag on sql file load failure (see #2854) -2014-07-29 13:56 Sandro Santilli +2014-07-29 13:56 Sandro Santilli * [r12839] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_measures.c: Fix expected return codes fixed @@ -7114,12 +11176,12 @@ Also sets touched suite names to match filename (with "cu_" prefix stripped out) -2014-07-29 12:23 Sandro Santilli +2014-07-29 12:23 Sandro Santilli * [r12838] liblwgeom/cunit/cu_varint.c: Add tests for 32bit varints encoding -2014-07-29 10:34 Sandro Santilli +2014-07-29 10:34 Sandro Santilli * [r12837] liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_measures.c: Check @@ -7127,7 +11189,7 @@ Fixes some "variable set but unused" warnings -2014-07-29 10:25 Sandro Santilli +2014-07-29 10:25 Sandro Santilli * [r12836] liblwgeom/Makefile.in, liblwgeom/cunit/cu_varint.c, liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h, @@ -7136,17 +11198,17 @@ Also found a bug in encoding 4bytes numbers -2014-07-27 17:17 Bborie Park +2014-07-27 17:17 Bborie Park * [r12835] raster/rt_pg/rtpostgis.sql.in: code cleanup -2014-07-27 17:06 Bborie Park +2014-07-27 17:06 Bborie Park * [r12833] NEWS, raster/rt_pg/rtpostgis.sql.in: shortcut ST_Clip if clipping geometry extent fully contains raster extent. Ticket #2829 -2014-07-26 13:47 Bborie Park +2014-07-26 13:47 Bborie Park * [r12832] NEWS, raster/rt_core/librtcore.h, raster/rt_core/rt_geometry.c, raster/rt_pg/rtpg_geometry.c, @@ -7169,18 +11231,18 @@ * [r12829] NEWS: add some missing new features to NEWS items -2014-07-25 15:36 Sandro Santilli +2014-07-25 15:36 Sandro Santilli * [r12828] liblwgeom/cunit/cu_varint.c, liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h, liblwgeom/measures.c, liblwgeom/measures.h, liblwgeom/measures3d.c, liblwgeom/measures3d.h: Fix some UTF8 encoding of Nicklas name... -2014-07-25 15:25 Sandro Santilli +2014-07-25 15:25 Sandro Santilli * [r12827] loader/shpcommon.c: Simplify mapping file parsing -2014-07-25 12:14 Sandro Santilli +2014-07-25 12:14 Sandro Santilli * [r12826] loader/pgsql2shp-core.c, loader/pgsql2shp-core.h, loader/shp2pgsql-core.c, loader/shp2pgsql-core.h, @@ -7193,7 +11255,7 @@ partially fixed (now can handle tins and doesn't output bogus gml output -2014-07-25 10:57 Sandro Santilli +2014-07-25 10:57 Sandro Santilli * [r12824] doc/man/shp2pgsql.1: Add -m reference in shp2pgsql manpage. See ticket #899. @@ -7245,12 +11307,12 @@ Define new &address_standardizer_required; xml constant and flag functions requiring it -2014-07-22 08:52 Sandro Santilli +2014-07-22 08:52 Sandro Santilli * [r12816] regress/regress_index.sql: Drop dependency of estimation test on XML type (#2151) -2014-07-22 08:41 Sandro Santilli +2014-07-22 08:41 Sandro Santilli * [r12815] regress/regress_index.sql, regress/regress_index_expected: Raise statistic target during @@ -7258,7 +11320,7 @@ Possibly fixes #2851 (probability is statitics based) -2014-07-21 16:39 Sandro Santilli +2014-07-21 16:39 Sandro Santilli * [r12814] NEWS, postgis/gserialized_estimate.c, regress/regress_index.sql, regress/regress_index_expected: @@ -7267,7 +11329,7 @@ Improves raster selectivity estimator (#2839) Includes regression tests -2014-07-21 16:12 Sandro Santilli +2014-07-21 16:12 Sandro Santilli * [r12813] regress/regress_index.sql, regress/regress_index_expected: Add test for selectivity @@ -7307,7 +11369,7 @@ extras/address_standardizer/address_standardizer--1.0.sql.in: #2846 parse_address is not null safe - make immutable strict -2014-07-18 14:39 Sandro Santilli +2014-07-18 14:39 Sandro Santilli * [r12801] raster/loader/raster2pgsql.c: Reduce some code duplication @@ -7340,26 +11402,26 @@ * [r12794] doc/extras_address_standardizer.xml: minor edits and link to installation which needs some cleanup -2014-07-17 14:30 Sandro Santilli +2014-07-17 14:30 Sandro Santilli * [r12793] doc/reference_management.xml, doc/reference_raster.xml: Cross-link UpdateRasterSRID and UpdateGeometrySRID -2014-07-17 14:23 Sandro Santilli +2014-07-17 14:23 Sandro Santilli * [r12792] raster/test/regress/loader/Projected-post.sql: Cleanup after raster import tests using overview It seems to not be automatic... -2014-07-17 14:02 Sandro Santilli +2014-07-17 14:02 Sandro Santilli * [r12791] raster/test/regress/loader/Projected.opts, raster/test/regress/loader/Projected.select.expected, raster/test/regress/loader/Projected.select.sql: Include overviews in the test for reprojected rasters (#2843) -2014-07-17 09:02 Sandro Santilli +2014-07-17 09:02 Sandro Santilli * [r12790] raster/test/regress/loader/Basic-post.sh, raster/test/regress/loader/Basic-pre.sh, @@ -7377,7 +11439,7 @@ raster/test/regress/loader/Tiled8x8-pre.sh: Remove obsoleted shell versions of test aux scripts (#2844) -2014-07-17 08:59 Sandro Santilli +2014-07-17 08:59 Sandro Santilli * [r12789] NEWS, raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h, raster/test/regress/Makefile.in, @@ -7432,14 +11494,14 @@ doc/html/images/st_tesselate02.png, doc/reference_sfcgal.xml: Add documentation for ST_Tesselate with figures -2014-07-14 14:36 Sandro Santilli +2014-07-14 14:36 Sandro Santilli * [r12780] doc/reference_raster.xml: Add note about extent ratainment in ST_Resize, cross link docs Closes #2833 -2014-07-14 14:36 Sandro Santilli +2014-07-14 14:36 Sandro Santilli * [r12779] raster/rt_pg/Makefile.in: Force rtpostgis.so rebuild on librtcore.a change @@ -7449,12 +11511,12 @@ * [r12778] postgis/gserialized_estimate.c: #2834, ST_Estimated_Extent and mixedCase table names -2014-07-11 09:22 Sandro Santilli +2014-07-11 09:22 Sandro Santilli * [r12776] doc/reference_raster.xml: Drop duplicated commas, add ST_SetValue in See Also for ST_Value -2014-07-11 08:36 Sandro Santilli +2014-07-11 08:36 Sandro Santilli * [r12775] .gitignore: Ignore more generated files @@ -7482,12 +11544,12 @@ * [r12767] doc/reference_editor.xml: #2820: ST_Segmentize(geography) returns a geography not geometry -2014-07-08 09:49 Sandro Santilli +2014-07-08 09:49 Sandro Santilli * [r12766] regress/Makefile.in, regress/run_test.pl: Add support for sfgal in run_test --extension -2014-07-08 09:16 Sandro Santilli +2014-07-08 09:16 Sandro Santilli * [r12765] raster/rt_pg/Makefile.in, raster/rt_pg/rtpostgis_drop.sql.in, @@ -7504,7 +11566,7 @@ Closes #2673 -2014-07-08 02:49 Bborie Park +2014-07-08 02:49 Bborie Park * [r12764] raster/rt_pg/rtpostgis.sql.in: fix regexp escaping @@ -7565,12 +11627,12 @@ Provided 3D behavior examples for ST_Intersection and ST_3DIntersection -2014-07-07 15:39 Bborie Park +2014-07-07 15:39 Bborie Park * [r12752] NEWS, raster/rt_pg/rtpostgis.sql.in: use @ operator instead of ST_CoveredBy(). Ticket #2822 -2014-07-07 10:25 Sandro Santilli +2014-07-07 10:25 Sandro Santilli * [r12751] doc/reference_constructor.xml, doc/reference_output.xml: Improve encoded polyline docs @@ -7578,7 +11640,7 @@ Fix cross-linking between encoded polyline in/out funx Add link to encoded polyline algorithm format -2014-07-07 10:21 Sandro Santilli +2014-07-07 10:21 Sandro Santilli * [r12750] NEWS, doc/reference_constructor.xml, doc/reference_output.xml, liblwgeom/Makefile.in, @@ -7608,7 +11670,7 @@ Signed-off-by: Sandro Santilli -2014-07-07 08:58 Sandro Santilli +2014-07-07 08:58 Sandro Santilli * [r12749] loader/shp2pgsql-core.c, raster/loader/raster2pgsql.c: Fix index creation in loaders @@ -7616,12 +11678,12 @@ The bug was introduced with previous commit (typo) See #2811 -2014-07-07 08:10 Sandro Santilli +2014-07-07 08:10 Sandro Santilli * [r12746] loader/shp2pgsql-core.c, raster/loader/raster2pgsql.c: Do not explicitly name indexes loading rasters/shapefiles (#2811) -2014-07-06 20:01 Bborie Park +2014-07-06 20:01 Bborie Park * [r12744] NEWS, raster/rt_pg/rtpg_mapalgebra.c, raster/test/regress/rt_mapalgebra.sql, @@ -7629,14 +11691,14 @@ ST_MapAlgebra callback function has correct return datatype. Ticket #2802 -2014-07-06 18:33 Bborie Park +2014-07-06 18:33 Bborie Park * [r12741] raster/rt_pg/rtpostgis.sql.in, raster/test/regress/rt_band.sql, raster/test/regress/rt_band_expected: escape delimiter of ST_Band(). Ticket #2812 -2014-07-06 18:10 Bborie Park +2014-07-06 18:10 Bborie Park * [r12740] NEWS, raster/rt_pg/rtpostgis.sql.in, raster/test/regress/check_raster_columns_expected, @@ -7648,7 +11710,7 @@ raster/test/regress/loader/Tiled10x10Copy.select.expected: Raster max extent uses envelope like Geometry. Ticket #2777 -2014-07-06 17:32 Bborie Park +2014-07-06 17:32 Bborie Park * [r12737] raster/rt_core/librtcore.h, raster/rt_pg/rtpg_band_properties.c, raster/rt_pg/rtpg_create.c, @@ -7672,13 +11734,13 @@ raster/test/regress/rt_mapalgebra.sql: fix obsolete URL in headers -2014-07-06 15:27 Bborie Park +2014-07-06 15:27 Bborie Park * [r12735] NEWS, raster/test/regress/rt_mapalgebra.sql, raster/test/regress/rt_mapalgebra_expected: added NEWS and updated tests -2014-07-06 15:27 Bborie Park +2014-07-06 15:27 Bborie Park * [r12734] raster/rt_pg/rtpg_mapalgebra.c: use empty TEXT array for userargs when no user args and STRICT callback function @@ -7715,7 +11777,7 @@ argument and big warning to avoid because we may remove it in future versions -2014-07-04 16:11 Sandro Santilli +2014-07-04 16:11 Sandro Santilli * [r12725] raster/loader/raster2pgsql.c: Change append_stringbuffer to take ownership of string parameter @@ -7723,19 +11785,19 @@ Reduces the amount of allocations/deallocations needed during import. -2014-07-04 16:11 Sandro Santilli +2014-07-04 16:11 Sandro Santilli * [r12724] raster/rt_core/rt_wkb.c: Inline hex conversion of raster wkb in rt_raster_to_hexwkb (#2798) Speeds up importing large rasters. -2014-07-04 09:45 Sandro Santilli +2014-07-04 09:45 Sandro Santilli * [r12723] authors.git, authors.svn: Add woodbri in git/svn authors file -2014-07-04 09:45 Sandro Santilli +2014-07-04 09:45 Sandro Santilli * [r12722] raster/rt_pg/rtpostgis.sql.in: Include PostgreSQL failure messages in AddRasterConstraints @@ -7745,7 +11807,7 @@ * [r12721] extras/address_standardizer/README.address_standardizer: test commit to check access rights -2014-07-03 12:32 Sandro Santilli +2014-07-03 12:32 Sandro Santilli * [r12720] raster/rt_pg/rtpg_mapalgebra.c, raster/test/regress/rt_mapalgebra.sql, @@ -7820,11 +11882,11 @@ * [r12714] ., extensions/postgis_sfcgal: Ignore build artifacts -2014-07-01 16:14 Sandro Santilli +2014-07-01 16:14 Sandro Santilli * [r12713] .gitignore: Ignore install-sh, generated by autogen.sh -2014-07-01 16:13 Sandro Santilli +2014-07-01 16:13 Sandro Santilli * [r12712] install-sh: install-sh is a built artifact, should not be in the repository @@ -7856,7 +11918,7 @@ * [r12706] raster/test/cunit, topology/test/regress: Ignore some build artefacts -2014-06-30 14:37 Sandro Santilli +2014-06-30 14:37 Sandro Santilli * [r12705] README.md: Oops, confused mapnik with postgis @@ -7936,14 +11998,14 @@ regress/tickets_expected: #2788 Warning on PG_RETURN_HEAPTUPLEHEADER building against PgSQL 9. -2014-06-27 07:38 Sandro Santilli +2014-06-27 07:38 Sandro Santilli * [r12676] liblwgeom/lwgeodetic.c: Fix undefined behavior in ptarray_calculate_gbox_geodetic (#2774) Patch by Paul Ramsey -2014-06-27 07:35 Sandro Santilli +2014-06-27 07:35 Sandro Santilli * [r12675] extensions/postgis/Makefile.in, extensions/postgis_topology/Makefile.in: Do not assume @@ -7955,18 +12017,18 @@ regress/tickets_expected: #2712 ST_Segmentize exception on Empty input: getPoint4d_p: point offset out of range -2014-06-26 13:04 Sandro Santilli +2014-06-26 13:04 Sandro Santilli * [r12669] README.postgis: Add note about ./autogen.sh -2014-06-26 12:06 Sandro Santilli +2014-06-26 12:06 Sandro Santilli * [r12668] README.md: Add README.md to show nice travis link on the github mirror See http://github.com/postgis/postgis -2014-06-26 11:03 Sandro Santilli +2014-06-26 11:03 Sandro Santilli * [r12666] liblwgeom/lwgeom_geos_clean.c: Fix potential memory fault in ST_MakeValid @@ -7981,42 +12043,42 @@ Bug found by Alvaro Huarte: https://github.com/postgis/postgis/pull/21 -2014-06-26 08:02 Sandro Santilli +2014-06-26 08:02 Sandro Santilli * [r12664] configure.ac: Fix handling of bogus argument passed to --with-sfcgal (#2784) Patch by Vincent Mora -2014-06-25 13:30 Sandro Santilli +2014-06-25 13:30 Sandro Santilli * [r12661] NEWS, README.postgis: With latest changes, support for libjson 0.9 was restored :) -2014-06-25 12:31 Sandro Santilli +2014-06-25 12:31 Sandro Santilli * [r12660] liblwgeom/lwin_geojson.c: Still build libjson code when having 0.9 -2014-06-25 11:24 Sandro Santilli +2014-06-25 11:24 Sandro Santilli * [r12659] liblwgeom/lwin_geojson.c: Oops, unterminated #ifdef See https://travis-ci.org/postgis/postgis/builds/28397745#L1062 -2014-06-25 10:28 Sandro Santilli +2014-06-25 10:28 Sandro Santilli * [r12658] liblwgeom/lwin_geojson.c: Attempt re-adding support fo libjson < 0.10 (#2723) See https://travis-ci.org/postgis/postgis/builds/28394436#L1330 -2014-06-25 09:49 Sandro Santilli +2014-06-25 09:49 Sandro Santilli * [r12656] liblwgeom/lwgeom_sfcgal.h: Fix warning: no previous prototype for 'lwgeom_sfcgal_version' -2014-06-25 08:37 Sandro Santilli +2014-06-25 08:37 Sandro Santilli * [r12654] regress/regress_sfcgal.sql, regress/sfcgal/empty.sql, regress/sfcgal/empty_expected, regress/sfcgal/measures.sql, @@ -8024,7 +12086,7 @@ regress/sfcgal/tickets_expected: Fix SFCGAL tests to work with all versions (#2755) -2014-06-25 07:54 Sandro Santilli +2014-06-25 07:54 Sandro Santilli * [r12653] NEWS, README.postgis: Document minimum required libjson-c version being 0.10 @@ -8032,7 +12094,7 @@ Latest debian stable (wheezy) packages 0.11 already. See http://trac.osgeo.org/postgis/ticket/2539#comment:6 -2014-06-25 07:25 Sandro Santilli +2014-06-25 07:25 Sandro Santilli * [r12652] NEWS, postgis/lwgeom_in_geojson.c: Report libjson version from postgis_full_version(), closing #2159 @@ -8063,7 +12125,7 @@ * [r12643] postgis/sfcgal.sql.in: #2753 Add ST_IsPlanar (hmm did I forget to put in this ST_MinkowskiSum) -2014-06-24 15:27 Sandro Santilli +2014-06-24 15:27 Sandro Santilli * [r12642] postgis/lwgeom_backend_api.c: Revert r12350 as it didn't fix #2382 @@ -8076,7 +12138,7 @@ See #2755 (thanks vmo) -2014-06-24 15:12 Sandro Santilli +2014-06-24 15:12 Sandro Santilli * [r12641] utils/postgis_proc_upgrade.pl: Force load of target shared object before major version check @@ -8102,13 +12164,13 @@ Closes #2382 -2014-06-23 15:36 Bborie Park +2014-06-23 15:36 Bborie Park * [r12639] raster/test/regress/load_outdb-pre.pl, raster/test/regress/load_outdb-pre.sh: add comments for out-db raster in regress tests -2014-06-23 14:39 Sandro Santilli +2014-06-23 14:39 Sandro Santilli * [r12638] raster/test/regress/rt_utility.sql, raster/test/regress/rt_utility_expected: Disable ST_MemSize test @@ -8117,14 +12179,14 @@ I don't seem to be able to get a static memory size for them, so for now the test is disabled (but the problem remains) -2014-06-23 08:54 Sandro Santilli +2014-06-23 08:54 Sandro Santilli * [r12637] raster/test/regress/rt_utility.sql: Fix ST_MemSize test query with PostgreSQL 9.1 See https://travis-ci.org/postgis/postgis/builds/28204298#L2377 -2014-06-23 07:37 Sandro Santilli +2014-06-23 07:37 Sandro Santilli * [r12636] raster/test/regress/rt_utility.sql, raster/test/regress/rt_utility_expected: Subtract size of offdb @@ -8134,7 +12196,7 @@ fixing the travis builds: https://travis-ci.org/postgis/postgis#L2373-L2380 -2014-06-23 07:26 Sandro Santilli +2014-06-23 07:26 Sandro Santilli * [r12635] doc/reference_raster.xml: Typo @@ -8144,14 +12206,14 @@ Document new ST_MemSize for raster and #2769 name change for geometry (ST_MEm_Size to ST_MemSize) -2014-06-21 17:30 Bborie Park +2014-06-21 17:30 Bborie Park * [r12631] NEWS, raster/rt_pg/rtpg_band_properties.c, raster/test/regress/rt_utility.sql, raster/test/regress/rt_utility_expected: fix premature memory free in RASTER_getBandPath (ST_BandPath) -2014-06-20 10:37 Sandro Santilli +2014-06-20 10:37 Sandro Santilli * [r12630] NEWS, raster/rt_pg/rtpg_utility.c, raster/rt_pg/rtpostgis.sql.in, @@ -8162,7 +12224,7 @@ Closes #2770 Includes testcases, but no documentation -2014-06-20 10:12 Sandro Santilli +2014-06-20 10:12 Sandro Santilli * [r12629] NEWS, postgis/postgis.sql.in, regress/lwgeom_regress.sql, regress/regress.sql: Deprecate @@ -8186,7 +12248,7 @@ revised patch moving intro into an abstract instead of as separate section -2014-06-19 11:23 Sandro Santilli +2014-06-19 11:23 Sandro Santilli * [r12625] NEWS, raster/rt_pg/rtpg_inout.c, raster/rt_pg/rtpostgis.sql.in: Add postgis_noop(raster) function @@ -8233,28 +12295,28 @@ * [r12603] doc/reference_raster.xml: #2752: raster && geometry is undocumented -2014-05-29 09:57 Sandro Santilli +2014-05-29 09:57 Sandro Santilli * [r12601] raster/rt_pg/rtpostgis.sql.in: Add availability info for raster/geometry operators See #2752 -2014-05-27 16:34 Sandro Santilli +2014-05-27 16:34 Sandro Santilli * [r12589] raster/rt_pg/Makefile.in: Wrap rtpostgis_upgrade.sql in a transaction (#2749) -2014-05-25 19:51 Bborie Park +2014-05-25 19:51 Bborie Park * [r12585] NEWS: add news for GDAL 2.0 -2014-05-25 19:51 Bborie Park +2014-05-25 19:51 Bborie Park * [r12584] raster/rt_core/rt_geometry.c, raster/rt_core/rt_raster.c: basic support for GDAL 2.0 -2014-05-21 09:46 Sandro Santilli +2014-05-21 09:46 Sandro Santilli * [r12577] postgis/lwgeom_functions_analytic.c: Reduce overhead of ST_Simplify calls against points and multipoints @@ -8265,7 +12327,7 @@ See #2745 -2014-05-19 11:15 Sandro Santilli +2014-05-19 11:15 Sandro Santilli * [r12575] HOWTO_RELEASE: Drop PlanetPostgis announce (automatic via http://postgis.net/news) @@ -8275,12 +12337,12 @@ * [r12570] java/jdbc/pom.xml, java/jdbc_jtsparser/pom.xml: fix links and version -2014-05-14 10:27 Sandro Santilli +2014-05-14 10:27 Sandro Santilli * [r12565] extensions/postgis/Makefile.in: Use a variable for extname -2014-05-14 10:06 Sandro Santilli +2014-05-14 10:06 Sandro Santilli * [r12564] extensions/postgis/Makefile.in, extensions/postgis_topology/Makefile.in, @@ -8288,7 +12350,7 @@ utils/create_unpackaged.pl: Complain if extension scripts are sourced in psql -2014-05-14 09:09 Sandro Santilli +2014-05-14 09:09 Sandro Santilli * [r12562] HOWTO_RELEASE, doc/Makefile.in, doc/postgis.xml: Automate postgis_download_url setting in doc/postgis.xml @@ -8297,41 +12359,41 @@ unnumbered) Closes #2735 -2014-05-14 08:43 Sandro Santilli +2014-05-14 08:43 Sandro Santilli * [r12560] HOWTO_RELEASE: Drop checkout step from release procedure, other cleanups See #2736 -2014-05-13 17:12 Sandro Santilli +2014-05-13 17:12 Sandro Santilli * [r12546] HOWTO_RELEASE: Reorder release steps to avoid touching repository after tag -2014-05-13 16:58 Sandro Santilli +2014-05-13 16:58 Sandro Santilli * [r12543] GNUmakefile.in, HOWTO_RELEASE: Add "ChangeLog" rule, update HOWTO_RELEASE with that recipe -2014-05-13 15:33 Bborie Park +2014-05-13 15:33 Bborie Park * [r12541] raster/rt_pg/rtpostgis.c: tweak messages -2014-05-13 15:33 Bborie Park +2014-05-13 15:33 Bborie Park * [r12540] raster/test/cunit/cu_misc.c: disable one unit test -2014-05-13 15:33 Bborie Park +2014-05-13 15:33 Bborie Park * [r12539] raster/rt_pg/rtpostgis.c: emit message for unknown GDAL drivers -2014-05-13 12:44 Sandro Santilli +2014-05-13 12:44 Sandro Santilli * [r12534] postgis_config.h.in: Fix header guard -2014-05-13 09:24 Sandro Santilli +2014-05-13 09:24 Sandro Santilli * [r12530] postgis_config.h.in: Header-guard postgis_config.h @@ -8345,11 +12407,11 @@ gserialized_estimate crashes under mingw64 windows when compiled with --enabled-debug -2014-05-06 14:05 Bborie Park +2014-05-06 14:05 Bborie Park * [r12519] raster/rt_pg/rtpostgis.c: strcat instead of sprintf -2014-05-05 17:09 Sandro Santilli +2014-05-05 17:09 Sandro Santilli * [r12504] extensions/postgis_extension_helper.sql, topology/Makefile.in, topology/sql/manage/ManageHelper.sql.in: @@ -8360,20 +12422,20 @@ a good idea to drop one of the two implementations (both touched with this commit) -2014-05-05 08:24 Sandro Santilli +2014-05-05 08:24 Sandro Santilli * [r12503] regress/run_test.pl: Remove debugging print from run_test.pl -2014-05-05 08:08 Sandro Santilli +2014-05-05 08:08 Sandro Santilli * [r12501] configure.ac: Offline rasters are always supported -2014-05-04 15:51 Bborie Park +2014-05-04 15:51 Bborie Park * [r12495] doc/reference_guc.xml: add text mentioning env variables -2014-05-04 15:51 Bborie Park +2014-05-04 15:51 Bborie Park * [r12494] raster/rt_pg/rtpostgis.c: added support for POSTGIS_GDAL_ENABLED_DRIVERS and POSTGIS_ENABLE_OUTDB_RASTERS @@ -8381,12 +12443,12 @@ postgis.gdal_enabled_drivers and postgis.enable_outdb_rasters, respectively -2014-04-30 11:37 Sandro Santilli +2014-04-30 11:37 Sandro Santilli * [r12493] utils/postgis_proc_upgrade.pl: Honour "Last Updated" objects comment for upgrade script (#2722) -2014-04-26 14:01 Bborie Park +2014-04-26 14:01 Bborie Park * [r12492] NEWS, doc/reference_guc.xml, raster/rt_core/librtcore.h, raster/rt_core/rt_band.c, raster/rt_core/rt_util.c, @@ -8396,13 +12458,13 @@ raster/test/regress/rt_bytea.sql: add VSICURL keyword for GUC postgis.gdal_enabled_drivers. add GUC posgis.enable_outdb_rasters -2014-04-23 16:16 Bborie Park +2014-04-23 16:16 Bborie Park * [r12488] raster/test/regress/permitted_gdal_drivers.sql, raster/test/regress/permitted_gdal_drivers_expected: check before inserting records into spatial_ref_sys. ticket #2715 -2014-04-22 14:29 Bborie Park +2014-04-22 14:29 Bborie Park * [r12486] raster/test/regress/load_outdb-pre.pl, raster/test/regress/load_outdb-pre.sh, @@ -8451,7 +12513,7 @@ * [r12479] doc/installation.xml: #2343 missing --with-sfcgal in docs -2014-04-13 22:02 Bborie Park +2014-04-13 22:02 Bborie Park * [r12477] raster/rt_core/librtcore.h, raster/rt_core/rt_band.c, raster/rt_core/rt_util.c, raster/rt_pg/rtpg_create.c, @@ -8459,19 +12521,19 @@ postgis.gdal_enabled_drivers = 'DISABLE_ALL', use of GDALOpen and GDALOpenShared is disabled. -2014-04-13 03:14 Bborie Park +2014-04-13 03:14 Bborie Park * [r12476] configure.ac, raster/raster_config.h.in, raster/rt_core/rt_band.c: remove --disable-offline-raster compile flag as by default the GUC postgis.gdal_enabled_drivers is set to DISABLE_ALL -2014-04-13 03:07 Bborie Park +2014-04-13 03:07 Bborie Park * [r12475] doc/reference_guc.xml: document the GUC postgis.gdal_enabled_drivers -2014-04-13 03:07 Bborie Park +2014-04-13 03:07 Bborie Park * [r12474] NEWS, raster/rt_core/librtcore.h, raster/rt_core/rt_band.c, raster/rt_core/rt_raster.c, @@ -8492,17 +12554,17 @@ postgis.gdal_enabled_drivers with default set to all GDAL drivers disabled -2014-04-13 03:07 Bborie Park +2014-04-13 03:07 Bborie Park * [r12473] raster/rt_pg/rtpostgis.c: initial steps at GUCs and additional drivers to skip by default -2014-04-11 09:26 Sandro Santilli +2014-04-11 09:26 Sandro Santilli * [r12468] regress/typmod.sql, regress/typmod_expected: Fix testsuite with custom POSTGIS_REGRESS_DB set -2014-04-11 09:05 Sandro Santilli +2014-04-11 09:05 Sandro Santilli * [r12466] NEWS, raster/rt_pg/rtpostgis.c: Also disable PDF GDAL driver by default @@ -8512,12 +12574,12 @@ * [r12464] doc/installation.xml: #2711: topology script locations are wrong -2014-04-11 00:08 Bborie Park +2014-04-11 00:08 Bborie Park * [r12461] raster/rt_core/rt_warp.c: remove some noisy debug messages -2014-04-10 21:53 Bborie Park +2014-04-10 21:53 Bborie Park * [r12457] NEWS, raster/rt_core/librtcore.h, raster/rt_core/rt_geometry.c, raster/rt_core/rt_raster.c, @@ -8529,12 +12591,12 @@ prevent PostGIS raster from using GDAL drivers that can easily be abused (VRT, MEM, WCS, WMS) -2014-04-10 21:53 Bborie Park +2014-04-10 21:53 Bborie Park * [r12456] raster/rt_pg/rtpostgis.c: default blocking of GDAL VRT WCS WMS and MEM drivers -2014-04-10 14:35 Sandro Santilli +2014-04-10 14:35 Sandro Santilli * [r12455] raster/rt_core/rt_band.c: Do not allow loading offline rasters when explicitly disabled @@ -8543,28 +12605,28 @@ this one prevents actually loading the offline data. You can still dump databases with offline raster specs. -2014-04-10 14:22 Sandro Santilli +2014-04-10 14:22 Sandro Santilli * [r12454] raster/rt_core/rt_serialize.c: Fix typo in error message -2014-04-10 14:10 Sandro Santilli +2014-04-10 14:10 Sandro Santilli * [r12453] raster/rt_core/Makefile.in: Encode dependency of raster objects on header files -2014-04-10 09:54 Sandro Santilli +2014-04-10 09:54 Sandro Santilli * [r12452] regress/run_test.pl: Allow specifying name of regress database on make check Honours a POSTGIS_REGRESS_DB environment variable -2014-04-10 09:53 Sandro Santilli +2014-04-10 09:53 Sandro Santilli * [r12451] configure.ac: Fix build with offline raster enabled (the default) -2014-04-10 09:18 Sandro Santilli +2014-04-10 09:18 Sandro Santilli * [r12450] configure.ac, raster/raster_config.h.in, raster/rt_core/rt_serialize.c: Add support for disabling offline @@ -8582,7 +12644,7 @@ raster/rt_pg, topology: Quiet LLVM warnings and remove old ignores from properties -2014-04-09 17:02 Sandro Santilli +2014-04-09 17:02 Sandro Santilli * [r12446] liblwgeom/lwin_wkb.c: Add more debug prints @@ -8591,7 +12653,7 @@ * [r12442] doc/xsl/postgis_gardentest.sql.xsl: add malformed polygons and linestrings -2014-04-08 08:49 Sandro Santilli +2014-04-08 08:49 Sandro Santilli * [r12439] .gitignore, doc/Makefile.in, regress/Makefile.in: Clean files generated on 'make gaden' @@ -8623,12 +12685,12 @@ regress/dumppoints.sql: #2704, ST_DumpPoints of EMPTY geometries crashes server -2014-04-07 14:39 Sandro Santilli +2014-04-07 14:39 Sandro Santilli * [r12429] loader/pgsql2shp-core.c: Re-add printing return from puts with POSTGIS_DEBUG_LEVEL defined -2014-04-07 14:39 Sandro Santilli +2014-04-07 14:39 Sandro Santilli * [r12428] regress/Makefile.in: Echo input during garden testing @@ -8637,7 +12699,7 @@ * [r12427] loader/pgsql2shp-core.c: Update r12421: Remove use of no longer existent fputs result -2014-04-05 12:30 Sandro Santilli +2014-04-05 12:30 Sandro Santilli * [r12424] regress/Makefile.in: Fix "make garden" rule (#2701) @@ -8645,7 +12707,7 @@ * [r12423] doc/release_notes.xml: cut in 2.0.5 release notes -2014-04-04 11:47 Sandro Santilli +2014-04-04 11:47 Sandro Santilli * [r12421] loader/pgsql2shp-core.c, regress/dumper/null3d.dmp, regress/dumper/null3d_expected.dbf, @@ -8698,22 +12760,22 @@ * [r12385] doc/release_notes.xml: #2690, documentation needs 2.1.2 release section -2014-03-28 20:11 Sandro Santilli +2014-03-28 20:11 Sandro Santilli * [r12382] regress/legacy.sql: Also find uninstall_legacy.sql in :scriptdir, use \cd for 9.1 support -2014-03-28 19:41 Sandro Santilli +2014-03-28 19:41 Sandro Santilli * [r12380] topology/test/regress/st_createtopogeo.sql: More spatial_ref_sys truncation during test -2014-03-28 19:00 Sandro Santilli +2014-03-28 19:00 Sandro Santilli * [r12376] regress/legacy.sql: Have regress/legacy.sql truncate spatial_ref_sys -2014-03-28 18:57 Sandro Santilli +2014-03-28 18:57 Sandro Santilli * [r12375] regress/legacy.sql, regress/run_test.pl: Allow using :scriptdir variable in regress tests @@ -8793,7 +12855,7 @@ geography-tree-distance errors in cases where polygons interact with collections. -2014-03-24 15:14 Sandro Santilli +2014-03-24 15:14 Sandro Santilli * [r12339] regress/run_test.pl: Update $libver after upgrade @@ -8813,7 +12875,7 @@ availability info for some operators and functions used in equality operator -2014-03-18 16:35 Sandro Santilli +2014-03-18 16:35 Sandro Santilli * [r12330] .travis.yml: Fix travis build by only installing postgresql 9.1 (#2678) @@ -8874,14 +12936,14 @@ * [r12313] doc/using_postgis_dataman.xml: #2558: WKT form(s) of MULTIPOINT documentation make OGC compliant -2014-03-09 18:51 Sandro Santilli +2014-03-09 18:51 Sandro Santilli * [r12311] NEWS, configure.ac: Error out at configure time if no SQL preprocessor can be found Closes #2666 -2014-03-09 18:42 Sandro Santilli +2014-03-09 18:42 Sandro Santilli * [r12310] authors.git, authors.svn: Add Baris to git/svn authors files @@ -8951,7 +13013,7 @@ properties from version tag also removing explicit plugin declarations and adding an overview.html for javadoc -2014-03-03 18:01 Sandro Santilli +2014-03-03 18:01 Sandro Santilli * [r12290] utils/postgis_proc_upgrade.pl: Fix guessing module from .sql script (#2659) @@ -8977,7 +13039,7 @@ extensions/upgradeable_versions.mk: allow upgrade from 2.1.2dev, fix copyright notices (e.g. point to postgis.net) -2014-03-01 12:47 Sandro Santilli +2014-03-01 12:47 Sandro Santilli * [r12286] NEWS, regress/run_test.pl: Add --upgrade-path switch, honour -v on install/upgrade error @@ -8991,58 +13053,58 @@ postgis/gserialized_estimate.c: Fix variable decls in debug statements -2014-02-25 14:49 Sandro Santilli +2014-02-25 14:49 Sandro Santilli * [r12281] extensions/postgis_topology/Makefile.in: Fix topology extension upgrade script building (#2656) -2014-02-25 08:32 Sandro Santilli +2014-02-25 08:32 Sandro Santilli * [r12280] utils/postgis_proc_upgrade.pl: Qualify hash as such Attempt to fix #2656 -2014-02-24 20:47 Sandro Santilli +2014-02-24 20:47 Sandro Santilli * [r12279] topology/Makefile.in: Remove unused variable -2014-02-24 20:46 Sandro Santilli +2014-02-24 20:46 Sandro Santilli * [r12278] .travis.yml: Do not use IRC notices for build statuses .. should still send messages to the IRC channel, just not notices -2014-02-24 20:46 Sandro Santilli +2014-02-24 20:46 Sandro Santilli * [r12277] .gitignore, regress/run_test.pl, topology/Makefile.in: Output single upgrade script for topology: topology_upgrade.sql -2014-02-24 19:24 Sandro Santilli +2014-02-24 19:24 Sandro Santilli * [r12276] .gitignore, extensions/postgis/Makefile.in, raster/rt_pg/Makefile.in, regress/run_test.pl: Output single upgrade script for rtpostgis: rtpostgis_upgrade.sql -2014-02-24 18:37 Sandro Santilli +2014-02-24 18:37 Sandro Santilli * [r12275] .gitignore: Update ignore file now that we have a single postgis_upgrade.sql -2014-02-24 18:31 Sandro Santilli +2014-02-24 18:31 Sandro Santilli * [r12274] extensions/postgis/Makefile.in, postgis/Makefile.in, regress/run_test.pl: Output single upgrade script for postgis: postgis_upgrade.sql -2014-02-24 10:26 Sandro Santilli +2014-02-24 10:26 Sandro Santilli * [r12273] postgis/postgis.sql.in: Let users without topology privileges call postgis_full_version() Closes #2655 -2014-02-24 08:26 Sandro Santilli +2014-02-24 08:26 Sandro Santilli * [r12271] utils/postgis_proc_upgrade.pl: Have postgis_proc_upgrade read "source" version from the live db @@ -9051,23 +13113,23 @@ accepted) See #2560 -2014-02-24 06:45 Sandro Santilli +2014-02-24 06:45 Sandro Santilli * [r12269] topology/sql/export/TopoJSON.sql.in, topology/sql/populate.sql.in, topology/sql/sqlmm.sql.in: Fully qualify calls to topology methods (#2653) -2014-02-23 17:36 Sandro Santilli +2014-02-23 17:36 Sandro Santilli * [r12267] .travis.yml: Do not use ubuntugis-unstable Also, search for libgdal and postgresql-server -2014-02-23 17:35 Sandro Santilli +2014-02-23 17:35 Sandro Santilli * [r12266] .travis.yml: Strip carriage returns from .travis.yml -2014-02-23 16:29 Sandro Santilli +2014-02-23 16:29 Sandro Santilli * [r12262] utils/postgis_proc_upgrade.pl: Fix AGG signatures with multi-word typenames @@ -9075,59 +13137,59 @@ For example... "double precision". This fixes upgrades involving drop/recreate of aggregates -2014-02-23 16:22 Sandro Santilli +2014-02-23 16:22 Sandro Santilli * [r12261] regress/run_test.pl: Fix --extension --upgrade handling -2014-02-23 16:13 Sandro Santilli +2014-02-23 16:13 Sandro Santilli * [r12260] regress/tickets.sql: Fix ambiguous query in tickets.sql when raster support is loaded See #2651 -2014-02-23 16:09 Sandro Santilli +2014-02-23 16:09 Sandro Santilli * [r12259] extensions/postgis/Makefile.in: Do not force extension-specific removal of objects on upgrade It should be taken care of by the upgrade scripts themselves -2014-02-23 15:42 Sandro Santilli +2014-02-23 15:42 Sandro Santilli * [r12257] regress/run_test.pl: Add support for --extension --upgrade in run_test.pl -2014-02-22 21:49 Sandro Santilli +2014-02-22 21:49 Sandro Santilli * [r12255] utils/postgis_proc_upgrade.pl: Allow DROP (with no IF EXISTS) to end up in upgrade scripts Fixes raster upgrade -2014-02-22 21:29 Sandro Santilli +2014-02-22 21:29 Sandro Santilli * [r12254] raster/rt_pg/rtpostgis_drop.sql.in: More drop of non-obsoleted aggregate signatures removed -2014-02-22 21:09 Sandro Santilli +2014-02-22 21:09 Sandro Santilli * [r12253] raster/rt_pg/rtpostgis_drop.sql.in: Do not force drop of non-obsoleted aggregate signatures -2014-02-22 21:09 Sandro Santilli +2014-02-22 21:09 Sandro Santilli * [r12252] raster/rt_pg/Makefile.in: Fix cleaning rule -2014-02-22 20:44 Sandro Santilli +2014-02-22 20:44 Sandro Santilli * [r12251] liblwgeom/cunit/Makefile.in: Simplify use of flags -2014-02-22 20:39 Sandro Santilli +2014-02-22 20:39 Sandro Santilli * [r12250] .gitignore: Ignore new temporary raster upgrade files -2014-02-22 20:34 Sandro Santilli +2014-02-22 20:34 Sandro Santilli * [r12249] liblwgeom/cunit/Makefile.in: Fix build of unit tests with libtool 2.4.2 @@ -9138,37 +13200,37 @@ For some reason -lm found in liblwgeom.la is not being taken in consideration. See #2649 -2014-02-22 20:11 Sandro Santilli +2014-02-22 20:11 Sandro Santilli * [r12248] liblwgeom/cunit/cu_varint.c: Fix reference to website -2014-02-22 20:10 Sandro Santilli +2014-02-22 20:10 Sandro Santilli * [r12247] postgis/Makefile.in, raster/rt_pg/Makefile.in: Stop copying upgrade minor from upgrade_prev postgis_proc_upgrade should do the right thing -2014-02-22 16:48 Sandro Santilli +2014-02-22 16:48 Sandro Santilli * [r12246] utils/postgis_proc_upgrade.pl: Print warning on missing last updated info in aggregates -2014-02-22 16:29 Sandro Santilli +2014-02-22 16:29 Sandro Santilli * [r12245] utils/postgis_proc_upgrade.pl: Use last Changed/Availability in a multi-change comment See #2560 -2014-02-22 16:16 Sandro Santilli +2014-02-22 16:16 Sandro Santilli * [r12244] utils/postgis_proc_upgrade.pl: Extract "last updated" info of aggregates from sql See #2560 -2014-02-22 15:31 Sandro Santilli +2014-02-22 15:31 Sandro Santilli * [r12243] raster/rt_pg/Makefile.in, raster/rt_pg/rtpostgis.sql.in, topology/sql/topoelement/topoelement_agg.sql.in, @@ -9179,7 +13241,7 @@ Add 2.2.0 availability for new raster aggregates See #2560 -2014-02-22 08:36 Sandro Santilli +2014-02-22 08:36 Sandro Santilli * [r12237] topology/sql/sqlmm.sql.in: Fully qualify topology.topology (#2648) @@ -9234,7 +13296,7 @@ regress/tickets.sql, regress/tickets_expected: #2556, geography ST_Intersects results depending on insert order -2014-02-04 08:39 Sandro Santilli +2014-02-04 08:39 Sandro Santilli * [r12217] NEWS, topology/sql/export/TopoJSON.sql.in, topology/sql/export/gml.sql.in, @@ -9246,7 +13308,7 @@ Drop them from get*bypoint functions and from TopoJSON and GML export functions -2014-02-04 08:34 Sandro Santilli +2014-02-04 08:34 Sandro Santilli * [r12215] doc/extras_topology.xml: Fix ST_ModEdgeSplit documentation (#2633) @@ -9382,22 +13444,22 @@ topology/topology_drop_before.sql.in: #2622, Update links to PostGIS website in source file headers -2014-01-27 18:03 Sandro Santilli +2014-01-27 18:03 Sandro Santilli * [r12196] topology/sql/sqlmm.sql.in: Replace calls to deprecated 'Equals' with calls to 'ST_Equals' -2014-01-27 18:02 Sandro Santilli +2014-01-27 18:02 Sandro Santilli * [r12195] NEWS, topology/sql/sqlmm.sql.in: Drop all calls to geometry::text during topology population (#2616) -2014-01-27 11:32 Sandro Santilli +2014-01-27 11:32 Sandro Santilli * [r12194] topology/sql/populate.sql.in, topology/sql/sqlmm.sql.in: Reduce calls to geometry::text during topology population (#2616) -2014-01-22 16:19 Sandro Santilli +2014-01-22 16:19 Sandro Santilli * [r12189] NEWS: Add notice about 2.0.0 having drop the SRID check in operator && @@ -9409,17 +13471,17 @@ behavior in TWKB with optional id and type in different situations -2014-01-17 03:35 Bborie Park +2014-01-17 03:35 Bborie Park * [r12185] NEWS, raster/rt_core/rt_band.c: Fix the inability to open more than ~1024 unique out-db files in one process -2014-01-13 22:50 Sandro Santilli +2014-01-13 22:50 Sandro Santilli * [r12184] topology/sql/sqlmm.sql.in: Ensure face splitting algorithm uses the edge index (#2610) -2014-01-07 04:16 Bborie Park +2014-01-07 04:16 Bborie Park * [r12179] NEWS, install-sh, raster/rt_core/librtcore.h, raster/rt_core/rt_mapalgebra.c, raster/rt_core/rt_pixel.c, @@ -9432,7 +13494,7 @@ parameter for ST_MapAlgebra. Merge of pull request 17 from github. Lots of thanks to nclay for the hard work. Ticket #2341. -2014-01-04 17:53 Bborie Park +2014-01-04 17:53 Bborie Park * [r12177] NEWS, raster/rt_core/rt_raster.c: Remove use of void pointers in rt_raster_from_gdal_dataset to prevent void point @@ -9443,14 +13505,14 @@ * [r12170] doc/extras_topology.xml: #2593: document topology relationship functions intersects and equals. -2013-12-19 17:24 Sandro Santilli +2013-12-19 17:24 Sandro Santilli * [r12166] extensions/postgis_tiger_geocoder/Makefile.in: Ensure output dir is created before attempting to write to it See https://travis-ci.org/postgis/postgis/builds/15654853#L1357 -2013-12-18 15:55 Sandro Santilli +2013-12-18 15:55 Sandro Santilli * [r12165] NEWS, postgis/postgis.sql.in: Do not allow installing postgis twice in the same database (#2580) @@ -9459,12 +13521,12 @@ and if found raises an exception with a message with the schema containing it. -2013-12-15 20:44 Bborie Park +2013-12-15 20:44 Bborie Park * [r12162] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: upgrade fixes for ST_CountAgg -2013-12-15 19:24 Bborie Park +2013-12-15 19:24 Bborie Park * [r12161] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in, @@ -9473,12 +13535,12 @@ raster/test/regress/rt_count_expected: Add ST_CountAgg(). Ticket #2567 -2013-12-14 20:54 Bborie Park +2013-12-14 20:54 Bborie Park * [r12160] NEWS, doc/reference_raster.xml: Added docs for ST_SummaryStatsAgg() -2013-12-14 20:54 Bborie Park +2013-12-14 20:54 Bborie Park * [r12159] NEWS, raster/rt_pg/rtpg_statistics.c, raster/rt_pg/rtpostgis.sql.in, @@ -9490,16 +13552,16 @@ raster/test/regress/rt_summarystats_expected: added ST_SummaryStatsAgg(). Ticket #2565 -2013-12-14 20:54 Bborie Park +2013-12-14 20:54 Bborie Park * [r12158] .gitignore: ignore all topology/topology_upgrade_*_minor.sql -2013-12-07 19:22 Bborie Park +2013-12-07 19:22 Bborie Park * [r12155] doc/reference_guc.xml: fix GUC gdal_datapath -2013-12-07 14:18 Bborie Park +2013-12-07 14:18 Bborie Park * [r12152] NEWS, raster/rt_core/rt_geometry.c, raster/rt_core/rt_mapalgebra.c, raster/rt_pg/rtpg_internal.c, @@ -9508,7 +13570,7 @@ raster/test/regress/rt_reclass_expected: fix parse cleanup of reclassarg and add unit tests -2013-12-07 14:18 Bborie Park +2013-12-07 14:18 Bborie Park * [r12151] raster/rt_core/librtcore.h, raster/rt_core/librtcore_internal.h: rearrange includes @@ -9520,7 +13582,7 @@ new ST_MapAlgebra syntax for neighborhood callback for ST_Mean4ma. -2013-11-27 15:50 Bborie Park +2013-11-27 15:50 Bborie Park * [r12146] NEWS, raster/rt_pg/rtpostgis.sql.in, raster/test/regress/rt_asjpeg.sql, @@ -9531,14 +13593,14 @@ raster/test/regress/rt_astiff_expected: fix NULL raster handling in ST_AsPNG, ST_AsJPEG and ST_AsTIFF -2013-11-21 17:19 Sandro Santilli +2013-11-21 17:19 Sandro Santilli * [r12137] topology/sql/topogeometry/simplify.sql.in, topology/test/regress/st_simplify.sql, topology/test/regress/st_simplify_expected: Fix ST_Simplify(TopoGeometry) for hierarchical topogeoms (#2547) -2013-11-21 16:53 Sandro Santilli +2013-11-21 16:53 Sandro Santilli * [r12136] doc/extras_topology.xml: Add link from TopoElement to TopoElementArray @@ -9566,20 +13628,20 @@ * [r12120] doc/reference_raster.xml: #2541 document = and ~= raster operators -2013-11-09 02:54 Bborie Park +2013-11-09 02:54 Bborie Park * [r12116] NEWS, raster/rt_pg/rtpostgis.c, raster/test/regress/check_gdal.sql: Rename GUC postgis.gdal.datapath to postgis.gdal_datapath. Ticket #2540 -2013-11-07 15:02 Bborie Park +2013-11-07 15:02 Bborie Park * [r12108] NEWS, raster/rt_pg/rtpostgis.sql.in, raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in, raster/test/regress/tickets.sql: Added missing operators. Ticket #2532 -2013-11-06 17:16 Sandro Santilli +2013-11-06 17:16 Sandro Santilli * [r12105] extensions/postgis_topology/Makefile.in, extensions/postgis_topology/sql_bits/topology--unpackaged.sql.in, @@ -9588,7 +13650,7 @@ Required a change in create_unpackaged.pl to NOT add schemas -2013-11-06 16:52 Sandro Santilli +2013-11-06 16:52 Sandro Santilli * [r12104] extensions/postgis/Makefile.in, extensions/postgis/sql_bits/postgis--unpackaged.sql.in, @@ -9599,26 +13661,26 @@ for other extensions. This commit only uses it for the postgis one. -2013-11-06 16:25 Sandro Santilli +2013-11-06 16:25 Sandro Santilli * [r12101] raster/rt_pg/rtpostgis.sql.in: Fix dangling commutator for raster/geometry OPERATOR ~ (#2532) -2013-11-06 15:10 Sandro Santilli +2013-11-06 15:10 Sandro Santilli * [r12100] extensions/Makefile.in: Do not continue if there's any error in building extensions -2013-11-06 14:56 Sandro Santilli +2013-11-06 14:56 Sandro Santilli * [r12099] postgis/postgis.sql.in: Drop another duplicated signature -2013-11-06 13:53 Sandro Santilli +2013-11-06 13:53 Sandro Santilli * [r12098] postgis/postgis.sql.in: Remove duplicated signature -2013-11-06 09:39 Sandro Santilli +2013-11-06 09:39 Sandro Santilli * [r12094] liblwgeom/cunit/cu_split.c, liblwgeom/lwgeom_geos_split.c: Fix small memory leak in @@ -9626,7 +13688,7 @@ Thanks Alessandro Furieri for the report and test -2013-11-06 04:52 Bborie Park +2013-11-06 04:52 Bborie Park * [r12092] NEWS, raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h: added -k to raster2pgsql for @@ -9637,7 +13699,7 @@ * [r12091] postgis/lwgeom_functions_basic.c: #2529, inconsistent behaviour in ST_FlipCoordinates -2013-11-05 19:01 Sandro Santilli +2013-11-05 19:01 Sandro Santilli * [r12088] utils/Makefile.in, utils/create_undef.pl, utils/postgis_proc_upgrade.pl, utils/postgis_restore.pl.in: Fix @@ -9652,17 +13714,17 @@ * [r12078] doc/installation.xml: fix xml parse error -2013-11-02 21:03 Bborie Park +2013-11-02 21:03 Bborie Park * [r12077] raster/rt_core/rt_raster.c, raster/rt_core/rt_warp.c: code cleanup -2013-11-02 21:03 Bborie Park +2013-11-02 21:03 Bborie Park * [r12076] raster/rt_core/rt_warp.c: changed behavior of how non-spatially referenced rasters are handled -2013-11-02 21:02 Bborie Park +2013-11-02 21:02 Bborie Park * [r12075] raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpg_geometry.c: syntax cleanup @@ -9672,23 +13734,23 @@ * [r12074] doc/installation.xml: #2522 document RegExp::Assemble perl dependency -2013-10-30 09:54 Sandro Santilli +2013-10-30 09:54 Sandro Santilli * [r12069] NEWS: Cleanup the NEWS file Drop license change info (#2514) as it's not really new since we'll be releasing 2.1.1 way before 2.2.0. -2013-10-30 09:35 Sandro Santilli +2013-10-30 09:35 Sandro Santilli * [r12064] LICENSE.TXT: Clarify licensing of PostGIS core as GPL2+ (#2515) -2013-10-28 19:47 Bborie Park +2013-10-28 19:47 Bborie Park * [r12063] NEWS: wrong ticket -2013-10-28 18:53 Bborie Park +2013-10-28 18:53 Bborie Park * [r12058] raster/Makefile.in, raster/loader/Makefile.in, raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h, @@ -9756,11 +13818,11 @@ raster/test/regress/rt_utility.sql: Change raster license from v3+ to v2+. Ticket #2516 -2013-10-24 16:49 Sandro Santilli +2013-10-24 16:49 Sandro Santilli * [r12054] doc/reference_editor.xml: Document ST_ForceCurve (#2430) -2013-10-24 15:56 Sandro Santilli +2013-10-24 15:56 Sandro Santilli * [r12053] utils/postgis_proc_upgrade.pl: Use postgis_scripts_installed to fetch installed version if @@ -9770,7 +13832,7 @@ the old 1.0 library is around. See #2510 -2013-10-19 17:12 Bborie Park +2013-10-19 17:12 Bborie Park * [r12051] NEWS, raster/rt_pg/rtpostgis.sql.in: Support materialized views and foreign tables in raster_columns and @@ -9805,12 +13867,12 @@ * [r12040] postgis/postgis.sql.in: #2511 geometry_columns doesn't support materialized views -2013-10-16 16:12 Sandro Santilli +2013-10-16 16:12 Sandro Santilli * [r12038] regress/run_test.pl: Close opened filedescriptors after use. Might help with #2509 -2013-10-15 15:02 Sandro Santilli +2013-10-15 15:02 Sandro Santilli * [r12037] regress/run_test.pl: Use a different diff file for each tested shapefile output file @@ -9818,7 +13880,7 @@ Hopefully fixes #2507 (permission denied on overriding a tmp file) -2013-10-15 14:31 Sandro Santilli +2013-10-15 14:31 Sandro Santilli * [r12036] extensions/postgis/Makefile.in, postgis/Makefile.in, raster/rt_pg/Makefile.in: More hard-coded version numbers @@ -9837,30 +13899,30 @@ regress failure on 32-bit windows PostgreSQL. More stringent round but also subtract to guarantee they are the same -2013-10-11 12:11 Sandro Santilli +2013-10-11 12:11 Sandro Santilli * [r12033] regress/dumper/literalsrid.dmp: Fix literalsrid dumper test (#2507) -2013-10-11 12:11 Sandro Santilli +2013-10-11 12:11 Sandro Santilli * [r12032] regress/run_test.pl: Name dumper test shapefile after test name (#2507) -2013-10-10 15:20 Sandro Santilli +2013-10-10 15:20 Sandro Santilli * [r12028] regress/run_test.pl: Take stderr noise from diff as failure. Fixes false negatives (#2505) -2013-10-10 09:01 Sandro Santilli +2013-10-10 09:01 Sandro Santilli * [r12027] NEWS: Copy 2.1.0 NEWS section from the 2.1 branch -2013-10-10 08:45 Sandro Santilli +2013-10-10 08:45 Sandro Santilli * [r12026] regress/run_test: Drop run_test, long live run_test.pl ! -2013-10-10 08:29 Sandro Santilli +2013-10-10 08:29 Sandro Santilli * [r12025] NEWS, regress/Makefile.in, regress/dumper, regress/dumper/literalsrid-post.sql, @@ -9880,35 +13942,35 @@ NOTE: only implemented in run_test.pl (not in run_test.sh) -2013-10-10 07:11 Sandro Santilli +2013-10-10 07:11 Sandro Santilli * [r12024] regress/run_test.pl: Advertise -v, do not load rc file while fetching databases list -2013-10-09 15:58 Sandro Santilli +2013-10-09 15:58 Sandro Santilli * [r12023] regress/run_test.pl: Print usage and exit if only option switches are given to run_test.pl -2013-10-09 15:24 Sandro Santilli +2013-10-09 15:24 Sandro Santilli * [r12022] regress/run_test.pl: Fix usage string for run_test.pl -2013-10-09 14:42 Sandro Santilli +2013-10-09 14:42 Sandro Santilli * [r12021] NEWS: Add 2.0.4 block in NEWS file -2013-10-09 14:36 Sandro Santilli +2013-10-09 14:36 Sandro Santilli * [r12017] loader/pgsql2shp-cli.c: Fix segfault on bogus pgsql2shp call (#2504) -2013-10-09 10:06 Sandro Santilli +2013-10-09 10:06 Sandro Santilli * [r12015] postgis/Makefile.in: Reduce hard-coded version numbers to only one (previous minor version) -2013-10-09 06:36 Sandro Santilli +2013-10-09 06:36 Sandro Santilli * [r12012] postgis/postgis.sql.in, topology/topology.sql.in, topology/topology_drop_before.sql.in: Put @@ -9918,7 +13980,7 @@ schema. The postgis_full_version() function is updated to find it there. -2013-10-08 17:46 Sandro Santilli +2013-10-08 17:46 Sandro Santilli * [r12011] postgis/postgis_drop_after.sql, raster/rt_pg/rtpostgis_drop.sql.in: Drop signatures replaced in @@ -9957,13 +14019,13 @@ http://workshops.boundlessgeo.com/postgis-intro/ and also put in more pretty tags for common faqs -2013-10-03 03:45 Bborie Park +2013-10-03 03:45 Bborie Park * [r11999] raster/test/regress/rt_dumpvalues.sql, raster/test/regress/rt_dumpvalues_expected: added regression tests for ticket #2493 -2013-10-03 03:18 Bborie Park +2013-10-03 03:18 Bborie Park * [r11996] NEWS, raster/rt_pg/rtpg_pixel.c: Fixed behavior of ST_DumpValues(raster, ...) when passed an empty raster. Ticket @@ -9983,7 +14045,7 @@ change one more test to endian agnostic, fix transposition error in a ticket number -2013-09-27 16:34 Sandro Santilli +2013-09-27 16:34 Sandro Santilli * [r11989] regress/regress.sql, regress/regress_expected, regress/tickets_expected: Add deprecation WARNINGS for functions @@ -9993,7 +14055,7 @@ See #2440 -2013-09-27 16:34 Sandro Santilli +2013-09-27 16:34 Sandro Santilli * [r11988] postgis/postgis.sql.in, postgis/sqldefines.h.in: Change deprecation warning to raise a WARNING after 2 version @@ -10007,11 +14069,11 @@ See #2440 -2013-09-27 14:58 Sandro Santilli +2013-09-27 14:58 Sandro Santilli * [r11985] postgis/postgis.sql.in: Remove misplaced comment -2013-09-26 15:31 Sandro Santilli +2013-09-26 15:31 Sandro Santilli * [r11982] topology/sql/manage/TopologySummary.sql.in: Tweak TopologySummary output to count all layers (not only populated @@ -10074,7 +14136,7 @@ from Kashif Rasul (get rid of deprecated calls, update to use faster dump format, and update create scripts to use 2013 data -2013-09-22 02:40 Bborie Park +2013-09-22 02:40 Bborie Park * [r11966] raster/rt_pg/rtpostgis.sql.in: clean up code for ST_Intersects(geometry, raster) @@ -10099,7 +14161,7 @@ * [r11952] HOWTO_RELEASE: update to include updating source.html page. Minor other changes reshuffling -2013-09-07 13:27 Sandro Santilli +2013-09-07 13:27 Sandro Santilli * [r11945] utils/postgis_restore.pl.in: Clean up restore script (#2471) @@ -10108,7 +14170,7 @@ * [r11940] doc/using_postgis_dataman.xml: Splling (#2255) -2013-09-06 16:46 Sandro Santilli +2013-09-06 16:46 Sandro Santilli * [r11931] liblwgeom/lwgeom_geos.c: Enhance error messages in lwgeom_intersection and lwgeom_normalize @@ -10132,7 +14194,7 @@ * [r11914] .travis.yml: travis yaml script for testing many thanks to Getty (Torsten Raudssus) -2013-09-04 12:22 Sandro Santilli +2013-09-04 12:22 Sandro Santilli * [r11913] regress/run_test, regress/run_test.pl: Set default client_min_messages to NOTICE when running tests @@ -10155,7 +14217,7 @@ * [r11899] HOWTO_RELEASE: #2456 : update HOWTO_RELEASE to include flipping docs alias when relevant. Also some other minor edits -2013-08-31 15:46 Bborie Park +2013-08-31 15:46 Bborie Park * [r11898] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpg_geometry.c, raster/test/regress/Makefile.in, @@ -10224,7 +14286,7 @@ * [r11853] doc/extras_tigergeocoder.xml: #2446 Drop_Nation_Script doco is wrong -2013-08-22 15:32 Sandro Santilli +2013-08-22 15:32 Sandro Santilli * [r11852] doc/extras_topology.xml: Fix AsTopoJSON example to output correctly formatted arcs (#2444) @@ -10268,7 +14330,7 @@ * [r11805] doc/reference_accessor.xml: #2435 ST_Summary document S flag -2013-08-14 22:40 Sandro Santilli +2013-08-14 22:40 Sandro Santilli * [r11803] NEWS, liblwgeom/cunit/cu_libgeom.c, liblwgeom/liblwgeom.h.in, liblwgeom/lwcompound.c, @@ -10277,7 +14339,7 @@ regress/Makefile.in, regress/forcecurve.sql, regress/forcecurve_expected: Implement ST_ForceCurve (#2430) -2013-08-14 07:37 Sandro Santilli +2013-08-14 07:37 Sandro Santilli * [r11801] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c: lw_segment_side may return any negative number, not just -1 @@ -10287,7 +14349,7 @@ quadrant computation. -2013-08-13 23:48 Sandro Santilli +2013-08-13 23:48 Sandro Santilli * [r11794] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c, regress/tickets.sql, regress/tickets_expected: Fix computation of @@ -10296,7 +14358,7 @@ Note: I had to change some tests that expected 3-quadrant curves to be accepted as curvey input to rely on round-trip instead -2013-08-13 23:47 Sandro Santilli +2013-08-13 23:47 Sandro Santilli * [r11793] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c, regress/tickets_expected: Pick curve control point farther than @@ -10304,24 +14366,24 @@ Seems to get a good point when doing manual tests... -2013-08-13 22:54 Sandro Santilli +2013-08-13 22:54 Sandro Santilli * [r11790] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c, regress/tickets.sql, regress/tickets_expected: Make sure to retain first point of curves on linearization (#2427) -2013-08-13 07:27 Sandro Santilli +2013-08-13 07:27 Sandro Santilli * [r11789] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c: Fix short allocation of edge to curves store (#2425) -2013-08-13 06:51 Sandro Santilli +2013-08-13 06:51 Sandro Santilli * [r11784] liblwgeom/lwsegmentize.c, regress/tickets.sql, regress/tickets_expected: Add COMPOUNDCURVE in MULTICURVE support for ST_CurveToLine (#2424) -2013-08-12 18:11 Sandro Santilli +2013-08-12 18:11 Sandro Santilli * [r11778] liblwgeom/lwsegmentize.c, regress/tickets.sql, regress/tickets_expected: Require all arc edges to form the same @@ -10329,28 +14391,28 @@ Note: gives expected result for #183 -2013-08-12 09:59 Sandro Santilli +2013-08-12 09:59 Sandro Santilli * [r11773] regress/tickets.sql, regress/tickets_expected: Fix ticket reference (it's #2420, not 30) -2013-08-11 17:05 Sandro Santilli +2013-08-11 17:05 Sandro Santilli * [r11770] liblwgeom/lwsegmentize.c: Declare variables the proper C way -2013-08-11 15:55 Sandro Santilli +2013-08-11 15:55 Sandro Santilli * [r11769] liblwgeom/lwsegmentize.c, regress/tickets.sql, regress/tickets_expected: Require at least 8 edges to define a full circle (#2420) -2013-08-11 09:07 Sandro Santilli +2013-08-11 09:07 Sandro Santilli * [r11768] liblwgeom/cunit/cu_ptarray.c: Add cunit-level test for #2412 -2013-08-11 08:40 Sandro Santilli +2013-08-11 08:40 Sandro Santilli * [r11765] liblwgeom/lwsegmentize.c, regress/tickets.sql, regress/tickets_expected: Fix ST_LineToCurve with input having @@ -10368,7 +14430,7 @@ #2419: agc_rules loading defaulting to is_custom true instead of false -2013-08-09 06:59 Sandro Santilli +2013-08-09 06:59 Sandro Santilli * [r11754] liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c, regress/tickets.sql, regress/tickets_expected: Fix ST_Multi with @@ -10391,14 +14453,14 @@ * [r11749] liblwgeom/cunit/cu_libgeom.c: #2396: liblwgeom CUnit tests fail on big-endian architectures. -2013-08-08 06:07 Sandro Santilli +2013-08-08 06:07 Sandro Santilli * [r11745] liblwgeom/lwsegmentize.c, regress/sql-mm-circularstring.sql, regress/sql-mm-circularstring_expected: Fix segmentize of collinear curve (#2410) -2013-08-08 06:07 Sandro Santilli +2013-08-08 06:07 Sandro Santilli * [r11744] .gitignore: Ignore generated file @@ -10445,7 +14507,7 @@ extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql: #2401 add is_custom options to pagc_rules table -2013-08-02 20:56 Bborie Park +2013-08-02 20:56 Bborie Park * [r11720] raster/Makefile.in, raster/rt_pg/rtpg_band_properties.c, raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpg_geometry.c, @@ -10453,7 +14515,7 @@ raster/rt_pg/rtpg_statistics.c: Fixes to make sure PostgreSQL version > 9.2 compile without warnings -2013-08-02 19:51 Bborie Park +2013-08-02 19:51 Bborie Park * [r11719] NEWS, raster/loader/raster2pgsql.h, raster/rt_core/Makefile.in, raster/rt_core/librtcore.h, @@ -10491,7 +14553,7 @@ regress/loader/Latin1-implicit.select.sql: (#2397) read LDID/CPG where appropriate -2013-07-23 06:28 Sandro Santilli +2013-07-23 06:28 Sandro Santilli * [r11712] regress/lwgeom_regress.sql: Use a single INSERT for preparing the data @@ -10526,14 +14588,14 @@ * [r11699] doc/extras_tigergeocoder.xml, doc/installation.xml: update pagc install instructions -2013-07-17 14:45 Bborie Park +2013-07-17 14:45 Bborie Park * [r11692] NEWS, raster/rt_pg/rtpostgis.sql.in, raster/test/regress/rt_neighborhood.sql, raster/test/regress/rt_neighborhood_expected: Fixed variable datatype in ST_Neighborhood. Ticket #2384 -2013-07-17 14:02 Bborie Park +2013-07-17 14:02 Bborie Park * [r11689] NEWS, raster/rt_pg/rtpostgis.sql.in: Removed use of \' from raster warning message. Ticket #2383 @@ -10562,7 +14624,7 @@ * [r11685] doc/extras_tigergeocoder.xml: fix formatting -2013-07-14 18:37 Sandro Santilli +2013-07-14 18:37 Sandro Santilli * [r11682] topology/test/Makefile.in: GEOS 3.3.8 uses old snapping (#2379) @@ -10622,12 +14684,12 @@ * [r11641] doc/reference_lrs.xml: missed spot -2013-07-05 10:40 Sandro Santilli +2013-07-05 10:40 Sandro Santilli * [r11636] liblwgeom/lwgeom_geos_clean.c: Fix the ST_MakeValid leak, keep it crash-free (#2307) -2013-07-05 10:26 Sandro Santilli +2013-07-05 10:26 Sandro Santilli * [r11635] liblwgeom/cunit/cu_clean.c: Add cunit test for #2307 @@ -10676,7 +14738,7 @@ * [r11604] doc/reference_measure.xml: useful real world example of using ST_MaxDistance -2013-07-01 09:17 Sandro Santilli +2013-07-01 09:17 Sandro Santilli * [r11603] postgis/lwgeom_in_kml.c, regress/in_kml.sql, regress/in_kml_expected: Raise an error when fed KML with mixed @@ -10684,18 +14746,18 @@ See #2372 -2013-06-28 13:57 Sandro Santilli +2013-06-28 13:57 Sandro Santilli * [r11589] postgis/lwgeom_in_kml.c, regress/in_kml.sql, regress/in_kml_expected: Support parsing KML with space between digits and comma (#2372) -2013-06-25 14:46 Bborie Park +2013-06-25 14:46 Bborie Park * [r11587] configure.ac: Removed gdal-config --dep-flags from configure.ac. -2013-06-25 12:18 Sandro Santilli +2013-06-25 12:18 Sandro Santilli * [r11584] topology/test/Makefile.in, topology/test/regress/topogeo_addlinestring_expected_oldsnap: Fix @@ -10703,7 +14765,7 @@ Now tested and successful with all supported GEOS versions -2013-06-25 11:30 Sandro Santilli +2013-06-25 11:30 Sandro Santilli * [r11583] configure.ac, topology/test/Makefile.in, topology/test/regress/topogeo_addlinestring_expected, @@ -10717,12 +14779,12 @@ * [r11571] doc/introduction.xml: Move Mat back to core since he's done a ton of work on CMake -2013-06-21 15:15 Sandro Santilli +2013-06-21 15:15 Sandro Santilli * [r11563] configure.ac: Do not override JSON_LDFLAGS, fixing --with-jsondir usage -2013-06-20 22:07 Sandro Santilli +2013-06-20 22:07 Sandro Santilli * [r11560] configure.ac: Add support for libjson-c 0.10+ (#2213) @@ -10731,37 +14793,37 @@ * [r11558] doc/installation.xml, doc/postgis.xml: up minimum version of PostgreSQL to 9.1 descriptively will enforce later -2013-06-20 15:57 Bborie Park +2013-06-20 15:57 Bborie Park * [r11556] doc/reference_raster.xml: Added docs regarding postgis.gdal.datapath GUC and postgis_gdal_version() -2013-06-20 15:57 Bborie Park +2013-06-20 15:57 Bborie Park * [r11555] doc/using_raster_dataman.xml: Added spatial_index column description -2013-06-20 15:57 Bborie Park +2013-06-20 15:57 Bborie Park * [r11554] NEWS, raster/rt_pg/rt_pg.c, raster/test/regress/check_gdal.sql: Addition of GUC postgis.gdal.datapath to specify GDAL config variable GDAL_DATA. Ticket #1678 -2013-06-20 15:57 Bborie Park +2013-06-20 15:57 Bborie Park * [r11553] NEWS, raster/rt_pg/rtpostgis.sql.in, raster/test/regress/check_raster_columns.sql: Added spatial_index column to raster_columns view. Ticket #2361 -2013-06-20 15:57 Bborie Park +2013-06-20 15:57 Bborie Park * [r11552] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in: Added missing signatures for ST_TPI(), ST_TRI() and ST_Roughness -2013-06-20 14:13 Bborie Park +2013-06-20 14:13 Bborie Park * [r11551] NEWS, README.postgis: Updated to 2.2 @@ -10775,17 +14837,17 @@ #2336 state level regex wget is too greedy and pulling all states when KS is chosen -2013-06-13 15:26 Bborie Park +2013-06-13 15:26 Bborie Park * [r11544] NEWS, raster/loader/raster2pgsql.c: Fixed handling of schema name when adding overview constraints. Ticket #2359 -2013-06-11 22:52 Bborie Park +2013-06-11 22:52 Bborie Park * [r11542] raster/rt_pg/rt_pg.c: Have cleanup before calls to elog(ERROR, ...) -2013-06-11 22:52 Bborie Park +2013-06-11 22:52 Bborie Park * [r11541] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Grammar fixes for error messages (active vs passive) @@ -10842,13 +14904,13 @@ * [r11525] NEWS, liblwgeom/lwgeom_geos_clean.c: #2307, ST_MakeValid outputs invalid geometries -2013-06-04 19:18 Bborie Park +2013-06-04 19:18 Bborie Park * [r11523] .gitignore, NEWS, raster/rt_core/.svnignore, raster/rt_pg/.svnignore, raster/rt_pg/Makefile.in: Added raster upgrade path from 2.0 to 2.1. Ticket #2348 -2013-06-04 16:26 Sandro Santilli +2013-06-04 16:26 Sandro Santilli * [r11521] doc/reference_processing.xml: Fix spelling errors in st_makevalid documentation @@ -10856,35 +14918,35 @@ Fixes a couple of spelling errors, and use the full word 'without' instead of the contraction 'w/out'. -2013-06-04 16:22 Sandro Santilli +2013-06-04 16:22 Sandro Santilli * [r11519] COPYING: Renew the COPYING gpl-2.0 with last version from gnu.org -2013-06-04 14:13 Sandro Santilli +2013-06-04 14:13 Sandro Santilli * [r11518] utils/postgis_proc_upgrade.pl: Let DO commands from SQL drop files end up in final upgrade script Should fix upgrade path from 2.0 to 2.1 (#2334) -2013-06-03 20:26 Sandro Santilli +2013-06-03 20:26 Sandro Santilli * [r11517] postgis/lwgeom_backend_api.c: Turn lwgeom_backend_switch into a static function -2013-06-03 17:45 Sandro Santilli +2013-06-03 17:45 Sandro Santilli * [r11513] postgis/gserialized_estimate.c: Another couple of warnings gone -2013-06-03 08:53 Sandro Santilli +2013-06-03 08:53 Sandro Santilli * [r11512] postgis/geography_measurement.c, postgis/gserialized_estimate.c: More unused variables and functions warnings cleaned -2013-06-03 08:26 Sandro Santilli +2013-06-03 08:26 Sandro Santilli * [r11511] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic_tree.c, liblwgeom/lwout_geojson.c, liblwgeom/lwout_x3d.c: Remove warnings @@ -10898,52 +14960,52 @@ above array bounds" gcc build warnings on trunk using a suitable pointer and cast. -2013-05-30 22:16 Sandro Santilli +2013-05-30 22:16 Sandro Santilli * [r11506] topology/test/regress/topogeo_addlinestring.sql, topology/test/regress/topogeo_addlinestring_expected: Update expectances after GEOSSnap fixes (#2346) -2013-05-30 17:10 Bborie Park +2013-05-30 17:10 Bborie Park * [r11504] doc/reference_raster.xml: Alphabetize built-in map algebra callback functions -2013-05-27 16:04 Sandro Santilli +2013-05-27 16:04 Sandro Santilli * [r11503] regress/run_test.pl: Actually use the --strip-trailing-cr switch, do not check it only -2013-05-27 07:03 Sandro Santilli +2013-05-27 07:03 Sandro Santilli * [r11502] regress/run_test.pl: Use system diff only if it knows how to strip trailing CR (#2344) -2013-05-25 18:14 Sandro Santilli +2013-05-25 18:14 Sandro Santilli * [r11501] utils/postgis_restore.pl.in: Not all args with a dash are options, only those starting with one -2013-05-25 18:10 Sandro Santilli +2013-05-25 18:10 Sandro Santilli * [r11500] regress/run_test.pl: Use system diff when available (my implementation is horrible) -2013-05-25 16:58 Sandro Santilli +2013-05-25 16:58 Sandro Santilli * [r11499] utils/postgis_restore.pl.in: Cleanly handle unsupported switches -2013-05-25 16:49 Sandro Santilli +2013-05-25 16:49 Sandro Santilli * [r11498] NEWS: Use consistent formatting for the NEWS file -2013-05-25 16:47 Sandro Santilli +2013-05-25 16:47 Sandro Santilli * [r11497] regress/run_test.pl: Fix swapped obtained/expected in regression failure report -2013-05-24 17:27 Bborie Park +2013-05-24 17:27 Bborie Park * [r11496] raster/test/regress/Makefile.in, raster/test/regress/clean.sql, @@ -10968,7 +15030,7 @@ raster/test/regress/rt_utility-pre.sh, regress/run_test.pl: Refactored use of out-db rasters for regression tests -2013-05-24 17:27 Bborie Park +2013-05-24 17:27 Bborie Park * [r11495] raster/test/regress/Makefile.in, raster/test/regress/testgdalraster, @@ -11002,7 +15064,7 @@ * [r11489] doc/introduction.xml: minor edit -2013-05-23 22:02 Bborie Park +2013-05-23 22:02 Bborie Park * [r11488] raster/rt_core/rt_api.c: Fixed issues caught by clang @@ -11024,7 +15086,7 @@ alphabetize core contributors otherwise have to go by relevance and get into hissing fights -2013-05-22 20:24 Sandro Santilli +2013-05-22 20:24 Sandro Santilli * [r11484] topology/sql/populate.sql.in: Avoid (srf()).* construct, known to invoke srf() for each out field @@ -11072,14 +15134,14 @@ invalid wkb using ST_GeomFromWKB - fix by using similar logic to go ST_GeomFromEWKB and skipping intermediary call. -2013-05-18 21:07 Sandro Santilli +2013-05-18 21:07 Sandro Santilli * [r11471] liblwgeom/g_box.c: Use finite() instead of isfinite() The former is also already used under postgis/ so we already rely on it. The latter is been reported to be unavailable on Solaris. -2013-05-17 22:53 Sandro Santilli +2013-05-17 22:53 Sandro Santilli * [r11470] postgis/Makefile.in: Ensure local liblwgeom and libpgcommon includes are scanned first @@ -11089,12 +15151,12 @@ * [r11467] doc/release_notes.xml: clarify soft upgrade requirement for PostGIS 2.0 -2013-05-15 23:55 Bborie Park +2013-05-15 23:55 Bborie Park * [r11466] regress/run_test, regress/run_test.pl: Added SFCGAL version output -2013-05-14 22:38 Bborie Park +2013-05-14 22:38 Bborie Park * [r11465] doc/Makefile.in: Allow correct handling of sect2 tags in chunked html @@ -11105,18 +15167,18 @@ extensions/postgis_tiger_geocoder/sql_bits/mark_editable_objects.sql.in: #2329: fix bug in where condition of backup -2013-05-14 20:42 Bborie Park +2013-05-14 20:42 Bborie Park * [r11463] doc/reference_raster.xml: Fixed Raster Processing section -2013-05-14 18:52 Bborie Park +2013-05-14 18:52 Bborie Park * [r11462] doc/reference_raster.xml: Reorganized the entire Raster Processing section. Lets see if this makes things easier to find... or not. -2013-05-14 14:32 Bborie Park +2013-05-14 14:32 Bborie Park * [r11461] doc/reference_raster.xml: Minor tweaks to ST_ColorMap() doc @@ -11140,7 +15202,7 @@ explicitly specify band (though we have only 1 band anyway) for anal clarity. -2013-05-13 09:42 Sandro Santilli +2013-05-13 09:42 Sandro Santilli * [r11457] regress/wmsservers.sql: Revert changes in test for wmsservers clients @@ -11273,7 +15335,7 @@ * [r11412] ChangeLog: update change log in preparation for beta1 release -2013-05-10 22:27 Bborie Park +2013-05-10 22:27 Bborie Park * [r11411] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in, @@ -11282,7 +15344,7 @@ <-> HSV colorspace conversion as it sometimes resulted in strange answers when interpolating. -2013-05-10 22:27 Bborie Park +2013-05-10 22:27 Bborie Park * [r11410] raster/rt_core/rt_api.c: Remove noisy info message. A big source of confusion. Ticket #2309 @@ -11309,7 +15371,7 @@ for SFCGAL function cf #2317. Remove useless ST_MakeSolid doc entry -2013-05-10 15:00 Sandro Santilli +2013-05-10 15:00 Sandro Santilli * [r11406] NEWS, doc/performance_tips.xml, doc/reference_editor.xml, postgis/postgis.sql.in, @@ -11345,7 +15407,7 @@ regress/regress_sfcgal_expected: Fix #2314. Add a unit test for postgis_sfcgal_version -2013-05-10 07:51 Sandro Santilli +2013-05-10 07:51 Sandro Santilli * [r11400] liblwgeom/lwlinearreferencing.c, liblwgeom/lwsegmentize.c, libpgcommon/lwgeom_pg.c, @@ -11364,12 +15426,12 @@ * [r11398] doc/html/images/st_colormap_red.png, doc/reference_raster.xml: example of a custom color map -2013-05-10 07:17 Sandro Santilli +2013-05-10 07:17 Sandro Santilli * [r11397] postgis/lwgeom_functions_analytic.c: Fix compiler warnings in lwgeom_functions_analytic -2013-05-10 07:06 Sandro Santilli +2013-05-10 07:06 Sandro Santilli * [r11396] liblwgeom/lwalgorithm.c: Fix implicit declaration of function 'tolower' warning @@ -11385,11 +15447,11 @@ doc/html/images/st_colormap_pseudo.png, doc/reference_raster.xml: #2290 provide visual example of color map -2013-05-10 00:09 Bborie Park +2013-05-10 00:09 Bborie Park * [r11393] .gitignore: Added generated sfcgal files -2013-05-10 00:09 Bborie Park +2013-05-10 00:09 Bborie Park * [r11392] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, @@ -11400,7 +15462,7 @@ raster/test/regress/rt_colormap_expected: Addition of ST_ColorMap(raster). Ticket #2290 -2013-05-09 23:46 Bborie Park +2013-05-09 23:46 Bborie Park * [r11391] postgis/lwgeom_backend_api.c: Prevent compile error for when CGAL isn't wanted. @@ -11453,7 +15515,7 @@ include tiger geocoder and some helpful commands you can run from psql -2013-05-09 09:24 Sandro Santilli +2013-05-09 09:24 Sandro Santilli * [r11387] liblwgeom/lwcompound.c: Fix potential access to uninitialized value @@ -11481,13 +15543,13 @@ * [r11382] doc/reference_raster.xml: put full version number on st_tpi, st_tri, st_roughness -2013-05-07 23:04 Bborie Park +2013-05-07 23:04 Bborie Park * [r11381] NEWS, postgis/gserialized_estimate.c: Commented out debug call to non-existant function nd_stats_to_grid(). Ticket #2282 -2013-05-07 15:39 Bborie Park +2013-05-07 15:39 Bborie Park * [r11380] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in, @@ -11496,7 +15558,7 @@ ST_TRI(raster). Ticket #2164. Thanks to Nathaniel Clay for writing the function and required docs and regression tests. -2013-05-07 15:39 Bborie Park +2013-05-07 15:39 Bborie Park * [r11379] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in, @@ -11505,7 +15567,7 @@ ST_Roughness(raster). Ticket #2302. Thanks to Nathaniel Clay for writing the function and required docs and regression tests. -2013-05-07 15:39 Bborie Park +2013-05-07 15:39 Bborie Park * [r11378] NEWS, doc/introduction.xml, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in, @@ -11531,7 +15593,7 @@ PGCONFIG (change to @PG_CONFIG@ ) to be consistent with configure variable change. -2013-05-06 08:30 Sandro Santilli +2013-05-06 08:30 Sandro Santilli * [r11364] loader/Makefile.in: Ensure local liblwgeom dir is added first to include path in loader/ @@ -11693,7 +15755,7 @@ functions to new name (if they are currently used) aand then allowing the standard upgrade to steam roll over the definitions. -2013-04-26 14:47 Bborie Park +2013-04-26 14:47 Bborie Park * [r11326] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in, @@ -11718,7 +15780,7 @@ extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql: #2260: revise to use new API structure of pagc standardizer -2013-04-24 15:54 Bborie Park +2013-04-24 15:54 Bborie Park * [r11323] raster/test/regress/rt_addband-pre.pl, raster/test/regress/rt_addband-pre.sh, @@ -11731,7 +15793,7 @@ * [r11321] extensions/upgradeable_versions.mk: Add update path from 2.0.3 to 2.1.0SVN -2013-04-23 23:46 Bborie Park +2013-04-23 23:46 Bborie Park * [r11320] NEWS, doc/reference_raster.xml, raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c, @@ -11757,7 +15819,7 @@ * [r11315] postgis/lwgeom_geos_prepared.c: #2277, potential segfault condition removed -2013-04-23 20:37 Bborie Park +2013-04-23 20:37 Bborie Park * [r11314] raster/test/regress/Makefile.in, raster/test/regress/loader/BasicOutDB-post.pl, @@ -11770,12 +15832,12 @@ raster/test/regress/rt_addband-pre.sh: Added test for loading out-db rasters in raster2pgsql -2013-04-23 19:32 Bborie Park +2013-04-23 19:32 Bborie Park * [r11313] raster/test/cunit/cu_tester.c: Explicitly initialize memory as valgrind complains -2013-04-23 19:32 Bborie Park +2013-04-23 19:32 Bborie Park * [r11312] raster/test/regress/rt_addband-post.pl, raster/test/regress/rt_addband-post.sh, @@ -11783,7 +15845,7 @@ raster/test/regress/rt_addband-pre.sh, regress/run_test: Added bash versions of "bootstrapping" code for rt_addband test -2013-04-23 19:32 Bborie Park +2013-04-23 19:32 Bborie Park * [r11311] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, @@ -11801,14 +15863,14 @@ extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql: oops had wrong data type for tables -2013-04-17 06:58 Sandro Santilli +2013-04-17 06:58 Sandro Santilli * [r11305] doc/man/pgsql2shp.1, doc/man/shp2pgsql.1: Properly escape dashes in man pages Patch by Markus Wanner -2013-04-16 18:23 Bborie Park +2013-04-16 18:23 Bborie Park * [r11304] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in, @@ -11826,12 +15888,12 @@ topology/Makefile.in, utils/Makefile.in: Change PGCONFIG to PG_CONFIG -2013-04-16 07:40 Sandro Santilli +2013-04-16 07:40 Sandro Santilli * [r11300] doc/reference_output.xml: Link to wikipedia article about GeoHash from ST_GeoHash -2013-04-15 21:40 Bborie Park +2013-04-15 21:40 Bborie Park * [r11298] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Emit warning when @@ -11843,7 +15905,7 @@ * [r11297] doc/extras_tigergeocoder.xml: add new use_pagc_addess_parser switch in list -2013-04-15 08:02 Sandro Santilli +2013-04-15 08:02 Sandro Santilli * [r11296] utils/postgis_restore.pl.in: Add -s to usage string of postgis_restore.pl. See #2264 @@ -11902,7 +15964,7 @@ postgis/postgis.sql.in: #945, remove the old selectivity code, now no longer being called -2013-04-12 16:20 Sandro Santilli +2013-04-12 16:20 Sandro Santilli * [r11286] NEWS: Rewrite the postgis_restore.pl improvement line @@ -11910,14 +15972,14 @@ postgis in custom schema but the new install... -2013-04-12 16:10 Sandro Santilli +2013-04-12 16:10 Sandro Santilli * [r11285] NEWS, utils/postgis_restore.pl.in: postgis_restore.pl support for dump with postgis in custom schema See #2264 -- thanks Thomas (frost242) -2013-04-11 20:14 Bborie Park +2013-04-11 20:14 Bborie Park * [r11284] NEWS, raster/Makefile.in: Prevent parallel make of raster. Ticket 2271 @@ -11926,12 +15988,12 @@ * [r11281] doc/faq.xml: give license faq a permanent pretty anchor. -2013-04-09 23:45 Bborie Park +2013-04-09 23:45 Bborie Park * [r11277] raster/rt_pg/rt_pg.c: Fix expression-based ST_MapAlgebra resulting in regression failures on some machines -2013-04-09 22:43 Sandro Santilli +2013-04-09 22:43 Sandro Santilli * [r11276] postgis/geometry_estimate.c: Fix access to random memory during ANALYZE @@ -11944,16 +16006,16 @@ values. This may have some consequence on the planner (not known at time of commit). -2013-04-09 18:35 Sandro Santilli +2013-04-09 18:35 Sandro Santilli * [r11274] postgis/geometry_estimate.c: Avoid uselessly detoasting full geometries on ANALYZE (#2269) -2013-04-06 18:14 Bborie Park +2013-04-06 18:14 Bborie Park * [r11257] postgis/lwgeom_btree.c: Removed debug statements -2013-04-06 18:11 Bborie Park +2013-04-06 18:11 Bborie Park * [r11256] NEWS, postgis/lwgeom_btree.c: GBOX variables not initialized for empty geometries. Ticket #2257 @@ -12065,28 +16127,28 @@ * [r11227] liblwgeom/measures.c, liblwgeom/measures.h: #2018, Remove old bruteforce function and replace with new one. -2013-03-29 20:37 Bborie Park +2013-03-29 20:37 Bborie Park * [r11226] loader/cunit/Makefile.in: Set CFLAGS in loader cunit tests so that mingw can run tests -2013-03-29 16:47 Bborie Park +2013-03-29 16:47 Bborie Park * [r11225] raster/rt_pg/rtpostgis.sql.in: Removed commented out variants of ST_MapAlgebra removed in r11222. -2013-03-29 16:36 Bborie Park +2013-03-29 16:36 Bborie Park * [r11224] NEWS: Added news about Ticket #2133 -2013-03-29 16:34 Bborie Park +2013-03-29 16:34 Bborie Park * [r11223] raster/loader/raster2pgsql.c, raster/rt_pg/rt_pg.c, raster/test/cunit/cu_band_stats.c, raster/test/cunit/cu_gdal.c, raster/test/cunit/cu_raster_geometry.c: Code cleanup to shut gcc up -2013-03-29 16:33 Bborie Park +2013-03-29 16:33 Bborie Park * [r11222] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in, raster/test/regress/rt_mapalgebra_expr_expected: Refactored @@ -12120,7 +16182,7 @@ returns <0 switch to _vscprintf native windows implementation. Thanks to swoodbridge for pointing out the define to use. -2013-03-27 13:30 Bborie Park +2013-03-27 13:30 Bborie Park * [r11215] NEWS, raster/rt_core/rt_api.c, raster/test/regress/rt_gdalwarp.sql, @@ -12142,7 +16204,7 @@ * [r11209] loader/shp2pgsql-gui.c: #2186, gui progress bar update is slowing loads -2013-03-26 04:14 Bborie Park +2013-03-26 04:14 Bborie Park * [r11207] NEWS, doc/reference_raster.xml, raster/rt_pg/rt_pg.c, raster/test/regress/rt_union.sql, @@ -12167,17 +16229,17 @@ future if we really need to have a 3D topological storage PostGIS side) -2013-03-25 17:17 Bborie Park +2013-03-25 17:17 Bborie Park * [r11204] configure.ac: Removed old raster core tests from configure -2013-03-25 17:11 Bborie Park +2013-03-25 17:11 Bborie Park * [r11203] raster/test/core: Delete old core raster tests. Ticket #2115 -2013-03-25 03:14 Bborie Park +2013-03-25 03:14 Bborie Park * [r11202] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in, @@ -12187,12 +16249,12 @@ ST_FromGDALRaster(). This is what happens on a long airplane flight! Ticket #2123. -2013-03-25 03:08 Bborie Park +2013-03-25 03:08 Bborie Park * [r11201] NEWS: Added item regarding -n of raster2pgsql. Ticket #2231 -2013-03-25 03:05 Bborie Park +2013-03-25 03:05 Bborie Park * [r11200] raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h, raster/test/regress/Makefile.in, @@ -12206,14 +16268,14 @@ ability to specify name of filename column in raster2pgsql. More stuff being done stuck in a tube at 30k feet. -2013-03-22 16:12 Sandro Santilli +2013-03-22 16:12 Sandro Santilli * [r11197] configure.ac: Revert "Add '-x c' switch to CPP / CC when used as SQL preprocessor" It seems it wasn't needed, see #2239 -2013-03-22 12:34 Sandro Santilli +2013-03-22 12:34 Sandro Santilli * [r11196] topology/sql/export/TopoJSON.sql.in, topology/test/regress/topojson_expected: Fix lineal TopoJSON @@ -12221,7 +16283,7 @@ REF: #2228 -2013-03-22 11:20 Sandro Santilli +2013-03-22 11:20 Sandro Santilli * [r11195] configure.ac: Add '-x c' switch to CPP / CC when used as SQL preprocessor @@ -12229,13 +16291,13 @@ Hopefully it'll set us free to name our input files with any extension we decide. -2013-03-21 21:28 Bborie Park +2013-03-21 21:28 Bborie Park * [r11194] raster/rt_pg/rtpostgis.sql.in: Fix ST_InvDistWeigh4MA() to handle a situation when neighborhood is empty except the center pixel. -2013-03-21 16:15 Sandro Santilli +2013-03-21 16:15 Sandro Santilli * [r11193] doc/extras_topology.xml, topology/sql/export/TopoJSON.sql.in, @@ -12243,13 +16305,13 @@ topology/test/regress/topojson_expected: Fix areal TopoJSON output to group and order polygon rings (#2228) -2013-03-21 09:01 Sandro Santilli +2013-03-21 09:01 Sandro Santilli * [r11192] postgis/Makefile.in, raster/rt_pg/Makefile.in, topology/Makefile.in: Review comments above Makefile rule to generate .sql from .sql.in -2013-03-20 17:38 Sandro Santilli +2013-03-20 17:38 Sandro Santilli * [r11191] postgis/postgis.sql.in, regress/tickets.sql, regress/tickets_expected, topology/sql/export/TopoJSON.sql.in, @@ -12264,7 +16326,7 @@ can change from WARNING to NOTICE or we can tweak the message, in a central place. -2013-03-20 16:47 Sandro Santilli +2013-03-20 16:47 Sandro Santilli * [r11190] NEWS, doc/reference_lrs.xml, postgis/postgis.sql.in, regress/regress_lrs.sql: Deprecate non-CamelCase linear @@ -12277,18 +16339,18 @@ Tests updated to use the new signature, docs updated to show the new signature and report deprecations -2013-03-20 16:10 Sandro Santilli +2013-03-20 16:10 Sandro Santilli * [r11189] topology/test/regress/topojson.sql, topology/test/regress/topojson_expected: Add perturbating edges in TopoJSON test -2013-03-20 12:18 Sandro Santilli +2013-03-20 12:18 Sandro Santilli * [r11188] doc/extras_topology.xml: Update TopoJSON example with correct output, add note about arc indices -2013-03-20 11:44 Sandro Santilli +2013-03-20 11:44 Sandro Santilli * [r11187] topology/sql/export/TopoJSON.sql.in, topology/test/regress/topojson.sql, @@ -12300,42 +16362,42 @@ Tweak tests to expect new arcs numbering and order. Also fixes missing comma separating polygon ring arcs. -2013-03-20 10:27 Sandro Santilli +2013-03-20 10:27 Sandro Santilli * [r11186] topology/test/regress/topojson.sql, topology/test/regress/topojson_expected: Fix AsTopoJSON call in testcase -2013-03-20 10:26 Sandro Santilli +2013-03-20 10:26 Sandro Santilli * [r11185] topology/Makefile.in: Properly encode TopoJSON.sql.in dependency into topology.sql -2013-03-20 07:48 Sandro Santilli +2013-03-20 07:48 Sandro Santilli * [r11184] topology/test/regress/topojson_expected: Oops, forgot to add topojson test expectancy (#2240) -2013-03-19 18:29 Sandro Santilli +2013-03-19 18:29 Sandro Santilli * [r11183] NEWS, doc/extras_topology.xml, topology/sql/export/TopoJSON.sql.in, topology/test/Makefile.in, topology/test/regress/topojson.sql, topology/topology.sql.in: Add AsTopoJSON(TopoGeometry) function (#2228) -2013-03-19 11:52 Sandro Santilli +2013-03-19 11:52 Sandro Santilli * [r11182] doc/extras_topology.xml: Cleanup and integrate documentation of ST_GetFaceEdges -2013-03-19 09:59 Sandro Santilli +2013-03-19 09:59 Sandro Santilli * [r11181] topology/Makefile.in, topology/sql/export, topology/sql/export/gml.sql.in, topology/sql/gml.sql.in, topology/topology.sql.in: Move GML function under a new export/ subdir -2013-03-19 09:53 Sandro Santilli +2013-03-19 09:53 Sandro Santilli * [r11180] topology/Makefile.in, topology/sql/gml.sql.in, topology/sql/gml.sql.in.c, @@ -12376,7 +16438,7 @@ topology/topology_drop_before.sql.in.c: Drop the .c suffix of sql files to preprocess under topology/ dir -2013-03-19 09:16 Sandro Santilli +2013-03-19 09:16 Sandro Santilli * [r11179] .gitignore, raster/rt_pg/Makefile.in, raster/rt_pg/rtpostgis.sql.in, raster/rt_pg/rtpostgis.sql.in.c, @@ -12393,11 +16455,11 @@ * [r11177] doc/reference_raster.xml: #2238: clarify neighborhood distance terminology -2013-03-18 18:14 Sandro Santilli +2013-03-18 18:14 Sandro Santilli * [r11176] topology/sql/gml.sql.in.c: Drop unused variables -2013-03-18 17:20 Sandro Santilli +2013-03-18 17:20 Sandro Santilli * [r11175] .gitignore, postgis/Makefile.in, postgis/geography.sql.in, postgis/geography.sql.in.c, @@ -12421,7 +16483,7 @@ happy the same thing will be done for raster/ and topology/ -2013-03-18 00:49 Bborie Park +2013-03-18 00:49 Bborie Park * [r11174] raster/rt_pg/rtpostgis.sql.in.c: Fixed unescaped % in RAISE message. Ticket #2237 @@ -12431,7 +16493,7 @@ * [r11170] doc/reference_raster.xml: fix typo in ST_AsGDALRaster example -2013-03-08 13:58 Sandro Santilli +2013-03-08 13:58 Sandro Santilli * [r11162] regress/regress_ogc.sql, regress/regress_ogc_expected: Make test for ST_PointOnSurface accept any contained point as @@ -12441,18 +16503,18 @@ giving different (but still valid) results. See http://trac.osgeo.org/geos/ticket/623 -2013-03-08 09:19 Sandro Santilli +2013-03-08 09:19 Sandro Santilli * [r11160] doc/extras_topology.xml: Reword ST_Simplify(TopoGeometry) description (#1687) -2013-03-07 17:08 Sandro Santilli +2013-03-07 17:08 Sandro Santilli * [r11159] NEWS, doc/extras_topology.xml, doc/reference_processing.xml: Document ST_Simplify(TopoGeometry) -- closes #1687 -2013-03-07 16:14 Sandro Santilli +2013-03-07 16:14 Sandro Santilli * [r11158] topology/Makefile.in, topology/sql/topogeometry/simplify.sql.in.c, @@ -12461,73 +16523,73 @@ topology/topology.sql.in.c: Add ST_Simplify override for TopoGeometry objects (#1687) -2013-03-07 07:31 Sandro Santilli +2013-03-07 07:31 Sandro Santilli * [r11156] topology/test/regress/totopogeom.sql, topology/test/regress/totopogeom_expected: Split test for #1968 in two parts, to avoid false negative -2013-03-06 18:37 Sandro Santilli +2013-03-06 18:37 Sandro Santilli * [r11155] topology/test/regress/totopogeom.sql: Improve the test for #1968 to also check duplicated components -2013-03-06 18:11 Sandro Santilli +2013-03-06 18:11 Sandro Santilli * [r11152] topology/sql/topogeometry/totopogeom.sql.in.c, topology/test/regress/totopogeom.sql, topology/test/regress/totopogeom_expected: Fix missing edge from toTopoGeom return (#1968) -2013-03-06 15:33 Bborie Park +2013-03-06 15:33 Bborie Park * [r11151] raster/rt_core/rt_api.c: Bad switch for debug output -2013-03-06 15:20 Sandro Santilli +2013-03-06 15:20 Sandro Santilli * [r11149] topology/sql/populate.sql.in.c, topology/test/regress/topogeo_addpoint.sql, topology/test/regress/topogeo_addpoint_expected: Allow adding points at precision distance with TopoGeo_addPoint -2013-03-05 16:57 Bborie Park +2013-03-05 16:57 Bborie Park * [r11145] raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c: Minor code cleanup in raster2pgsql and additional debug output for rt_api -2013-03-05 09:10 Sandro Santilli +2013-03-05 09:10 Sandro Santilli * [r11144] NEWS, README.postgis, configure.ac, liblwgeom/cunit/cu_tester.c: Make libjson-c optional adding --without-json configure switch (#2202) -2013-03-04 17:57 Sandro Santilli +2013-03-04 17:57 Sandro Santilli * [r11142] postgis/lwgeom_btree.c, regress/tickets.sql, regress/tickets_expected: Fix equality operator between EMPTY and point on origin (#2110) -2013-03-04 17:02 Sandro Santilli +2013-03-04 17:02 Sandro Santilli * [r11140] java/ejb3/ejb3spatial.pdf: Drop PDF version of EJB3 spatial tutorial There's an ODT version of the manual, pdf can be generated -2013-02-28 17:56 Sandro Santilli +2013-02-28 17:56 Sandro Santilli * [r11121] regress/in_geojson.sql, regress/in_geojson_expected: Add regression test for #2216 -2013-02-28 17:42 Sandro Santilli +2013-02-28 17:42 Sandro Santilli * [r11120] liblwgeom/cunit/cu_in_geojson.c, liblwgeom/lwin_geojson.c: Fix parsing GeoJSON of multipolygon with holes (#2216) -2013-02-28 17:04 Sandro Santilli +2013-02-28 17:04 Sandro Santilli * [r11119] NEWS, configure.ac, liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_in_geojson.c, @@ -12535,7 +16597,7 @@ liblwgeom/lwin_geojson.c, postgis/lwgeom_in_geojson.c: Add lwgeom_from_geojson to liblwgeom, add cunit test, fix memory leak -2013-02-26 23:23 Bborie Park +2013-02-26 23:23 Bborie Park * [r11118] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, @@ -12546,7 +16608,7 @@ raster/test/regress/rt_convexhull_expected: Added ST_MinConvexHull(raster). Ticket #2210 -2013-02-26 17:42 Bborie Park +2013-02-26 17:42 Bborie Park * [r11117] NEWS, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/check_raster_columns.sql, @@ -12554,7 +16616,7 @@ of exclusion constraint to by dynamic due to conflict of implicit index names. Ticket #2215 -2013-02-26 17:42 Bborie Park +2013-02-26 17:42 Bborie Park * [r11116] raster/rt_core/rt_api.c: Addition debug output for rt_raster_from_gdal_dataset() @@ -12597,7 +16659,7 @@ ST_PointN no longer works with first linestring of multilinestring -2013-02-18 04:17 Bborie Park +2013-02-18 04:17 Bborie Park * [r11102] raster/rt_core/rt_api.c: Wrong debug output function @@ -12611,28 +16673,28 @@ variablelist and move much of commentary to that so page is more easily digestable -2013-02-17 16:24 Bborie Park +2013-02-17 16:24 Bborie Park * [r11098] raster/rt_core/rt_api.c: Fixed handling of out-db rasters with no geotransform matrix -2013-02-16 21:47 Bborie Park +2013-02-16 21:47 Bborie Park * [r11097] raster/rt_core/rt_api.c: Additional debug output for rt_raster_gdal_warp() -2013-02-16 21:47 Bborie Park +2013-02-16 21:47 Bborie Park * [r11096] raster/TODO: Update raster TODO as it was sorely out of date -2013-02-16 01:00 Bborie Park +2013-02-16 01:00 Bborie Park * [r11095] raster/rt_pg/rt_pg.c, raster/test/regress/rt_union.sql, raster/test/regress/rt_union_expected: Faster ST_Union() done using memcpy when possible -2013-02-15 23:53 Bborie Park +2013-02-15 23:53 Bborie Park * [r11094] NEWS, raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/test/regress/rt_gdalwarp.sql: Changed how rasters with @@ -12685,12 +16747,12 @@ to allow future pointcloud cache to sneak into it if necessary -2013-02-07 17:16 Bborie Park +2013-02-07 17:16 Bborie Park * [r11084] raster/rt_pg/rt_pg.c: Corrected use of pfree instead of PG_FREE_IF_COPY -2013-02-07 17:16 Bborie Park +2013-02-07 17:16 Bborie Park * [r11083] raster/rt_core/rt_api.c: Additional assert() calls. Will need to add usage of NDEBUG flag to turn @@ -12709,19 +16771,19 @@ multiband union feature is just for first variant. A bit too verbose, but at least I won't be confused anymore. -2013-02-04 19:07 Bborie Park +2013-02-04 19:07 Bborie Park * [r11079] NEWS, raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Fixed dimension error of bands when using ST_Tile on out-db rasters. Ticket #2198 -2013-02-04 19:07 Bborie Park +2013-02-04 19:07 Bborie Park * [r11078] raster/rt_core/rt_api.c: Additional calls to assert() and better checking of out-db raster bands -2013-02-04 19:07 Bborie Park +2013-02-04 19:07 Bborie Park * [r11077] raster/rt_pg/rt_pg.c: Removed some unnecessary assert() calls @@ -12746,17 +16808,17 @@ * [r11074] doc/faq_raster.xml: fix gdal_translate examples (port now required) and have typos in syntax -2013-01-29 15:25 Bborie Park +2013-01-29 15:25 Bborie Park * [r11060] raster/rt_core/rt_api.c: Added check that raster metadata check and warn if not -2013-01-29 14:48 Bborie Park +2013-01-29 14:48 Bborie Park * [r11059] raster/rt_core/rt_api.c: Remove debug output from rt_raster_gdal_warp() -2013-01-28 23:01 Bborie Park +2013-01-28 23:01 Bborie Park * [r11057] NEWS, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/regress/rt_gdalwarp.sql, @@ -12765,7 +16827,7 @@ data from a GDAL dataset. Problem first appeared in ST_Resize(). Ticket #2188 -2013-01-28 23:01 Bborie Park +2013-01-28 23:01 Bborie Park * [r11056] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Code cleanup of rt_raster_gdal_warp() @@ -12805,25 +16867,25 @@ measured in radians and how to handle for both degrees and radians -2013-01-25 11:03 Sandro Santilli +2013-01-25 11:03 Sandro Santilli * [r11025] utils/postgis_restore.pl.in: Support dumps where the geometry column has a mixEdCaseD name -2013-01-24 21:15 Sandro Santilli +2013-01-24 21:15 Sandro Santilli * [r11022] topology/sql/manage/CopyTopology.sql.in.c, topology/test/regress/copytopology.sql, topology/test/regress/copytopology_expected: Properly copy topologies with Z value (#2184) -2013-01-20 16:56 Bborie Park +2013-01-20 16:56 Bborie Park * [r11008] NEWS, raster/rt_pg/rt_pg.c: Fix issue with outdb rasters with no SRID and ST_Resize (GDAL warp calls). Ticket #2182 -2013-01-18 18:09 Sandro Santilli +2013-01-18 18:09 Sandro Santilli * [r11004] NEWS, liblwgeom/lwgeom_debug.c, regress/summary_expected, regress/tickets_expected: Have @@ -12839,7 +16901,7 @@ * [r10998] NEWS: update news with new tiger geocoder features -2013-01-17 08:05 Sandro Santilli +2013-01-17 08:05 Sandro Santilli * [r10987] topology/sql/sqlmm.sql.in.c: Prefer boolean predicates over overlay ops in ST_ChangeEdgeGeom @@ -12847,12 +16909,12 @@ Further reduces robustness issues and squeezes another bit of performance. -2013-01-16 21:42 Sandro Santilli +2013-01-16 21:42 Sandro Santilli * [r10985] topology/sql/sqlmm.sql.in.c: Drop useless input endpoints relate check in ST_ChangeEdgeGeom -2013-01-16 15:14 Sandro Santilli +2013-01-16 15:14 Sandro Santilli * [r10984] topology/sql/sqlmm.sql.in.c, topology/test/regress/st_changeedgegeom.sql, @@ -12900,7 +16962,7 @@ doc/postgis.xml: add extension model instructions for tiger geocoder install. add xml entity for download link -2013-01-15 11:54 Sandro Santilli +2013-01-15 11:54 Sandro Santilli * [r10973] liblwgeom/lwgeom_geos_split.c, regress/split.sql, regress/split_expected: Base vertex snap tolerance in @@ -12915,17 +16977,17 @@ chapter and sections (so if we shuffle in future anchor doesn't change) -2012-12-31 15:18 Sandro Santilli +2012-12-31 15:18 Sandro Santilli * [r10942] configure.ac, extensions/postgis_topology/Makefile.in: Use grep found by ./configure (and have ./configure look for it) -2012-12-27 23:38 Sandro Santilli +2012-12-27 23:38 Sandro Santilli * [r10939] extensions/postgis/Makefile.in: Use grep found by ./configure -2012-12-27 12:56 Sandro Santilli +2012-12-27 12:56 Sandro Santilli * [r10937] NEWS, doc/html/image_src/generator.c, liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in, @@ -12961,35 +17023,35 @@ unpacked script for geocoder so can do CREATE EXTENSION postgis_tiger_geocoder FROM unpackaged; -2012-12-21 22:55 Bborie Park +2012-12-21 22:55 Bborie Park * [r10914] raster/rt_core/rt_api.c: More code and memory cleanup -2012-12-21 22:18 Bborie Park +2012-12-21 22:18 Bborie Park * [r10913] raster/rt_core/rt_api.c: Additional cleanup and making sure to free memory when hitting errors -2012-12-21 22:18 Bborie Park +2012-12-21 22:18 Bborie Park * [r10912] raster/rt_core/rt_api.c: Code cleanup of rt_raster_serialize(). Basically make sure to free allocated memory if function has error -2012-12-21 10:53 Sandro Santilli +2012-12-21 10:53 Sandro Santilli * [r10896] liblwgeom/lwhomogenize.c: Fix memory leak in lwcollection_homogenize -2012-12-21 10:01 Sandro Santilli +2012-12-21 10:01 Sandro Santilli * [r10895] .gitignore: Update ignores -2012-12-21 10:01 Sandro Santilli +2012-12-21 10:01 Sandro Santilli * [r10894] loader/shp2pgsql-gui.c: Fix compiler warnings -2012-12-20 20:47 Bborie Park +2012-12-20 20:47 Bborie Park * [r10885] postgis/lwgeom_dumppoints.c, raster/rt_pg/rt_pg.c: PostgreSQL 9.3 changed where heap_form_tuple() is declared. Fixed @@ -13002,22 +17064,22 @@ postgis/lwgeom_geos.c, postgis/lwgeom_in_kml.c: Quiet compile warnings. -2012-12-20 18:26 Sandro Santilli +2012-12-20 18:26 Sandro Santilli * [r10880] liblwgeom/cunit/cu_stringbuffer.c: Fix leak in cu_stringbuffer test -2012-12-20 18:07 Sandro Santilli +2012-12-20 18:07 Sandro Santilli * [r10878] liblwgeom/lwlinearreferencing.c: Fix memory leak in lwmline_locate_along -2012-12-20 17:51 Sandro Santilli +2012-12-20 17:51 Sandro Santilli * [r10877] liblwgeom/lwgeom_geos_clean.c: Fix memory leak in geometry cleaner -2012-12-20 17:20 Sandro Santilli +2012-12-20 17:20 Sandro Santilli * [r10872] postgis/lwgeom_functions_basic.c: Drop unused "libtgeom.h" include @@ -13025,7 +17087,7 @@ This is to make libtgeom memory errors less scary :) See #1553 -2012-12-20 17:19 Sandro Santilli +2012-12-20 17:19 Sandro Santilli * [r10871] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c: Fix memory leaks in lwsegmentize and cu_ptarray @@ -13036,40 +17098,40 @@ topology so extension now installs cleanly. still need to add set path and cleanup the make clean -2012-12-19 23:26 Bborie Park +2012-12-19 23:26 Bborie Park * [r10868] raster/test/cunit/cu_raster_basics.c, raster/test/cunit/cu_raster_geometry.c, raster/test/cunit/cu_raster_wkb.c, raster/test/cunit/cu_tester.c: Stomp out memory leaks in CUnit tests -2012-12-19 23:26 Bborie Park +2012-12-19 23:26 Bborie Park * [r10867] raster/rt_core/rt_api.c: Make sure to free OGR geometry when the geometry is empty -2012-12-19 23:26 Bborie Park +2012-12-19 23:26 Bborie Park * [r10866] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Changed memory handling of offline band path. Now explicitly owned internally -2012-12-19 20:52 Sandro Santilli +2012-12-19 20:52 Sandro Santilli * [r10865] liblwgeom/lwgeodetic_tree.c: Fix memory leak in circ_tree_new -2012-12-19 20:52 Sandro Santilli +2012-12-19 20:52 Sandro Santilli * [r10864] liblwgeom/cunit/cu_geodetic.c: Fix leak in cu_geodetic test -2012-12-19 20:08 Sandro Santilli +2012-12-19 20:08 Sandro Santilli * [r10863] configure.ac: CUnit is not only needed for liblwgeom -2012-12-19 18:18 Sandro Santilli +2012-12-19 18:18 Sandro Santilli * [r10861] regress/in_geojson.sql, regress/in_geojson_expected, regress/tickets.sql, regress/tickets_expected: Put JSON input @@ -13077,7 +17139,7 @@ This time do not include other unrelated changes... -2012-12-19 18:06 Sandro Santilli +2012-12-19 18:06 Sandro Santilli * [r10860] doc/html/image_src/generator.c, liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h, @@ -13093,7 +17155,7 @@ Accidentally committed an unrelated patch.. -2012-12-19 18:01 Sandro Santilli +2012-12-19 18:01 Sandro Santilli * [r10859] doc/html/image_src/generator.c, liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h, @@ -13112,7 +17174,7 @@ * [r10856] extensions/postgis_tiger_geocoder/Makefile.in: #2153: fix typo in file path -2012-12-18 20:42 Bborie Park +2012-12-18 20:42 Bborie Park * [r10853] raster/rt_pg/rtpostgis.sql.in.c: Tweaked UpdateRasterSRID() to drop/add coverage tile as needed @@ -13137,25 +17199,25 @@ Use already perl built topology upgrade script instead as template for extension upgrade -2012-12-15 00:55 Bborie Park +2012-12-15 00:55 Bborie Park * [r10845] raster/loader/raster2pgsql.c: Fixed handling of identifiers with single quote (') such as in O'Reilly. -2012-12-14 20:28 Bborie Park +2012-12-14 20:28 Bborie Park * [r10843] raster/test/regress/loader/Tiled8x8.select.expected, raster/test/regress/loader/Tiled8x8.select.sql: Changed testing of extent geometry -2012-12-14 20:27 Bborie Park +2012-12-14 20:27 Bborie Park * [r10842] doc/reference_raster.xml, doc/using_raster_dataman.xml, raster/loader/raster2pgsql.c: Updated raster2pgsql help and docs to reflect changes to regular_blocking. -2012-12-14 20:27 Bborie Park +2012-12-14 20:27 Bborie Park * [r10841] NEWS, raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c, @@ -13165,28 +17227,28 @@ raster_columns now looks for spatially_unique and coverage_tile constraints. Ticket #2150 -2012-12-14 20:27 Bborie Park +2012-12-14 20:27 Bborie Park * [r10840] raster/test/regress/Makefile.in, raster/test/regress/rt_iscoveragetile.sql, raster/test/regress/rt_iscoveragetile_expected: Added regression tests for ST_IsCoverageTile(). -2012-12-14 20:27 Bborie Park +2012-12-14 20:27 Bborie Park * [r10839] raster/rt_pg/rtpostgis.sql.in.c: Added support for padded edge tiles to ST_IsCoverageTile() -2012-12-14 20:27 Bborie Park +2012-12-14 20:27 Bborie Park * [r10838] raster/rt_pg/rt_pg.c: Added support for no-band rasters to ST_Tile(raster) -2012-12-14 20:27 Bborie Park +2012-12-14 20:27 Bborie Park * [r10837] NEWS: Added missing tickets and reorg of ticket list -2012-12-14 20:27 Bborie Park +2012-12-14 20:27 Bborie Park * [r10836] doc/reference_raster.xml, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -13196,24 +17258,24 @@ ST_Tile(raster) to control padding of generated tiles. ST_Tile(raster) no longer defaults to padding tiles. Ticket #2069 -2012-12-14 20:26 Bborie Park +2012-12-14 20:26 Bborie Park * [r10835] NEWS, raster/rt_pg/rtpostgis.sql.in.c: Addition of coverage_tile constraint for raster. Ticket #2148 -2012-12-14 20:26 Bborie Park +2012-12-14 20:26 Bborie Park * [r10834] raster/rt_pg/rtpostgis.sql.in.c: Addition of ST_IsCoverageTile() to tell if tile is part of a coverage -2012-12-14 20:26 Bborie Park +2012-12-14 20:26 Bborie Park * [r10833] raster/rt_pg/rtpostgis.sql.in.c: Added raster's spatially_unique constraint. Ticket #2149. Still needs regression tests but won't happen until regular_blocking is finished. -2012-12-14 20:26 Bborie Park +2012-12-14 20:26 Bborie Park * [r10832] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/check_raster_columns.sql, @@ -13227,7 +17289,7 @@ raster/test/regress/loader/Tiled8x8.select.expected: Tweaked the extent computed for the extent constraint -2012-12-14 20:26 Bborie Park +2012-12-14 20:26 Bborie Park * [r10831] raster/rt_pg/rtpostgis.sql.in.c: Changed blocksize constraint to permit multiple possible values. Ticket @@ -13235,12 +17297,12 @@ unique constraint to determine regularly blocked. -2012-12-14 20:26 Bborie Park +2012-12-14 20:26 Bborie Park * [r10830] doc/reference_raster.xml: Fixed incorrect return type in docs -2012-12-14 20:26 Bborie Park +2012-12-14 20:26 Bborie Park * [r10829] raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h, raster/test/regress/Makefile.in, @@ -13257,19 +17319,19 @@ added so that users can indicate that tiles should be padded. Ticket #826. -2012-12-14 20:25 Bborie Park +2012-12-14 20:25 Bborie Park * [r10828] regress/run_test, regress/run_test.pl: Removed hardcoded flags for raster2pgsql from run_test -2012-12-14 20:25 Bborie Park +2012-12-14 20:25 Bborie Park * [r10827] raster/rt_pg/rt_pg.c, raster/test/regress/rt_asraster_expected, raster/test/regress/rt_gdalwarp_expected: Quiet down ST_SameAlignment(raster, raster) as it was way too talkative -2012-12-14 20:25 Bborie Park +2012-12-14 20:25 Bborie Park * [r10826] raster/test/regress/loader/Basic.opts, raster/test/regress/loader/Basic.select.expected, @@ -13287,7 +17349,7 @@ raster/test/regress/loader/Tiled10x10Copy.select.sql: Updated regression tests for raster2pgsql -2012-12-13 09:34 Sandro Santilli +2012-12-13 09:34 Sandro Santilli * [r10822] NEWS, liblwgeom/lwcollection.c, liblwgeom/lwline.c, liblwgeom/lwpoly.c: Revert "Return NULL when simplifying a line @@ -13297,7 +17359,7 @@ http://trac.osgeo.org/postgis/ticket/1987 Better reduce the noise... -2012-12-12 15:52 Sandro Santilli +2012-12-12 15:52 Sandro Santilli * [r10821] NEWS, liblwgeom/lwcollection.c, liblwgeom/lwline.c, liblwgeom/lwpoly.c: Return NULL when simplifying a line results @@ -13316,18 +17378,18 @@ regress/tickets_expected: #2145, ST_Segmentize(geography, dist) fails with redundant coordinates -2012-12-07 22:07 Bborie Park +2012-12-07 22:07 Bborie Park * [r10819] NEWS, raster/rt_pg/rtpostgis.sql.in.c: More verbose output when constraints fail to be added to a raster column. Ticket #2141 -2012-12-07 09:27 Sandro Santilli +2012-12-07 09:27 Sandro Santilli * [r10816] doc/extras_topology.xml: Add an id to the toTopoGeom proxy entry -2012-12-07 09:24 Sandro Santilli +2012-12-07 09:24 Sandro Santilli * [r10815] doc/xsl/postgis_aggs_mm.xml.xsl: Element xref can't have content (was declared EMPTY) @@ -13335,7 +17397,7 @@ I'm surprised postgis_aggs_mm.xml.xsl contains all that XML, shouldn't it just transform source XML ? -2012-12-07 09:24 Sandro Santilli +2012-12-07 09:24 Sandro Santilli * [r10814] doc/extras_topology.xml: Add a "TopoGeometry Editors" section @@ -13347,27 +17409,27 @@ section. If there's any better way to deal with this I'm looking forward for enhancements. -2012-12-07 08:36 Sandro Santilli +2012-12-07 08:36 Sandro Santilli * [r10813] doc/extras_topology.xml: Element xref can't have content (was declared EMPTY) -2012-12-07 08:31 Sandro Santilli +2012-12-07 08:31 Sandro Santilli * [r10812] doc/release_notes.xml: Fix links to legacy faq -2012-12-07 08:31 Sandro Santilli +2012-12-07 08:31 Sandro Santilli * [r10811] doc/extras_topology.xml: Document new toTopoGeom override and clearTopoGeom -2012-12-07 01:08 Bborie Park +2012-12-07 01:08 Bborie Park * [r10810] NEWS, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/cunit/cu_raster_geometry.c: Fixed behavior of ST_ConvexHull() for empty rasters. Ticket #2126 -2012-12-06 23:23 Sandro Santilli +2012-12-06 23:23 Sandro Santilli * [r10809] NEWS, topology/sql/topogeometry/totopogeom.sql.in.c, topology/test/regress/totopogeom.sql, @@ -13377,7 +17439,7 @@ Such version would _add_ the space taken by the input geometry to an existing TopoGeometry. -2012-12-06 23:02 Sandro Santilli +2012-12-06 23:02 Sandro Santilli * [r10808] NEWS, topology/Makefile.in, topology/sql/topogeometry/cleartopogeom.sql.in.c, @@ -13386,7 +17448,7 @@ topology/topology.sql.in.c: Add topology.clearTopoGeom(TopoGeometry) function -2012-12-06 18:45 Sandro Santilli +2012-12-06 18:45 Sandro Santilli * [r10807] topology/Makefile.in: Do not hardcode version to rule to build topology_upgrade_X_minor @@ -13407,7 +17469,7 @@ * [r10804] doc/using_raster_dataman.xml: Typo -2012-12-06 05:43 Bborie Park +2012-12-06 05:43 Bborie Park * [r10803] NEWS, raster/rt_core/rt_api.c: Fixed handling of SRS strings as they are passed to GDAL functions. @@ -13420,7 +17482,7 @@ regress/regress_selectivity_expected: #2132, _postgis_stats crashes backend on missing stats -2012-12-05 10:28 Sandro Santilli +2012-12-05 10:28 Sandro Santilli * [r10798] loader/shp2pgsql-cli.c: Fix broken shp2pgsql help string suggesting -r to reproject @@ -13440,30 +17502,30 @@ * [r10795] NEWS, doc/release_notes.xml: upport 2.0.2 release notes -2012-12-03 22:17 Bborie Park +2012-12-03 22:17 Bborie Park * [r10792] doc/reference_raster.xml: Fixed incorrect return type for ST_BandIsNoData(raster) in docs -2012-12-03 16:19 Sandro Santilli +2012-12-03 16:19 Sandro Santilli * [r10786] postgis/lwgeom_in_geojson.c, regress/tickets.sql, regress/tickets_expected: Fix memory error in MultiPolygon GeoJson parsing (#2130) -2012-12-03 14:10 Sandro Santilli +2012-12-03 14:10 Sandro Santilli * [r10783] liblwgeom/cunit/cu_homogenize.c, liblwgeom/lwhomogenize.c: Fix SRID in ST_Homogenize output with collection input (#2129) -2012-12-03 10:09 Sandro Santilli +2012-12-03 10:09 Sandro Santilli * [r10781] topology/test/regress/st_remedgemodface.sql, topology/test/regress/st_remedgenewface.sql: Make ST_RemEdge* tests 30% faster by reducing service costs -2012-12-02 22:36 Bborie Park +2012-12-02 22:36 Bborie Park * [r10779] raster/test/cunit/Makefile.in: Removed PICFLAGS from CFLAGS when compiling CUnit suites. Ticket #2125 @@ -13482,7 +17544,7 @@ * [r10775] doc/Makefile.in: don't dtd validate when making comments and cheatsheets -2012-12-01 01:19 Bborie Park +2012-12-01 01:19 Bborie Park * [r10774] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, @@ -13491,30 +17553,30 @@ to resize a raster using desired width/height. Ticket #1293. -2012-12-01 01:19 Bborie Park +2012-12-01 01:19 Bborie Park * [r10773] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/regress/rt_gdalwarp.sql, raster/test/regress/rt_gdalwarp_expected: Removed requirements of SRID for calling GDAL Warp API -2012-11-30 15:18 Bborie Park +2012-11-30 15:18 Bborie Park * [r10772] doc/reference_raster.xml: Removed use of pi html code. Using "pi" instead. -2012-11-30 01:13 Bborie Park +2012-11-30 01:13 Bborie Park * [r10770] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Additional cleanup and validation regarding ticket #1653 -2012-11-30 01:13 Bborie Park +2012-11-30 01:13 Bborie Park * [r10769] NEWS, doc/reference_raster.xml: Added NEWS item and doc updates for changes related to ticket #2119 -2012-11-30 01:12 Bborie Park +2012-11-30 01:12 Bborie Park * [r10768] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_gdalwarp.sql, @@ -13530,18 +17592,18 @@ * [r10767] postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c, regress/in_kml.sql: Fix #2092 for trunk branch -2012-11-29 19:29 Sandro Santilli +2012-11-29 19:29 Sandro Santilli * [r10763] topology/sql/topogeometry/totopogeom.sql.in.c, topology/test/regress/totopogeom.sql, topology/test/regress/totopogeom_expected: Enhance error message on unsupported geometry type (#1899) -2012-11-29 19:11 Bborie Park +2012-11-29 19:11 Bborie Park * [r10762] NEWS: Fixed incorrect ticket #. From #2026 to #2062 -2012-11-29 18:59 Bborie Park +2012-11-29 18:59 Bborie Park * [r10760] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, @@ -13554,7 +17616,7 @@ between ST_Resample(raster) and ST_Transform(raster) by removing srid parameter for ST_Resample(). Ticket #1653 -2012-11-29 18:59 Bborie Park +2012-11-29 18:59 Bborie Park * [r10759] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c: Renamed RASTER_resample() @@ -13562,23 +17624,23 @@ functions as needed. Next is to audit and possibly refactor those functions that make use of RASTER_resample(). -2012-11-29 18:30 Sandro Santilli +2012-11-29 18:30 Sandro Santilli * [r10757] postgis/lwgeom_functions_analytic.c, regress/tickets.sql, regress/tickets_expected: Ensure ST_Line_Interpolate_Point always returns POINT (#2108) -2012-11-29 18:13 Sandro Santilli +2012-11-29 18:13 Sandro Santilli * [r10755] postgis/lwgeom_geos.c, regress/tickets.sql, regress/tickets_expected: Ensure ST_PointOnSurface always returns POINT (#2117) -2012-11-29 18:01 Sandro Santilli +2012-11-29 18:01 Sandro Santilli * [r10754] postgis/lwgeom_geos.c: Early release lwgeom memory -2012-11-29 17:49 Sandro Santilli +2012-11-29 17:49 Sandro Santilli * [r10751] postgis/lwgeom_geos.c, regress/tickets.sql, regress/tickets_expected: Ensure ST_Centroid always returns POINT @@ -13593,7 +17655,7 @@ user viewable tables and aspatial_ref_sys is harmless public info. -2012-11-29 01:21 Bborie Park +2012-11-29 01:21 Bborie Park * [r10749] .gitignore, configure.ac, raster/test/Makefile.in, raster/test/core/testapi.c, raster/test/cunit, @@ -13621,25 +17683,25 @@ * [r10747] liblwgeom/measures3d.c, regress/tickets.sql, regress/tickets_expected: #2112 -2012-11-28 20:16 Bborie Park +2012-11-28 20:16 Bborie Park * [r10746] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Refactored return and parameters of rt_raster_iterator() -2012-11-28 19:31 Bborie Park +2012-11-28 19:31 Bborie Park * [r10745] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Refactored return and parameters of rt_raster_from_two_rasters() -2012-11-28 15:27 Bborie Park +2012-11-28 15:27 Bborie Park * [r10744] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Refactored return and parameters of rt_raster_surface() -2012-11-27 00:58 Bborie Park +2012-11-27 00:58 Bborie Park * [r10742] NEWS, doc/reference_raster.xml, raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c, @@ -13651,7 +17713,7 @@ raster/test/regress/rt_samealignment_expected: Added ST_NotSameAlignmentReason(raster, raster). Ticket #1709 -2012-11-26 21:09 Bborie Park +2012-11-26 21:09 Bborie Park * [r10741] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, @@ -13660,7 +17722,7 @@ ST_Transform(raster) variant that allows of aligning output rasters to a reference raster. Ticket #2105 -2012-11-26 19:13 Bborie Park +2012-11-26 19:13 Bborie Park * [r10740] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, @@ -13681,7 +17743,7 @@ ST_WorldToRasterCoord() and ST_RasterToWorldCoord() as names are inconsistent with other PostGIS function names. Ticket #2104 -2012-11-26 12:07 Sandro Santilli +2012-11-26 12:07 Sandro Santilli * [r10738] utils/postgis_restore.pl.in: Skip st_area(geography) and st_length(geography) @@ -13696,7 +17758,7 @@ ST_AsBinary(unknown/text), ST_AsText(unknown/text) is not unique errors -2012-11-25 21:55 Bborie Park +2012-11-25 21:55 Bborie Park * [r10735] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c, @@ -13704,7 +17766,7 @@ rt_core now use standardized function return states. -2012-11-23 22:15 Sandro Santilli +2012-11-23 22:15 Sandro Santilli * [r10734] topology/sql/sqlmm.sql.in.c, topology/test/regress/st_modedgeheal.sql, @@ -13805,19 +17867,19 @@ PostGIS gist op. Added to FAQ when you need to use it and stress to try not to use it and reindex if you do. -2012-11-19 23:18 Bborie Park +2012-11-19 23:18 Bborie Park * [r10710] NEWS, raster/rt_core/rt_api.c, raster/test/regress/rt_asraster_expected: Fixed issue where ST_AsRaster() may not return raster with specified pixel types. Ticket #2100 -2012-11-19 23:18 Bborie Park +2012-11-19 23:18 Bborie Park * [r10709] raster/rt_core/rt_api.c: Code cleanup of rt_raster_gdal_rasterize() -2012-11-19 23:18 Bborie Park +2012-11-19 23:18 Bborie Park * [r10708] raster/rt_core/rt_api.c: Refactored internal use variables and functions for rt_raster_iterator() @@ -13828,19 +17890,19 @@ postgis/geography_estimate.c, postgis/geometry_estimate.c: Move box-reading code in geography stats to use serialized box. -2012-11-19 15:47 Sandro Santilli +2012-11-19 15:47 Sandro Santilli * [r10705] liblwgeom/lwgeom_geos.c: Fix double free on ST_OffsetCurve exception (#2099) -2012-11-19 10:20 Sandro Santilli +2012-11-19 10:20 Sandro Santilli * [r10702] liblwgeom/lwcollection.c, liblwgeom/lwline.c, liblwgeom/lwpoly.c, regress/simplify.sql, regress/simplify_expected: Restore 1.5.x behaviour of ST_Simplify (#1987) -2012-11-16 22:59 Bborie Park +2012-11-16 22:59 Bborie Park * [r10696] NEWS, doc/reference_raster.xml, raster/rt_pg/rt_pg.c, raster/test/regress/rt_union.sql, @@ -13856,12 +17918,12 @@ * [r10692] doc/xsl/post_gis_day_cards.html.xsl: update tto reflect 2.1 -2012-11-16 03:39 Bborie Park +2012-11-16 03:39 Bborie Park * [r10691] raster/test/regress/rt_elevation_functions.sql: Fixed SQL error in regression test -2012-11-16 01:32 Bborie Park +2012-11-16 01:32 Bborie Park * [r10690] doc/reference_raster.xml, raster/test/regress/Makefile.in, @@ -13870,12 +17932,12 @@ and regression test for extent parameter variants of ST_Slope, ST_Aspect and ST_Hillshade -2012-11-16 01:32 Bborie Park +2012-11-16 01:32 Bborie Park * [r10689] raster/rt_pg/rtpostgis.sql.in.c: If hillshade < 0, hillshade = 0 for ST_HillShade() -2012-11-16 01:31 Bborie Park +2012-11-16 01:31 Bborie Park * [r10688] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, @@ -13975,14 +18037,14 @@ postgis/lwgeom_in_geojson.c: Remove many warnings from -pedantic build, and clean up parser globals a little more thoroughly. -2012-11-08 08:40 Sandro Santilli +2012-11-08 08:40 Sandro Santilli * [r10660] topology/sql/query/GetRingEdges.sql.in.c: Rewrite topology.GetRingEdges using a recursive CTE (#2087) Walking around a ring of ~22k edges takes 1/7 of the time -2012-11-08 08:40 Sandro Santilli +2012-11-08 08:40 Sandro Santilli * [r10659] topology/sql/sqlmm.sql.in.c: Share some code between ST_RemEdgeModFace and ST_RemEdgeNewFaces @@ -14009,7 +18071,7 @@ * [r10648] regress/tickets.sql, regress/tickets_expected: #2048, add regression test -2012-11-05 10:27 Sandro Santilli +2012-11-05 10:27 Sandro Santilli * [r10644] topology/topology.sql.in.c: Create indices on start_node and end_node of edge_data (#2082) @@ -14031,7 +18093,7 @@ extensions/postgis_topology/Makefile.in: #2081: extension files being installed twice causes errors on Ubuntu (9.3) -2012-11-04 14:40 Sandro Santilli +2012-11-04 14:40 Sandro Santilli * [r10639] doc/extras_topology.xml: Fix order of TopoGeometry property names @@ -14041,7 +18103,7 @@ * [r10638] configure.ac: #1980: define new configure arg --with-mathmldtd to allow overriding path to mathmldtd -2012-11-04 00:44 Sandro Santilli +2012-11-04 00:44 Sandro Santilli * [r10637] topology/test/regress/copytopology.sql, topology/test/regress/copytopology_expected: Oops, revert the @@ -14049,12 +18111,12 @@ Note to self: never commit between 1:00am and 8:00am -2012-11-04 00:30 Sandro Santilli +2012-11-04 00:30 Sandro Santilli * [r10636] liblwgeom/liblwgeom.h.in: Add note about lwgeom_make_valid being only available with GEOS-3.3+ -2012-11-04 00:30 Sandro Santilli +2012-11-04 00:30 Sandro Santilli * [r10635] topology/test/regress/copytopology.sql, topology/test/regress/copytopology_expected: Revert "#1970 - @@ -14085,7 +18147,7 @@ liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c: #2015, ST_IsEmpty('POLYGON EMPTY') returns False -2012-11-02 20:40 Bborie Park +2012-11-02 20:40 Bborie Park * [r10629] doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Removed code that is no longer @@ -14104,7 +18166,7 @@ liblwgeom/ptarray.c: Be a bit more explicit about what we're returning from point-in-ring tests. -2012-11-02 18:12 Bborie Park +2012-11-02 18:12 Bborie Park * [r10625] doc/reference_raster.xml: Updated reference links to "How Hillshade works" for ST_Slope, ST_Aspect @@ -14120,7 +18182,7 @@ * [r10621] NEWS, liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwgeom.c: #2019, ST_FlipCoordinates does not update bbox -2012-11-02 17:22 Bborie Park +2012-11-02 17:22 Bborie Park * [r10619] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, @@ -14136,17 +18198,17 @@ * [r10609] doc/faq.xml, doc/installation.xml: some wording changes, add tutorial faq -2012-10-31 14:31 Bborie Park +2012-10-31 14:31 Bborie Park * [r10607] raster/rt_pg/rtpostgis_drop.sql.in.c: Added missing DROP FUNCTION statements. Ticket #2073 -2012-10-31 09:46 Sandro Santilli +2012-10-31 09:46 Sandro Santilli * [r10606] doc/installation.xml: Add instruction for upgrading between SVN revisions using extensions -2012-10-31 00:42 Bborie Park +2012-10-31 00:42 Bborie Park * [r10603] raster/loader/raster2pgsql.c: Changed when the isnodata check takes place for out-db raster tiles @@ -14176,35 +18238,35 @@ * [r10587] doc/faq_raster.xml: Fix gdal binaries link -2012-10-29 22:23 Bborie Park +2012-10-29 22:23 Bborie Park * [r10586] raster/rt_pg/rtpostgis.sql.in.c: Added SRID check to ST_Neighborhood(raster, geometry) -2012-10-29 22:23 Bborie Park +2012-10-29 22:23 Bborie Park * [r10585] raster/rt_pg/rtpostgis.sql.in.c: Added SRID check for ST_Intersects(geometry, raster) -2012-10-29 22:23 Bborie Park +2012-10-29 22:23 Bborie Park * [r10584] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_utility_expected: Added SRID check of geometry for ST_World2RasterCoord variants -2012-10-29 22:22 Bborie Park +2012-10-29 22:22 Bborie Park * [r10583] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_pixelvalue_expected: Added check for SRID match in ST_Value(raster) geometry variant -2012-10-29 20:14 Bborie Park +2012-10-29 20:14 Bborie Park * [r10582] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Set defaults for parameters of ST_Slope(raster). Ticket #1655 -2012-10-29 18:56 Bborie Park +2012-10-29 18:56 Bborie Park * [r10581] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Added UpdateRasterSRID() as per @@ -14225,12 +18287,12 @@ * [r10573] doc/using_postgis_dataman.xml: try to put in some ids -2012-10-26 00:28 Bborie Park +2012-10-26 00:28 Bborie Park * [r10569] NEWS, doc/reference_raster.xml: Added news regarding ST_Clip(raster, ...) in C and update docs -2012-10-26 00:28 Bborie Park +2012-10-26 00:28 Bborie Park * [r10568] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_clip_expected, @@ -14238,7 +18300,7 @@ ST_Clip(raster) to be C-based and updated regression test. Ticket is #2065 -2012-10-25 23:06 Bborie Park +2012-10-25 23:06 Bborie Park * [r10567] raster/rt_core/rt_api.c, raster/test/core/testapi.c, raster/test/regress/rt_mapalgebra_expected: Fixed default Y-scale @@ -14308,25 +18370,25 @@ * [r10553] doc/release_notes.xml: give release sections ids for easier reference -2012-10-24 22:22 Bborie Park +2012-10-24 22:22 Bborie Park * [r10551] NEWS, raster/rt_pg/rtpostgis.sql.in.c: Preprocess input geometry for clipping raster by using the intersection of the input geometry and the convex hull of the raster. Ticket #1989 -2012-10-24 22:21 Bborie Park +2012-10-24 22:21 Bborie Park * [r10550] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Added checks to rt_raster_gdal_rasterize() and RASTER_asRaster() where if input geometry is empty, return empty raster. -2012-10-24 21:14 Bborie Park +2012-10-24 21:14 Bborie Park * [r10547] liblwgeom/cunit/cu_geodetic_data.h: Broke string for iowa hex into three parts so that doxygen doesn't choke -2012-10-24 19:22 Bborie Park +2012-10-24 19:22 Bborie Park * [r10546] doc/reference_raster.xml, raster/rt_pg/rt_pg.c: Have ST_Tile() generate out-of-db tile bands if input raster's band is @@ -14354,7 +18416,7 @@ also use the edge_intersects() function instead of edge_intersection() -2012-10-24 16:31 Bborie Park +2012-10-24 16:31 Bborie Park * [r10541] doc/using_raster_dataman.xml, raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h: Added @@ -14370,7 +18432,7 @@ doc/using_postgis_dataman.xml: minor adjustments to terminology to improve searchin -2012-10-23 23:59 Bborie Park +2012-10-23 23:59 Bborie Park * [r10536] doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, @@ -14378,7 +18440,7 @@ raster/test/regress/rt_tile.sql: Rearranged function arguments for ST_Tile(raster) -2012-10-23 22:44 Bborie Park +2012-10-23 22:44 Bborie Park * [r10535] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_tile.sql, @@ -14386,7 +18448,7 @@ ST_Tile(raster). Additional regression tests for one additional variant of ST_Tile(raster) -2012-10-23 22:44 Bborie Park +2012-10-23 22:44 Bborie Park * [r10534] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -14394,7 +18456,7 @@ raster/test/regress/rt_tile_expected: Added ST_Tile() and regression tests. The circle is complete. -2012-10-23 22:44 Bborie Park +2012-10-23 22:44 Bborie Park * [r10533] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: Added rt_band_get_pixel_line() and @@ -14421,7 +18483,7 @@ liblwgeom/lwgeodetic.h: (#1976) Geography point-in-ring code overhauled for more reliability -2012-10-23 13:46 Bborie Park +2012-10-23 13:46 Bborie Park * [r10526] doc/using_raster_dataman.xml: Make changes to reflect patch from #2061 @@ -14431,54 +18493,54 @@ * [r10524] liblwgeom/cunit/cu_geodetic.c: Future test case for when we've solved p-i-p in generality -2012-10-22 19:05 Bborie Park +2012-10-22 19:05 Bborie Park * [r10522] raster/rt_pg/rt_pg.c: Fix POSTGIS_RT_DEBUGF() usage -2012-10-22 19:05 Bborie Park +2012-10-22 19:05 Bborie Park * [r10521] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Fixed doxygen comment formats -2012-10-22 17:20 Bborie Park +2012-10-22 17:20 Bborie Park * [r10520] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Remove unused variables. -2012-10-22 17:20 Bborie Park +2012-10-22 17:20 Bborie Park * [r10519] raster/rt_core/rt_api.c: Cache frequently used variables minimize # of function calls in rt_raster_iterator() -2012-10-22 17:20 Bborie Park +2012-10-22 17:20 Bborie Park * [r10518] configure.ac, raster/loader/Makefile.in: Include output from gdal-config --dep-libs when building raster2pgsql -2012-10-22 17:19 Bborie Park +2012-10-22 17:19 Bborie Park * [r10517] NEWS, doc/reference_raster.xml: Add news and doc changes to indicate proper support for raster band's "isnodata" support -2012-10-22 17:19 Bborie Park +2012-10-22 17:19 Bborie Park * [r10516] raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c: have raster2pgsql check for raster bands being NODATA -2012-10-22 17:19 Bborie Park +2012-10-22 17:19 Bborie Park * [r10515] raster/rt_core/rt_api.c: Tweaked rt_band_check_is_nodata() to make use of rt_band_get_pixel()'s ability to return flag indicating if value is NODATA -2012-10-22 17:19 Bborie Park +2012-10-22 17:19 Bborie Park * [r10514] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Final fixes to support band's isnodata flag. -2012-10-22 17:19 Bborie Park +2012-10-22 17:19 Bborie Park * [r10513] raster/rt_core/rt_api.c, raster/test/regress/rt_mapalgebrafct.sql, @@ -14486,7 +18548,7 @@ raster/test/regress/rt_pixelvalue_expected: All functions in core API now support a band's isnodata value. -2012-10-22 17:19 Bborie Park +2012-10-22 17:19 Bborie Park * [r10512] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c, @@ -14495,13 +18557,13 @@ rt_band_get_nodata() as there was no way to indicate an error if the band has no NODATA. -2012-10-22 17:19 Bborie Park +2012-10-22 17:19 Bborie Park * [r10511] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/regress/rt_pixelvalue_expected: Some work adding proper support for using a band's isnodata flag. -2012-10-22 17:19 Bborie Park +2012-10-22 17:19 Bborie Park * [r10510] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c, @@ -14509,7 +18571,7 @@ API function rt_band_get_pixel() to indicate if pixel is NODATA -2012-10-22 17:18 Bborie Park +2012-10-22 17:18 Bborie Park * [r10509] doc/reference_raster.xml: Minor changes to references to raster2pgsql @@ -14518,7 +18580,7 @@ * [r10506] doc/introduction.xml: update crowd funding details -2012-10-21 18:02 Sandro Santilli +2012-10-21 18:02 Sandro Santilli * [r10502] topology/test/regress/gettopogeomelements.sql, topology/test/regress/gettopogeomelements_expected, @@ -14536,28 +18598,28 @@ * [r10488] NEWS: Wrap NEWS to 80cols -2012-10-19 18:51 Bborie Park +2012-10-19 18:51 Bborie Park * [r10487] NEWS: Added to news regarding ticket #2057 -2012-10-19 18:49 Bborie Park +2012-10-19 18:49 Bborie Park * [r10485] raster/loader/Makefile.in: Add variables specifying PostgreSQL CPPFLAGS and LDFLAGS. Ticket is #2057 -2012-10-19 01:36 Bborie Park +2012-10-19 01:36 Bborie Park * [r10479] doc/reference_raster.xml, raster/rt_pg/rt_pg.c: Forgot to wrap tags with in reference_raster.xml. Minor comment cleanup in rt_pg.c -2012-10-19 00:27 Bborie Park +2012-10-19 00:27 Bborie Park * [r10478] doc/reference_raster.xml: Fixed annoyances in the raster docs -2012-10-18 23:52 Bborie Park +2012-10-18 23:52 Bborie Park * [r10474] raster/test/regress/Makefile.in, raster/test/regress/rt_above.sql, @@ -14589,7 +18651,7 @@ relationship tests into rt_gist_relationships -2012-10-18 23:52 Bborie Park +2012-10-18 23:52 Bborie Park * [r10473] raster/test/regress/Makefile.in, raster/test/regress/rt_contains.sql, @@ -14617,24 +18679,24 @@ dependent spatial relationship regression tests into rt_geos_relationships.sql -2012-10-18 21:45 Bborie Park +2012-10-18 21:45 Bborie Park * [r10469] raster/rt_pg/rt_pg.c: Clamp SRID when comparing SRIDs of raster vs geometry for geomval variant of ST_SetValues() -2012-10-18 21:45 Bborie Park +2012-10-18 21:45 Bborie Park * [r10468] doc/reference_raster.xml: Added docs for geomval variant of ST_SetValues -2012-10-18 21:45 Bborie Park +2012-10-18 21:45 Bborie Park * [r10467] NEWS: Add news items regarding changes to ST_SetValue and addition of geomval variant of ST_SetValues() -2012-10-18 21:45 Bborie Park +2012-10-18 21:45 Bborie Park * [r10466] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c, @@ -14646,7 +18708,7 @@ will result in a behavior change for geometry variant of ST_SetValue(). -2012-10-18 21:45 Bborie Park +2012-10-18 21:45 Bborie Park * [r10465] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -14665,21 +18727,21 @@ all the sections of postgis doc for easier digestion of postgis expert bot -2012-10-17 19:30 Bborie Park +2012-10-17 19:30 Bborie Park * [r10460] raster/rt_pg/rt_pg.c: Correct usage of memset() -2012-10-17 19:30 Bborie Park +2012-10-17 19:30 Bborie Park * [r10459] doc/reference_raster.xml: Cleanup description for ST_SetValues() -2012-10-17 16:08 Bborie Park +2012-10-17 16:08 Bborie Park * [r10458] NEWS, doc/reference_raster.xml: Added items to NEWS and docs for ST_DumpValues -2012-10-17 16:08 Bborie Park +2012-10-17 16:08 Bborie Park * [r10457] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -14687,26 +18749,26 @@ raster/test/regress/rt_dumpvalues_expected: Addition of ST_DumpValues() and regression tests. Ticket #2011 -2012-10-17 14:29 Bborie Park +2012-10-17 14:29 Bborie Park * [r10455] raster/rt_pg/rtpostgis.sql.in.c: Add fallback method of getting maximum extent for extent constraint. Ticket is #2050 -2012-10-17 14:16 Sandro Santilli +2012-10-17 14:16 Sandro Santilli * [r10454] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h: Move trim_trailing_zeros out of liblwgeom.h (#2054) -2012-10-17 13:38 Sandro Santilli +2012-10-17 13:38 Sandro Santilli * [r10453] liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h, postgis/geography_inout.c, postgis/lwgeom_export.c: Get OUT_* export macros out of liblwgeom.h (#2053) -2012-10-17 11:43 Sandro Santilli +2012-10-17 11:43 Sandro Santilli * [r10451] liblwgeom/cunit/cu_out_geojson.c, liblwgeom/lwout_geojson.c, liblwgeom/lwutil.c: Do not print more @@ -14715,7 +18777,7 @@ See http://trac.osgeo.org/postgis/ticket/2051 Adds tests for the ticket cases. -2012-10-17 09:52 Sandro Santilli +2012-10-17 09:52 Sandro Santilli * [r10449] liblwgeom/lwout_geojson.c: It is OUT_MAX_DOUBLE_PRECISION, not OUT_MAX_DIGS_DOUBLE, we should use @@ -14723,13 +18785,13 @@ These macros should really get out of liblwgeom.h and be properly documented... -2012-10-17 09:45 Sandro Santilli +2012-10-17 09:45 Sandro Santilli * [r10448] liblwgeom/cunit/cu_out_geojson.c, liblwgeom/lwout_geojson.c: Fix buffer overflow in lwgeom_to_geojson (#2052) -2012-10-16 20:59 Bborie Park +2012-10-16 20:59 Bborie Park * [r10445] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, @@ -14737,25 +18799,25 @@ interpolate_nodata flag as function parameter to ST_HillShade, ST_Aspect and ST_Slope. -2012-10-16 20:42 Sandro Santilli +2012-10-16 20:42 Sandro Santilli * [r10444] postgis/postgis.sql.in.c: Do not abort populate_geometry_columns when table can't be altered Also print the reason for the limitation. See #2049. -2012-10-16 20:17 Bborie Park +2012-10-16 20:17 Bborie Park * [r10443] doc/reference_raster.xml: Fixed xml issues that are making debbie mad. -2012-10-16 19:55 Bborie Park +2012-10-16 19:55 Bborie Park * [r10442] NEWS, doc/reference_raster.xml: Added news blurb and docs regarding expression variants of ST_MapAlgebra. -2012-10-16 19:55 Bborie Park +2012-10-16 19:55 Bborie Park * [r10441] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_mapalgebra_expr.sql, @@ -14763,14 +18825,14 @@ expression variant of ST_MapAlgebra() and regression tests. -2012-10-16 19:55 Bborie Park +2012-10-16 19:55 Bborie Park * [r10440] raster/rt_core/rt_api.c, raster/test/regress/rt_mapalgebra_expected: Additional tweaking of returning empty raster from map algebra of INTERSECTION or UNION extent -2012-10-16 19:55 Bborie Park +2012-10-16 19:55 Bborie Park * [r10439] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/test/regress/rt_mapalgebra.sql, @@ -14780,7 +18842,7 @@ intersections of more than 3 rasters that don't actually intersect in ST_MapAlgebra -2012-10-16 19:55 Bborie Park +2012-10-16 19:55 Bborie Park * [r10438] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -14789,43 +18851,43 @@ expression variant for ST_MapAlgebra and appropriate regression tests. -2012-10-16 16:08 Sandro Santilli +2012-10-16 16:08 Sandro Santilli * [r10437] doc/extras_topology.xml: Enhance documentation about TopoElement domain -2012-10-16 16:07 Sandro Santilli +2012-10-16 16:07 Sandro Santilli * [r10436] postgis/postgis.sql.in.c: tweak DEBUG line -2012-10-16 08:29 Sandro Santilli +2012-10-16 08:29 Sandro Santilli * [r10435] NEWS, topology/sql/manage/TopologySummary.sql.in.c: Improve TopologySummary output Add unregistered layers and orphaned TopoGeom count -2012-10-16 08:29 Sandro Santilli +2012-10-16 08:29 Sandro Santilli * [r10434] topology/sql/manage/TopologySummary.sql.in.c: Have TopologySummary use the word "Mixed" for collection layers -2012-10-15 19:21 Bborie Park +2012-10-15 19:21 Bborie Park * [r10432] raster/rt_core/rt_api.c: Fixed incorrect use of RASTER_DEBUGF(). -2012-10-15 14:48 Bborie Park +2012-10-15 14:48 Bborie Park * [r10431] doc/reference_raster.xml: More poking at the docs for ST_MapAlgebra -2012-10-15 14:20 Bborie Park +2012-10-15 14:20 Bborie Park * [r10430] doc/reference_raster.xml: Add another example of ST_MapAlgebra() and some formatting cleanup -2012-10-15 03:34 Bborie Park +2012-10-15 03:34 Bborie Park * [r10429] raster/rt_pg/rt_pg.c, raster/test/regress/rt_mapalgebra.sql, @@ -14861,18 +18923,18 @@ * [r10423] liblwgeom/cunit/cu_geodetic.c: Reduce the precision of the double test... it passes here.. (#2043) -2012-10-12 19:31 Bborie Park +2012-10-12 19:31 Bborie Park * [r10422] raster/rt_pg/rt_pg.c, raster/test/regress/rt_mapalgebra_expected: Bug fix where pos array size was incorrect. -2012-10-12 19:31 Bborie Park +2012-10-12 19:31 Bborie Park * [r10421] doc/reference_raster.xml: Removed warning block for ST_MapAlgebra() doc page. Rearranged warning boxes -2012-10-12 16:06 Bborie Park +2012-10-12 16:06 Bborie Park * [r10420] NEWS, doc/reference_raster.xml: More documentation changes regarding deprecation status of @@ -14880,7 +18942,7 @@ deprecation status of ST_MapAlgebraFct and ST_MapAlgebraFctNgb variants -2012-10-12 16:06 Bborie Park +2012-10-12 16:06 Bborie Park * [r10419] doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -14893,7 +18955,7 @@ both of which are new for 2.1. Added regression tests as well. -2012-10-12 15:20 Sandro Santilli +2012-10-12 15:20 Sandro Santilli * [r10418] loader/pgsql2shp-cli.c: Exit with non-zero code when commandline is malformed @@ -14902,22 +18964,22 @@ help screen (with -? as documented and with no switch as popular habit [well, mine]) -2012-10-12 14:26 Sandro Santilli +2012-10-12 14:26 Sandro Santilli * [r10417] doc/Makefile.in: Add pdf-localized rule for building localized pdf manual -2012-10-12 14:06 Sandro Santilli +2012-10-12 14:06 Sandro Santilli * [r10416] .gitignore: Ignoring generated files in tiger_geocoder extension -2012-10-12 08:40 Sandro Santilli +2012-10-12 08:40 Sandro Santilli * [r10415] liblwgeom/lwgeom_geos.c: Fix compiler warnings in lwgeom_geos.c -2012-10-12 08:34 Sandro Santilli +2012-10-12 08:34 Sandro Santilli * [r10414] liblwgeom/lwalgorithm.c: Fix a "set but not used" warning. @@ -14926,33 +18988,33 @@ returns zero on error and after lwerror was called, and only if a PARANOIA compile time macro is set... -2012-10-12 08:27 Sandro Santilli +2012-10-12 08:27 Sandro Santilli * [r10413] liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Fix ptarray_area_sphere signature (#2040) Since I was a it I also removed a "set but not used" warning. -2012-10-12 07:50 Sandro Santilli +2012-10-12 07:50 Sandro Santilli * [r10412] doc/po/it_IT/installation.xml.po, doc/po/pt_BR/installation.xml.po, doc/po/templates/installation.xml.pot: Update po files after changes in installation.xml -2012-10-12 07:49 Sandro Santilli +2012-10-12 07:49 Sandro Santilli * [r10411] doc/installation.xml: Add more uses of and in installation.xml Also fixes a missing dash in "make comments-install" -2012-10-12 07:49 Sandro Santilli +2012-10-12 07:49 Sandro Santilli * [r10410] doc/installation.xml: Put tags in , fixing #2041 -2012-10-12 07:20 Sandro Santilli +2012-10-12 07:20 Sandro Santilli * [r10409] doc/installation.xml, doc/po/it_IT/installation.xml.po, doc/po/pt_BR/installation.xml.po, @@ -14968,12 +19030,12 @@ regress/tickets_expected: Improve support for ST_Area(geography) over dateline and poles (#2006, #2039) -2012-10-11 21:44 Sandro Santilli +2012-10-11 21:44 Sandro Santilli * [r10406] doc/po/pt_BR/introduction.xml.po: Translation of intruduction.xml to pt_BR by George Silva -2012-10-11 21:41 Sandro Santilli +2012-10-11 21:41 Sandro Santilli * [r10405] doc/po/it_IT/extras_tigergeocoder.xml.po, doc/po/it_IT/extras_topology.xml.po, @@ -15002,7 +19064,7 @@ extensions/postgis_tiger_geocoder/sql_bits: Ignore build artifacts from geocoder -2012-10-11 17:07 Sandro Santilli +2012-10-11 17:07 Sandro Santilli * [r10401] doc/extras_topology.xml: Simplify description of TopoElementArray @@ -15016,7 +19078,7 @@ * [r10400] extensions/postgis_tiger_geocoder/Makefile.in: Get rid of hard-coded paths -2012-10-11 10:53 Sandro Santilli +2012-10-11 10:53 Sandro Santilli * [r10399] README.postgis: Update json-c url @@ -15036,7 +19098,7 @@ extension script to configure.ac. Fix comment in tiger comments preventing install -2012-10-10 22:41 Bborie Park +2012-10-10 22:41 Bborie Park * [r10395] doc/reference_raster.xml: Added missing Availability details for various raster docs. @@ -15055,7 +19117,7 @@ functions as new in this release. Hmm I merged hopefully didn't screw things up -2012-10-10 22:02 Bborie Park +2012-10-10 22:02 Bborie Park * [r10392] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -15084,13 +19146,13 @@ liblwgeom/measures.h: Add in arc ptarray vs ptarray and arc ptarray vs arc ptarray distance functions. (#2018) -2012-10-09 23:12 Bborie Park +2012-10-09 23:12 Bborie Park * [r10389] raster/rt_pg/rtpostgis.sql.in.c: Added HASH opclass and = operator for raster. This permits GROUP BY raster usage. -2012-10-09 23:12 Bborie Park +2012-10-09 23:12 Bborie Park * [r10388] raster/rt_pg/rt_pg.c: Syntax cleanup @@ -15131,7 +19193,7 @@ extensions/postgis_tiger_geocoder/sql_bits: #1627: Start work on packaging as an extension -- it's not functioning yet -2012-10-05 19:26 Sandro Santilli +2012-10-05 19:26 Sandro Santilli * [r10381] topology/sql/populate.sql.in.c, topology/test/regress/topogeo_addpoint.sql, @@ -15157,36 +19219,36 @@ (single should always specify band number to be safe) and all bands can be done now with just union -2012-10-03 23:07 Bborie Park +2012-10-03 23:07 Bborie Park * [r10373] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Addition of flag nbnodata to rt_raster_iterator() thus allowing some memory savings from ST_Union(raster) -2012-10-03 21:03 Bborie Park +2012-10-03 21:03 Bborie Park * [r10372] NEWS, doc/reference_raster.xml: Updated NEWS and docs regarding ST_Union(raster) behavior change. -2012-10-03 20:53 Bborie Park +2012-10-03 20:53 Bborie Park * [r10371] raster/rt_pg/rt_pg.c: Tweak what value to initialize new band to when NODATA isn't present -2012-10-03 20:53 Bborie Park +2012-10-03 20:53 Bborie Park * [r10370] raster/rt_pg/rt_pg.c, raster/test/regress/rt_union.sql, raster/test/regress/rt_union_expected: Addition of ST_Union(raster) function and regression tests -2012-10-03 20:53 Bborie Park +2012-10-03 20:53 Bborie Park * [r10369] raster/rt_core/rt_api.c, raster/test/core/testapi.c: Added regression test for rt_raster_clone() and added missing SRID copy. -2012-10-03 20:53 Bborie Park +2012-10-03 20:53 Bborie Park * [r10368] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Addition of shortcut function rt_raster_clone() @@ -15201,7 +19263,7 @@ * [r10366] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: #2027: Add unionarg -2012-10-03 06:16 Sandro Santilli +2012-10-03 06:16 Sandro Santilli * [r10365] topology/sql/sqlmm.sql.in.c, topology/test/regress/st_addedgemodface.sql, @@ -15227,11 +19289,11 @@ * [r10362] doc/reference_raster.xml: revise st_union example to show new and faster way of doing multi-band union -2012-10-02 22:47 Bborie Park +2012-10-02 22:47 Bborie Park * [r10361] raster/rt_pg/rt_pg.c: Minor addition of debug messages -2012-10-02 21:45 Bborie Park +2012-10-02 21:45 Bborie Park * [r10360] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -15269,12 +19331,12 @@ Anal retentive code re-organization. Try and move the primitive computational geometry functions into lwalgorithm.c -2012-10-01 14:04 Sandro Santilli +2012-10-01 14:04 Sandro Santilli * [r10355] utils/postgis_restore.pl.in: Do not confuse CREATE OPERATOR FAMILY with a CREATE OPERATOR -2012-10-01 09:28 Sandro Santilli +2012-10-01 09:28 Sandro Santilli * [r10354] postgis/lwgeom_in_gml.c, regress/in_gml.sql, regress/in_gml_expected: Accept array properties in GML input @@ -15282,7 +19344,7 @@ Patch by Kashif Rasul and Shoaib Burq / SpacialDB -2012-10-01 08:47 Sandro Santilli +2012-10-01 08:47 Sandro Santilli * [r10351] extensions/postgis/Makefile.in: Create target dir if non-existing @@ -15293,12 +19355,12 @@ update postgis unpackaged script. postgis_topology was already up to date. -2012-09-29 16:14 Sandro Santilli +2012-09-29 16:14 Sandro Santilli * [r10345] extensions/opt_out.sh: Provide a script to opt out of extensions -2012-09-28 23:09 Bborie Park +2012-09-28 23:09 Bborie Park * [r10344] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, @@ -15372,7 +19434,7 @@ support for arc features (#2018). Commit adds lowest level primitive support for distance calculations on single arcs. -2012-09-26 15:56 Bborie Park +2012-09-26 15:56 Bborie Park * [r10333] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/test/regress/rt_neighborhood.sql, @@ -15380,18 +19442,18 @@ regression tests for ST_Neighborhood and tweaked to support a distance values of zero for one axis. -2012-09-25 22:22 Bborie Park +2012-09-25 22:22 Bborie Park * [r10332] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added docs regarding the callback function for rt_raster_iterator() -2012-09-25 22:22 Bborie Park +2012-09-25 22:22 Bborie Park * [r10331] raster/rt_core/rt_api.c, raster/test/core/testapi.c: Added regression tests, bug fixes and code cleanup for rt_raster_iterator(). -2012-09-25 22:22 Bborie Park +2012-09-25 22:22 Bborie Park * [r10330] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Added @@ -15400,7 +19462,7 @@ to hook into it. -2012-09-25 19:23 Bborie Park +2012-09-25 19:23 Bborie Park * [r10329] raster/rt_pg/rt_pg.c, raster/test/regress/rt_neighborhood_expected: Changed behavior @@ -15408,12 +19470,12 @@ ST_Neighborhood. It should still return an array as the pixel of interest could have a value... just surrounded by NODATA. -2012-09-25 17:20 Bborie Park +2012-09-25 17:20 Bborie Park * [r10328] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Additional documentation regarding memory ownership -2012-09-25 14:07 Bborie Park +2012-09-25 14:07 Bborie Park * [r10327] raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: Added @@ -15429,7 +19491,7 @@ warning instead of relying on default notice. 9.3's idea of notice doesn't seem to include notice about create of new tables. -2012-09-24 15:07 Bborie Park +2012-09-24 15:07 Bborie Park * [r10323] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, @@ -15437,7 +19499,7 @@ array of ST_Neighborhood to have dimensions of Y,X instead of X,Y. This matches that found for GDAL blocks. -2012-09-24 15:07 Bborie Park +2012-09-24 15:07 Bborie Park * [r10322] raster/test/regress/rt_neighborhood.sql, raster/test/regress/rt_neighborhood_expected: Additional tests @@ -15489,12 +19551,12 @@ #2009 turn off loading of addrfeat #1614 add U.S. and COUNTY RD as street_type highways -2012-09-19 18:48 Bborie Park +2012-09-19 18:48 Bborie Park * [r10306] raster/rt_core/rt_api.c, raster/test/core/testapi.c: Additional regression tests for rt_raster_get_nearest_pixel() -2012-09-19 18:48 Bborie Park +2012-09-19 18:48 Bborie Park * [r10305] doc/html/images/st_invdistweight4ma_equation.png, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Added @@ -15503,7 +19565,7 @@ distances on both X and Y axis. -2012-09-19 18:48 Bborie Park +2012-09-19 18:48 Bborie Park * [r10304] doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, @@ -15513,20 +19575,20 @@ ST_Neighborhood() to use two separate distance parameters for X and Y axes. -2012-09-19 18:48 Bborie Park +2012-09-19 18:48 Bborie Park * [r10303] raster/rt_pg/rtpostgis.sql.in.c: Added ST_MinDist4ma() for getting minimum distance from the center pixel to the nearest neighbor in neighborhood with value -2012-09-19 18:48 Bborie Park +2012-09-19 18:48 Bborie Park * [r10302] raster/test/regress/Makefile.in, raster/test/regress/rt_invdistweight4ma.sql, raster/test/regress/rt_invdistweight4ma_expected: Added regression tests for ST_InvDistWeight4ma() -2012-09-19 18:47 Bborie Park +2012-09-19 18:47 Bborie Park * [r10301] raster/rt_pg/rtpostgis.sql.in.c: Added Inverse Distance Weighting function for use with @@ -15541,7 +19603,7 @@ image layers. This code definitely needs some work, but this will do for now. -2012-09-17 12:31 Sandro Santilli +2012-09-17 12:31 Sandro Santilli * [r10299] .gitignore, doc/Makefile.in, doc/po, doc/po/Makefile.local, doc/po/README, doc/po/it_IT, @@ -15632,23 +19694,23 @@ Adds "update-po" Makefile target under doc/ Adds "local-html" Makefile target under doc/po/ -2012-09-17 11:43 Sandro Santilli +2012-09-17 11:43 Sandro Santilli * [r10298] java/jdbc/build.xml: Update URL of Maven jar (thanks Sandeep Thakkar) -2012-09-14 21:03 Sandro Santilli +2012-09-14 21:03 Sandro Santilli * [r10290] doc/Makefile.in: reference_type.xml has been missing from XML sources for years ! -2012-09-14 20:59 Sandro Santilli +2012-09-14 20:59 Sandro Santilli * [r10289] doc/installation.xml, doc/introduction.xml, doc/reference_raster.xml, doc/release_notes.xml: Other double quotes needed by poxml -2012-09-14 20:52 Sandro Santilli +2012-09-14 20:52 Sandro Santilli * [r10288] doc/extras_topology.xml, doc/reference_constructor.xml, doc/reference_lrs.xml, doc/reference_management.xml, @@ -15657,7 +19719,7 @@ doc/template.xml: More Double quote tag attribute values for poxml support -2012-09-14 20:33 Sandro Santilli +2012-09-14 20:33 Sandro Santilli * [r10287] doc/extras_tigergeocoder.xml: Double quote tag attribute values and use open&close for @@ -15670,12 +19732,12 @@ section was incorrectly listing 2.0 instead of 2.1 changes. Also just folder 2.1 changes into many What is new in 2.1 section. -2012-09-14 07:49 Sandro Santilli +2012-09-14 07:49 Sandro Santilli * [r10285] doc/Makefile.in: Distinguish between generated and source XML inputs -2012-09-14 07:40 Sandro Santilli +2012-09-14 07:40 Sandro Santilli * [r10284] doc/Makefile.in: Rewrite header file to have full credits @@ -15688,7 +19750,7 @@ doc/xsl/postgis_aggs_mm.xml.xsl: Add changed section for 2.1 and mark ST_Segmentize as having a breaking change -2012-09-13 20:41 Sandro Santilli +2012-09-13 20:41 Sandro Santilli * [r10282] doc/reference_misc.xml: Fix ST_Estimated_Extent name change documentation encoding @@ -15705,7 +19767,7 @@ * [r10280] regress/tickets.sql, regress/tickets_expected: Test for #1780 -2012-09-13 09:53 Sandro Santilli +2012-09-13 09:53 Sandro Santilli * [r10279] NEWS, doc/reference_misc.xml, postgis/postgis.sql.in.c, regress/tickets.sql, regress/tickets_expected: @@ -15721,7 +19783,7 @@ postgis/geography.sql.in.c, postgis/lwgeom_functions_basic.c: #1780 ST_GeoHash should support geography type without cast -2012-09-12 02:37 Bborie Park +2012-09-12 02:37 Bborie Park * [r10277] raster/loader/Makefile.in: Reverted some of the changes committed in r10238 @@ -15754,12 +19816,12 @@ * [r10262] doc/introduction.xml: Update PSC list -2012-09-08 01:24 Bborie Park +2012-09-08 01:24 Bborie Park * [r10261] doc/reference_raster.xml: Added docs for new variant of ST_SetValues() -2012-09-08 01:21 Bborie Park +2012-09-08 01:21 Bborie Park * [r10260] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_setvalues_array.sql, @@ -15767,7 +19829,7 @@ variant on existing ST_SetValues where instead of a noset 2D array of booleans, the parameter nosetvalue can be used instead. -2012-09-08 01:18 Bborie Park +2012-09-08 01:18 Bborie Park * [r10259] configure.ac: Minor message tweaks regarding GDAL/OGR detection @@ -15795,30 +19857,30 @@ regress/tickets_expected: ST_Distance to a one-point LineString returns NULL (#1957) -2012-09-06 18:08 Bborie Park +2012-09-06 18:08 Bborie Park * [r10241] NEWS: Added item for fixes regarding ticket #1981 -2012-09-06 17:34 Bborie Park +2012-09-06 17:34 Bborie Park * [r10239] raster/rt_pg/rt_pg.c: Removed unnecessary/unused variables and assignments. Ticket is #1981 -2012-09-06 17:30 Bborie Park +2012-09-06 17:30 Bborie Park * [r10238] raster/loader/Makefile.in: Minor cleanup of raster2pgsql Makefile -2012-09-06 09:30 Sandro Santilli +2012-09-06 09:30 Sandro Santilli * [r10237] README.postgis, configure.ac: Encode dependency on GEOS >= 3.3.0 -2012-09-06 09:27 Sandro Santilli +2012-09-06 09:27 Sandro Santilli * [r10236] configure.ac: Encode dependency on PROJ >= 4.6.0 -2012-09-06 09:24 Sandro Santilli +2012-09-06 09:24 Sandro Santilli * [r10235] README.postgis, configure.ac: Encode dependency on PostgreSQL 9.0 or higher @@ -15842,7 +19904,7 @@ * [r10225] doc/html/image_src/generator.c: #1974 revision of () escaping to work on Posix -2012-09-04 12:43 Sandro Santilli +2012-09-04 12:43 Sandro Santilli * [r10224] doc/html/image_src/styles.conf: Re-quote the styles, needed here @@ -15850,7 +19912,7 @@ Here is ImageMagick 6.5.7-8 2012-08-17 Q16 Didn't look what exactly parses styles.conf -2012-09-04 12:34 Sandro Santilli +2012-09-04 12:34 Sandro Santilli * [r10223] doc/html/image_src/generator.c: Properly escape imagemagic paren arguments @@ -15862,7 +19924,7 @@ generator.c convert calls so they work with windows ImageMagick 6.7.9 Q16 -2012-09-01 08:39 Sandro Santilli +2012-09-01 08:39 Sandro Santilli * [r10217] utils/postgis_restore.pl.in: Add missing signatures from 1.5, closing #1391 @@ -15937,7 +19999,7 @@ ST_Intersects: lwgeom_covers_lwgeom_sphere: only POLYGON and POINT types are currently supported (#1949) -2012-08-17 17:18 Sandro Santilli +2012-08-17 17:18 Sandro Santilli * [r10189] topology/sql/sqlmm.sql.in.c, topology/test/regress/st_modedgeheal.sql, @@ -15998,7 +20060,7 @@ * [r10174] extensions/postgis/Makefile.in: fix typo revision to previous commit in support of #1944 -2012-08-09 00:18 Bborie Park +2012-08-09 00:18 Bborie Park * [r10173] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added clamped value comparisons and updated comments for @@ -16023,7 +20085,7 @@ rid of pre-9.0 code -- WE CAN DO now since we don't support 8.4 in 2.1 :) -2012-08-06 22:29 Bborie Park +2012-08-06 22:29 Bborie Park * [r10169] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: Refactor data type cleanup @@ -16035,7 +20097,7 @@ drop types from extension no longer needed by raster. Still can't upgrade because addbandarg can't be altered if it doesn't exist. -2012-08-06 15:02 Bborie Park +2012-08-06 15:02 Bborie Park * [r10167] raster/rt_pg/rt_pg.c: Simplify code underlying ST_AddBand(raster, raster[]) @@ -16045,14 +20107,14 @@ * [r10165] doc/reference_processing.xml: Another example for ST_DumpPoints which is the most common use case -2012-08-04 14:28 Bborie Park +2012-08-04 14:28 Bborie Park * [r10162] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: Replaced last commit with something much simpler and possibly more effective -2012-08-04 14:12 Bborie Park +2012-08-04 14:12 Bborie Park * [r10161] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: Added logic for when to DROP and/or CREATE TYPEs. @@ -16067,50 +20129,50 @@ * [r10159] extensions/upgradeable_versions.mk: #1947 define upgrade path from 2.0.1 to 2.1.0SVN -2012-08-03 19:43 Bborie Park +2012-08-03 19:43 Bborie Park * [r10158] doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Added missing variant of ST_SetValues without nband parameter. -2012-08-03 17:44 Bborie Park +2012-08-03 17:44 Bborie Park * [r10157] raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: Added new TYPEs that need to be added when doing a minor upgrade. -2012-08-03 00:19 Bborie Park +2012-08-03 00:19 Bborie Park * [r10156] configure.ac: Cleanup of GDAL checks and additional check for OGR -2012-08-03 00:19 Bborie Park +2012-08-03 00:19 Bborie Park * [r10155] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added rt_util_gdal_register_all() to prevent multiple calls to GDALAllRegister() -2012-08-02 19:27 Bborie Park +2012-08-02 19:27 Bborie Park * [r10154] raster/test/regress/rt_band.sql, raster/test/regress/rt_nearestvalue.sql: Tweaked tests to use new variants of ST_AddBand and ST_SetValues -2012-08-02 18:51 Bborie Park +2012-08-02 18:51 Bborie Park * [r10153] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Code and comments cleanup. -2012-08-02 15:21 Bborie Park +2012-08-02 15:21 Bborie Park * [r10152] raster/rt_pg/rt_pg.c: Additional comments regarding use of PG_DETOAST_DATUM_COPY -2012-08-01 23:19 Bborie Park +2012-08-01 23:19 Bborie Park * [r10151] raster/rt_pg/rt_pg.c: Added comments regarding use of PG_DETOAST_DATUM* -2012-08-01 23:16 Bborie Park +2012-08-01 23:16 Bborie Park * [r10150] NEWS, doc/reference_raster.xml, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -16126,7 +20188,7 @@ extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql: Fix raise notice that only shows in debug mode -2012-07-31 23:44 Bborie Park +2012-07-31 23:44 Bborie Park * [r10148] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -16134,83 +20196,83 @@ raster/test/regress/rt_setvalues_array_expected: Added regression tests and docs for two of the ST_SetValues variants -2012-07-31 23:44 Bborie Park +2012-07-31 23:44 Bborie Park * [r10147] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Added ST_SetValues for setting an area defined by x, y, width and height to one value. Also added function parameter "keepnodata". -2012-07-31 23:44 Bborie Park +2012-07-31 23:44 Bborie Park * [r10146] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Added ST_SetValues() for setting an array of new values to a band. Ticket is #595 -2012-07-31 23:43 Bborie Park +2012-07-31 23:43 Bborie Park * [r10145] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: First steps of add ST_SetValues() variant for array of values -2012-07-31 15:40 Bborie Park +2012-07-31 15:40 Bborie Park * [r10144] raster/rt_pg/rtpostgis.sql.in.c: Fixed forgotten type casting for ST_DWithin and ST_DFullyWithin() -2012-07-30 22:40 Bborie Park +2012-07-30 22:40 Bborie Park * [r10143] raster/test/regress/rt_polygon.sql: Make PostgreSQL 8.4 happy with the rt_polygon regression test. -2012-07-30 15:40 Bborie Park +2012-07-30 15:40 Bborie Park * [r10138] raster/rt_pg/rtpostgis_drop.sql.in.c: Added final touches of removing output-only data types -2012-07-29 02:36 Bborie Park +2012-07-29 02:36 Bborie Park * [r10137] NEWS: Added news regarding #1939 -2012-07-29 02:34 Bborie Park +2012-07-29 02:34 Bborie Park * [r10136] doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c: Removed histogram data type. Ticket is #1939 -2012-07-29 02:34 Bborie Park +2012-07-29 02:34 Bborie Park * [r10135] raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c: Removed valuecount data type. Ticket is #1939 -2012-07-29 02:34 Bborie Park +2012-07-29 02:34 Bborie Park * [r10134] doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c: Removed quantile data type. Ticket is #1939 -2012-07-29 02:34 Bborie Park +2012-07-29 02:34 Bborie Park * [r10133] doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c: Removed summarystats data type. Ticket is #1939 -2012-07-27 22:49 Bborie Park +2012-07-27 22:49 Bborie Park * [r10132] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Expanded on comments about things to keep in mind when using rt_band_set_pixel_line() -2012-07-27 19:46 Bborie Park +2012-07-27 19:46 Bborie Park * [r10131] NEWS, doc/reference_raster.xml: Updated docs for new type addbandarg and new ST_AddBand() variant -2012-07-27 19:46 Bborie Park +2012-07-27 19:46 Bborie Park * [r10130] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_addband.sql, @@ -16218,49 +20280,49 @@ permit adding one or more new bands in one call. Ticket is #1938. -2012-07-27 19:45 Bborie Park +2012-07-27 19:45 Bborie Park * [r10129] raster/rt_pg/rtpostgis.sql.in.c: New and refactored variants of ST_AddBand(). Purely superficial as none of the underlying code has been rewritten for the changes... -2012-07-25 20:37 Bborie Park +2012-07-25 20:37 Bborie Park * [r10128] doc/reference_raster.xml: Added examples to a bunch of functions -2012-07-25 19:31 Bborie Park +2012-07-25 19:31 Bborie Park * [r10127] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added rt_pixtype_compare_clamped_values() for comparing two doubles in the context of a pixeltype. -2012-07-25 15:26 Bborie Park +2012-07-25 15:26 Bborie Park * [r10125] doc/using_raster_dataman.xml: Added info about a few undocumented raster2pgsql flags -2012-07-25 15:03 Bborie Park +2012-07-25 15:03 Bborie Park * [r10124] NEWS: Added #1932 to NEWS -2012-07-25 15:03 Bborie Park +2012-07-25 15:03 Bborie Park * [r10123] raster/loader/raster2pgsql.c: Fixed syntax for setting tablespace for index. Ticket is #1932. Thanks kib. -2012-07-25 13:52 Sandro Santilli +2012-07-25 13:52 Sandro Santilli * [r10119] doc/using_postgis_dataman.xml: Do not advertise broken type "geometry(srid)" (#1934) -2012-07-25 03:36 Bborie Park +2012-07-25 03:36 Bborie Park * [r10118] raster/test/regress/rt_set_band_properties.sql: Removed garbage comments -2012-07-25 03:36 Bborie Park +2012-07-25 03:36 Bborie Park * [r10117] raster/test/regress/Makefile.in, raster/test/regress/create_rt_band_properties_test.sql, @@ -16320,12 +20382,12 @@ drop_* scripts into respective regression tests. Should make things easier to build a valgrind test suite. -2012-07-25 03:36 Bborie Park +2012-07-25 03:36 Bborie Park * [r10116] NEWS, doc/reference_raster.xml: Added docs for ST_DFullyWithin(raster, raster) -2012-07-25 03:36 Bborie Park +2012-07-25 03:36 Bborie Park * [r10115] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -16334,18 +20396,18 @@ ST_DFullyWithin(raster, raster) and regression tests. Ticket is #1920 -2012-07-25 03:35 Bborie Park +2012-07-25 03:35 Bborie Park * [r10114] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: Added rt_raster_full_within_distance() and regression tests -2012-07-25 03:35 Bborie Park +2012-07-25 03:35 Bborie Park * [r10113] NEWS, doc/reference_raster.xml: Added docs for ST_DWithin(raster, raster) -2012-07-25 03:35 Bborie Park +2012-07-25 03:35 Bborie Park * [r10112] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -16353,13 +20415,13 @@ raster/test/regress/rt_dwithin_expected: Added ST_DWithin(raster, raster) and regression tests. Ticket is #1922 -2012-07-25 03:35 Bborie Park +2012-07-25 03:35 Bborie Park * [r10111] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: Added rt_raster_within_distance() and regression tests -2012-07-24 18:01 Bborie Park +2012-07-24 18:01 Bborie Park * [r10110] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.h, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -16367,12 +20429,12 @@ raster/test/regress/rt_disjoint_expected: Added ST_Disjoint(raster, raster), regression tests and docs. Ticket is -2012-07-23 22:57 Bborie Park +2012-07-23 22:57 Bborie Park * [r10109] NEWS, doc/reference_raster.xml: Added to docs for ST_CoveredBy -2012-07-23 22:57 Bborie Park +2012-07-23 22:57 Bborie Park * [r10108] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -16380,22 +20442,22 @@ raster/test/regress/rt_coveredby_expected: Added ST_CoveredBy and regression tests. Ticket is #1917. -2012-07-23 22:57 Bborie Park +2012-07-23 22:57 Bborie Park * [r10107] doc/reference_raster.xml: Fixed missing closing tag -2012-07-23 22:57 Bborie Park +2012-07-23 22:57 Bborie Park * [r10106] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: Added rt_raster_covered_by() and related tests -2012-07-23 22:56 Bborie Park +2012-07-23 22:56 Bborie Park * [r10105] NEWS, doc/reference_raster.xml: Added docs for ST_Covers() -2012-07-23 22:56 Bborie Park +2012-07-23 22:56 Bborie Park * [r10104] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -16403,20 +20465,20 @@ raster/test/regress/rt_covers_expected: Added ST_Covers() and regression tests. Ticket is #1916 -2012-07-23 22:56 Bborie Park +2012-07-23 22:56 Bborie Park * [r10103] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: Added rt_raster_covers() and regression tests -2012-07-23 18:58 Bborie Park +2012-07-23 18:58 Bborie Park * [r10102] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added docs for ST_ContainsProperly(raster, raster) and minor tweaking of comments -2012-07-23 18:58 Bborie Park +2012-07-23 18:58 Bborie Park * [r10101] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -16426,35 +20488,35 @@ raster/test/regress/rt_containsproperly_expected: Added ST_ContainsProperly(raster, raster) and regression tests -2012-07-23 18:58 Bborie Park +2012-07-23 18:58 Bborie Park * [r10100] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: Addition of rt_raster_contains_properly and regression tests -2012-07-23 17:50 Bborie Park +2012-07-23 17:50 Bborie Park * [r10099] raster/test/regress/Makefile.in, raster/test/regress/rt_within.sql, raster/test/regress/rt_within_expected: Added regression tests for ST_Within(raster, raster). Ticket is #1923. -2012-07-23 17:50 Bborie Park +2012-07-23 17:50 Bborie Park * [r10098] doc/reference_raster.xml: Minor fixups to ST_Polygon in docs. Ticket is #1929. -2012-07-23 17:50 Bborie Park +2012-07-23 17:50 Bborie Park * [r10097] raster/rt_pg/rtpostgis_drop.sql.in.c: Minor changes to comments -2012-07-23 17:50 Bborie Park +2012-07-23 17:50 Bborie Park * [r10096] NEWS, doc/reference_raster.xml: Addition of docs for ST_Within(raster, raster) -2012-07-23 17:49 Bborie Park +2012-07-23 17:49 Bborie Park * [r10095] doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, @@ -16465,12 +20527,12 @@ needing to test the spatial relationship between a raster and a geometry. -2012-07-23 17:49 Bborie Park +2012-07-23 17:49 Bborie Park * [r10094] doc/reference_raster.xml: Added docs for ST_Contains(raster, raster) -2012-07-23 17:49 Bborie Park +2012-07-23 17:49 Bborie Park * [r10093] raster/test/regress/rt_contains.sql, raster/test/regress/rt_contains_expected, @@ -16482,7 +20544,7 @@ raster/test/regress/rt_touches_expected: Updated regression tests to reflect the removal of various functions -2012-07-23 17:49 Bborie Park +2012-07-23 17:49 Bborie Park * [r10092] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, @@ -16490,14 +20552,14 @@ variants of ST_Intersects, ST_Overlaps, ST_Touches and ST_Contains. -2012-07-23 17:49 Bborie Park +2012-07-23 17:49 Bborie Park * [r10091] doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c: Removed geometry-based ST_Touches for raster,geometry combinations. -2012-07-23 17:49 Bborie Park +2012-07-23 17:49 Bborie Park * [r10090] doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, @@ -16505,7 +20567,7 @@ (geometry-based) variants of ST_Overlaps. Only raster-space versions remain. -2012-07-23 17:49 Bborie Park +2012-07-23 17:49 Bborie Park * [r10089] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -16513,13 +20575,13 @@ raster/test/regress/rt_contains_expected: Addition of ST_Contains and regression tests. Ticket is #1914 -2012-07-23 17:49 Bborie Park +2012-07-23 17:49 Bborie Park * [r10088] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: Added rt_raster_contains() and regression tests -2012-07-23 17:49 Bborie Park +2012-07-23 17:49 Bborie Park * [r10087] raster/rt_core/rt_api.c: Removed some commented out code and added more debug output @@ -16529,7 +20591,7 @@ * [r10086] doc/reference_raster.xml: #1929 document behavior change and speed improvements -2012-07-20 00:31 Bborie Park +2012-07-20 00:31 Bborie Park * [r10081] raster/rt_core/rt_api.c, raster/test/regress/rt_touches.sql, @@ -16537,17 +20599,17 @@ and disabled one regression test for ST_Touches due to floating point issues. Will need to see the WKB output. -2012-07-19 23:53 Bborie Park +2012-07-19 23:53 Bborie Park * [r10080] raster/rt_core/rt_api.c: Code cleanup and additional debug output -2012-07-19 20:10 Bborie Park +2012-07-19 20:10 Bborie Park * [r10079] NEWS, doc/reference_raster.xml: Updated NEWS and docs for ST_Touches() -2012-07-19 20:10 Bborie Park +2012-07-19 20:10 Bborie Park * [r10078] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -16556,14 +20618,14 @@ for rasters and related regression tests. Ticket is #1921 -2012-07-19 20:10 Bborie Park +2012-07-19 20:10 Bborie Park * [r10077] raster/test/regress/rt_spatial_relationship.sql, raster/test/regress/rt_spatial_relationship_expected: Remove rt_spatial_relationship regression tests as similar tests are done in rt_intersects and rt_intersection -2012-07-19 20:09 Bborie Park +2012-07-19 20:09 Bborie Park * [r10076] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: Extracted most of code in @@ -16575,12 +20637,12 @@ rt_raster_touches() and associated regression tests -2012-07-19 18:18 Bborie Park +2012-07-19 18:18 Bborie Park * [r10075] NEWS, doc/reference_raster.xml: Added docs for ST_Overlaps -2012-07-19 18:18 Bborie Park +2012-07-19 18:18 Bborie Park * [r10074] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -16589,20 +20651,20 @@ raster/test/regress/rt_overlaps_expected: Added ST_Overlaps() and associated regression tests -2012-07-19 18:18 Bborie Park +2012-07-19 18:18 Bborie Park * [r10073] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Addition of rt_raster_overlaps and related regression tests. Fixed memory leaks in rt_raster_surface. -2012-07-19 18:18 Bborie Park +2012-07-19 18:18 Bborie Park * [r10072] raster/rt_core/rt_api.c: Removed code preventing use of rt_raster_intersects on offline bands as offline bands are supported -2012-07-19 18:18 Bborie Park +2012-07-19 18:18 Bborie Park * [r10071] doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Minor documentation change @@ -16613,24 +20675,24 @@ * [r10070] NEWS: Add in geography note -2012-07-17 22:38 Bborie Park +2012-07-17 22:38 Bborie Park * [r10069] raster/test/regress/rt_polygon.sql, raster/test/regress/rt_polygon_expected: Fixed ST_Polygon regression tests to properly handle different GEOS versions -2012-07-17 22:37 Bborie Park +2012-07-17 22:37 Bborie Park * [r10068] raster/rt_pg/rtpostgis.sql.in.c: Fix function creation statement -2012-07-17 22:37 Bborie Park +2012-07-17 22:37 Bborie Park * [r10067] raster/rt_pg/rtpostgis_drop.sql.in.c: Added cleanup code for removing ST_BandSurface -2012-07-17 22:37 Bborie Park +2012-07-17 22:37 Bborie Park * [r10066] raster/test/regress/Makefile.in, raster/test/regress/rt_bandsurface.sql, @@ -16639,7 +20701,7 @@ raster/test/regress/rt_polygon_expected: Regression tests intended for ST_BandSurface are now for ST_Polygon -2012-07-17 22:37 Bborie Park +2012-07-17 22:37 Bborie Park * [r10065] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -16669,23 +20731,23 @@ #1913 reverse geocoder sometimes gives least optimal answer because of sorting issue -2012-07-14 00:14 Bborie Park +2012-07-14 00:14 Bborie Park * [r10061] raster/TODO: Updated TODO since a bunch of functions just had tickets created. -2012-07-13 23:44 Bborie Park +2012-07-13 23:44 Bborie Park * [r10060] raster/TODO, raster/rt_pg/rtpostgis.sql.in.c: Updated TODO and refactored ST_Intersects(geometry, raster) to use ST_BandSurface() -2012-07-13 23:29 Bborie Park +2012-07-13 23:29 Bborie Park * [r10059] NEWS, doc/reference_raster.xml: Added docs and updated NEWS for ST_BandSurface -2012-07-13 23:28 Bborie Park +2012-07-13 23:28 Bborie Park * [r10058] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -16693,25 +20755,25 @@ raster/test/regress/rt_bandsurface_expected: Addition of ST_BandSurface and regressions tests. Ticket is #1911 -2012-07-13 23:28 Bborie Park +2012-07-13 23:28 Bborie Park * [r10057] raster/test/core/testapi.c: Additional tests for rt_raster_surface() -2012-07-13 23:28 Bborie Park +2012-07-13 23:28 Bborie Park * [r10056] raster/rt_core/rt_api.c: Additional comments regarding use of lwgeom_as_multi() and the lwgeom_clone_deep() -2012-07-13 23:28 Bborie Park +2012-07-13 23:28 Bborie Park * [r10055] raster/rt_core/rt_api.c, raster/test/core/testapi.c: Addition of rt_raster_surface() function and related regression test. Added regression test for rt_raster_pixel_as_polygon. -2012-07-13 23:28 Bborie Park +2012-07-13 23:28 Bborie Park * [r10054] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: Initial commit of rt_raster_surface() @@ -16723,7 +20785,7 @@ regress/regress_index_nulls_expected: Add in test for node splitting with nulls and empties (#1905) -2012-07-12 13:49 Bborie Park +2012-07-12 13:49 Bborie Park * [r10050] raster/loader/raster2pgsql.c: Changed word choice "Supported" instead of "Available" @@ -16770,7 +20832,7 @@ postgis/geography_measurement_trees.c: Fix a NaN result leaking into the tree building algorithm (optimized 32 bit code only!). -2012-07-10 20:27 Sandro Santilli +2012-07-10 20:27 Sandro Santilli * [r10039] extensions/postgis_topology/Makefile.in: Create target dir if non-existing @@ -16806,20 +20868,20 @@ liblwgeom/lwgeodetic_tree.c: Fix problems with circtree building on short edges near the poles. (#1796) -2012-07-04 13:12 Sandro Santilli +2012-07-04 13:12 Sandro Santilli * [r10034] loader/pgsql2shp-core.c: Fix pgsql2shp for big-endian systems (#1900) Submitted By: Ryan Oliver -2012-07-04 00:47 Bborie Park +2012-07-04 00:47 Bborie Park * [r10031] raster/rt_core/rt_api.c: Changed return value of rt_pixtype_get_min_value() when pixel type is unknown -2012-07-04 00:33 Bborie Park +2012-07-04 00:33 Bborie Park * [r10029] raster/rt_core/rt_api.c, raster/test/regress/rt_histogram.sql, @@ -16839,23 +20901,23 @@ possible value of a pixel type was being determined. Added regression tests for band without NODATA. -2012-07-03 23:40 Bborie Park +2012-07-03 23:40 Bborie Park * [r10028] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Fixed handling of pixel value check for NODATA -2012-07-03 22:30 Bborie Park +2012-07-03 22:30 Bborie Park * [r10027] NEWS, doc/reference_raster.xml: Added docs for ST_PixelAsPoints and ST_PixelAsCentroids and update NEWS -2012-07-03 22:30 Bborie Park +2012-07-03 22:30 Bborie Park * [r10026] doc/reference_raster.xml: Addition of notes differentiating ST_DumpPolygons and ST_PixelsAsPolygons -2012-07-03 22:30 Bborie Park +2012-07-03 22:30 Bborie Park * [r10025] raster/test/regress/rt_pixelascentroids.sql, raster/test/regress/rt_pixelascentroids_expected, @@ -16864,19 +20926,19 @@ regression tests for ST_PixelAsCentroids and ST_PixelAsPoints -2012-07-03 22:30 Bborie Park +2012-07-03 22:30 Bborie Park * [r10024] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in: Addition of ST_PixelAsPoints and ST_PixelAsCentroids -2012-07-03 22:30 Bborie Park +2012-07-03 22:30 Bborie Park * [r10023] raster/rt_pg/rt_pg.c: Removed RASTER_getPixelPolygon as it has been replaced with RASTER_getPixelPolygons -2012-07-03 22:30 Bborie Park +2012-07-03 22:30 Bborie Park * [r10022] doc/reference_raster.xml, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -16888,12 +20950,12 @@ raster/test/regress/rt_pixelaspolygons_expected: Change signature of ST_PixelAsPolygons() and added regression tests. -2012-07-03 22:29 Bborie Park +2012-07-03 22:29 Bborie Park * [r10021] raster/rt_pg/rt_pg.c: Added check for empty raster to RASTER_getPixelPolygons -2012-07-03 22:29 Bborie Park +2012-07-03 22:29 Bborie Park * [r10020] doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, @@ -16903,7 +20965,7 @@ ST_PixelAsPolygons to call a C function and have enhanced capabilities. Additional variants and regression tests are next. -2012-07-03 22:29 Bborie Park +2012-07-03 22:29 Bborie Park * [r10019] raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c: Renamed "hasnodata" @@ -16964,12 +21026,12 @@ * [r10010] doc/html/image_src/Makefile.in, doc/reference_processing.xml: some examples of delaunay triangles -2012-07-03 13:58 Sandro Santilli +2012-07-03 13:58 Sandro Santilli * [r10009] regress/tickets.sql, regress/tickets_expected: Be tolerant with regressing against GEOS-3.2.0 -2012-07-03 13:16 Bborie Park +2012-07-03 13:16 Bborie Park * [r10008] doc/reference_raster.xml: cleanup of examples for ST_Raster2WorldCoord() @@ -16992,17 +21054,17 @@ get freed out from underneath them. Instead build them on the cached representations we're carrying around anyways (#1796) -2012-06-29 20:48 Bborie Park +2012-06-29 20:48 Bborie Park * [r10004] raster/rt_pg/rt_pg.c: int32 instead of int4 as per Peter Eisentraut on postgis-devel. -2012-06-29 19:00 Bborie Park +2012-06-29 19:00 Bborie Park * [r10002] raster/TODO: Added svn:keywords entry and removed TODO item as ticket already exists. -2012-06-29 17:10 Sandro Santilli +2012-06-29 17:10 Sandro Santilli * [r9999] regress/run_test, regress/run_test.pl: Let testing temp dir be settable using PGIS_REG_TMPDIR @@ -17011,19 +21073,19 @@ variable but that one could have been used by other software as well. -2012-06-29 02:06 Bborie Park +2012-06-29 02:06 Bborie Park * [r9997] raster/TODO: Fixed line issues. Added another TODO item. -2012-06-29 01:58 Bborie Park +2012-06-29 01:58 Bborie Park * [r9996] raster/TODO: Line formatting -2012-06-28 17:31 Bborie Park +2012-06-28 17:31 Bborie Park * [r9995] raster/TODO: Added raster TODO. Ticket is #1672 -2012-06-27 15:53 Sandro Santilli +2012-06-27 15:53 Sandro Santilli * [r9994] NEWS, doc/reference_processing.xml, postgis/lwgeom_geos.c, postgis/postgis.sql.in.c, @@ -17031,30 +21093,30 @@ regress/delaunaytriangles_expected: Add ST_DelaunayTriangles (#1215) -2012-06-27 14:26 Sandro Santilli +2012-06-27 14:26 Sandro Santilli * [r9993] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_triangulate.c, liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c: Add lwgeom_delaunay_triangulation (#1215) -2012-06-27 08:26 Sandro Santilli +2012-06-27 08:26 Sandro Santilli * [r9992] liblwgeom/Makefile.in: Use LDFLAGS environment when building liblwgeom (#1891) Thanks mweisman -2012-06-26 20:01 Bborie Park +2012-06-26 20:01 Bborie Park * [r9989] raster/rt_pg/rt_pg.c: Int32GetDatum() not Int64GetDatum() -2012-06-26 18:17 Bborie Park +2012-06-26 18:17 Bborie Park * [r9988] raster/rt_pg/rt_pg.c: Cleanup of needless dynamic memory allocations -2012-06-26 18:17 Bborie Park +2012-06-26 18:17 Bborie Park * [r9987] NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, @@ -17064,7 +21126,7 @@ raster/test/regress/rt_pixelofvalue_expected: Addition of ST_PixelOfValue. Ticket is #1889. -2012-06-26 18:17 Bborie Park +2012-06-26 18:17 Bborie Park * [r9986] raster/rt_pg/rt_pg.c: Removed improper freeing of memory. @@ -17094,12 +21156,12 @@ text fields in shp2pgsql-gui as they seem to be the cause of #1881. -2012-06-21 20:18 Bborie Park +2012-06-21 20:18 Bborie Park * [r9969] raster/rt_pg/rt_pg.c, raster/test/regress/check_gdal.sql: Changed the string "MISSING GDAL DATA" to "GDAL_DATA not found". -2012-06-21 20:18 Bborie Park +2012-06-21 20:18 Bborie Park * [r9968] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c, @@ -17142,7 +21204,7 @@ liblwgeom/lwlinearreferencing.c: ST_LocateAlong chokes on some value combinations (#1874) -2012-06-19 22:09 Bborie Park +2012-06-19 22:09 Bborie Park * [r9957] raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c, @@ -17157,13 +21219,13 @@ * [r9955] liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: ST_InterpolatePoint returns empty M value (#1873) -2012-06-19 19:08 Bborie Park +2012-06-19 19:08 Bborie Park * [r9953] NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Addition of aggregate variant of ST_SameAlignment. Ticket is #1661. -2012-06-19 19:08 Bborie Park +2012-06-19 19:08 Bborie Park * [r9952] raster/rt_pg/rtpostgis.sql.in.c: Minor cleanup of comments @@ -17194,29 +21256,29 @@ * [r9948] liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic_tree.c: Fix mistake in handling crossings-at-a-vertex -2012-06-18 22:58 Bborie Park +2012-06-18 22:58 Bborie Park * [r9947] NEWS: Updated NEWS of recent fixes to trunk -2012-06-18 22:48 Bborie Park +2012-06-18 22:48 Bborie Park * [r9946] doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Behavior is consistent across ST_Intersects(raster, ...) variants. Synced docs of ST_Intersects to actual behavior. Ticket is #1870. -2012-06-18 22:48 Bborie Park +2012-06-18 22:48 Bborie Park * [r9945] raster/rt_pg/rt_pg.c: Addition of comments to RASTER_mapAlgebra2() -2012-06-18 22:47 Bborie Park +2012-06-18 22:47 Bborie Park * [r9944] raster/rt_pg/rt_pg.c, raster/test/regress/Makefile.in: Added check before calling PG_FREE_IF_COPY() in RASTER_mapAlgebra2() -2012-06-18 22:47 Bborie Park +2012-06-18 22:47 Bborie Park * [r9943] raster/rt_pg/rt_pg.c, raster/test/regress/rt_asraster_expected, @@ -17224,16 +21286,16 @@ counted for summary stats, all other elements of stats output should be NULL. Ticket is #1875 -2012-06-18 22:47 Bborie Park +2012-06-18 22:47 Bborie Park * [r9942] raster/rt_pg/rt_pg.c: Cleanup of dev comments -2012-06-18 22:47 Bborie Park +2012-06-18 22:47 Bborie Park * [r9941] raster/rt_pg/rt_pg.c: Finished work implementing use of PG_FREE_IF_COPY() and better handling of rt_pgraster variables. -2012-06-18 22:47 Bborie Park +2012-06-18 22:47 Bborie Park * [r9940] NEWS, raster/rt_core/rt_api.c, raster/test/regress/rt_summarystats.sql, @@ -17242,13 +21304,13 @@ band is empty. Added regression tests for both situations. Ticket is #1872 -2012-06-18 22:47 Bborie Park +2012-06-18 22:47 Bborie Park * [r9939] raster/rt_pg/rt_pg.c: More work implementing use of PG_FREE_IF_COPY() and better handling of rt_pgraster variables. -2012-06-18 22:47 Bborie Park +2012-06-18 22:47 Bborie Park * [r9938] raster/rt_pg/rt_pg.c: First chunk of code reintroducting PG_FREE_IF_COPY() and prevent @@ -17347,17 +21409,17 @@ liblwgeom/stringbuffer.h: Add circular tree calculations and associated tests in support of faster geography calculations. -2012-06-15 21:59 Bborie Park +2012-06-15 21:59 Bborie Park * [r9915] raster/test/regress/rt_clip_expected: Fixed expected output. Ticket is #1848 -2012-06-15 15:30 Bborie Park +2012-06-15 15:30 Bborie Park * [r9913] raster/test/regress/rt_clip.sql: Additional sorting of rt_clip regression test. Ticket is #1848 -2012-06-15 15:16 Bborie Park +2012-06-15 15:16 Bborie Park * [r9910] raster/rt_pg/rt_pg.c: Make the sql in rtpg_getSR slightly more flexible when handling @@ -17367,7 +21429,7 @@ * [r9909] doc: update ignore to ignore generated doxygen file -2012-06-14 16:06 Sandro Santilli +2012-06-14 16:06 Sandro Santilli * [r9908] topology/sql/populate.sql.in.c, topology/test/regress/topogeo_addlinestring.sql, @@ -17378,24 +21440,24 @@ topology/test/regress/topogeo_addpolygon_expected: Catch invalid topology name passed to topogeo_add* (#1867) -2012-06-13 18:28 Sandro Santilli +2012-06-13 18:28 Sandro Santilli * [r9906] utils/postgis_restore.pl.in: Don't strip comment lines in the middle of COPY commands (#1865) Patch by J Smith -2012-06-12 17:28 Sandro Santilli +2012-06-12 17:28 Sandro Santilli * [r9904] topology/topology.sql.in.c: Move sqldefine include on top of the file (#1822) -2012-06-12 13:11 Sandro Santilli +2012-06-12 13:11 Sandro Santilli * [r9902] postgis/postgis_module.c: Fix call to GEOS_interruptRegisterCallback (win32) -2012-06-12 13:06 Sandro Santilli +2012-06-12 13:06 Sandro Santilli * [r9901] postgis/geography.sql.in.c, postgis/postgis.sql.in.c: Only show readable relations in metadata tables (#1813) @@ -17403,7 +21465,7 @@ Affects both geometry_columns and geography_columns. No easy way to put this under automated regression testing. -2012-06-12 12:34 Sandro Santilli +2012-06-12 12:34 Sandro Santilli * [r9899] topology/sql/sqlmm.sql.in.c, topology/test/regress/st_changeedgegeom.sql, @@ -17412,14 +21474,14 @@ Include testcase -2012-06-12 10:46 Sandro Santilli +2012-06-12 10:46 Sandro Santilli * [r9896] topology/test/regress/validatetopology.sql, topology/test/regress/validatetopology_expected, topology/topology.sql.in.c: Drop temporary table at end of ValidateTopology (#1797) -2012-06-12 09:30 Sandro Santilli +2012-06-12 09:30 Sandro Santilli * [r9894] doc/reference_processing.xml, postgis/lwgeom_geos_clean.c, regress/clean.sql, @@ -17428,12 +21490,12 @@ Also updates documentation and SQL level tests. -2012-06-12 09:30 Sandro Santilli +2012-06-12 09:30 Sandro Santilli * [r9893] liblwgeom/cunit/cu_clean.c: Add test for MULTIPOINT processing -2012-06-12 09:09 Sandro Santilli +2012-06-12 09:09 Sandro Santilli * [r9892] NEWS, liblwgeom/cunit/cu_clean.c, liblwgeom/lwgeom_geos_clean.c: Add GEOMETRYCOLLECTION input @@ -17444,12 +21506,12 @@ * [r9891] regress/regress.sql: part fix for #1860 ST_SRID not unique -2012-06-12 07:57 Sandro Santilli +2012-06-12 07:57 Sandro Santilli * [r9889] doc/Makefile.in: Install comments when available, even withouth XSLTPROC (#1779) -2012-06-11 18:39 Sandro Santilli +2012-06-11 18:39 Sandro Santilli * [r9887] GNUmakefile.in: Build and install comments when if possible (#1779) @@ -17476,7 +21538,7 @@ * [r9881] doc/xsl/postgis_aggs_mm.xml.xsl: Add a what's new in 2.1 section -2012-06-11 15:46 Bborie Park +2012-06-11 15:46 Bborie Park * [r9879] raster/rt_pg/rtpostgis_drop.sql.in.c: Added DROP statements for st_intersection variants that were removed @@ -17533,7 +21595,7 @@ itemize srid ranges we include and set filter to not back these up. It's long and ugly I know. -2012-06-08 11:55 Sandro Santilli +2012-06-08 11:55 Sandro Santilli * [r9865] topology/sql/sqlmm.sql.in.c, topology/test/regress/st_addedgemodface.sql, @@ -17545,7 +21607,7 @@ Affects calls with start_node = end_node and matching start point. -2012-06-08 11:13 Sandro Santilli +2012-06-08 11:13 Sandro Santilli * [r9862] topology/sql/sqlmm.sql.in.c: Remove unused variables @@ -17558,12 +21620,12 @@ 20 meters, also #1856 ability to control preferred name for highways, county and state roads (whether numbered or local name) -2012-06-07 23:08 Sandro Santilli +2012-06-07 23:08 Sandro Santilli * [r9860] regress/run_test.pl: Properly set permissions on backend temp dir -2012-06-07 15:56 Bborie Park +2012-06-07 15:56 Bborie Park * [r9858] raster/test/regress/rt_clip.sql, raster/test/regress/rt_clip_expected, @@ -17574,22 +21636,22 @@ 28 or 27?). Ticket is 1848. -2012-06-07 15:18 Sandro Santilli +2012-06-07 15:18 Sandro Santilli * [r9857] postgis/postgis_module.c: Register a GEOS interrupt callback to dispatch windows events NOTE: won't build on WIN32 with GEOS-3.4.0SVN < r3672 -2012-06-07 14:17 Sandro Santilli +2012-06-07 14:17 Sandro Santilli * [r9856] raster/rt_pg/rt_pg.c: Remove unused code -2012-06-07 07:17 Sandro Santilli +2012-06-07 07:17 Sandro Santilli * [r9855] .gitignore: Ignore generated Makefile (a new one) -2012-06-07 06:55 Sandro Santilli +2012-06-07 06:55 Sandro Santilli * [r9854] regress/run_test.pl: Fix scoping of TEST variable (#1853) @@ -17602,7 +21664,7 @@ * [r9852] spatial_ref_sys.sql: Wrong parameters for EPSG:3844 in spatial_ref_sys (#1851) -2012-06-06 15:24 Sandro Santilli +2012-06-06 15:24 Sandro Santilli * [r9851] regress/run_test.pl: Have run_test.pl use strict mode @@ -17628,7 +21690,7 @@ * [r9845] topology/test/Makefile: back out run_test.pl change, that was an accident -2012-05-31 20:11 Sandro Santilli +2012-05-31 20:11 Sandro Santilli * [r9844] regress/run_test.pl: Use our own diff, avoid using Which. Works for me. Tests welcome. @@ -17650,28 +21712,28 @@ * [r9840] postgis/Makefile.in: Switch from sed to perl -2012-05-31 05:46 Bborie Park +2012-05-31 05:46 Bborie Park * [r9838] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Explicit error message when dimensions requested exceeds the maximum permitted of a raster. -2012-05-31 05:45 Bborie Park +2012-05-31 05:45 Bborie Park * [r9837] doc/using_raster_dataman.xml: Added more verbiage regarding setting SRID with -s for raster2pgsql -2012-05-31 05:45 Bborie Park +2012-05-31 05:45 Bborie Park * [r9836] doc/using_raster_dataman.xml: Correct spelling mistakes -2012-05-31 05:45 Bborie Park +2012-05-31 05:45 Bborie Park * [r9835] doc/installation.xml, doc/introduction.xml: Updated docs to reflect change to minimum GDAL version -2012-05-31 05:45 Bborie Park +2012-05-31 05:45 Bborie Park * [r9834] configure.ac: Bumped up the minimum version of GDAL from 1.6 to 1.8 @@ -17727,7 +21789,7 @@ supports [rast.x] and [rast.y]. Much faster! This is not (yet) part of rtpostgis.sql. Should be in 2.1. -2012-05-28 08:04 Sandro Santilli +2012-05-28 08:04 Sandro Santilli * [r9824] postgis/postgis_module.c: Install a signal handler to request GEOS interruption (#1802) @@ -17747,17 +21809,17 @@ changed debug variables in various functions to lookup value from table -2012-05-25 15:20 Sandro Santilli +2012-05-25 15:20 Sandro Santilli * [r9821] liblwgeom/lwgeom_geos.c: Handle exceptions from GEOSUnionCascaded() in LWGEOM_GEOS_buildArea -2012-05-24 23:13 Bborie Park +2012-05-24 23:13 Bborie Park * [r9819] raster/rt_core/rt_api.c, raster/test/core/testapi.c: Code cleanup related to rt_band_load_offline_data() -2012-05-24 10:10 Sandro Santilli +2012-05-24 10:10 Sandro Santilli * [r9818] raster/rt_core/rt_api.c: Do not call OGRCleanupAll() within API functions @@ -17765,17 +21827,17 @@ Valgrind didn't show any leak. Eventually we can do cleanups in _PG_fini. -2012-05-24 06:41 Sandro Santilli +2012-05-24 06:41 Sandro Santilli * [r9817] postgis/lwgeom_geos.c: Do not assume geos allocates using malloc. Reduce memory use too. -2012-05-23 22:51 Bborie Park +2012-05-23 22:51 Bborie Park * [r9816] raster/loader/raster2pgsql.c: Fixed GDALDriverH * to GDALDriverH. -2012-05-23 22:36 Bborie Park +2012-05-23 22:36 Bborie Park * [r9813] raster/loader/raster2pgsql.c: Use GDALIdentifyDriver() to detect whether or not a raster is supported @@ -17791,12 +21853,12 @@ * [r9811] postgis/geography.sql.in.c: Fix geography prototype for ST_AsGML. Related to #1823 -2012-05-23 17:54 Bborie Park +2012-05-23 17:54 Bborie Park * [r9810] NEWS, raster/loader/raster2pgsql.c: Correct when to compute number of tiles. Ticket is #1840 -2012-05-23 17:54 Bborie Park +2012-05-23 17:54 Bborie Park * [r9809] NEWS, raster/loader/raster2pgsql.c: Add support for GeoTIFF subdatasets. Ticket is #1839 @@ -17816,40 +21878,40 @@ * [r9802] NEWS: add section for 2.0.1 and more items in 2.1.0 -- sitll a lot of gaps to fill in. -2012-05-22 17:47 Bborie Park +2012-05-22 17:47 Bborie Park * [r9801] doc/reference_raster.xml: Added missing "See Also" sections for ST_NearestValue and ST_Neighborhood -2012-05-22 17:07 Bborie Park +2012-05-22 17:07 Bborie Park * [r9800] doc/reference_raster.xml: Fix unbalanced tags -2012-05-22 17:07 Bborie Park +2012-05-22 17:07 Bborie Park * [r9799] NEWS: Added ST_World2RasterCoord, ST_Raster2WorldCoord, ST_NearestValue, ST_Neighborhood to New Features section -2012-05-22 17:06 Bborie Park +2012-05-22 17:06 Bborie Park * [r9798] doc/reference_raster.xml: Added docs for ST_NearestValue and ST_Neighborhood -2012-05-22 17:06 Bborie Park +2012-05-22 17:06 Bborie Park * [r9797] raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c: Refactored function parameter names of ST_NearestValue and ST_Neighborhood -2012-05-22 17:06 Bborie Park +2012-05-22 17:06 Bborie Park * [r9796] doc/reference_raster.xml: Added docs for ST_World2RasterCoord() and ST_Raster2WorldCoord() -2012-05-22 17:06 Bborie Park +2012-05-22 17:06 Bborie Park * [r9795] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_raster2worldcoord.sql, @@ -17858,12 +21920,12 @@ raster/test/regress/rt_world2rastercoord_expected: Expansion of regression tests and fix error messages -2012-05-22 17:06 Bborie Park +2012-05-22 17:06 Bborie Park * [r9794] raster/rt_pg/rtpostgis.sql.in.c: Lowercase language due to case-sensitivity of PostgreSQL 9.2 -2012-05-22 17:06 Bborie Park +2012-05-22 17:06 Bborie Park * [r9793] raster/test/regress/Makefile.in, raster/test/regress/create_rt_utility_test.sql, @@ -17877,7 +21939,7 @@ ST_Raster2WorldCoord. Updated existing tests use the same functions -2012-05-22 17:06 Bborie Park +2012-05-22 17:06 Bborie Park * [r9792] raster/rt_pg/rtpostgis.sql.in.c: Added ST_Raster2WorldCoord and ST_World2RasterCoord functions to @@ -17887,17 +21949,17 @@ Refactored existing ST_Raster2WorldCoord(X|Y) and ST_World2RasterCoord(X|Y) functions to call new functions -2012-05-22 17:06 Bborie Park +2012-05-22 17:06 Bborie Park * [r9791] raster/rt_core/rt_api.c: Removed unnecessary/unused variable -2012-05-22 17:05 Bborie Park +2012-05-22 17:05 Bborie Park * [r9790] raster/rt_pg/rtpostgis_drop.sql.in.c: Drop ST_Neighborhood variants due to output datatype changes -2012-05-22 17:05 Bborie Park +2012-05-22 17:05 Bborie Park * [r9789] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -17908,16 +21970,16 @@ the ST_xxx4ma functions. -2012-05-22 17:05 Bborie Park +2012-05-22 17:05 Bborie Park * [r9788] raster/rt_pg/rtpostgis.sql.in.c: Updated copyright -2012-05-22 17:05 Bborie Park +2012-05-22 17:05 Bborie Park * [r9787] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Added SRID check to ST_NearestValue -2012-05-22 17:05 Bborie Park +2012-05-22 17:05 Bborie Park * [r9786] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -17972,7 +22034,7 @@ * [r9778] liblwgeom/cunit/cu_out_gml.c: Use NULL value as default for id on ST_AsGML cunit tests. Related to #1823 -2012-05-22 09:20 Sandro Santilli +2012-05-22 09:20 Sandro Santilli * [r9777] authors.git, authors.svn: More entries in authors.* @@ -17991,7 +22053,7 @@ This version runs the postgis loader and sql tests. It does not yet run in --upgrade mode or handle the raster or topology tests. -2012-05-22 07:45 Sandro Santilli +2012-05-22 07:45 Sandro Santilli * [r9773] .gitignore, authors.git, authors.svn: Update authors file for both SVN and GIT @@ -18014,7 +22076,7 @@ * [r9769] extras/tiger_geocoder/tiger_2011: move tiger_2011 work to 2.1 -2012-05-21 14:48 Sandro Santilli +2012-05-21 14:48 Sandro Santilli * [r9768] authors.svn: UTF8 author names @@ -18072,23 +22134,23 @@ * [r9754] NEWS: Update NEWS with some bug fixes -2012-05-18 09:59 Sandro Santilli +2012-05-18 09:59 Sandro Santilli * [r9753] NEWS, postgis/lwgeom_in_geojson.c: Fix uninitialized read in GeoJSON parser (#1829) -2012-05-17 13:37 Sandro Santilli +2012-05-17 13:37 Sandro Santilli * [r9750] NEWS: Last bugfix item... -2012-05-17 13:36 Sandro Santilli +2012-05-17 13:36 Sandro Santilli * [r9749] postgis/lwgeom_geos_prepared.c: Do not compare uninitialized memory (#1825) May fix prepared geometry cache sub-uses (misses) -2012-05-17 12:27 Sandro Santilli +2012-05-17 12:27 Sandro Santilli * [r9748] topology/topology.sql.in.c: Fix topology loader against PostgreSQL 9.2 (#1822) @@ -18107,30 +22169,30 @@ * [r9744] liblwgeom/lwgeodetic.c: Error in empty short circuit (#1828) -2012-05-17 11:47 Sandro Santilli +2012-05-17 11:47 Sandro Santilli * [r9743] NEWS: Link lwgeom_normalize change to its ticket #1812 -2012-05-17 11:45 Sandro Santilli +2012-05-17 11:45 Sandro Santilli * [r9742] NEWS, liblwgeom/cunit/cu_buildarea.c, liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c: Add lwgeom_normalize in LIBLWGEOM, use in cu_buildarea tester -2012-05-16 19:39 Sandro Santilli +2012-05-16 19:39 Sandro Santilli * [r9741] postgis/lwgeom_geos.c: Use the proper function to release returns from GEOS. -2012-05-16 19:39 Sandro Santilli +2012-05-16 19:39 Sandro Santilli * [r9740] regress/run_test: Cleanly handle database creation error -2012-05-16 18:50 Bborie Park +2012-05-16 18:50 Bborie Park * [r9739] NEWS: Updated to note bug #1819 -2012-05-16 18:47 Bborie Park +2012-05-16 18:47 Bborie Park * [r9738] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_utility.sql, @@ -18142,13 +22204,13 @@ Refactored existing ST_Raster2WorldCoord(X|Y) and ST_World2RasterCoord(X|Y) functions to call new functions -2012-05-16 18:47 Bborie Park +2012-05-16 18:47 Bborie Park * [r9737] raster/rt_pg/rt_pg.c: Addition of RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord functions -2012-05-16 15:16 Bborie Park +2012-05-16 15:16 Bborie Park * [r9736] raster/rt_pg/rtpostgis.sql.in.c: Additional lower-casing of language for PostgreSQL 9.2 as per r9735 @@ -18166,13 +22228,13 @@ topology/topology.sql.in.c: #1820 part fix 9.2 language is case sensitive if quoted -- change 'C' and 'SQL' to 'c' and 'sql' -2012-05-14 23:28 Bborie Park +2012-05-14 23:28 Bborie Park * [r9734] raster/loader/raster2pgsql.c: Addition of some commented code. Might be useful if an option is added to output the VRTs used in the process of loading rasters -2012-05-14 23:28 Bborie Park +2012-05-14 23:28 Bborie Park * [r9733] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c, @@ -18180,12 +22242,12 @@ parameter datatypes from uint16_t to int to better handle out-of-range values -2012-05-10 07:24 Sandro Santilli +2012-05-10 07:24 Sandro Santilli * [r9732] liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos_clean.c: Cleanup new BuildArea code, add profiling prints (#1806) -2012-05-09 12:08 Sandro Santilli +2012-05-09 12:08 Sandro Santilli * [r9731] NEWS, liblwgeom/cunit/cu_buildarea.c, liblwgeom/lwgeom_geos.c: Significatively speedup BuildArea with @@ -18206,13 +22268,13 @@ with the old. Both versions return the same result (according to ST_Equals). -2012-05-09 12:08 Sandro Santilli +2012-05-09 12:08 Sandro Santilli * [r9730] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_buildarea.c, liblwgeom/cunit/cu_tester.c: Add unit test for lwgeom_buildarea (useful for #1806) -2012-05-08 16:47 Sandro Santilli +2012-05-08 16:47 Sandro Santilli * [r9729] liblwgeom/lwgeom_geos.c: ST_BuildArea: arrange polygonized output reducing overlay cost (#1806) @@ -18220,12 +22282,12 @@ By running SymDifference against items with less points first we reduce the overall cost (output vertices tend to always grow). -2012-05-08 16:47 Sandro Santilli +2012-05-08 16:47 Sandro Santilli * [r9728] regress/clean.sql: Make ST_MakeValid tests immune by coordinates order (using ST_Equals) -2012-05-08 16:47 Sandro Santilli +2012-05-08 16:47 Sandro Santilli * [r9727] doc/reference_constructor.xml, doc/reference_processing.xml: Cross reference ST_BuildArea with @@ -18236,12 +22298,12 @@ * [r9725] doc/release_notes.xml: who is in charge of QA here? 1.5.4 completely missing from trunk -2012-05-07 07:08 Sandro Santilli +2012-05-07 07:08 Sandro Santilli * [r9723] postgis/postgis.sql.in.c: postgis_raster_lib_version is also in rtpostgis.sql, not topology.sql -2012-05-07 06:58 Sandro Santilli +2012-05-07 06:58 Sandro Santilli * [r9722] postgis/postgis.sql.in.c: postgis_raster_scripts_installed is in rtpostgis.sql, not @@ -18251,12 +22313,12 @@ * [r9717] README.postgis: README Installation error (#1804) -2012-05-04 15:12 Sandro Santilli +2012-05-04 15:12 Sandro Santilli * [r9716] NEWS: Sort bugfixes by ticket number, add an item for #1802 -2012-05-04 11:21 Sandro Santilli +2012-05-04 11:21 Sandro Santilli * [r9715] libpgcommon/lwgeom_pg.c: Turn custom allocators into an occasion for interruption (#1802) @@ -18265,18 +22327,18 @@ Doesn't allow interrupting loops not invoking custom allocators (includes GEOS, so far). -2012-05-04 08:06 Sandro Santilli +2012-05-04 08:06 Sandro Santilli * [r9712] postgis/lwgeom_functions_basic.c, regress/tickets.sql, regress/tickets_expected: Protect ST_Segmentize from max_length=0 (#1799) -2012-05-04 02:54 Bborie Park +2012-05-04 02:54 Bborie Park * [r9710] raster/rt_pg/rt_pg.c: Additional refactoring of rtpg_getSR(). -2012-05-04 02:54 Bborie Park +2012-05-04 02:54 Bborie Park * [r9709] raster/rt_pg/rt_pg.c, raster/test/regress/rt_resample.sql, @@ -18300,15 +22362,15 @@ drop_state_tables_generate_script state arg misnamed as address instead of param_state -2012-04-26 20:32 Sandro Santilli +2012-04-26 20:32 Sandro Santilli * [r9685] NEWS: Add note about clang build fix (#1694) -2012-04-26 20:26 Sandro Santilli +2012-04-26 20:26 Sandro Santilli * [r9684] NEWS: Fix wrong ticket reference -2012-04-26 20:10 Sandro Santilli +2012-04-26 20:10 Sandro Santilli * [r9683] NEWS, topology/test/Makefile, topology/test/regress/validatetopology.sql, @@ -18316,7 +22378,7 @@ topology/topology.sql.in.c: Fix false edge-node crossing report in ValidateTopology (#1625) -2012-04-26 16:30 Sandro Santilli +2012-04-26 16:30 Sandro Santilli * [r9682] NEWS, postgis/lwgeom_functions_basic.c, regress/tickets.sql, regress/tickets_expected: Give ST_Azimuth a @@ -18335,7 +22397,7 @@ * [r9678] postgis/postgis.sql.in.c: AddGeometryColumns allow dims = 0 (#1573) -2012-04-25 19:41 Sandro Santilli +2012-04-25 19:41 Sandro Santilli * [r9675] NEWS, topology/sql/topogeometry/totopogeom.sql.in.c, topology/test/regress/totopogeom.sql, @@ -18369,7 +22431,7 @@ * [r9661] regress/run_test: run_test hangs on MSYS (#1788) -2012-04-24 19:12 Sandro Santilli +2012-04-24 19:12 Sandro Santilli * [r9660] doc/reference_measure.xml: Azimuth on the 9th hour of the clock is 3PI/2, not 3PI/4 (thanks ij) @@ -18379,16 +22441,16 @@ * [r9659] configure.ac: libjson configure test doesn't include support for DLL (#1787) -2012-04-24 15:37 Sandro Santilli +2012-04-24 15:37 Sandro Santilli * [r9657] postgis/postgis.sql.in.c: Hush debugging in ST_DumpPoints -2012-04-24 09:16 Sandro Santilli +2012-04-24 09:16 Sandro Santilli * [r9656] NEWS, liblwgeom/Makefile.in: liblwgeom depends on postgis_config.h and postgis_svn_revision.h (#1786) -2012-04-24 09:16 Sandro Santilli +2012-04-24 09:16 Sandro Santilli * [r9655] postgis/Makefile.in: Fix deps of postgis on postgis_svn_revision.h, pgcommon and lwgeom @@ -18398,13 +22460,13 @@ * [r9654] doc/using_postgis_dataman.xml: make igst index link tag friendly and provide example of nd index. -2012-04-20 16:13 Bborie Park +2012-04-20 16:13 Bborie Park * [r9653] doc/using_raster_dataman.xml: Added note related to overviews not being aligned though the source rasters are aligned for specific overview factors. -2012-04-20 14:50 Bborie Park +2012-04-20 14:50 Bborie Park * [r9652] NEWS, doc/introduction.xml: Added ticket #1782 to NEWS. Updated contributors section. @@ -18421,22 +22483,22 @@ st_isclosed() doesn't return false for unclosed POLYGONS only LINESTRINGS (#1756) -2012-04-19 15:24 Bborie Park +2012-04-19 15:24 Bborie Park * [r9649] raster/rt_pg/rt_pg.c: Removed emptry string check that prevented use of proj4text or srtext in rtpg_getSR(). Ticket is #1782 -2012-04-19 15:23 Bborie Park +2012-04-19 15:23 Bborie Park * [r9648] raster/rt_pg/rt_pg.c: minor comments changed -2012-04-18 19:21 Bborie Park +2012-04-18 19:21 Bborie Park * [r9647] raster/rt_pg/rt_pg.c: Fix handling of tuples as described in #1782 -2012-04-16 20:06 Bborie Park +2012-04-16 20:06 Bborie Park * [r9645] raster/loader/raster2pgsql.c: Replaced testing of two rasters' geotransform matrix with alignment test @@ -18463,7 +22525,7 @@ be no need to do this. -2012-04-13 21:14 Sandro Santilli +2012-04-13 21:14 Sandro Santilli * [r9642] NEWS, topology/test/regress/st_changeedgegeom.sql, topology/test/regress/st_changeedgegeom_expected: Regress-test @@ -18472,13 +22534,13 @@ This case was actually fixed by previous commit (ST_SymDifference) -2012-04-13 21:04 Sandro Santilli +2012-04-13 21:04 Sandro Santilli * [r9641] NEWS, liblwgeom/lwgeom_geos.c, regress/tickets.sql, regress/tickets_expected: fix ST_SymDifference(empty, geom) to return geom (#1776) -2012-04-13 14:32 Sandro Santilli +2012-04-13 14:32 Sandro Santilli * [r9640] NEWS, topology/sql/sqlmm.sql.in.c, topology/test/regress/st_addedgemodface_expected, @@ -18486,7 +22548,7 @@ topology/test/regress/st_changeedgegeom_expected: Give more detail on topology editing function exception -2012-04-12 14:09 Sandro Santilli +2012-04-12 14:09 Sandro Santilli * [r9639] configure.ac, postgis/Makefile.in, raster/rt_pg/Makefile.in, topology/Makefile.in: Use an SQLPP @@ -18497,49 +22559,49 @@ fallback to whatever CPP expands to (usually the compiler with -E) -2012-04-12 14:09 Sandro Santilli +2012-04-12 14:09 Sandro Santilli * [r9638] postgis/sqldefines.h.in: Use more compatible '#define' syntax -2012-04-12 10:51 Sandro Santilli +2012-04-12 10:51 Sandro Santilli * [r9637] NEWS, utils/postgis_restore.pl.in: Do not assume ndims check statements are fully qualified (#1708) -2012-04-12 10:28 Sandro Santilli +2012-04-12 10:28 Sandro Santilli * [r9636] topology/test/regress/totopogeom.sql, topology/test/regress/totopogeom_expected: Automate test for toTopoGeom usage with custom search_path (#1763) -2012-04-12 10:28 Sandro Santilli +2012-04-12 10:28 Sandro Santilli * [r9635] regress/run_test: Do not consider RESET outputs -2012-04-12 10:06 Sandro Santilli +2012-04-12 10:06 Sandro Santilli * [r9634] NEWS: Rephrase item for about topology functions and full qualification -2012-04-12 07:21 Sandro Santilli +2012-04-12 07:21 Sandro Santilli * [r9630] liblwgeom/ptarray.c, regress/regress_lrs.sql, regress/regress_lrs_expected, regress/split.sql, regress/split_expected: Fix NaN from ptarray_locate_point with zero-length lines (#1772) -2012-04-12 07:21 Sandro Santilli +2012-04-12 07:21 Sandro Santilli * [r9629] liblwgeom/lwgeom_geos_split.c: Fix comment doc about lwline_split_by_point_to -2012-04-11 19:20 Sandro Santilli +2012-04-11 19:20 Sandro Santilli * [r9628] NEWS: Add note about ST_RemEdgeModFace and ST_RemEdgeNewFace fix (#1766) -2012-04-11 19:17 Sandro Santilli +2012-04-11 19:17 Sandro Santilli * [r9627] topology/sql/sqlmm.sql.in.c, topology/test/regress/st_remedgemodface.sql, @@ -18548,11 +22610,11 @@ topology/test/regress/st_remedgenewface_expected: Don't let ST_RemEdge* destroy TopoGeometry objects (#1766) -2012-04-11 12:37 Sandro Santilli +2012-04-11 12:37 Sandro Santilli * [r9626] NEWS: Add note aboute #1714 bugfix -2012-04-11 12:37 Sandro Santilli +2012-04-11 12:37 Sandro Santilli * [r9625] topology/sql/populate.sql.in.c, topology/test/regress/topogeo_addlinestring.sql, @@ -18560,17 +22622,17 @@ topology/test/regress/topogeo_addpolygon_expected: Cleanup lines after (bad) snapping (#1714) -2012-04-10 17:26 Sandro Santilli +2012-04-10 17:26 Sandro Santilli * [r9624] topology/sql/sqlmm.sql.in.c: Have ST_ModEdgeSplit and ST_NewEdgesSplit to use ST_Spit (#1715) -2012-04-10 15:51 Sandro Santilli +2012-04-10 15:51 Sandro Santilli * [r9623] liblwgeom/Makefile.in: Call config.status if liblwgeom.h.in newer than liblwgeom.h (#1691) -2012-04-10 10:20 Sandro Santilli +2012-04-10 10:20 Sandro Santilli * [r9622] NEWS: Add bug fixes committed so far in the 2.0 branch @@ -18579,13 +22641,13 @@ * [r9621] loader/shp2pgsql-core.c: #1759 transform functionality doesn't work if you have raster installed. -2012-04-09 22:44 Bborie Park +2012-04-09 22:44 Bborie Park * [r9620] raster/loader/raster2pgsql.c: Added handling of subdatasets coming from NetCDF, HDF4 and HDF5. Associated ticket is #1761. -2012-04-08 10:00 Sandro Santilli +2012-04-08 10:00 Sandro Santilli * [r9619] topology/sql/topogeometry/totopogeom.sql.in.c: Fully qualify calls to topology functions (#1763) @@ -18617,35 +22679,35 @@ * [r9614] postgis/geography_inout.c: Send an "unknown" typmod into gserialized constructor from ST_GeographyFromText (#1755) -2012-04-05 09:11 Sandro Santilli +2012-04-05 09:11 Sandro Santilli * [r9613] liblwgeom/cunit/cu_in_wkt.c: Allow for 1.#INF to be threated as Inf (#1736) -2012-04-05 09:11 Sandro Santilli +2012-04-05 09:11 Sandro Santilli * [r9612] regress/regress.sql: Threat Infinite and 1.#INF the same (#1736) -2012-04-05 08:56 Sandro Santilli +2012-04-05 08:56 Sandro Santilli * [r9611] java/pljava: Drop java/pljava dir (#1411) -2012-04-05 08:54 Sandro Santilli +2012-04-05 08:54 Sandro Santilli * [r9610] README.postgis: Do not mention pljava, it's gone (#1411) -2012-04-05 00:27 Bborie Park +2012-04-05 00:27 Bborie Park * [r9609] raster/loader/raster2pgsql.c: Fixed missing SVN revision tag in raster2pgsql's help -2012-04-04 21:49 Sandro Santilli +2012-04-04 21:49 Sandro Santilli * [r9608] doc/extras_topology.xml: Add note about topology.Polygonize not doing edge linking -2012-04-04 21:49 Sandro Santilli +2012-04-04 21:49 Sandro Santilli * [r9607] topology/sql/polygonize.sql.in.c: Tabs to spaces @@ -18663,11 +22725,11 @@ * [r9602] ChangeLog, README.postgis, Version.config, extensions/upgradeable_versions.mk: Prep for 2.0.0 -2012-04-03 18:46 Bborie Park +2012-04-03 18:46 Bborie Park * [r9601] raster/rt_pg/rt_pg.c: Fix error message -2012-04-03 18:29 Sandro Santilli +2012-04-03 18:29 Sandro Santilli * [r9600] NEWS: Use full URL to trac query @@ -18691,7 +22753,7 @@ * [r9595] NEWS: More minor edits -2012-04-03 17:27 Sandro Santilli +2012-04-03 17:27 Sandro Santilli * [r9594] NEWS: Add ST_Node item @@ -18699,14 +22761,14 @@ * [r9593] NEWS: Minor reorg of NEWS, more to come -2012-04-03 12:05 Sandro Santilli +2012-04-03 12:05 Sandro Santilli * [r9592] postgis/postgis.sql.in.c: Write CREATE TYPE as expected by postgis_proc_upgrade.pl (#1746) The script expects CREATE TYPE to spawn multimultiple lines ... -2012-04-03 12:05 Sandro Santilli +2012-04-03 12:05 Sandro Santilli * [r9591] doc/reference_processing.xml: Add note about input noding for ST_Polygonize and ST_BuildArea @@ -18720,7 +22782,7 @@ * [r9586] NEWS, README.postgis, Version.config, extensions/upgradeable_versions.mk: Version bumps for RC2 -2012-03-31 16:26 Bborie Park +2012-03-31 16:26 Bborie Park * [r9585] raster/rt_core/rt_api.c: Minor tweak to message regarding GEOS < 3.3 @@ -18746,7 +22808,7 @@ around this by providing a compatibility #define for these older GTK versions. -2012-03-30 08:36 Sandro Santilli +2012-03-30 08:36 Sandro Santilli * [r9581] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_clean.c, liblwgeom/cunit/cu_tester.c, liblwgeom/lwgeom_geos.c: Have @@ -18757,7 +22819,7 @@ * [r9578] spatial_ref_sys.sql: wrong proj4text in spatial_ref_sys for SRID 31300 and 31370 (#1389) -2012-03-29 12:37 Sandro Santilli +2012-03-29 12:37 Sandro Santilli * [r9577] postgis/gserialized_gist_nd.c, regress/tickets.sql, regress/tickets_expected: Fix crash on NULL item in ND index @@ -18776,19 +22838,19 @@ extensions/upgradeable_versions.mk: Bump versions for 2.0.0rc1 release -2012-03-28 14:02 Sandro Santilli +2012-03-28 14:02 Sandro Santilli * [r9570] utils/create_undef.pl: Strip schemas from search_path as part of uninstall procedures -2012-03-28 12:40 Sandro Santilli +2012-03-28 12:40 Sandro Santilli * [r9569] configure.ac: Reduce extensions requirements (#1724) Build extensions even w/out topology, and even w/out xsltproc if comments are already built. -2012-03-28 11:36 Sandro Santilli +2012-03-28 11:36 Sandro Santilli * [r9568] topology/test/Makefile, topology/test/regress/gettopogeomelements.sql, @@ -18799,14 +22861,14 @@ Includes regression testing for both GetGopoGeomElements and GetGopoGeomElementArray -2012-03-28 09:19 Sandro Santilli +2012-03-28 09:19 Sandro Santilli * [r9567] regress/tickets.sql, regress/tickets_expected: Add regression test for GiST index crash on empty (#1697) Also tests you can query all empty items from an index -2012-03-28 08:22 Sandro Santilli +2012-03-28 08:22 Sandro Santilli * [r9563] postgis/gserialized_gist_nd.c: Fix crash in n-dimensional GiST index on EMPTY geoms (#1697) @@ -18830,24 +22892,24 @@ FROM unpackaged; CREATE EXTENSION postgis_topology FROM unpackaged; work. It's sadly static at the moment. -2012-03-27 22:05 Bborie Park +2012-03-27 22:05 Bborie Park * [r9560] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Added robustness checking that GDAL supports spatial reference text from spatial_ref_sys table -2012-03-27 19:25 Bborie Park +2012-03-27 19:25 Bborie Park * [r9559] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Merge branch 'master' into HEAD -2012-03-27 18:14 Sandro Santilli +2012-03-27 18:14 Sandro Santilli * [r9558] regress/run_test, utils/create_undef.pl: Have uninstall scripts drop created schemas, regress test it -2012-03-27 17:30 Sandro Santilli +2012-03-27 17:30 Sandro Santilli * [r9557] topology/topology.sql.in.c: Wrap most topology.sql into a transaction @@ -18856,12 +22918,12 @@ getting rid of it (to be fixed later) -2012-03-27 17:06 Sandro Santilli +2012-03-27 17:06 Sandro Santilli * [r9556] doc/xsl/topology_comments.sql.xsl: Do not mess with search_path when installing comments (#1723) -2012-03-27 14:47 Sandro Santilli +2012-03-27 14:47 Sandro Santilli * [r9555] extensions/README: Update extensions/README (#1720) @@ -18874,20 +22936,20 @@ Patch by Mike Toews -2012-03-27 14:32 Sandro Santilli +2012-03-27 14:32 Sandro Santilli * [r9554] postgis/lwgeom_geos_clean.c, regress/clean.sql, regress/clean_expected: Accept POINT types in ST_MakeValid (#1719) -2012-03-27 10:51 Sandro Santilli +2012-03-27 10:51 Sandro Santilli * [r9553] loader/pgsql2shp-cli.c: 80 cols wrap for pgsql2shp help screen (#1722) Patch by Mike Toews -2012-03-27 09:56 Sandro Santilli +2012-03-27 09:56 Sandro Santilli * [r9552] doc/README: Update doc/README (#1721) @@ -18897,7 +22959,7 @@ Patch by Mike Toews -2012-03-27 07:01 Sandro Santilli +2012-03-27 07:01 Sandro Santilli * [r9551] java/pljava/README.txt, java/pljava/build.xml, java/pljava/functions.sql, java/pljava/install.sh, @@ -18947,7 +23009,7 @@ * [r9545] doc/extras_topology.xml: change example for totopogeom -2012-03-26 13:17 Sandro Santilli +2012-03-26 13:17 Sandro Santilli * [r9544] MIGRATION: Wrap within 80 cols @@ -18959,19 +23021,19 @@ * [r9542] CREDITS, MIGRATION: Updates for 2.0 -2012-03-23 23:00 Sandro Santilli +2012-03-23 23:00 Sandro Santilli * [r9541] topology/test/regress/topogeo_addlinestring.sql: Add topology validity checking (extra paranoia) -2012-03-23 22:54 Sandro Santilli +2012-03-23 22:54 Sandro Santilli * [r9540] topology/sql/populate.sql.in.c, topology/test/regress/topogeo_addlinestring.sql, topology/test/regress/topogeo_addlinestring_expected: Do not abuse ST_Snap for tweaking edge endpoints (#1706) -2012-03-23 22:23 Sandro Santilli +2012-03-23 22:23 Sandro Santilli * [r9539] topology/sql/sqlmm.sql.in.c, topology/test/regress/st_modedgesplit.sql, @@ -18989,12 +23051,12 @@ * [r9537] liblwgeom/ptarray.c: Allow build to work under DEBUG=5 -2012-03-23 17:08 Sandro Santilli +2012-03-23 17:08 Sandro Santilli * [r9536] topology/sql/sqlmm.sql.in.c: Add debugging lines to sqlmm edge splitting functions -2012-03-23 15:11 Sandro Santilli +2012-03-23 15:11 Sandro Santilli * [r9535] topology/test/regress/topogeo_addlinestring.sql: Add missing ticket reference to it's regression test @@ -19024,12 +23086,12 @@ liblwgeom/lwout_wkt.c: Parse error on WKT for multi with empty elements (#1703) -2012-03-22 15:07 Sandro Santilli +2012-03-22 15:07 Sandro Santilli * [r9529] regress/simplify.sql, regress/simplify_expected: Add collapsed polygon case to ST_Simplify test (#1698) -2012-03-22 15:07 Sandro Santilli +2012-03-22 15:07 Sandro Santilli * [r9528] liblwgeom/liblwgeom_internal.h, liblwgeom/lwline.c, liblwgeom/lwpoly.c, liblwgeom/ptarray.c, regress/simplify.sql: @@ -19040,7 +23102,7 @@ commit retains at least 3 vertices for polygons. -2012-03-22 15:06 Sandro Santilli +2012-03-22 15:06 Sandro Santilli * [r9527] liblwgeom/lwpoly.c: Do not drop collapsed polygon shells (#1698) @@ -19102,17 +23164,17 @@ * [r9517] README.postgis, README.raster: README.raster needs updating or removal (#1649) -2012-03-19 12:07 Sandro Santilli +2012-03-19 12:07 Sandro Santilli * [r9516] postgis/lwgeom_functions_analytic.c, regress/tickets.sql, regress/tickets_expected: ST_SnapToGrid: retain type on empty return (#1695) -2012-03-16 19:13 Sandro Santilli +2012-03-16 19:13 Sandro Santilli * [r9515] doc/reference_measure.xml: Fix typo puffered -> buffered -2012-03-16 19:11 Sandro Santilli +2012-03-16 19:11 Sandro Santilli * [r9514] liblwgeom/lwpoly.c: Be quieter on polygon ring collapse (in ST_Simplify) @@ -19143,7 +23205,7 @@ * [r9509] doc/reference_raster.xml: Provide summarizing summary stats example using intersection of geometry. Pretty fast. -2012-03-16 12:15 Sandro Santilli +2012-03-16 12:15 Sandro Santilli * [r9508] .gitignore, postgis/Makefile.in, postgis/legacy.sql.in.c, postgis/legacy_compatibility_layer.sql.in.c, @@ -19153,7 +23215,7 @@ As per http://postgis.refractions.net/pipermail/postgis-devel/2012-March/019663.html -2012-03-16 11:58 Sandro Santilli +2012-03-16 11:58 Sandro Santilli * [r9507] postgis/lwgeom_transform.c: Do not take PROJ4 errno value as a sign of error (#1580, #1690) @@ -19175,7 +23237,7 @@ * [r9504] doc/introduction.xml: Put in a section for crowd sourcing campaigns -2012-03-15 09:54 Sandro Santilli +2012-03-15 09:54 Sandro Santilli * [r9503] configure.ac: Bail out if user specified json dir isn't correct (#1688) @@ -19191,17 +23253,17 @@ efficient (prior version was taking 9-10 seconds this much improved one takes 3.5 seconds) -2012-03-14 20:26 Bborie Park +2012-03-14 20:26 Bborie Park * [r9500] raster/test/core/Makefile.in: Updated to have C API tests use libtool -2012-03-14 19:05 Bborie Park +2012-03-14 19:05 Bborie Park * [r9499] configure.ac: Use AC_SEARCH_LIBS instead of AC_CHECK_LIB for checking GDAL libraries -2012-03-14 16:35 Sandro Santilli +2012-03-14 16:35 Sandro Santilli * [r9498] configure.ac: Don't re-implement AC_PATH_PROG for gdal-config @@ -19212,29 +23274,29 @@ extensions/upgradeable_versions.mk: Prepare for 2.0.0beta3 release -2012-03-14 15:50 Sandro Santilli +2012-03-14 15:50 Sandro Santilli * [r9494] raster/rt_pg/Makefile.in: Encode dependency of raster _scripts_ to postgis_svn_revision.h -2012-03-14 15:46 Sandro Santilli +2012-03-14 15:46 Sandro Santilli * [r9493] raster/rt_pg/Makefile.in: Encode postgis_svn_revision.h dependency for raster lib -2012-03-14 15:40 Sandro Santilli +2012-03-14 15:40 Sandro Santilli * [r9492] topology/Makefile.in: Make sure to rebuild topology.sql on postgis_svn_revision.h change -2012-03-14 15:32 Sandro Santilli +2012-03-14 15:32 Sandro Santilli * [r9491] postgis/postgis.sql.in.c: Add a TOPOLOGY and a RASTER label in postgis_full_version() output This is to know if they are available -2012-03-14 13:13 Sandro Santilli +2012-03-14 13:13 Sandro Santilli * [r9490] postgis/lwgeom_inout.c: Simplify ST_AsLatLonText code and possily fix #1657 @@ -19242,18 +23304,18 @@ The possible bug was a call to pg_do_encoding_conversion w/out a defined string size argument. -2012-03-14 12:15 Sandro Santilli +2012-03-14 12:15 Sandro Santilli * [r9489] postgis/lwgeom_inout.c: Use existing text2cstring and cstring2text wheel -2012-03-13 18:06 Bborie Park +2012-03-13 18:06 Bborie Park * [r9488] raster/loader/raster2pgsql.c: Explicitly set NULL character to snprintf outputs as Windows does not do so automatically. Ticket is #1682. -2012-03-13 17:08 Sandro Santilli +2012-03-13 17:08 Sandro Santilli * [r9487] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_stringbuffer.c, liblwgeom/cunit/cu_tester.c: @@ -19262,7 +23324,7 @@ Hopefully these fail on windows so it's easier to test. It may take a memory debugger to really see the failure. -2012-03-13 17:08 Sandro Santilli +2012-03-13 17:08 Sandro Santilli * [r9486] liblwgeom/cunit/cu_misc.c: Rename misc testsuite to "misc" @@ -19277,7 +23339,7 @@ macros/snprintf.m4, postgis_config.h.in, raster/rt_pg/rt_pg.c: Roll back changes for autodetecting C99 vsnprintf (#1688) -2012-03-13 16:13 Bborie Park +2012-03-13 16:13 Bborie Park * [r9484] doc/reference_raster.xml, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -19297,29 +23359,29 @@ band does NOT have a NODATA value, the "nodatavalue" column will be NULL. -2012-03-13 09:18 Sandro Santilli +2012-03-13 09:18 Sandro Santilli * [r9483] topology/README: Add upgrade instructions -2012-03-13 09:17 Sandro Santilli +2012-03-13 09:17 Sandro Santilli * [r9482] topology/README: Drop SRID constraint issue (not an issue anymore with typmod) -2012-03-13 09:17 Sandro Santilli +2012-03-13 09:17 Sandro Santilli * [r9481] topology/README: Add note about toTopoGeom -2012-03-13 08:33 Sandro Santilli +2012-03-13 08:33 Sandro Santilli * [r9480] README.postgis: Set Version to match Version.config (HOWTO_RELEASE file mentions you need to edit it anyway) -2012-03-13 08:30 Sandro Santilli +2012-03-13 08:30 Sandro Santilli * [r9479] README.postgis: Add note about topology/README -2012-03-13 08:18 Sandro Santilli +2012-03-13 08:18 Sandro Santilli * [r9478] README.postgis: Update README.postgis (#1670) @@ -19355,156 +23417,156 @@ raster/rt_pg/rt_pg.c: Complete alternate implementation of vsnprintf, vasprintf for non-C99 systems. (#1668) -2012-03-12 17:45 Sandro Santilli +2012-03-12 17:45 Sandro Santilli * [r9476] libpgcommon/lwgeom_transform.c, regress/tickets.sql, regress/tickets_expected: Fix UTM zone reserved SRID interpretation (#1680) -2012-03-10 14:33 Sandro Santilli +2012-03-10 14:33 Sandro Santilli * [r9475] GNUmakefile.in: Check docs as part of "make check" Adds "xmllint" to the requirements for running "make check" -2012-03-10 14:28 Sandro Santilli +2012-03-10 14:28 Sandro Santilli * [r9474] doc/release_notes.xml: Introduce use of . I think we should use it more.. -2012-03-10 14:28 Sandro Santilli +2012-03-10 14:28 Sandro Santilli * [r9473] doc/release_notes.xml: typo -2012-03-10 14:27 Sandro Santilli +2012-03-10 14:27 Sandro Santilli * [r9472] GNUmakefile.in: Drop commented out lines -2012-03-10 14:08 Sandro Santilli +2012-03-10 14:08 Sandro Santilli * [r9471] doc/release_notes.xml: Add credits to Salvatore -2012-03-10 14:08 Sandro Santilli +2012-03-10 14:08 Sandro Santilli * [r9470] doc/release_notes.xml: No allowed after in (xmllint) -- add Vizzuality credit -2012-03-10 14:08 Sandro Santilli +2012-03-10 14:08 Sandro Santilli * [r9469] doc/extras_tigergeocoder.xml: goes before -2012-03-10 14:08 Sandro Santilli <strk@keybit.net> +2012-03-10 14:08 Sandro Santilli <strk@kbt.io> * [r9468] doc/extras_tigergeocoder.xml: <note> cannot be direct child of <abstract> (xmllint) -2012-03-10 14:07 Sandro Santilli <strk@keybit.net> +2012-03-10 14:07 Sandro Santilli <strk@kbt.io> * [r9467] doc/extras_tigergeocoder.xml: choice is a <paramdef> attribute, not <type>'s -2012-03-10 14:07 Sandro Santilli <strk@keybit.net> +2012-03-10 14:07 Sandro Santilli <strk@kbt.io> * [r9466] doc/extras_tigergeocoder.xml: <abstract> can't contain <note> (xmllint) -2012-03-10 13:44 Sandro Santilli <strk@keybit.net> +2012-03-10 13:44 Sandro Santilli <strk@kbt.io> * [r9465] doc/extras_topology.xml: Use empty params as placeholders, add missing refsection title (xmllint) -2012-03-10 13:44 Sandro Santilli <strk@keybit.net> +2012-03-10 13:44 Sandro Santilli <strk@kbt.io> * [r9464] doc/reference_raster.xml: More <para> wrapping (xmllint) -2012-03-10 13:44 Sandro Santilli <strk@keybit.net> +2012-03-10 13:44 Sandro Santilli <strk@kbt.io> * [r9463] doc/reference_raster.xml: wrap more <informalfigure> content in <para> (xmllint) -2012-03-10 13:43 Sandro Santilli <strk@keybit.net> +2012-03-10 13:43 Sandro Santilli <strk@kbt.io> * [r9462] doc/reference_raster.xml: choice is a <paramdef> attribute, not <type>'s -2012-03-10 13:43 Sandro Santilli <strk@keybit.net> +2012-03-10 13:43 Sandro Santilli <strk@kbt.io> * [r9461] doc/reference_raster.xml: wrap <informalfigure> content in <para> (xmllint) -2012-03-10 13:43 Sandro Santilli <strk@keybit.net> +2012-03-10 13:43 Sandro Santilli <strk@kbt.io> * [r9460] doc/reference_raster.xml: wrap <listitem> content in <para> (xmllint) -2012-03-10 13:43 Sandro Santilli <strk@keybit.net> +2012-03-10 13:43 Sandro Santilli <strk@kbt.io> * [r9459] doc/reference_raster.xml: choice belongs to <paramdef>, not <parameter> (xmllint) -2012-03-10 13:43 Sandro Santilli <strk@keybit.net> +2012-03-10 13:43 Sandro Santilli <strk@kbt.io> * [r9458] doc/reference_raster.xml: <sect1info> goes before <title> -2012-03-10 13:43 Sandro Santilli <strk@keybit.net> +2012-03-10 13:43 Sandro Santilli <strk@kbt.io> * [r9457] doc/reference_processing.xml: <informalfigure> goes in <para> (xmllint) -2012-03-10 13:42 Sandro Santilli <strk@keybit.net> +2012-03-10 13:42 Sandro Santilli <strk@kbt.io> * [r9456] doc/reference_operator.xml: Use <para> as appropriate (xmllint) -2012-03-10 13:42 Sandro Santilli <strk@keybit.net> +2012-03-10 13:42 Sandro Santilli <strk@kbt.io> * [r9455] doc/reference_editor.xml: <informalfigure> must be in <para> (xmllint) -2012-03-10 13:42 Sandro Santilli <strk@keybit.net> +2012-03-10 13:42 Sandro Santilli <strk@kbt.io> * [r9454] doc/reference_constructor.xml: Put semicolon where it belongs (xmllint) -2012-03-10 13:42 Sandro Santilli <strk@keybit.net> +2012-03-10 13:42 Sandro Santilli <strk@kbt.io> * [r9453] doc/using_raster_dataman.xml: Use <para> elements according to the DTD (xmllint) -2012-03-10 13:42 Sandro Santilli <strk@keybit.net> +2012-03-10 13:42 Sandro Santilli <strk@kbt.io> * [r9452] doc/faq.xml: <strong> to <emphasis> (xmllint) -2012-03-10 13:00 Sandro Santilli <strk@keybit.net> +2012-03-10 13:00 Sandro Santilli <strk@kbt.io> * [r9451] doc/installation.xml: <filename> is not a valid child of <listitem>, <para> is (xmllint) -2012-03-10 12:51 Sandro Santilli <strk@keybit.net> +2012-03-10 12:51 Sandro Santilli <strk@kbt.io> * [r9450] doc/xsl/postgis_aggs_mm.xml.xsl: More linked -> linkend typos -2012-03-10 12:10 Sandro Santilli <strk@keybit.net> +2012-03-10 12:10 Sandro Santilli <strk@kbt.io> * [r9449] doc/xsl/postgis_aggs_mm.xml.xsl: Fix xref (thanks make check) -2012-03-10 12:07 Sandro Santilli <strk@keybit.net> +2012-03-10 12:07 Sandro Santilli <strk@kbt.io> * [r9448] doc/reference_raster.xml, doc/release_notes.xml: linked -> linkend (thanks make check) -2012-03-10 11:38 Sandro Santilli <strk@keybit.net> +2012-03-10 11:38 Sandro Santilli <strk@kbt.io> * [r9447] doc/introduction.xml: Add credit to Avencia (#1671) -2012-03-10 11:31 Sandro Santilli <strk@keybit.net> +2012-03-10 11:31 Sandro Santilli <strk@kbt.io> * [r9446] doc/introduction.xml: More credits -2012-03-10 11:26 Sandro Santilli <strk@keybit.net> +2012-03-10 11:26 Sandro Santilli <strk@kbt.io> * [r9445] doc/introduction.xml: Add postgis topology signers to credits section (#1601) @@ -19512,45 +23574,45 @@ I also formatted the names to be one-per-line. Output won't care but it's easier to sort alphabetically ... -2012-03-10 10:34 Sandro Santilli <strk@keybit.net> +2012-03-10 10:34 Sandro Santilli <strk@kbt.io> * [r9444] CREDITS: Substitute CREDITS content with pointers to manual (#1601) -2012-03-10 10:27 Sandro Santilli <strk@keybit.net> +2012-03-10 10:27 Sandro Santilli <strk@kbt.io> * [r9443] make_dist.sh: Be quiet when postgis_svn_revision.h isn't needed (#1666) -2012-03-10 00:40 Bborie Park <bkpark at ucdavis.edu> +2012-03-10 00:40 Bborie Park <dustymugs at gmail.com> * [r9442] configure.ac: Cleanup for testing GDAL include files -2012-03-10 00:30 Bborie Park <bkpark at ucdavis.edu> +2012-03-10 00:30 Bborie Park <dustymugs at gmail.com> * [r9441] configure.ac: This should do it. Debugging Hudson is fun... like entertaining a grumpy old man. -2012-03-10 00:24 Bborie Park <bkpark at ucdavis.edu> +2012-03-10 00:24 Bborie Park <dustymugs at gmail.com> * [r9440] configure.ac: Removed multiple AC_ARG_WITH calls for raster -2012-03-10 00:19 Bborie Park <bkpark at ucdavis.edu> +2012-03-10 00:19 Bborie Park <dustymugs at gmail.com> * [r9439] configure.ac: Another attempt to fix hudson... -2012-03-10 00:05 Bborie Park <bkpark at ucdavis.edu> +2012-03-10 00:05 Bborie Park <dustymugs at gmail.com> * [r9438] configure.ac: Comment cleanup as hudson isn't happy. -2012-03-09 23:57 Bborie Park <bkpark at ucdavis.edu> +2012-03-09 23:57 Bborie Park <dustymugs at gmail.com> * [r9437] configure.ac: Fixed GDAL configuration as hudson wasn't getting GDALFPolygonize. This may be the cause for Windows not detecting GDALFPolygonize either. -2012-03-09 19:00 Bborie Park <bkpark at ucdavis.edu> +2012-03-09 19:00 Bborie Park <dustymugs at gmail.com> * [r9436] raster/loader/Makefile.in, raster/loader/raster2pgsql.h, raster/rt_core/rt_api.c: Initialize variables that may cause @@ -19572,23 +23634,23 @@ * [r9433] doc/html/images/st_mapalgebraexpr2_08.png, doc/reference_raster.xml: Fix mapalgebra2 syntax -2012-03-08 10:58 Sandro Santilli <strk@keybit.net> +2012-03-08 10:58 Sandro Santilli <strk@kbt.io> * [r9432] .gitignore: Ignore all html files under doc/html/ (also chunked) -2012-03-08 10:58 Sandro Santilli <strk@keybit.net> +2012-03-08 10:58 Sandro Santilli <strk@kbt.io> * [r9431] doc/introduction.xml: Give introduction chapter an id. This should give it a nice URL online so we can point to credits from the CREDITS file (#1601) -2012-03-08 10:36 Sandro Santilli <strk@keybit.net> +2012-03-08 10:36 Sandro Santilli <strk@kbt.io> * [r9430] make_dist.sh: Remove .svnignore files (#1665) -2012-03-08 10:36 Sandro Santilli <strk@keybit.net> +2012-03-08 10:36 Sandro Santilli <strk@kbt.io> * [r9429] doc/html/.cvsignore, extras/ogc_test_suite/.cvsignore, extras/wkb_reader/.cvsignore, java/jdbc/.cvsignore, @@ -19632,12 +23694,12 @@ * [r9420] liblwgeom/lwgeom_debug.c: ST_Summary output contains a spurious "+" sign (#1663) -2012-03-07 11:39 Sandro Santilli <strk@keybit.net> +2012-03-07 11:39 Sandro Santilli <strk@kbt.io> * [r9419] configure.ac, regress/Makefile.in: Actually run GeoJSON input tests when libjson is available -2012-03-07 11:18 Sandro Santilli <strk@keybit.net> +2012-03-07 11:18 Sandro Santilli <strk@kbt.io> * [r9418] postgis/lwgeom_in_geojson.c, postgis/postgis.sql.in.c: Report libjson availability from postgis_full_version (#1660) @@ -19646,17 +23708,17 @@ doesn't give any version information. We just return NULL if not using the library and "UNKNOWN" otherwise. -2012-03-07 10:55 Sandro Santilli <strk@keybit.net> +2012-03-07 10:55 Sandro Santilli <strk@kbt.io> * [r9417] README.postgis: Add note about installing json-c library on apt-based systems -2012-03-07 09:16 Sandro Santilli <strk@keybit.net> +2012-03-07 09:16 Sandro Santilli <strk@kbt.io> * [r9416] README.postgis: Update REQUIREMENTS section, add JSON-C (#1660) -2012-03-07 08:17 Sandro Santilli <strk@keybit.net> +2012-03-07 08:17 Sandro Santilli <strk@kbt.io> * [r9415] TODO: I didn't realize we had ST_AsLatLonText already :) @@ -19665,13 +23727,13 @@ * [r9414] postgis/geography_measurement.c: Crash in ST_Project on NULL input (#1658) -2012-03-07 04:28 Bborie Park <bkpark at ucdavis.edu> +2012-03-07 04:28 Bborie Park <dustymugs at gmail.com> * [r9413] raster/rt_core/rt_api.c: Slightly more verbose error message for when rt_raster_gdal_rasterize() is unable to have an OSR object project a provided srs text. -2012-03-06 21:16 Sandro Santilli <strk@keybit.net> +2012-03-06 21:16 Sandro Santilli <strk@kbt.io> * [r9412] TODO: Update TODO list dropping done items @@ -19685,7 +23747,7 @@ * [r9410] loader/Makefile.in: I'm not sure this "fix" was actually a fix so I'm removing it. -2012-03-06 16:16 Sandro Santilli <strk@keybit.net> +2012-03-06 16:16 Sandro Santilli <strk@kbt.io> * [r9409] NEWS, topology/sql/populate.sql.in.c, topology/test/regress/topogeo_addlinestring.sql, @@ -19694,34 +23756,34 @@ Also add Salvatore to the list of testing heroes :) -2012-03-06 13:44 Sandro Santilli <strk@keybit.net> +2012-03-06 13:44 Sandro Santilli <strk@kbt.io> * [r9408] topology/sql/populate.sql.in.c, topology/test/regress/topogeo_addlinestring.sql, topology/test/regress/topogeo_addlinestring_expected: Don't let a single collapse hide _all_ edges (#1650) -2012-03-06 13:21 Sandro Santilli <strk@keybit.net> +2012-03-06 13:21 Sandro Santilli <strk@kbt.io> * [r9407] topology/sql/populate.sql.in.c, topology/test/regress/topogeo_addlinestring.sql, topology/test/regress/topogeo_addlinestring_expected: Skip collapsed edges after snapping (#1650) -2012-03-06 13:20 Sandro Santilli <strk@keybit.net> +2012-03-06 13:20 Sandro Santilli <strk@kbt.io> * [r9406] topology/test/regress/topogeo_addlinestring.sql, topology/test/regress/topogeo_addlinestring_expected: Uncomment new tests for #1641 -2012-03-06 09:45 Sandro Santilli <strk@keybit.net> +2012-03-06 09:45 Sandro Santilli <strk@kbt.io> * [r9405] doc/Makefile.in, doc/README: Have "make install" only install what "make" built (#1652) Also updates the README to be in sync with Makefile.in -2012-03-06 09:05 Sandro Santilli <strk@keybit.net> +2012-03-06 09:05 Sandro Santilli <strk@kbt.io> * [r9404] topology/sql/topogeometry/totopogeom.sql.in.c, topology/test/regress/totopogeom.sql, @@ -19747,27 +23809,27 @@ * [r9400] authors.svn: Update kneufeld contact info -2012-03-05 12:24 Sandro Santilli <strk@keybit.net> +2012-03-05 12:24 Sandro Santilli <strk@kbt.io> * [r9399] doc/extras_topology.xml, topology/topology.sql.in.c: Add GetTopologySRID (#1182) -2012-03-05 12:14 Sandro Santilli <strk@keybit.net> +2012-03-05 12:14 Sandro Santilli <strk@kbt.io> * [r9398] topology/sql/sqlmm.sql.in.c: Optimize ST_AddIsoNode (#983) -2012-03-05 11:33 Sandro Santilli <strk@keybit.net> +2012-03-05 11:33 Sandro Santilli <strk@kbt.io> * [r9397] doc/extras_topology.xml: Move topology reference entries from "processing" to "constructors" -2012-03-05 11:05 Sandro Santilli <strk@keybit.net> +2012-03-05 11:05 Sandro Santilli <strk@kbt.io> * [r9396] topology/sql/populate.sql.in.c: _ST_MinTolerance isn't IMMUTABLE, due to db lookup... -2012-03-05 10:49 Sandro Santilli <strk@keybit.net> +2012-03-05 10:49 Sandro Santilli <strk@kbt.io> * [r9395] topology/sql/populate.sql.in.c, topology/sql/topogeometry/totopogeom.sql.in.c, @@ -19778,7 +23840,7 @@ This handling fixes the #1641 case w/out passing an explicit tolerance and makes a step toward #785. -2012-03-05 08:28 Sandro Santilli <strk@keybit.net> +2012-03-05 08:28 Sandro Santilli <strk@kbt.io> * [r9394] utils/postgis_restore.pl.in: Fix typos (FUNCION), drop duplicate entries @@ -19820,7 +23882,7 @@ * [r9387] doc/reference_raster.xml: Fix for ticket #1589. Removed misleading example. -2012-03-02 19:00 Bborie Park <bkpark at ucdavis.edu> +2012-03-02 19:00 Bborie Park <dustymugs at gmail.com> * [r9386] raster/rt_pg/rt_pg.c: Fixed problem with passing PROJ.4 text to GDAL which may result in SRS WKT that is NOT what is @@ -19856,7 +23918,7 @@ * [r9381] doc/installation.xml: Add section about soft upgrade with extensions. -2012-03-02 01:15 Bborie Park <bkpark at ucdavis.edu> +2012-03-02 01:15 Bborie Park <dustymugs at gmail.com> * [r9380] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Add handling of @@ -19869,7 +23931,7 @@ raster/test/regress/rt_mapalgebraexpr_expected: Added regression test for error case reported in #1638. -2012-03-01 22:17 Bborie Park <bkpark at ucdavis.edu> +2012-03-01 22:17 Bborie Park <dustymugs at gmail.com> * [r9378] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c, @@ -19885,7 +23947,7 @@ * [r9377] doc/reference_raster.xml: Fix for #1589 and #1633. -2012-03-01 20:32 Sandro Santilli <strk@keybit.net> +2012-03-01 20:32 Sandro Santilli <strk@kbt.io> * [r9376] extensions/postgis/Makefile.in: postgis_drop_before.sql.in.c => postgis_drop_before.sql @@ -19895,7 +23957,7 @@ * [r9375] configure.ac: Make --prefix note a warning rather than a failure. (#1628) -2012-03-01 19:09 Sandro Santilli <strk@keybit.net> +2012-03-01 19:09 Sandro Santilli <strk@kbt.io> * [r9374] topology/sql/populate.sql.in.c: Add an internal topology._st_mintolerance funtion @@ -19909,7 +23971,7 @@ inconsistency (#1625) but could probably be used everytime 0 is passed as a tolerance, possibly fixing #1641 as well. -2012-03-01 16:47 Bborie Park <bkpark at ucdavis.edu> +2012-03-01 16:47 Bborie Park <dustymugs at gmail.com> * [r9373] raster/test/regress/rt_mapalgebraexpr.sql: Update regression tests for 1-raster ST_MapAlgebraExpr due to commit @@ -19924,73 +23986,73 @@ raster/test/regress/rt_overlap_expected: Fix for ticket #1635. Added explicit ~ and && operators on raster and geometry. -2012-03-01 15:59 Bborie Park <bkpark at ucdavis.edu> +2012-03-01 15:59 Bborie Park <dustymugs at gmail.com> * [r9371] raster/rt_pg/rt_pg.c: Forced casting of output from 1-raster ST_MapAlgebraExpr. Ticket is #1639. -2012-03-01 15:51 Sandro Santilli <strk@keybit.net> +2012-03-01 15:51 Sandro Santilli <strk@kbt.io> * [r9370] doc/README: MathML DTDs are also needed for the HTML -2012-03-01 15:51 Sandro Santilli <strk@keybit.net> +2012-03-01 15:51 Sandro Santilli <strk@kbt.io> * [r9369] doc/README: added MathML 3 DTD to requirements in doc -2012-03-01 15:14 Sandro Santilli <strk@keybit.net> +2012-03-01 15:14 Sandro Santilli <strk@kbt.io> * [r9368] topology/test/regress/topogeo_addlinestring.sql, topology/test/regress/topogeo_addlinestring_expected: Add a test for #1641 using a tolerance (1e-16 is good enough) -2012-03-01 15:07 Sandro Santilli <strk@keybit.net> +2012-03-01 15:07 Sandro Santilli <strk@kbt.io> * [r9367] topology/test/regress/topogeo_addlinestring.sql: Add test for #1641 (disabled as it would fail) -2012-03-01 15:07 Sandro Santilli <strk@keybit.net> +2012-03-01 15:07 Sandro Santilli <strk@kbt.io> * [r9366] topology/test/regress/topogeo_addlinestring.sql: Cleanup the face table as well (you just can't drop the universe) -2012-03-01 12:50 Sandro Santilli <strk@keybit.net> +2012-03-01 12:50 Sandro Santilli <strk@kbt.io> * [r9365] utils/postgis_restore.pl.in: Add more items in the skip list (#1640) -2012-03-01 12:25 Sandro Santilli <strk@keybit.net> +2012-03-01 12:25 Sandro Santilli <strk@kbt.io> * [r9364] liblwgeom/cunit/cu_ptarray.c: Add tests for ptarray_insert_point (see #1640) -2012-03-01 12:25 Sandro Santilli <strk@keybit.net> +2012-03-01 12:25 Sandro Santilli <strk@kbt.io> * [r9363] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c, liblwgeom/ptarray.c: Check args passed to ptarray_set_point4d -2012-03-01 11:58 Sandro Santilli <strk@keybit.net> +2012-03-01 11:58 Sandro Santilli <strk@kbt.io> * [r9362] doc/reference_management.xml: Drop reference to postgis_uses_stats (#1632) -2012-03-01 09:16 Sandro Santilli <strk@keybit.net> +2012-03-01 09:16 Sandro Santilli <strk@kbt.io> * [r9361] utils/postgis_restore.pl.in: Properly exit the loop parsing spatial_ref_sys population (#1640) -2012-03-01 08:54 Sandro Santilli <strk@keybit.net> +2012-03-01 08:54 Sandro Santilli <strk@kbt.io> * [r9360] postgis/postgis.sql.in.c, postgis/postgis_drop_after.sql: Drop postgis_uses_stats (#1632) -2012-03-01 08:26 Sandro Santilli <strk@keybit.net> +2012-03-01 08:26 Sandro Santilli <strk@kbt.io> * [r9359] postgis/Makefile.in, postgis/postgis_drop.sql.in.c, postgis/postgis_drop_after.sql, postgis/postgis_drop_before.sql, postgis/postgis_drop_before.sql.in.c: Rename drop files to be hopefully clearer, add copyright headers -2012-03-01 08:26 Sandro Santilli <strk@keybit.net> +2012-03-01 08:26 Sandro Santilli <strk@kbt.io> * [r9358] postgis/Makefile.in, postgis/postgis.sql.in.c: Stop including drop calls from main postgis.sql file @@ -20011,55 +24073,55 @@ * [r9353] ChangeLog, NEWS, README.postgis: Update for beta1 -2012-02-29 15:59 Sandro Santilli <strk@keybit.net> +2012-02-29 15:59 Sandro Santilli <strk@kbt.io> * [r9352] topology/sql/populate.sql.in.c, topology/test/regress/topogeo_addlinestring.sql, topology/test/regress/topogeo_addlinestring_expected: Check first point after snapping an edge to a new point (#1631) -2012-02-29 14:20 Sandro Santilli <strk@keybit.net> +2012-02-29 14:20 Sandro Santilli <strk@kbt.io> * [r9351] raster/rt_pg/rtpostgis_drop.sql.in.c: Get the deprecated function right (fixes previous commit) -2012-02-29 14:14 Sandro Santilli <strk@keybit.net> +2012-02-29 14:14 Sandro Santilli <strk@kbt.io> * [r9350] raster/rt_pg/rtpostgis_drop.sql.in.c: Drop removed st_clip function (#1630) -2012-02-29 13:52 Sandro Santilli <strk@keybit.net> +2012-02-29 13:52 Sandro Santilli <strk@kbt.io> * [r9349] raster/rt_pg/Makefile.in: Do not install intermediary files (#1621) -2012-02-29 13:35 Sandro Santilli <strk@keybit.net> +2012-02-29 13:35 Sandro Santilli <strk@kbt.io> * [r9348] utils/svn_repo_revision.pl: Don't override postgis_svn_revision.h with a fake revision (#1634) -2012-02-29 10:55 Sandro Santilli <strk@keybit.net> +2012-02-29 10:55 Sandro Santilli <strk@kbt.io> * [r9347] postgis/postgis.sql.in.c: Stop using postgis_uses_stats() from postgis_full_version() (#1632) -2012-02-29 10:48 Sandro Santilli <strk@keybit.net> +2012-02-29 10:48 Sandro Santilli <strk@kbt.io> * [r9346] doc/reference_management.xml: Integrate upgrade tips in postgis_full_version reference -2012-02-29 10:39 Sandro Santilli <strk@keybit.net> +2012-02-29 10:39 Sandro Santilli <strk@kbt.io> * [r9345] doc/installation.xml: Mention rtpostgis_upgrade* and topology_upgrade* in manual (#1611) -2012-02-29 10:08 Sandro Santilli <strk@keybit.net> +2012-02-29 10:08 Sandro Santilli <strk@kbt.io> * [r9344] doc/Makefile.in: Have XSLTPROCFLAGS default to --nonet This way you can drop by redefining it as in: make XSLTPROCFLAGS= -2012-02-29 09:51 Sandro Santilli <strk@keybit.net> +2012-02-29 09:51 Sandro Santilli <strk@kbt.io> * [r9343] doc/Makefile.in: Add support for a user-defined XSLTPROCFLAGS variable to append @@ -20140,7 +24202,7 @@ * [r9331] liblwgeom/lwout_gml.c: Make error message on GML2 calls for TIN more instructive (#1591) -2012-02-28 17:17 Sandro Santilli <strk@keybit.net> +2012-02-28 17:17 Sandro Santilli <strk@kbt.io> * [r9330] topology/sql/populate.sql.in.c, topology/test/regress/topogeo_addlinestring.sql, @@ -20161,16 +24223,16 @@ topology building issue and that's A Good Thing. -2012-02-28 17:17 Sandro Santilli <strk@keybit.net> +2012-02-28 17:17 Sandro Santilli <strk@kbt.io> * [r9329] topology/sql/sqlmm.sql.in.c: Hush debugging lines unless requested -2012-02-28 10:43 Sandro Santilli <strk@keybit.net> +2012-02-28 10:43 Sandro Santilli <strk@kbt.io> * [r9328] .gitignore: Ignore extension sql target dirs -2012-02-28 10:28 Sandro Santilli <strk@keybit.net> +2012-02-28 10:28 Sandro Santilli <strk@kbt.io> * [r9327] configure.ac, doc/Makefile.in, doc/postgis.xml: Have configure look for mathml2.dtd, rework doc build scripts (#1157) @@ -22022,7 +26084,7 @@ * [r9321] liblwgeom/cunit/cu_split.c: Quiet compile warning. -2012-02-27 18:07 Sandro Santilli <strk@keybit.net> +2012-02-27 18:07 Sandro Santilli <strk@kbt.io> * [r9320] regress/tickets.sql, regress/tickets_expected: Use rounder numbers in tests (fixes a regression on 32bit system) @@ -22032,13 +26094,13 @@ * [r9319] regress/run_test: Ignore LF/CRLF differences when differencing sql output files in raster tests. -2012-02-27 17:36 Sandro Santilli <strk@keybit.net> +2012-02-27 17:36 Sandro Santilli <strk@kbt.io> * [r9318] regress/Makefile.in, regress/legacy.sql, regress/legacy_expected: Add regression test for legacy.sql and uninstall_legacy.sql (#915) -2012-02-27 17:36 Sandro Santilli <strk@keybit.net> +2012-02-27 17:36 Sandro Santilli <strk@kbt.io> * [r9317] regress/loader/ReprojectPts-post.sql, regress/loader/ReprojectPts-pre.sql, @@ -22046,58 +26108,58 @@ regress/loader/ReprojectPtsGeog-pre.sql: Properly cleanup spatial_ref_sys after loader tests -2012-02-27 17:36 Sandro Santilli <strk@keybit.net> +2012-02-27 17:36 Sandro Santilli <strk@kbt.io> * [r9316] regress/regress_proj.sql: Properly cleanup spatial_ref_sys -2012-02-27 16:55 Sandro Santilli <strk@keybit.net> +2012-02-27 16:55 Sandro Santilli <strk@kbt.io> * [r9315] postgis/legacy.sql.in.c: Define the legacy 'within' as a proxy to ST_Within as the C entry point was dropped -2012-02-27 16:52 Sandro Santilli <strk@keybit.net> +2012-02-27 16:52 Sandro Santilli <strk@kbt.io> * [r9314] postgis/Makefile.in, postgis/uninstall_legacy.sql.in.c: Generate uninstall_legacy.sql from legacy.sql (#949) -2012-02-27 16:42 Bborie Park <bkpark at ucdavis.edu> +2012-02-27 16:42 Bborie Park <dustymugs at gmail.com> * [r9313] raster/rt_core/rt_api.c, raster/test/core/testapi.c: Correct handling of 8BSI pixel types when converting a raster to a GDAL MEM dataset. This should resolve the failures in #1617. -2012-02-27 16:26 Sandro Santilli <strk@keybit.net> +2012-02-27 16:26 Sandro Santilli <strk@kbt.io> * [r9312] topology/Makefile.in: Fix "make clean" to drop all generated files -2012-02-27 16:06 Sandro Santilli <strk@keybit.net> +2012-02-27 16:06 Sandro Santilli <strk@kbt.io> * [r9311] topology/Makefile.in: Encode dependency of topology script on sqldefines (for version) -2012-02-27 15:55 Sandro Santilli <strk@keybit.net> +2012-02-27 15:55 Sandro Santilli <strk@kbt.io> * [r9310] postgis/postgis.sql.in.c: Have postgis_full_version() check versions of all objects (#1608) -2012-02-27 15:39 Sandro Santilli <strk@keybit.net> +2012-02-27 15:39 Sandro Santilli <strk@kbt.io> * [r9309] raster/rt_pg/rt_pg.c: Have postgis_raster_lib_version() include SVN revision (#1608) -2012-02-27 15:26 Sandro Santilli <strk@keybit.net> +2012-02-27 15:26 Sandro Santilli <strk@kbt.io> * [r9308] raster/rt_pg/rtpostgis_drop.sql.in.c: st_clip signature changed (#1620) -2012-02-27 15:03 Sandro Santilli <strk@keybit.net> +2012-02-27 15:03 Sandro Santilli <strk@kbt.io> * [r9307] raster/rt_pg/rtpostgis.sql.in.c: Add postgis_raster_scripts_installed() function (#1608) -2012-02-27 15:02 Sandro Santilli <strk@keybit.net> +2012-02-27 15:02 Sandro Santilli <strk@kbt.io> * [r9306] topology/topology.sql.in.c: Add postgis_topology_scripts_installed() function (#1608) @@ -22107,7 +26169,7 @@ * [r9305] NEWS, doc/release_notes.xml: update to March. Seems likely we'll miss the February boat. Maybe shoot for March. -2012-02-27 11:22 Sandro Santilli <strk@keybit.net> +2012-02-27 11:22 Sandro Santilli <strk@kbt.io> * [r9304] configure.ac, postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c, postgis/sqldefines.h.in: Set script @@ -22118,7 +26180,7 @@ Needs some wider testing of upgrade scripts and then will attach the same version to raster and topology. -2012-02-26 18:31 Bborie Park <bkpark at ucdavis.edu> +2012-02-26 18:31 Bborie Park <dustymugs at gmail.com> * [r9303] raster/test/core/testapi.c: Additional test of rt_raster_to_gdal(). @@ -22163,12 +26225,12 @@ * [r9295] utils/svn_repo_revision.pl: Quote out the svn and git commands for windoze -2012-02-24 23:42 Bborie Park <bkpark at ucdavis.edu> +2012-02-24 23:42 Bborie Park <dustymugs at gmail.com> * [r9294] raster/test/regress/rt_asraster_expected: Forgot to update regression tests for changes made in r9293 -2012-02-24 22:54 Bborie Park <bkpark at ucdavis.edu> +2012-02-24 22:54 Bborie Park <dustymugs at gmail.com> * [r9293] raster/rt_core/rt_api.c: Fixed conversion of pixel types between PostGIS raster and GDAL. Essentially PostGIS raster 8BSI @@ -22184,18 +26246,18 @@ loader/shp2pgsql-gui.c: Fix up the revision info in the usage lines -2012-02-24 20:17 Sandro Santilli <strk@keybit.net> +2012-02-24 20:17 Sandro Santilli <strk@kbt.io> * [r9290] regress/run_test: Make sure the created backend temp directory is world writeable -2012-02-24 19:24 Bborie Park <bkpark at ucdavis.edu> +2012-02-24 19:24 Bborie Park <dustymugs at gmail.com> * [r9289] raster/rt_core/rt_api.c: Additional fixups to not increase extent if an alignment is to take place in rt_raster_gdal_rasterize(). -2012-02-24 19:11 Sandro Santilli <strk@keybit.net> +2012-02-24 19:11 Sandro Santilli <strk@kbt.io> * [r9288] topology/test/regress/sqlmm.sql, topology/test/regress/sqlmm_expected: Be immune from topology @@ -22206,28 +26268,28 @@ * [r9287] regress/run_test: Make sure the regress tmp directory exists before trying to write to it. -2012-02-24 17:33 Bborie Park <bkpark at ucdavis.edu> +2012-02-24 17:33 Bborie Park <dustymugs at gmail.com> * [r9286] raster/rt_core/rt_api.c, raster/test/regress/rt_intersects_expected: Added additional conditions for rt_raster_gdal_rasterize() determining when to expand the extent. -2012-02-24 15:23 Sandro Santilli <strk@keybit.net> +2012-02-24 15:23 Sandro Santilli <strk@kbt.io> * [r9285] topology/test/regress/legacy_validate.sql, topology/test/regress/legacy_validate_expected, topology/topology.sql.in.c: Do not report "face without edges" error for universal face (#1612) -2012-02-24 15:23 Sandro Santilli <strk@keybit.net> +2012-02-24 15:23 Sandro Santilli <strk@kbt.io> * [r9284] regress/run_test: Rename the backend temp dir and drop with brute force Avoids errors when no test writes anything in there (so no dir) -2012-02-24 10:21 Sandro Santilli <strk@keybit.net> +2012-02-24 10:21 Sandro Santilli <strk@kbt.io> * [r9283] regress/run_test: Properly drop the temporary directory setup for backend output @@ -22235,7 +26297,7 @@ This prevents errors when running "make check" against backends owned by different users. -2012-02-24 05:05 Bborie Park <bkpark at ucdavis.edu> +2012-02-24 05:05 Bborie Park <dustymugs at gmail.com> * [r9282] raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c, @@ -22255,14 +26317,14 @@ ASSIGNMENT not IMPLICIT. Related ticket is #490. Knowing my luck, I'll be reverting this due to some showstopper. -2012-02-23 22:25 Bborie Park <bkpark at ucdavis.edu> +2012-02-23 22:25 Bborie Park <dustymugs at gmail.com> * [r9281] raster/rt_core/rt_api.c, raster/test/regress/rt_resample_expected: Added correct handling of negative scale-x and positive scale-y in rt_raster_gdal_warp(). -2012-02-23 21:49 Bborie Park <bkpark at ucdavis.edu> +2012-02-23 21:49 Bborie Park <dustymugs at gmail.com> * [r9280] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -22273,7 +26335,7 @@ strings. Also added cleanup code to make invalid dumped geometries valid. Associated tickets are #1586 and #637. -2012-02-23 16:07 Sandro Santilli <strk@keybit.net> +2012-02-23 16:07 Sandro Santilli <strk@kbt.io> * [r9279] postgis/lwgeom_in_gml.c: Don't deep clone POINTARRAY in GML input routine. @@ -22286,19 +26348,19 @@ * [r9278] doc/reference_raster.xml: Rewrote most of ST_AsRaster. Grouped similar variants to make everything a bit more readable. -2012-02-23 13:28 Sandro Santilli <strk@keybit.net> +2012-02-23 13:28 Sandro Santilli <strk@kbt.io> * [r9277] regress/run_test: Set the default regression temp dir to /tmp/pgis_reg (#1607) -2012-02-23 12:54 Sandro Santilli <strk@keybit.net> +2012-02-23 12:54 Sandro Santilli <strk@kbt.io> * [r9276] topology/sql/sqlmm.sql.in.c, topology/test/regress/st_getfacegeometry.sql, topology/test/regress/st_getfacegeometry_expected: Have ST_GetFaceGeometry check face existance, regress-test -2012-02-23 11:24 Sandro Santilli <strk@keybit.net> +2012-02-23 11:24 Sandro Santilli <strk@kbt.io> * [r9275] postgis/postgis_drop_before.sql.in.c: Drop the UpdateGeometrySRID version with old param name (#1606) @@ -22308,7 +26370,7 @@ * [r9272] astyle.sh: Correctly handle the new lexer/parser output files -2012-02-22 23:06 Bborie Park <bkpark at ucdavis.edu> +2012-02-22 23:06 Bborie Park <dustymugs at gmail.com> * [r9271] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c, raster/test/regress/rt_asraster.sql, @@ -22436,22 +26498,22 @@ regress/tickets_expected, regress/wkt_expected: Switch to evaluating tests using psql with verbosity=terse -2012-02-22 17:19 Sandro Santilli <strk@keybit.net> +2012-02-22 17:19 Sandro Santilli <strk@kbt.io> * [r9258] postgis/lwgeom_geos.c, regress/polygonize.sql, regress/polygonize_expected: Fix ST_Polygonize aggregate to retain Z (#1602) -2012-02-22 15:52 Sandro Santilli <strk@keybit.net> +2012-02-22 15:52 Sandro Santilli <strk@kbt.io> * [r9257] LICENSE.TXT: Stay within 80 cols -2012-02-22 15:33 Sandro Santilli <strk@keybit.net> +2012-02-22 15:33 Sandro Santilli <strk@kbt.io> * [r9256] postgis/postgis.sql.in.c, postgis/sqldefines.h.in: Parametrize max user SRID in the SQL file too -2012-02-22 12:49 Sandro Santilli <strk@keybit.net> +2012-02-22 12:49 Sandro Santilli <strk@kbt.io> * [r9253] postgis/postgis.sql.in.c, regress/tickets.sql, regress/tickets_expected: Check SRID passed to @@ -22459,7 +26521,7 @@ Adds regression testing -2012-02-22 12:48 Sandro Santilli <strk@keybit.net> +2012-02-22 12:48 Sandro Santilli <strk@kbt.io> * [r9252] postgis/lwgeom_functions_analytic.c: Forward port fix to #1595, although there's no way to expose in 2.0 @@ -22482,29 +26544,29 @@ for the value parameter of ST_AsRaster and added one missing variant. -2012-02-21 14:32 Sandro Santilli <strk@keybit.net> +2012-02-21 14:32 Sandro Santilli <strk@kbt.io> * [r9247] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_transform.c: Add a ptarray_transform function in liblwgeom API -2012-02-21 13:54 Sandro Santilli <strk@keybit.net> +2012-02-21 13:54 Sandro Santilli <strk@kbt.io> * [r9246] postgis/lwgeom_in_gml.c: Draft an lwgeom_from_gml function (#1591) Can't be moved all to liblwgeom due to use of spatial_ref_sys -2012-02-21 11:07 Sandro Santilli <strk@keybit.net> +2012-02-21 11:07 Sandro Santilli <strk@kbt.io> * [r9245] loader/shp2pgsql-core.c: Print SRID in decimal form, not hex (#1593) -2012-02-21 10:57 Sandro Santilli <strk@keybit.net> +2012-02-21 10:57 Sandro Santilli <strk@kbt.io> * [r9244] doc/using_postgis_dataman.xml: Update documentation about shp2pgsql -s/-g flag (#1524) -2012-02-21 09:43 Sandro Santilli <strk@keybit.net> +2012-02-21 09:43 Sandro Santilli <strk@kbt.io> * [r9243] regress/run_test: Add an --extensions switch to run_test (#964) @@ -22515,7 +26577,7 @@ calls when both core and raster modules are installed (there's no way to separate them in the EXTENSION model). -2012-02-21 09:07 Sandro Santilli <strk@keybit.net> +2012-02-21 09:07 Sandro Santilli <strk@kbt.io> * [r9242] regress/run_test: Put prepare/upgrade/uninstall operations in their own functions @@ -22525,27 +26587,27 @@ * [r9241] doc/reference_raster.xml: More work on ST_Resample and ST_Intersection -2012-02-20 14:32 Sandro Santilli <strk@keybit.net> +2012-02-20 14:32 Sandro Santilli <strk@kbt.io> * [r9240] .gitignore: Ignore generated extensions and java files -2012-02-20 13:28 Sandro Santilli <strk@keybit.net> +2012-02-20 13:28 Sandro Santilli <strk@kbt.io> * [r9239] postgis/lwgeom_in_gml.c: Do not printf from potgis library. Possibly fixes #1570 -2012-02-20 13:18 Sandro Santilli <strk@keybit.net> +2012-02-20 13:18 Sandro Santilli <strk@kbt.io> * [r9238] .gitignore: Ignore generated java/jdbc/Makefile -2012-02-20 13:16 Sandro Santilli <strk@keybit.net> +2012-02-20 13:16 Sandro Santilli <strk@kbt.io> * [r9237] doc/xsl/raster_comments.sql.xsl: Escape single quotes in param list when generating raster comments Closes ticket #1588 -2012-02-20 12:52 Sandro Santilli <strk@keybit.net> +2012-02-20 12:52 Sandro Santilli <strk@kbt.io> * [r9236] configure.ac, java/Makefile, java/jdbc/Makefile, java/jdbc/Makefile.in, java/jdbc/build.xml: Ant rules to excecute @@ -22553,14 +26615,14 @@ Also simplify java Makefile to be simple proxies of ant -2012-02-20 10:52 Sandro Santilli <strk@keybit.net> +2012-02-20 10:52 Sandro Santilli <strk@kbt.io> * [r9235] topology/sql/sqlmm.sql.in.c, topology/test/regress/st_changeedgegeom.sql, topology/test/regress/st_changeedgegeom_expected: Update face MBR on edge change (#1587) -2012-02-20 10:19 Sandro Santilli <strk@keybit.net> +2012-02-20 10:19 Sandro Santilli <strk@kbt.io> * [r9234] doc/extras_topology.xml: Enhance documentation for ST_ChangeEdgeGeom @@ -22588,7 +26650,7 @@ st_intersection(). Removal of the extent parameter and first documentation. -2012-02-17 18:29 Sandro Santilli <strk@keybit.net> +2012-02-17 18:29 Sandro Santilli <strk@kbt.io> * [r9228] topology/sql/sqlmm.sql.in.c, topology/test/regress/st_changeedgegeom.sql, @@ -22602,7 +26664,7 @@ * [r9227] doc/reference_raster.xml: Many more small typo fixes... -2012-02-17 15:11 Sandro Santilli <strk@keybit.net> +2012-02-17 15:11 Sandro Santilli <strk@kbt.io> * [r9226] topology/sql/sqlmm.sql.in.c, topology/test/regress/st_changeedgegeom.sql, @@ -22611,13 +26673,13 @@ Includes a new testcase which was failing before this change -2012-02-17 14:03 Sandro Santilli <strk@keybit.net> +2012-02-17 14:03 Sandro Santilli <strk@kbt.io> * [r9225] topology/test/regress/st_changeedgegeom.sql, topology/test/regress/st_changeedgegeom_expected: Add another test for ST_ChangeEdgeGeom -2012-02-17 13:46 Sandro Santilli <strk@keybit.net> +2012-02-17 13:46 Sandro Santilli <strk@kbt.io> * [r9224] topology/sql/sqlmm.sql.in.c, topology/test/regress/st_changeedgegeom.sql, @@ -22626,18 +26688,18 @@ The problem is much harder than it looks ... -2012-02-17 08:39 Sandro Santilli <strk@keybit.net> +2012-02-17 08:39 Sandro Santilli <strk@kbt.io> * [r9223] topology/test/regress/st_changeedgegeom.sql, topology/test/regress/st_changeedgegeom_expected: Add test numbers to ST_ChangeEdgeGeom regression cases -2012-02-17 08:39 Sandro Santilli <strk@keybit.net> +2012-02-17 08:39 Sandro Santilli <strk@kbt.io> * [r9222] .gitignore: Ignore utils/postgis_restore.pl (now generated) -2012-02-16 17:45 Sandro Santilli <strk@keybit.net> +2012-02-16 17:45 Sandro Santilli <strk@kbt.io> * [r9221] topology/sql/sqlmm.sql.in.c: Update comment, hopefully clearer now @@ -22647,7 +26709,7 @@ * [r9220] doc/reference_raster.xml: Fixed a number of small problem. Capitalized x and y. -2012-02-16 10:25 Sandro Santilli <strk@keybit.net> +2012-02-16 10:25 Sandro Santilli <strk@kbt.io> * [r9219] doc/extras_topology.xml, topology/Makefile.in, topology/sql/query/GetNodeEdges.sql.in.c, @@ -22658,16 +26720,16 @@ This function is a fundamental topological primitive to do things like SQL-based poligonization. -2012-02-16 08:49 Sandro Santilli <strk@keybit.net> +2012-02-16 08:49 Sandro Santilli <strk@kbt.io> * [r9218] .gitignore: Ignore postgis_svn_revision.h -2012-02-16 08:08 Sandro Santilli <strk@keybit.net> +2012-02-16 08:08 Sandro Santilli <strk@kbt.io> * [r9217] doc/extras_topology.xml: Set availability of ST_ChangeEdgeGeom -2012-02-16 08:08 Sandro Santilli <strk@keybit.net> +2012-02-16 08:08 Sandro Santilli <strk@kbt.io> * [r9216] doc/reference_raster.xml: Fix cross reference @@ -22745,13 +26807,13 @@ ST_Clip now works on multiband rasters and accept an array of nodata values. -2012-02-15 15:59 Sandro Santilli <strk@keybit.net> +2012-02-15 15:59 Sandro Santilli <strk@kbt.io> * [r9194] libpgcommon/lwgeom_transform.c, regress/tickets.sql, regress/tickets_expected: Do not take PROJ4 errno value as a sign of error (#1580) -2012-02-15 11:00 Sandro Santilli <strk@keybit.net> +2012-02-15 11:00 Sandro Santilli <strk@kbt.io> * [r9193] utils/svn_repo_revision.pl: dd support for fetching SVN revision from pure-git clones (#1579) @@ -22761,7 +26823,7 @@ * [r9192] doc/using_raster_dataman.xml: Example of how to use only psql to output a raster image. -2012-02-14 17:57 Sandro Santilli <strk@keybit.net> +2012-02-14 17:57 Sandro Santilli <strk@kbt.io> * [r9191] postgis/lwgeom_functions_analytic.c, regress/tickets.sql, regress/tickets_expected: Fix crash with empty polygons in P-I-P @@ -22780,18 +26842,18 @@ extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1494: done with programming need to finish documenting and regress test. -2012-02-14 17:47 Bborie Park <bkpark at ucdavis.edu> +2012-02-14 17:47 Bborie Park <dustymugs at gmail.com> * [r9188] raster/test/regress/Makefile.in, raster/test/regress/rt_clip.sql: Readded rt_clip regression test. -2012-02-14 17:29 Bborie Park <bkpark at ucdavis.edu> +2012-02-14 17:29 Bborie Park <dustymugs at gmail.com> * [r9187] raster/rt_core/rt_api.c: Fixed handling of negative X-scale or positive Y-scale in rt_raster_gdal_rasterize(). Ticket is #1574. -2012-02-14 17:15 Sandro Santilli <strk@keybit.net> +2012-02-14 17:15 Sandro Santilli <strk@kbt.io> * [r9186] postgis/lwgeom_geos.c: We don't use a profiler anymore @@ -22801,7 +26863,7 @@ ST_MapAlgebraExpr. Re-advertise x and y parameters as int32. Reverts changes from r9137, closes #1557. -2012-02-14 13:31 Sandro Santilli <strk@keybit.net> +2012-02-14 13:31 Sandro Santilli <strk@kbt.io> * [r9184] liblwgeom/lwgeom_geos.c, regress/tickets.sql, regress/tickets_expected: Make one-point lines convertible to @@ -22827,24 +26889,24 @@ regression tests for ST_Clip. More tests to come when fixing #1576. -2012-02-13 21:25 Sandro Santilli <strk@keybit.net> +2012-02-13 21:25 Sandro Santilli <strk@kbt.io> * [r9180] doc/Makefile.in: Encode dependency of topology comments and cheatsheet Same should be done for raster and tiger... -2012-02-13 20:44 Sandro Santilli <strk@keybit.net> +2012-02-13 20:44 Sandro Santilli <strk@kbt.io> * [r9179] doc/extras_topology.xml: Fix documentation of GetRingEdges -2012-02-13 20:44 Sandro Santilli <strk@keybit.net> +2012-02-13 20:44 Sandro Santilli <strk@kbt.io> * [r9178] regress/run_test: Install topology comments too, when regressing topology -2012-02-13 20:44 Sandro Santilli <strk@keybit.net> +2012-02-13 20:44 Sandro Santilli <strk@kbt.io> * [r9177] doc/Makefile.comments.in: Install topology_comments.sql as well @@ -22855,24 +26917,24 @@ ST_PixelAsPolygons() return NULL values when the requested band or no band exist. -2012-02-13 18:06 Sandro Santilli <strk@keybit.net> +2012-02-13 18:06 Sandro Santilli <strk@kbt.io> * [r9175] doc/installation.xml, utils/postgis_restore.pl.in: Allow retaining all custom spatial_ref_sys entries, even clashing Update manual accordingly (hard upgrade procedure) -2012-02-13 17:47 Sandro Santilli <strk@keybit.net> +2012-02-13 17:47 Sandro Santilli <strk@kbt.io> * [r9174] utils/postgis_restore.pl.in: Fix regexp renaming srid enforcement check -2012-02-13 17:01 Sandro Santilli <strk@keybit.net> +2012-02-13 17:01 Sandro Santilli <strk@kbt.io> * [r9173] doc/installation.xml: Add a note about handling of out-of-range SRIDs on hard upgrade -2012-02-13 16:29 Sandro Santilli <strk@keybit.net> +2012-02-13 16:29 Sandro Santilli <strk@kbt.io> * [r9172] topology/test/regress/addtopogeometrycolumn.sql, topology/test/regress/addtopogeometrycolumn_expected, @@ -22882,13 +26944,13 @@ With this commit you can pass return of ST_GeometryType or return GeometryType as input to the function. -2012-02-13 16:11 Sandro Santilli <strk@keybit.net> +2012-02-13 16:11 Sandro Santilli <strk@kbt.io> * [r9171] topology/sql/predicates.sql.in.c, topology/sql/sqlmm.sql.in.c: More VOLATILE -> STRICT (#955). Let's call it completed. -2012-02-13 16:04 Sandro Santilli <strk@keybit.net> +2012-02-13 16:04 Sandro Santilli <strk@kbt.io> * [r9170] topology/topology.sql.in.c: Some VOLATILE functions turned to STABLE (#955) @@ -22911,7 +26973,7 @@ screw this one. Should be all fixed now and tested (loading part), still need to write the function, but that's the easy part -2012-02-13 14:48 Sandro Santilli <strk@keybit.net> +2012-02-13 14:48 Sandro Santilli <strk@kbt.io> * [r9167] .gitignore, configure.ac, liblwgeom/liblwgeom.h.in, utils/Makefile, utils/Makefile.in, utils/postgis_restore.pl, @@ -22921,53 +26983,53 @@ This should help keeping postgis_restore.pl and core in sync wrt SRID ranges. -2012-02-13 14:17 Sandro Santilli <strk@keybit.net> +2012-02-13 14:17 Sandro Santilli <strk@kbt.io> * [r9166] utils/postgis_restore.pl: Refine user feedback about SRID conversion and reserved zones -2012-02-13 11:25 Sandro Santilli <strk@keybit.net> +2012-02-13 11:25 Sandro Santilli <strk@kbt.io> * [r9165] topology/sql/gml.sql.in.c, topology/sql/populate.sql.in.c, topology/sql/sqlmm.sql.in.c: Drop (SRF()).* constructs (#956) -2012-02-13 10:58 Sandro Santilli <strk@keybit.net> +2012-02-13 10:58 Sandro Santilli <strk@kbt.io> * [r9164] regress/run_test: Have regress install comments adn throw an error on failure (#1532) -2012-02-13 10:58 Sandro Santilli <strk@keybit.net> +2012-02-13 10:58 Sandro Santilli <strk@kbt.io> * [r9163] GNUmakefile.in, configure.ac, doc/Makefile.comments.in, doc/Makefile.in, regress/Makefile.in: Have staged-install install comments when possible (#1532) -2012-02-13 10:16 Sandro Santilli <strk@keybit.net> +2012-02-13 10:16 Sandro Santilli <strk@kbt.io> * [r9162] regress/run_test: Report svn revision -2012-02-13 10:16 Sandro Santilli <strk@keybit.net> +2012-02-13 10:16 Sandro Santilli <strk@kbt.io> * [r9161] postgis/Makefile.in: Encode postgis_svn_revision dependency -2012-02-13 10:00 Sandro Santilli <strk@keybit.net> +2012-02-13 10:00 Sandro Santilli <strk@kbt.io> * [r9160] GNUmakefile.in: Cleanup postgis_svn_revision.h makefile rule (PHONY) -2012-02-13 09:58 Sandro Santilli <strk@keybit.net> +2012-02-13 09:58 Sandro Santilli <strk@kbt.io> * [r9159] utils/svn_repo_revision.pl: Do not override postgis_svn_revision.h if revision didn't change -2012-02-13 09:15 Sandro Santilli <strk@keybit.net> +2012-02-13 09:15 Sandro Santilli <strk@kbt.io> * [r9158] utils/svn_repo_revision.pl: Add support for fetching SVN revision from local git-svn repository -2012-02-11 21:17 Sandro Santilli <strk@keybit.net> +2012-02-11 21:17 Sandro Santilli <strk@kbt.io> * [r9157] utils/svn_repo_revision.pl: It's "svn", not "svnn". And a TODO item... @@ -22985,7 +27047,7 @@ utils/svn_repo_revision.pl: Report SVN revision in PostGIS_Full_Version (#1518) -2012-02-10 23:33 Bborie Park <bkpark at ucdavis.edu> +2012-02-10 23:33 Bborie Park <dustymugs at gmail.com> * [r9154] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/test/core/testwkb.c, @@ -23068,7 +27130,7 @@ See http://postgis.refractions.net/pipermail/postgis-devel/2012-February/018482.html -2012-02-10 16:53 Sandro Santilli <strk@keybit.net> +2012-02-10 16:53 Sandro Santilli <strk@kbt.io> * [r9145] liblwgeom/lwutil.c, utils/postgis_restore.pl: Clamp SRID valuesu > SRID_MAXIMUM to fall in the reserved range (#1505) @@ -23077,7 +27139,7 @@ Core takes care of typmod clamping, postgis_restore.pl takes care of clamping table definition and spatial_ref_sys entries. -2012-02-10 16:53 Sandro Santilli <strk@keybit.net> +2012-02-10 16:53 Sandro Santilli <strk@kbt.io> * [r9144] liblwgeom/liblwgeom.h.in: Add SRID_USER_MXIMUM define @@ -23085,12 +27147,12 @@ * [r9143] doc/using_postgis_app.xml: Fix syntax error in MS example -2012-02-10 09:19 Sandro Santilli <strk@keybit.net> +2012-02-10 09:19 Sandro Santilli <strk@kbt.io> * [r9141] .gitignore, extensions/Makefile.in: Drop the now-generated Makefile on distclean, and ignore it -2012-02-10 09:16 Sandro Santilli <strk@keybit.net> +2012-02-10 09:16 Sandro Santilli <strk@kbt.io> * [r9140] configure.ac, extensions/Makefile, extensions/Makefile.in: Fix builds --without-topology (#1565) @@ -23111,14 +27173,14 @@ * [r9137] raster/rt_pg/rt_pg.c: Performance improvement by keeping x and y pixel coordinates as floats. -2012-02-09 19:19 Sandro Santilli <strk@keybit.net> +2012-02-09 19:19 Sandro Santilli <strk@kbt.io> * [r9136] postgis/lwgeom_cache.c: Actually save Grand Unified Geom Cache rather than just building it Fixes #547 -2012-02-09 17:16 Sandro Santilli <strk@keybit.net> +2012-02-09 17:16 Sandro Santilli <strk@kbt.io> * [r9135] postgis/lwgeom_geos.c, postgis/lwgeom_geos.h, postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_prepared.c, @@ -23126,7 +27188,7 @@ postgis/lwgeom_geos_relatematch.c: More postgis_config.h inclusion removal from headers -2012-02-09 17:00 Sandro Santilli <strk@keybit.net> +2012-02-09 17:00 Sandro Santilli <strk@kbt.io> * [r9134] liblwgeom/lwgeom_transform.c, libpgcommon/lwgeom_pg.h, libpgcommon/lwgeom_transform.c, postgis/geography_estimate.c, @@ -23152,7 +27214,7 @@ two files which were missing it (used git history to figure assignments) -2012-02-09 17:00 Sandro Santilli <strk@keybit.net> +2012-02-09 17:00 Sandro Santilli <strk@kbt.io> * [r9133] libpgcommon/pgsql_compat.h, raster/rt_pg/pgsql_compat.h: Fix header guard of pgsql_compat.h and drop the duplicate @@ -23163,7 +27225,7 @@ -- #1563 which was causing the can't drop because postgis extension depends on it error -2012-02-09 10:10 Sandro Santilli <strk@keybit.net> +2012-02-09 10:10 Sandro Santilli <strk@kbt.io> * [r9131] extensions/Makefile: Forward distclean to extensions subdirs @@ -23215,7 +27277,7 @@ * [r9122] utils/read_scripts_version.pl: Make the scripts version get read again. -2012-02-08 21:58 Bborie Park <bkpark at ucdavis.edu> +2012-02-08 21:58 Bborie Park <dustymugs at gmail.com> * [r9121] raster/test/core/Makefile.in: Fix to correct building of testapi in MinGW. Ticket is #1560. @@ -23230,14 +27292,14 @@ * [r9119] configure.ac: ./configure still display the old raster version number (#1599) -2012-02-08 21:20 Bborie Park <bkpark at ucdavis.edu> +2012-02-08 21:20 Bborie Park <dustymugs at gmail.com> * [r9118] raster/rt_pg/rt_pg.c: Instead of dynamically allocating space for variables "values" and "nulls" with each pixel, just initialize both to the max possible # of elements. Done for 2-raster ST_MapAlgebraExpr -2012-02-08 21:08 Bborie Park <bkpark at ucdavis.edu> +2012-02-08 21:08 Bborie Park <dustymugs at gmail.com> * [r9117] doc/reference_raster.xml: Remove deleted function signature for ST_PixelAsPolygon. Ticket is #1529 @@ -23247,7 +27309,7 @@ * [r9116] configure.ac: test for termios.h in case we want to do password prompting in the future -2012-02-08 21:04 Bborie Park <bkpark at ucdavis.edu> +2012-02-08 21:04 Bborie Park <dustymugs at gmail.com> * [r9115] raster/rt_pg/rt_pg.c: Values for [rast1.x], [rast1.y], [rast2.x] and [rast2.y] should be INT4 instead of FLOAT8. Ticket @@ -23261,11 +27323,11 @@ type. Fixed rounding, so Hudson will be my friend in raster regression tests. -2012-02-08 20:51 Sandro Santilli <strk@keybit.net> +2012-02-08 20:51 Sandro Santilli <strk@kbt.io> * [r9113] raster/rt_pg/rt_pg.c: do not heap-allocate SPI arg types -2012-02-08 20:33 Sandro Santilli <strk@keybit.net> +2012-02-08 20:33 Sandro Santilli <strk@kbt.io> * [r9112] raster/rt_pg/rt_pg.c: ST_MapAlgebraExpr: advertise X and Y params as integers (#1557) @@ -23325,11 +27387,11 @@ calls to end of functions in any place where there is any chance that a problem might occur -2012-02-08 16:44 Bborie Park <bkpark at ucdavis.edu> +2012-02-08 16:44 Bborie Park <dustymugs at gmail.com> * [r9099] raster/rt_core/rt_api.c: Minor debug message tweak -2012-02-08 16:11 Bborie Park <bkpark at ucdavis.edu> +2012-02-08 16:11 Bborie Park <dustymugs at gmail.com> * [r9098] raster/loader/raster2pgsql.c, raster/test/regress/Makefile.in, @@ -23363,12 +27425,12 @@ related to #1552, and somehow to #665. Thanks to Sandro for report and valgrind stuff ! -2012-02-08 10:06 Sandro Santilli <strk@keybit.net> +2012-02-08 10:06 Sandro Santilli <strk@kbt.io> * [r9096] doc/extras_topology.xml: Document topology.GetRingEdges (#959) -2012-02-08 09:36 Sandro Santilli <strk@keybit.net> +2012-02-08 09:36 Sandro Santilli <strk@kbt.io> * [r9095] postgis/lwgeom_geos.c: Do not release serialized input until output is deserialized @@ -23461,7 +27523,7 @@ * [r9078] authors.svn: Add dzwarg -2012-02-07 22:05 Bborie Park <bkpark at ucdavis.edu> +2012-02-07 22:05 Bborie Park <dustymugs at gmail.com> * [r9077] raster/test/Makefile.in, raster/test/core/testapi.c, raster/test/loader, raster/test/regress/Makefile.in, @@ -23508,7 +27570,7 @@ objects, and not any sub-objects, for those few remaining cases that required a gentler freeing of objects. -2012-02-07 19:35 Bborie Park <bkpark at ucdavis.edu> +2012-02-07 19:35 Bborie Park <dustymugs at gmail.com> * [r9071] raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c: Minor cleanup of parameter @@ -23567,23 +27629,23 @@ * [r9064] loader/shp2pgsql-gui.c: Fix a couple of compiler warnings in shp2pgsql-gui caused by uninitialised variables. -2012-02-07 10:14 Sandro Santilli <strk@keybit.net> +2012-02-07 10:14 Sandro Santilli <strk@kbt.io> * [r9063] topology/sql/sqlmm.sql.in.c, topology/test/regress/st_changeedgegeom.sql, topology/test/regress/st_changeedgegeom_expected: Allow changing a closed edge (but w/out fixing linking, see #892) -2012-02-07 09:50 Sandro Santilli <strk@keybit.net> +2012-02-07 09:50 Sandro Santilli <strk@kbt.io> * [r9062] .gitignore, install-sh: Re-add install-sh in the repository to support libtool < 2.0 -2012-02-07 07:22 Sandro Santilli <strk@keybit.net> +2012-02-07 07:22 Sandro Santilli <strk@kbt.io> * [r9061] .gitignore: Ignore install-sh -2012-02-07 07:20 Sandro Santilli <strk@keybit.net> +2012-02-07 07:20 Sandro Santilli <strk@kbt.io> * [r9060] install-sh: install-sh is generated by ./autogen.sh, needs not be in repository @@ -23609,7 +27671,7 @@ topology/test/regress/legacy_query_expected: Have ST_Union aggregate use UnaryUnion from GEOS-3.0.0 (#922) -2012-02-06 23:14 Bborie Park <bkpark at ucdavis.edu> +2012-02-06 23:14 Bborie Park <dustymugs at gmail.com> * [r9055] raster/rt_core/rt_api.c: Make sure new bands when added using ST_AddBand are correctly clamping NODATA values. Ticket is @@ -23624,7 +27686,7 @@ * [r9053] liblwgeom/cunit/cu_surface.c, liblwgeom/libtgeom.c: Fix a bug in tgeom_free, related to #665 -2012-02-06 20:53 Bborie Park <bkpark at ucdavis.edu> +2012-02-06 20:53 Bborie Park <dustymugs at gmail.com> * [r9052] raster/rt_pg/rt_pg.c, raster/test/regress/rt_mapalgebrafct_2raster.sql: Added support @@ -23698,11 +27760,11 @@ http://postgis.refractions.net/pipermail/postgis-devel/2011-December/016646.html and r8399 -2012-02-06 13:43 Sandro Santilli <strk@keybit.net> +2012-02-06 13:43 Sandro Santilli <strk@kbt.io> * [r9039] topology/topology.sql.in.c: Tabs to spaces (2) -2012-02-06 13:16 Sandro Santilli <strk@keybit.net> +2012-02-06 13:16 Sandro Santilli <strk@kbt.io> * [r9038] topology/test/invalid_topology.sql, topology/test/regress/legacy_invalid_expected, @@ -23741,7 +27803,7 @@ shp2pgsql-gui when no port is specified. Prevent dereferencing a NULL pointer if the string is empty. -2012-02-04 17:53 Sandro Santilli <strk@keybit.net> +2012-02-04 17:53 Sandro Santilli <strk@kbt.io> * [r9031] raster/rt_pg/rt_pg.c, raster/test/regress/rt_mapalgebraexpr.sql: Implemented new @@ -23790,14 +27852,14 @@ * [r9025] loader/shp2pgsql-gui.c: Add shapefile dumper (table export) to the shp2pgsql GUI. This closes ticket #1480. -2012-02-04 00:02 Bborie Park <bkpark at ucdavis.edu> +2012-02-04 00:02 Bborie Park <dustymugs at gmail.com> * [r9024] raster/rt_pg/rtpostgis.sql.in.c: Explicitly set the output band's pixel type depending on the band being returned (FIRST, SECOND, BOTH. OTHER is left NULL) in ST_Intersection(raster, raster). Related ticket is #1537. -2012-02-03 22:57 Bborie Park <bkpark at ucdavis.edu> +2012-02-03 22:57 Bborie Park <dustymugs at gmail.com> * [r9023] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/scripts/plpgsql/st_clip.sql, @@ -23838,7 +27900,7 @@ POSTGIS_GEOS_VERSION ... #endif preventing liblwgeom from compiling on GEOS < 3.3.0. -2012-02-03 18:09 Bborie Park <bkpark at ucdavis.edu> +2012-02-03 18:09 Bborie Park <dustymugs at gmail.com> * [r9017] raster/rt_pg/rt_pg.c, raster/test/regress/rt_mapalgebraexpr_expected: Fixed @@ -23851,28 +27913,28 @@ combined postgis + raster script. Still need to test, will close out once tested. -2012-02-03 03:58 Bborie Park <bkpark at ucdavis.edu> +2012-02-03 03:58 Bborie Park <dustymugs at gmail.com> * [r9015] raster/rt_pg/Makefile.in: Reverted r9014. Hudson ain't happy with sed. -2012-02-03 03:51 Bborie Park <bkpark at ucdavis.edu> +2012-02-03 03:51 Bborie Park <dustymugs at gmail.com> * [r9014] raster/rt_pg/Makefile.in: Merge of patch provided in #1533. Thanks gdt. -2012-02-02 19:25 Bborie Park <bkpark at ucdavis.edu> +2012-02-02 19:25 Bborie Park <dustymugs at gmail.com> * [r9013] raster/rt_core/rt_api.c: Message cleanup by removing unnecessary newlines. -2012-02-02 18:47 Bborie Park <bkpark at ucdavis.edu> +2012-02-02 18:47 Bborie Park <dustymugs at gmail.com> * [r9012] raster/loader/raster2pgsql.c: Refactored stderr messaging so that C API messages are properly emitted. Based on suggestion in comment 4 of #1531. -2012-02-02 17:38 Bborie Park <bkpark at ucdavis.edu> +2012-02-02 17:38 Bborie Park <dustymugs at gmail.com> * [r9011] raster/loader/raster2pgsql.c: Additional error checking and formatting of error messages @@ -23895,7 +27957,7 @@ liblwgeom/lwhomogenize.h: Support curves in lwgeom_homogenize (#1526) -2012-02-01 22:06 Bborie Park <bkpark at ucdavis.edu> +2012-02-01 22:06 Bborie Park <dustymugs at gmail.com> * [r9007] raster/rt_pg/rtpostgis.sql.in.c: Added check of values being passed to atan2() in _st_hillshade4ma() @@ -23928,7 +27990,7 @@ #1494: build parent structures to support census tract reporting by geocoder. -2012-02-01 15:28 Bborie Park <bkpark at ucdavis.edu> +2012-02-01 15:28 Bborie Park <dustymugs at gmail.com> * [r8999] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_mapalgebraexpr_2raster.sql: Additional @@ -23937,30 +27999,30 @@ 2-raster ST_MapAlgebraExpr. Now, the keywords must be RAST1 and RAST2. -2012-02-01 14:58 Bborie Park <bkpark at ucdavis.edu> +2012-02-01 14:58 Bborie Park <dustymugs at gmail.com> * [r8998] raster/test/regress/rt_pixelvalue.sql: Refactored regression test for ST_PixelAsPolygon -2012-02-01 14:32 Bborie Park <bkpark at ucdavis.edu> +2012-02-01 14:32 Bborie Park <dustymugs at gmail.com> * [r8997] raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c: Deleted deprecated ST_PixelAsPolygon(raster, int, int, int) variant. -2012-02-01 11:51 Sandro Santilli <strk@keybit.net> +2012-02-01 11:51 Sandro Santilli <strk@kbt.io> * [r8996] raster/test/regress/rt_mapalgebraexpr.sql: Make test more readable -2012-02-01 11:39 Sandro Santilli <strk@keybit.net> +2012-02-01 11:39 Sandro Santilli <strk@kbt.io> * [r8995] raster/rt_pg/rt_pg.c, raster/test/regress/rt_mapalgebraexpr.sql, raster/test/regress/rt_mapalgebraexpr_expected: Keep initial value when an expression eveluates to null (#1523) -2012-02-01 10:15 Sandro Santilli <strk@keybit.net> +2012-02-01 10:15 Sandro Santilli <strk@kbt.io> * [r8994] doc/reference_raster.xml, raster/rt_pg/rt_pg.c, raster/test/regress/rt_mapalgebraexpr.sql, @@ -23969,7 +28031,7 @@ Includes regression test and documentation update. See #1519. -2012-02-01 09:20 Sandro Santilli <strk@keybit.net> +2012-02-01 09:20 Sandro Santilli <strk@kbt.io> * [r8993] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Implement @@ -24041,20 +28103,20 @@ * [r8976] doc/faq.xml: FAQ about licensing (#1262) -2012-01-31 17:44 Bborie Park <bkpark at ucdavis.edu> +2012-01-31 17:44 Bborie Park <dustymugs at gmail.com> * [r8975] raster/loader/raster2pgsql.c, raster/rt_pg/rt_pg.c: Explicitly set spatial index name as PostgreSQL 8.4 requires an index name. Associated ticket is #1513. Also fixed string trim functions to prevent modification of passed string. -2012-01-31 14:50 Bborie Park <bkpark at ucdavis.edu> +2012-01-31 14:50 Bborie Park <dustymugs at gmail.com> * [r8974] raster/rt_pg/rt_pg.c: Fixed evaluation of two floating point numbers in RASTER_getRotation. Fixes one of the two regression failures described in #1501. -2012-01-31 14:46 Bborie Park <bkpark at ucdavis.edu> +2012-01-31 14:46 Bborie Park <dustymugs at gmail.com> * [r8973] raster/rt_pg/rt_pg.c: Added check of band # passed to ST_DumpAsPolygons. Fixes #1514. @@ -24101,7 +28163,7 @@ regress/measures_expected: Increase robustness in distance-calculations when point is on segment. -2012-01-29 21:19 Sandro Santilli <strk@keybit.net> +2012-01-29 21:19 Sandro Santilli <strk@kbt.io> * [r8964] postgis/geometry_estimate.c: typo @@ -24111,35 +28173,35 @@ liberal in accepting "empty" tags in constructing geometries from GML (#1059) -2012-01-29 14:44 Sandro Santilli <strk@keybit.net> +2012-01-29 14:44 Sandro Santilli <strk@kbt.io> * [r8962] CREDITS: Give me psc status -2012-01-28 23:11 Sandro Santilli <strk@keybit.net> +2012-01-28 23:11 Sandro Santilli <strk@kbt.io> * [r8961] topology/sql/sqlmm.sql.in.c: Fix _ST_AddFaceSplit code against PostgreSQL 9.1 -2012-01-28 22:08 Sandro Santilli <strk@keybit.net> +2012-01-28 22:08 Sandro Santilli <strk@kbt.io> * [r8960] topology/sql/populate.sql.in.c: Don't put constant geometries in CTE, which confuses estimator -2012-01-28 17:05 Sandro Santilli <strk@keybit.net> +2012-01-28 17:05 Sandro Santilli <strk@kbt.io> * [r8959] topology/sql/sqlmm.sql.in.c: Simplify code in _ST_AddFaceSplit, reduce edges table scans. Also set debugging off by default -2012-01-28 16:20 Sandro Santilli <strk@keybit.net> +2012-01-28 16:20 Sandro Santilli <strk@kbt.io> * [r8958] topology/sql/sqlmm.sql.in.c: Switch ST_AddEdgeNewFaces from ST_Polygonize to _ST_AddSplitFace See ticket #1508 -2012-01-28 13:45 Sandro Santilli <strk@keybit.net> +2012-01-28 13:45 Sandro Santilli <strk@kbt.io> * [r8957] topology/sql/sqlmm.sql.in.c: Stop using ST_Polygonize from ST_AddEdgeModFace. @@ -24148,12 +28210,12 @@ function for reuse by ST_AddEdgeModFaces -2012-01-28 13:18 Sandro Santilli <strk@keybit.net> +2012-01-28 13:18 Sandro Santilli <strk@kbt.io> * [r8956] topology/topology.sql.in.c: Rename topogeometry column check to be more readable -2012-01-28 10:42 Sandro Santilli <strk@keybit.net> +2012-01-28 10:42 Sandro Santilli <strk@kbt.io> * [r8955] topology/test/regress/st_addedgemodface.sql, topology/test/regress/st_addedgemodface_expected, @@ -24161,14 +28223,14 @@ topology/test/regress/st_addedgenewfaces_expected: New test for closing multi-edge ring in a face (ST_AddEdge*Face*) -2012-01-28 07:44 Sandro Santilli <strk@keybit.net> +2012-01-28 07:44 Sandro Santilli <strk@kbt.io> * [r8954] topology/topology.sql.in.c: Allow multiple topogeometry columns in one table (again) Dunno why this piece was missing from previous commit, sorry -2012-01-28 07:37 Sandro Santilli <strk@keybit.net> +2012-01-28 07:37 Sandro Santilli <strk@kbt.io> * [r8953] topology/test/regress/addtopogeometrycolumn.sql, topology/test/regress/addtopogeometrycolumn_expected: Allow @@ -24190,7 +28252,7 @@ * [r8950] postgis/geometry_estimate.c: #1504 (Segfault running ST_EstimatedExtent()) -2012-01-27 21:05 Bborie Park <bkpark at ucdavis.edu> +2012-01-27 21:05 Bborie Park <dustymugs at gmail.com> * [r8949] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Fixed segfault caused by an empty quantile @@ -24202,7 +28264,7 @@ * [r8948] liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c: Tighten up on-arc test a bit more. -2012-01-27 20:14 Sandro Santilli <strk@keybit.net> +2012-01-27 20:14 Sandro Santilli <strk@kbt.io> * [r8947] topology/test/regress/legacy_invalid_expected, topology/topology.sql.in.c: Add "face has no rings" validity @@ -24222,7 +28284,7 @@ regress/tickets_expected: #920 (ST_LineToCurve generating invalid CURVEPOLYGON) -2012-01-27 14:22 Sandro Santilli <strk@keybit.net> +2012-01-27 14:22 Sandro Santilli <strk@kbt.io> * [r8944] topology/test/regress/st_addedgemodface.sql, topology/test/regress/st_addedgemodface_expected, @@ -24230,7 +28292,7 @@ topology/test/regress/st_addedgenewfaces_expected: More test for face splitting and inside holes -2012-01-27 11:36 Sandro Santilli <strk@keybit.net> +2012-01-27 11:36 Sandro Santilli <strk@kbt.io> * [r8943] topology/test/regress/st_addedgemodface.sql, topology/test/regress/st_addedgemodface_expected, @@ -24238,13 +28300,13 @@ topology/test/regress/st_addedgenewfaces_expected: More test for update of isolated nodes in split-faces. -2012-01-27 11:05 Sandro Santilli <strk@keybit.net> +2012-01-27 11:05 Sandro Santilli <strk@kbt.io> * [r8942] topology/test/regress/st_addisonode.sql, topology/test/regress/st_addisonode_expected: Rewrite test for ST_AddIsoNode (see #1503) -2012-01-27 11:05 Sandro Santilli <strk@keybit.net> +2012-01-27 11:05 Sandro Santilli <strk@kbt.io> * [r8941] topology/sql/sqlmm.sql.in.c: Simplify the code looking for face containment in ST_AddIsoNode @@ -24252,7 +28314,7 @@ Fixes bug #1503 for me, altough I didn't handle to produce a testcase for it. -2012-01-27 08:18 Sandro Santilli <strk@keybit.net> +2012-01-27 08:18 Sandro Santilli <strk@kbt.io> * [r8940] topology/test/regress/st_addedgemodface.sql, topology/test/regress/st_addedgemodface_expected, @@ -24274,7 +28336,7 @@ * [r8938] configure.ac, postgis_config.h.in: Detect asprintf, vasprintf, fseeko -2012-01-26 18:09 Sandro Santilli <strk@keybit.net> +2012-01-26 18:09 Sandro Santilli <strk@kbt.io> * [r8937] regress/regress_expected, regress/tickets_expected: Change expectations from tests involving ST_MakeLine @@ -24288,7 +28350,7 @@ * [r8932] java/jdbc/src/org/postgis/LineString.java: Fix contact per a message on postgis-users from Markus Innerebner -2012-01-26 13:00 Sandro Santilli <strk@keybit.net> +2012-01-26 13:00 Sandro Santilli <strk@kbt.io> * [r8931] doc/reference_constructor.xml, postgis/lwgeom_functions_basic.c, regress/ctors.sql, @@ -24299,27 +28361,27 @@ Regression testing included. Documentation was updated, but lacks examples. -2012-01-26 12:59 Sandro Santilli <strk@keybit.net> +2012-01-26 12:59 Sandro Santilli <strk@kbt.io> * [r8930] liblwgeom/liblwgeom.h.in, liblwgeom/lwline.c: Implement lwline_from_lwgeom_array (untested) -2012-01-26 12:59 Sandro Santilli <strk@keybit.net> +2012-01-26 12:59 Sandro Santilli <strk@kbt.io> * [r8929] liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: Don't let ptarray_append_ptarray change read-only pointarrays -2012-01-26 12:59 Sandro Santilli <strk@keybit.net> +2012-01-26 12:59 Sandro Santilli <strk@kbt.io> * [r8928] liblwgeom/cunit/cu_ptarray.c: Test that mixed dimensionality is not allowed by ptarray_append_ptarray -2012-01-26 12:34 Sandro Santilli <strk@keybit.net> +2012-01-26 12:34 Sandro Santilli <strk@kbt.io> * [r8927] liblwgeom/cunit/cu_libgeom.c: Add more test for FLAGS_GET_ and FLAGS_SET_ -2012-01-26 09:16 Sandro Santilli <strk@keybit.net> +2012-01-26 09:16 Sandro Santilli <strk@kbt.io> * [r8926] liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom.h.in, liblwgeom/ptarray.c: Implement ptarray_append_ptarray, and change @@ -24327,7 +28389,7 @@ This is propedeutic to ticket #1500 -2012-01-26 08:12 Sandro Santilli <strk@keybit.net> +2012-01-26 08:12 Sandro Santilli <strk@kbt.io> * [r8925] topology/sql/sqlmm.sql.in.c: Tweak debug messages not to clutter output @@ -24358,17 +28420,17 @@ * [r8917] configure.ac: Double guard against geos versions of 3.4.dev form. (#1488) -2012-01-24 18:04 Sandro Santilli <strk@keybit.net> +2012-01-24 18:04 Sandro Santilli <strk@kbt.io> * [r8916] doc/extras_topology.xml, topology/sql/populate.sql.in.c: Stop WARNING from AddFace about next_left_edge/next_right_edge -2012-01-24 17:29 Sandro Santilli <strk@keybit.net> +2012-01-24 17:29 Sandro Santilli <strk@kbt.io> * [r8915] topology/sql/sqlmm.sql.in.c: Optimize ST_AddEdge*Face* detection of face split conditions (#1497) -2012-01-24 17:29 Sandro Santilli <strk@keybit.net> +2012-01-24 17:29 Sandro Santilli <strk@kbt.io> * [r8914] topology/sql/query/GetRingEdges.sql.in.c: Protect DEBUG lines in compile-time conditional @@ -24378,7 +28440,7 @@ * [r8913] regress/tickets.sql, regress/tickets_expected: Test for #1150, null entry in spatial_ref_sys -2012-01-24 14:03 Sandro Santilli <strk@keybit.net> +2012-01-24 14:03 Sandro Santilli <strk@kbt.io> * [r8912] topology/sql/sqlmm.sql.in.c, topology/test/Makefile, topology/test/regress/st_newedgessplit.sql, @@ -24387,7 +28449,7 @@ Includes test coverage for this other function. -2012-01-24 11:15 Sandro Santilli <strk@keybit.net> +2012-01-24 11:15 Sandro Santilli <strk@kbt.io> * [r8911] topology/sql/sqlmm.sql.in.c, topology/test/Makefile, topology/test/regress/st_modedgesplit.sql, @@ -24424,30 +28486,30 @@ * [r8904] Version.config: Push forward the trunk version to match release march -2012-01-22 20:10 Sandro Santilli <strk@keybit.net> +2012-01-22 20:10 Sandro Santilli <strk@kbt.io> * [r8903] topology/topology.sql.in.c: Fix ambiguos references (with postgresql 9.x) -2012-01-22 19:25 Sandro Santilli <strk@keybit.net> +2012-01-22 19:25 Sandro Santilli <strk@kbt.io> * [r8902] topology/test/regress/addtopogeometrycolumn.sql, topology/test/regress/addtopogeometrycolumn_expected, topology/topology.sql.in.c: AddTopoGeometryColumn: check child layer before incrementing sequence -2012-01-22 19:13 Sandro Santilli <strk@keybit.net> +2012-01-22 19:13 Sandro Santilli <strk@kbt.io> * [r8901] doc/extras_topology.xml: typo -2012-01-22 15:43 Sandro Santilli <strk@keybit.net> +2012-01-22 15:43 Sandro Santilli <strk@kbt.io> * [r8900] topology/sql/populate.sql.in.c, topology/test/regress/topogeo_addlinestring.sql, topology/test/regress/topogeo_addlinestring_expected: TopoGeo_addLineString: fix node crossing, reduce edges creations -2012-01-22 12:10 Sandro Santilli <strk@keybit.net> +2012-01-22 12:10 Sandro Santilli <strk@kbt.io> * [r8899] topology/test/regress/topogeo_addlinestring.sql: Comment typo @@ -24477,7 +28539,7 @@ * [r8894] doc/using_raster_dataman.xml: Add a plpython example for outputting raster images -2012-01-20 14:47 Sandro Santilli <strk@keybit.net> +2012-01-20 14:47 Sandro Santilli <strk@kbt.io> * [r8893] topology/test/regress/createtopogeom_expected, topology/test/regress/legacy_query_expected, @@ -24486,7 +28548,7 @@ topology/topology.sql.in.c: Have TopoGeometry::Geometry always return a MULTI* (#1462) -2012-01-20 14:47 Sandro Santilli <strk@keybit.net> +2012-01-20 14:47 Sandro Santilli <strk@kbt.io> * [r8892] liblwgeom/lwgeom.c, regress/tickets.sql, regress/tickets_expected: Don't let ST_Multi create collections @@ -24498,12 +28560,12 @@ AddRasterConstraints and DropRasterConstraints documentation so extensions can install again -2012-01-20 10:02 Sandro Santilli <strk@keybit.net> +2012-01-20 10:02 Sandro Santilli <strk@kbt.io> * [r8890] regress/wkt.sql, regress/wkt_expected: Test new types in regress/wkt (#1476) -2012-01-20 09:11 Sandro Santilli <strk@keybit.net> +2012-01-20 09:11 Sandro Santilli <strk@kbt.io> * [r8889] postgis/postgis.sql.in.c, raster/test/regress/Makefile.in, raster/test/regress/tickets.sql, @@ -24512,12 +28574,12 @@ Add regress test, with a newborn "tickets" testcase for raster -2012-01-20 08:46 Sandro Santilli <strk@keybit.net> +2012-01-20 08:46 Sandro Santilli <strk@kbt.io> * [r8888] postgis/lwgeom_cache.c: Fix a missing return introduced with fix to #547 -2012-01-20 08:12 Sandro Santilli <strk@keybit.net> +2012-01-20 08:12 Sandro Santilli <strk@kbt.io> * [r8886] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c, regress/empty.sql, regress/empty_expected: Change ST_Equals to @@ -24530,7 +28592,7 @@ from 'geomequals' to 'ST_Equals' and marks an SQL 'Equals' signature as a candidate for dropping before 2.0.0 final -2012-01-20 08:12 Sandro Santilli <strk@keybit.net> +2012-01-20 08:12 Sandro Santilli <strk@kbt.io> * [r8885] doc/reference_operator.xml: Revert "remove ~= from documentation -- we don't want people using this operator" @@ -24555,13 +28617,13 @@ * [r8879] configure.ac: Stop configure if we don't find perl. (#1484) -2012-01-19 17:39 Sandro Santilli <strk@keybit.net> +2012-01-19 17:39 Sandro Santilli <strk@kbt.io> * [r8878] postgis/Makefile.in, raster/rt_pg/Makefile.in, topology/Makefile.in: In 9.1, it is datamoduledir driving module install dir, not MODULEDIR -2012-01-19 17:15 Sandro Santilli <strk@keybit.net> +2012-01-19 17:15 Sandro Santilli <strk@kbt.io> * [r8877] postgis/Makefile.in, postgis/lwgeom_cache.c, postgis/lwgeom_cache.h, postgis/lwgeom_geos.c, @@ -24573,7 +28635,7 @@ and other kind of overlays are requested during the same statement. -2012-01-19 17:03 Sandro Santilli <strk@keybit.net> +2012-01-19 17:03 Sandro Santilli <strk@kbt.io> * [r8876] raster/test/regress/rt_spatial_relationship_expected: Update expected raster intersection results after fix to #852 @@ -24584,12 +28646,12 @@ but slightly outside, ST_Distance reports 1.58882185807825e-14 units) -2012-01-19 09:48 Sandro Santilli <strk@keybit.net> +2012-01-19 09:48 Sandro Santilli <strk@kbt.io> * [r8874] regress/tickets.sql, regress/tickets_expected: Add test for cached version of point_in_ring (#852) -2012-01-19 08:59 Sandro Santilli <strk@keybit.net> +2012-01-19 08:59 Sandro Santilli <strk@kbt.io> * [r8873] postgis/lwgeom_functions_analytic.c, regress/tickets.sql, regress/tickets_expected: Drop use of tolerance in PIP (#852) @@ -24597,17 +28659,17 @@ Affects point_in_ring and point_in_ring_rtree. Includes regress test but not hitting the cache. -2012-01-19 08:16 Sandro Santilli <strk@keybit.net> +2012-01-19 08:16 Sandro Santilli <strk@kbt.io> * [r8872] regress/Makefile.in: Do not run the upgrade test if the normal test failed -2012-01-19 08:16 Sandro Santilli <strk@keybit.net> +2012-01-19 08:16 Sandro Santilli <strk@kbt.io> * [r8871] regress/binary.sql: Oops, forgot to cleanup after debugging (triggered testsuite failure) -2012-01-18 15:47 Sandro Santilli <strk@keybit.net> +2012-01-18 15:47 Sandro Santilli <strk@kbt.io> * [r8870] postgis/geometry_estimate.c, regress/run_test, regress/tickets.sql, regress/tickets_expected: Rework @@ -24616,54 +28678,54 @@ Still doesn't distinguish between empty and not analyzed recently (might be improved in that reguard) -2012-01-18 14:19 Sandro Santilli <strk@keybit.net> +2012-01-18 14:19 Sandro Santilli <strk@kbt.io> * [r8869] doc/reference_accessor.xml: Drop &Z_support in ST_Summary, see #649 comment:2 -2012-01-18 14:17 Sandro Santilli <strk@keybit.net> +2012-01-18 14:17 Sandro Santilli <strk@kbt.io> * [r8868] doc/reference_accessor.xml, liblwgeom/lwgeom_debug.c, postgis/geography.sql.in.c: Add ST_Summary(geography), "G" flag (#1277), document (#649) -2012-01-18 13:46 Sandro Santilli <strk@keybit.net> +2012-01-18 13:46 Sandro Santilli <strk@kbt.io> * [r8867] regress/typmod.sql, regress/typmod_expected: Complete binary IO testing in presence of typmod (#850) -2012-01-18 13:46 Sandro Santilli <strk@keybit.net> +2012-01-18 13:46 Sandro Santilli <strk@kbt.io> * [r8866] regress/run_test: Do proper cleanups -2012-01-18 13:46 Sandro Santilli <strk@keybit.net> +2012-01-18 13:46 Sandro Santilli <strk@kbt.io> * [r8865] postgis/lwgeom_inout.c: Check typmod on binary geometry input (#850) Testcase will follow -2012-01-18 10:17 Sandro Santilli <strk@keybit.net> +2012-01-18 10:17 Sandro Santilli <strk@kbt.io> * [r8864] postgis/gserialized_typmod.c, regress/tickets.sql, regress/tickets_expected: Have geography typmod threat unkonwn srid an omitted srid (#1482) -2012-01-18 10:17 Sandro Santilli <strk@keybit.net> +2012-01-18 10:17 Sandro Santilli <strk@kbt.io> * [r8863] regress/run_test: Add --expect switch to save obtained output as expected Will help generating testcases -2012-01-18 10:17 Sandro Santilli <strk@keybit.net> +2012-01-18 10:17 Sandro Santilli <strk@kbt.io> * [r8862] regress/run_test: Drop the support for multiple expected files (not needed anymore) The support was also broken, btw... -2012-01-18 08:19 Sandro Santilli <strk@keybit.net> +2012-01-18 08:19 Sandro Santilli <strk@kbt.io> * [r8861] regress/binary.sql, regress/binary_expected, regress/run_test: Test roundtrip with a binary cursor for both @@ -24683,7 +28745,7 @@ See ticket #850 for more info -2012-01-17 20:01 Sandro Santilli <strk@keybit.net> +2012-01-17 20:01 Sandro Santilli <strk@kbt.io> * [r8860] postgis/geography.sql.in.c, postgis/geography_inout.c, regress/binary.sql, regress/binary_expected: Implement canonical @@ -24691,7 +28753,7 @@ Note: canonical output is tested, input isn't. -2012-01-17 19:15 Sandro Santilli <strk@keybit.net> +2012-01-17 19:15 Sandro Santilli <strk@kbt.io> * [r8859] regress/Makefile.in, regress/binary.sql, regress/binary_expected: Test canonical binary output for @@ -24700,17 +28762,17 @@ NOTE: big-endian machines are expected to fail this new test please send your actual output for a fix -2012-01-17 19:15 Sandro Santilli <strk@keybit.net> +2012-01-17 19:15 Sandro Santilli <strk@kbt.io> * [r8858] regress/run_test: Support alternate expected files Useful to test WKB output on different byte-endian machines. -2012-01-17 19:15 Sandro Santilli <strk@keybit.net> +2012-01-17 19:15 Sandro Santilli <strk@kbt.io> * [r8857] regress/run_test: Support for binary output (#850) -2012-01-17 18:04 Sandro Santilli <strk@keybit.net> +2012-01-17 18:04 Sandro Santilli <strk@kbt.io> * [r8856] postgis/geography.sql.in.c, regress/tickets.sql, regress/tickets_expected: Override geometrytype for geography @@ -24719,17 +28781,17 @@ The testusite runs without problems so I didn't also add a geometrytype(text) function [I want the implicit cast!] -2012-01-17 17:52 Sandro Santilli <strk@keybit.net> +2012-01-17 17:52 Sandro Santilli <strk@kbt.io> * [r8855] raster/test/regress/Makefile.in, regress/Makefile.in, topology/test/Makefile: Run the testsuite again after upgrading (#1326) -2012-01-17 17:52 Sandro Santilli <strk@keybit.net> +2012-01-17 17:52 Sandro Santilli <strk@kbt.io> * [r8854] regress/run_test: Reword loading of upgrade scripts -2012-01-17 17:13 Sandro Santilli <strk@keybit.net> +2012-01-17 17:13 Sandro Santilli <strk@kbt.io> * [r8853] postgis/Makefile.in, raster/rt_pg/Makefile.in, raster/test/regress/Makefile.in, regress/Makefile.in, @@ -24740,7 +28802,7 @@ Add an --upgrade switch to regress/run_test in preparation of regress testing upgrade scripts (#1326) -2012-01-17 08:57 Sandro Santilli <strk@keybit.net> +2012-01-17 08:57 Sandro Santilli <strk@kbt.io> * [r8852] postgis/postgis_drop.sql.in.c: Do not drop legacy getSRID in postgis_drop (#1401) @@ -24753,150 +28815,150 @@ liblwgeom/liblwgeom_internal.h, liblwgeom/lwlinearreferencing.c: Rename lwpoint_interpolate to point_interpolate -2012-01-16 21:13 Sandro Santilli <strk@keybit.net> +2012-01-16 21:13 Sandro Santilli <strk@kbt.io> * [r8850] regress/tickets.sql, regress/tickets_expected: Snap output of test for #723 to a grid The test was failing due to coordinate drifts on 32bit -2012-01-16 17:37 Sandro Santilli <strk@keybit.net> +2012-01-16 17:37 Sandro Santilli <strk@kbt.io> * [r8847] liblwgeom/lwgeom_geos_split.c, regress/tickets.sql, regress/tickets_expected: Fix 2.5d split (#745) -2012-01-16 17:00 Sandro Santilli <strk@keybit.net> +2012-01-16 17:00 Sandro Santilli <strk@kbt.io> * [r8846] postgis/geography_measurement.c, regress/Makefile.in, regress/bestsrid.sql, regress/bestsrid_expected, regress/tickets.sql, regress/tickets_expected: Keep UTM zone numbers in range, regress-test _ST_BestSRID (#1234) -2012-01-16 15:39 Sandro Santilli <strk@keybit.net> +2012-01-16 15:39 Sandro Santilli <strk@kbt.io> * [r8845] postgis/geography.sql.in.c: Add an ST_AsEWKT(text) to prefer geometry over geography -2012-01-16 14:46 Sandro Santilli <strk@keybit.net> +2012-01-16 14:46 Sandro Santilli <strk@kbt.io> * [r8844] doc/reference_output.xml, postgis/geography.sql.in.c: Add ST_EWKT for geography type (#675) -2012-01-16 14:33 Sandro Santilli <strk@keybit.net> +2012-01-16 14:33 Sandro Santilli <strk@kbt.io> * [r8843] loader/pgsql2shp-core.c: The official unknown SRID is 0, not -1 -2012-01-16 14:21 Sandro Santilli <strk@keybit.net> +2012-01-16 14:21 Sandro Santilli <strk@kbt.io> * [r8842] GNUmakefile.in, doc/Makefile.in: Have 'make doc' build the single-page HTML -2012-01-16 14:04 Sandro Santilli <strk@keybit.net> +2012-01-16 14:04 Sandro Santilli <strk@kbt.io> * [r8841] README.postgis, macros/gettext.m4: Allow building with gettext 0.14. Patch by Greg Troxel <gdt@ir.bbn.com> -2012-01-16 13:56 Sandro Santilli <strk@keybit.net> +2012-01-16 13:56 Sandro Santilli <strk@kbt.io> * [r8840] configure.ac, postgis/Makefile.in, raster/rt_pg/Makefile.in, topology/Makefile.in: Detect PERL locally -2012-01-16 13:10 Sandro Santilli <strk@keybit.net> +2012-01-16 13:10 Sandro Santilli <strk@kbt.io> * [r8839] .gitignore: Ignore generated extension files -2012-01-16 12:33 Sandro Santilli <strk@keybit.net> +2012-01-16 12:33 Sandro Santilli <strk@kbt.io> * [r8838] liblwgeom/Makefile.in, liblwgeom/lwgeom_debug.c, postgis/Makefile.in, postgis/lwgeom_debug.c: Move lwgeom_summary to liblwgeom (#1446) -2012-01-16 12:25 Sandro Santilli <strk@keybit.net> +2012-01-16 12:25 Sandro Santilli <strk@kbt.io> * [r8837] postgis/postgis_drop.sql.in.c: Drop getsrid (#1401) -2012-01-16 12:10 Sandro Santilli <strk@keybit.net> +2012-01-16 12:10 Sandro Santilli <strk@kbt.io> * [r8836] regress/typmod.sql, regress/typmod_expected: Add test for insertion into typmod-ed table (#1414) -2012-01-16 11:22 Sandro Santilli <strk@keybit.net> +2012-01-16 11:22 Sandro Santilli <strk@kbt.io> * [r8835] liblwgeom/lwout_wkb.c, regress/tickets.sql, regress/tickets_expected, regress/wkb_expected: Fix WKB output for POINT EMPTY with SRID or higher dims (#1478) -2012-01-16 10:34 Sandro Santilli <strk@keybit.net> +2012-01-16 10:34 Sandro Santilli <strk@kbt.io> * [r8834] regress/wkb.sql, regress/wkb_expected: Add WKB round-trip test for TIN -2012-01-16 10:31 Sandro Santilli <strk@keybit.net> +2012-01-16 10:31 Sandro Santilli <strk@kbt.io> * [r8833] liblwgeom/lwin_wkb.c, regress/wkb.sql, regress/wkb_expected: Fix reading TRIANGLE EMPTY in WKB form (#1474) -2012-01-16 10:31 Sandro Santilli <strk@keybit.net> +2012-01-16 10:31 Sandro Santilli <strk@kbt.io> * [r8832] regress/wkb.sql, regress/wkb_expected: Add POLYHEDRALSURFACE roundtrip WKB test -2012-01-16 10:24 Sandro Santilli <strk@keybit.net> +2012-01-16 10:24 Sandro Santilli <strk@kbt.io> * [r8831] liblwgeom/lwgeom.c, regress/wkb.sql, regress/wkb_expected: Implement lwgeom_same for MULTICURVE and MULTISURFACE (#1475) -2012-01-16 10:21 Sandro Santilli <strk@keybit.net> +2012-01-16 10:21 Sandro Santilli <strk@kbt.io> * [r8830] liblwgeom/lwgeom.c, regress/wkb.sql, regress/wkb_expected: Implement lwgeom_same for CURVEPOLYGON types (#1475) -2012-01-16 10:18 Sandro Santilli <strk@keybit.net> +2012-01-16 10:18 Sandro Santilli <strk@kbt.io> * [r8829] liblwgeom/lwgeom.c, regress/wkb.sql, regress/wkb_expected: Implement lwgeom_same for COMPOUNDCURVE (#1475) -2012-01-16 10:11 Sandro Santilli <strk@keybit.net> +2012-01-16 10:11 Sandro Santilli <strk@kbt.io> * [r8828] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c, regress/wkb.sql, regress/wkb_expected: Implement lwgeom_same for circularstring (#1475) -2012-01-16 09:11 Sandro Santilli <strk@keybit.net> +2012-01-16 09:11 Sandro Santilli <strk@kbt.io> * [r8827] liblwgeom/lwgeom.c, regress/tickets.sql, regress/tickets_expected: A CURVEPOLY is also a collection. Fixes #1473. -2012-01-16 09:11 Sandro Santilli <strk@keybit.net> +2012-01-16 09:11 Sandro Santilli <strk@kbt.io> * [r8826] liblwgeom/lwcollection.c: Prevent lwcollection_construct from creating non-collection types -2012-01-16 08:25 Sandro Santilli <strk@keybit.net> +2012-01-16 08:25 Sandro Santilli <strk@kbt.io> * [r8825] topology/sql/populate.sql.in.c: Use a CTE for queries involving largs WKB input. Reduces parsing and execution time. -2012-01-16 08:25 Sandro Santilli <strk@keybit.net> +2012-01-16 08:25 Sandro Santilli <strk@kbt.io> * [r8824] topology/sql/topogeometry/totopogeom.sql.in.c: Comment out expensive DEBUG lines -2012-01-16 08:24 Sandro Santilli <strk@keybit.net> +2012-01-16 08:24 Sandro Santilli <strk@kbt.io> * [r8823] topology/sql/sqlmm.sql.in.c: Downgrade notice of face splitting to debug level -2012-01-15 20:52 Sandro Santilli <strk@keybit.net> +2012-01-15 20:52 Sandro Santilli <strk@kbt.io> * [r8822] topology/Makefile.in, topology/sql/gml.sql, topology/sql/gml.sql.in.c, topology/sql/manage/CopyTopology.sql, @@ -24926,7 +28988,7 @@ topology/topology.sql.in.c: Wrap DEBUG output in ifdef POSTGIS_TOPOLOGY_DEBUG (#1469) -2012-01-15 17:50 Sandro Santilli <strk@keybit.net> +2012-01-15 17:50 Sandro Santilli <strk@kbt.io> * [r8821] topology/test/Makefile, topology/test/regress/addtopogeometrycolumn.sql, @@ -25069,12 +29131,12 @@ minus the PACKAGE_* macros. -2012-01-13 17:34 Sandro Santilli <strk@keybit.net> +2012-01-13 17:34 Sandro Santilli <strk@kbt.io> * [r8804] regress/typmod.sql, regress/typmod_expected: Add test for creating tables with circularstring typmod (#1085) -2012-01-13 17:33 Sandro Santilli <strk@keybit.net> +2012-01-13 17:33 Sandro Santilli <strk@kbt.io> * [r8803] regress/Makefile.in, regress/typmod.sql, regress/typmod_expected: First draft of a test for typmod (#1085) @@ -25088,7 +29150,7 @@ * [r8802] doc/reference_operator.xml: remove dangling reference to geometry_same -2012-01-13 16:23 Sandro Santilli <strk@keybit.net> +2012-01-13 16:23 Sandro Santilli <strk@kbt.io> * [r8801] libpgcommon/Makefile.in: Virtualize ``make'' calls (#1464) @@ -25104,17 +29166,17 @@ * [r8799] doc/reference_operator.xml: remove ~= from documentation -- we don't want people using this operator -2012-01-13 13:31 Sandro Santilli <strk@keybit.net> +2012-01-13 13:31 Sandro Santilli <strk@kbt.io> * [r8798] utils/postgis_restore.pl: Add all signature in the current repository -2012-01-13 11:34 Sandro Santilli <strk@keybit.net> +2012-01-13 11:34 Sandro Santilli <strk@kbt.io> * [r8797] utils/postgis_restore.pl: Add more signatures found in a more recent dump of mine -2012-01-13 11:29 Sandro Santilli <strk@keybit.net> +2012-01-13 11:29 Sandro Santilli <strk@kbt.io> * [r8796] utils/postgis_restore.pl: Make verbose output of postgis_restore.pl more useful for maintainance @@ -25123,7 +29185,7 @@ for better parsing in the future and to be more human readable. -2012-01-13 10:00 Sandro Santilli <strk@keybit.net> +2012-01-13 10:00 Sandro Santilli <strk@kbt.io> * [r8795] postgis/postgis.sql.in.c: Make ~= operator GIST-indexable, following existing documentation @@ -25152,25 +29214,25 @@ postgis/postgis.sql.in.c: Flip ST_LocateBetween to use the same LRS code as ST_LocateBetweenElevations -2012-01-12 17:41 Sandro Santilli <strk@keybit.net> +2012-01-12 17:41 Sandro Santilli <strk@kbt.io> * [r8791] topology/test/regress/addface.sql, topology/test/regress/addface_expected: Add regress test for topology.AddFace robustness (see #1383) -2012-01-12 17:06 Sandro Santilli <strk@keybit.net> +2012-01-12 17:06 Sandro Santilli <strk@kbt.io> * [r8790] liblwgeom/cunit/cu_measures.c, liblwgeom/measures.c: Fix lw_dist2d_pt_seg(B, AB), see #1459 Includes regress testing. Should also fix #1383 -2012-01-12 11:21 Sandro Santilli <strk@keybit.net> +2012-01-12 11:21 Sandro Santilli <strk@kbt.io> * [r8789] regress/wkt.sql, regress/wkt_expected: Complete tests for higher coordinate dimensions (#1455) -2012-01-12 11:21 Sandro Santilli <strk@keybit.net> +2012-01-12 11:21 Sandro Santilli <strk@kbt.io> * [r8788] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c, regress/wkb_expected: Fix bug in dimension computer for @@ -25179,19 +29241,19 @@ The parser got confused by inner M letters. This commit also improves speed early breaking the loop over WKT. -2012-01-12 11:20 Sandro Santilli <strk@keybit.net> +2012-01-12 11:20 Sandro Santilli <strk@kbt.io> * [r8787] regress/wkt.sql, regress/wkt_expected: Add tests for higher coordinate dimensions (#1455) GEOMETRYCOLLECTION still fails -2012-01-12 08:52 Sandro Santilli <strk@keybit.net> +2012-01-12 08:52 Sandro Santilli <strk@kbt.io> * [r8786] regress/wkt.sql, regress/wkt_expected: Test roundtrip of WKT. Higher dimensions still needed (#1455) -2012-01-12 08:52 Sandro Santilli <strk@keybit.net> +2012-01-12 08:52 Sandro Santilli <strk@kbt.io> * [r8785] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c: Fix a bug in gserialized_read_gbox_p reading garbage in EMPTY @@ -25199,12 +29261,12 @@ Includes cunit test. Fixes #1458. -2012-01-12 08:51 Sandro Santilli <strk@keybit.net> +2012-01-12 08:51 Sandro Santilli <strk@kbt.io> * [r8784] liblwgeom/g_box.c: gbox_float_round: do not attempt to round M when not present -2012-01-12 08:51 Sandro Santilli <strk@keybit.net> +2012-01-12 08:51 Sandro Santilli <strk@kbt.io> * [r8783] liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in: Expose gbox_float_round to liblwgeom @@ -25224,7 +29286,7 @@ asbinary(geography) directly to the lwgeom_ C functions, without a cast -2012-01-11 18:53 Sandro Santilli <strk@keybit.net> +2012-01-11 18:53 Sandro Santilli <strk@kbt.io> * [r8780] postgis/lwgeom_ogc.c, regress/wkb.sql, regress/wkb_expected: Allow higher dimensions in GeomFromWKB @@ -25233,7 +29295,7 @@ Includes regress test for WKB roundtrip (failing as expected with point empty) -2012-01-11 18:45 Sandro Santilli <strk@keybit.net> +2012-01-11 18:45 Sandro Santilli <strk@kbt.io> * [r8779] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c, regress/tickets.sql, regress/tickets_expected: Fix bug in @@ -25241,7 +29303,7 @@ Adds regression test for lwgeom_same and ST_OrderingEquals -2012-01-11 17:18 Sandro Santilli <strk@keybit.net> +2012-01-11 17:18 Sandro Santilli <strk@kbt.io> * [r8778] postgis/gserialized_gist_2d.c, regress/empty.sql, regress/empty_expected, regress/tickets.sql, @@ -25254,32 +29316,32 @@ ST_Equals is still broken as it uses the overlap operator instead. -2012-01-11 17:18 Sandro Santilli <strk@keybit.net> +2012-01-11 17:18 Sandro Santilli <strk@kbt.io> * [r8777] libpgcommon/Makefile.in: Encode dependency of libpgcommon on postgis_config.h -2012-01-11 17:18 Sandro Santilli <strk@keybit.net> +2012-01-11 17:18 Sandro Santilli <strk@kbt.io> * [r8776] doc/reference_output.xml: Xref ST_AsBinary to its reverse ST_GeomFromWKB -2012-01-11 15:57 Sandro Santilli <strk@keybit.net> +2012-01-11 15:57 Sandro Santilli <strk@kbt.io> * [r8775] liblwgeom/cunit/cu_in_wkb.c: Add paranoid test of another malformed WKB found in #168 -2012-01-11 15:51 Sandro Santilli <strk@keybit.net> +2012-01-11 15:51 Sandro Santilli <strk@kbt.io> * [r8774] NEWS, postgis/postgis_drop.sql.in.c: Drop ST_AsBinary(text) wrapper, removed in previous commits -2012-01-11 14:50 Sandro Santilli <strk@keybit.net> +2012-01-11 14:50 Sandro Santilli <strk@kbt.io> * [r8773] doc/reference_output.xml: Add documentation about enhancements in ST_AsBinary (#288) -2012-01-11 14:46 Sandro Santilli <strk@keybit.net> +2012-01-11 14:46 Sandro Santilli <strk@kbt.io> * [r8772] postgis/geography.sql.in.c, postgis/geography_inout.c, regress/tickets_expected: Drop geography-specific C-side of @@ -25287,33 +29349,33 @@ See #288 -2012-01-11 12:30 Sandro Santilli <strk@keybit.net> +2012-01-11 12:30 Sandro Santilli <strk@kbt.io> * [r8771] postgis/postgis.sql.in.c: Limit geometry_columns view definition within 80 columns. This is to avoid issues like #1449 -2012-01-11 11:17 Sandro Santilli <strk@keybit.net> +2012-01-11 11:17 Sandro Santilli <strk@kbt.io> * [r8770] regress/Makefile.in, regress/wkb.sql, regress/wkb_expected, regress/wkt_expected: Add regress test for WKB (#1448) and enable the existing one for WKT -2012-01-11 11:17 Sandro Santilli <strk@keybit.net> +2012-01-11 11:17 Sandro Santilli <strk@kbt.io> * [r8769] NEWS, postgis/lwgeom_ogc.c: Unlease higher dimensions in ST_AsBinary, using SQL/MM (#288) -2012-01-11 11:16 Sandro Santilli <strk@keybit.net> +2012-01-11 11:16 Sandro Santilli <strk@kbt.io> * [r8768] NEWS: ST_AsText item is an enhancement, not a new feature -2012-01-11 10:40 Sandro Santilli <strk@keybit.net> +2012-01-11 10:40 Sandro Santilli <strk@kbt.io> * [r8767] NEWS: Add note aboute AsText support for higher dimension -2012-01-11 10:34 Sandro Santilli <strk@keybit.net> +2012-01-11 10:34 Sandro Santilli <strk@kbt.io> * [r8766] postgis/lwgeom_ogc.c, regress/remove_repeated_points_expected, @@ -25326,12 +29388,12 @@ regress/tickets_expected: Unleash SQL/MM WKT returned by ST_AsText (#287) -2012-01-11 08:36 Sandro Santilli <strk@keybit.net> +2012-01-11 08:36 Sandro Santilli <strk@kbt.io> * [r8763] doc/Makefile.in: Use $(MAKE) to invoke whatever make was used by builder -2012-01-11 08:26 Sandro Santilli <strk@keybit.net> +2012-01-11 08:26 Sandro Santilli <strk@kbt.io> * [r8760] README.postgis: Update HARD UPGRADE section, mention --with-topology @@ -25383,14 +29445,14 @@ extensions/postgis_topology/postgis_topology.control.in: Bring the extensions into the autoconf environment -2012-01-10 19:36 Bborie Park <bkpark at ucdavis.edu> +2012-01-10 19:36 Bborie Park <dustymugs at gmail.com> * [r8752] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: Fixed incorrect call to rt_raster_geopoint_to_cell in rt_band_load_offline_data and added additional debug messages -2012-01-10 18:45 Bborie Park <bkpark at ucdavis.edu> +2012-01-10 18:45 Bborie Park <dustymugs at gmail.com> * [r8751] raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis_legacy.sql.in.c: Fixed incorrect use of @@ -25398,12 +29460,12 @@ to raster_columns and raster_overviews to gracefully handle insert/update/delete. -2012-01-10 18:18 Bborie Park <bkpark at ucdavis.edu> +2012-01-10 18:18 Bborie Park <dustymugs at gmail.com> * [r8750] raster/loader/raster2pgsql.c: Fixed double free of memory when using out-of-database bands -2012-01-10 18:12 Sandro Santilli <strk@keybit.net> +2012-01-10 18:12 Sandro Santilli <strk@kbt.io> * [r8749] postgis/postgis.sql.in.c, utils/postgis_proc_upgrade.pl: Add rules on geometry_columns view to tolerate @@ -25413,7 +29475,7 @@ This commit includes changes in postgis_proc_upgrade.pl to retain rules. -2012-01-10 14:58 Sandro Santilli <strk@keybit.net> +2012-01-10 14:58 Sandro Santilli <strk@kbt.io> * [r8748] liblwgeom/lwgeom.c: Reflect type of empty from ST_Dimension (#1441) @@ -25424,7 +29486,7 @@ Signed-off-by: Charlie Brown -2012-01-10 13:17 Sandro Santilli <strk@keybit.net> +2012-01-10 13:17 Sandro Santilli <strk@kbt.io> * [r8747] liblwgeom/g_serialized.c, liblwgeom/liblwgeom_internal.h, liblwgeom/lwcollection.c, regress/tickets_expected: Use a @@ -25467,7 +29529,7 @@ than trying to figure out what state we are in and handle it appropriately. -2012-01-10 11:36 Sandro Santilli <strk@keybit.net> +2012-01-10 11:36 Sandro Santilli <strk@kbt.io> * [r8742] liblwgeom/cunit/cu_in_wkb.c, liblwgeom/lwcollection.c, liblwgeom/lwin_wkb.c, regress/tickets.sql, @@ -25477,7 +29539,7 @@ Includes regress testing both at the liblwgeom and postgis levels. -2012-01-10 10:06 Sandro Santilli <strk@keybit.net> +2012-01-10 10:06 Sandro Santilli <strk@kbt.io> * [r8741] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_out_wkt.c, liblwgeom/lwout_wkt.c, @@ -25492,15 +29554,15 @@ Reflects specs in doc/ZMgeoms.txt and satisfies the parser. Closes ticket #724. -2012-01-10 08:32 Sandro Santilli <strk@keybit.net> +2012-01-10 08:32 Sandro Santilli <strk@kbt.io> * [r8740] .gitignore: Other generated files -2012-01-10 08:28 Sandro Santilli <strk@keybit.net> +2012-01-10 08:28 Sandro Santilli <strk@kbt.io> * [r8739] .gitignore: Ignore new generated files -2012-01-10 08:26 Sandro Santilli <strk@keybit.net> +2012-01-10 08:26 Sandro Santilli <strk@kbt.io> * [r8738] doc/Makefile.in, doc/html/image_src/Makefile.in: Add images-clean rule and perform the cleanup on maintainer-clean @@ -25526,7 +29588,7 @@ installs and assume it follows the same steps as the rest of PostGIS. -2012-01-09 22:43 Bborie Park <bkpark at ucdavis.edu> +2012-01-09 22:43 Bborie Park <dustymugs at gmail.com> * [r8733] raster/loader/raster2pgsql.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -25552,14 +29614,14 @@ extensions/postgis_topology/sql_bits/remove_from_extension.sql.in: put in svn Author Date Id Revision keywords -2012-01-09 20:08 Bborie Park <bkpark at ucdavis.edu> +2012-01-09 20:08 Bborie Park <dustymugs at gmail.com> * [r8731] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: Make the data of externally-loaded band internally owned so a call to rt_band_destroy() properly frees the memory. -2012-01-09 19:48 Bborie Park <bkpark at ucdavis.edu> +2012-01-09 19:48 Bborie Park <dustymugs at gmail.com> * [r8730] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c, raster/test/loader, @@ -25570,12 +29632,12 @@ of db band and future use for raster2pgsql loader regression tests. -2012-01-09 19:05 Bborie Park <bkpark at ucdavis.edu> +2012-01-09 19:05 Bborie Park <dustymugs at gmail.com> * [r8729] raster/rt_pg/rtpostgis.sql.in.c: Removed garbage whitespace. -2012-01-09 19:02 Bborie Park <bkpark at ucdavis.edu> +2012-01-09 19:02 Bborie Park <dustymugs at gmail.com> * [r8728] raster/rt_pg/rtpostgis.sql.in.c: Added conditional check to ST_Intersects(raster, int, raster, int) to deal with STRICT @@ -25596,7 +29658,7 @@ postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c: Interim progress on LRS work. -2012-01-09 18:01 Sandro Santilli <strk@keybit.net> +2012-01-09 18:01 Sandro Santilli <strk@kbt.io> * [r8725] liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwcollection.c, regress/dump_expected, regress/tickets_expected: Change @@ -25608,17 +29670,17 @@ filename column within shp2pgsql-gui if required, as per request from Regina. -2012-01-09 17:27 Sandro Santilli <strk@keybit.net> +2012-01-09 17:27 Sandro Santilli <strk@kbt.io> * [r8723] doc/reference_editor.xml: Further cleanup of ST_CollectionExtract documentation -2012-01-09 17:10 Sandro Santilli <strk@keybit.net> +2012-01-09 17:10 Sandro Santilli <strk@kbt.io> * [r8722] doc/reference_editor.xml: Document new ST_CollectionExtract behavior -2012-01-09 17:01 Sandro Santilli <strk@keybit.net> +2012-01-09 17:01 Sandro Santilli <strk@kbt.io> * [r8721] postgis/lwgeom_functions_basic.c, regress/regress_expected, regress/tickets_expected: Switch back @@ -25629,39 +29691,39 @@ testcase, and is still consistent. Is also closer to documentation. -2012-01-09 17:01 Sandro Santilli <strk@keybit.net> +2012-01-09 17:01 Sandro Santilli <strk@kbt.io> * [r8720] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c: Add lwgeom_construct_empty API call -2012-01-09 17:01 Sandro Santilli <strk@keybit.net> +2012-01-09 17:01 Sandro Santilli <strk@kbt.io> * [r8719] liblwgeom/lwcompound.c: Implement lwcompound_construct_empty -2012-01-09 16:20 Sandro Santilli <strk@keybit.net> +2012-01-09 16:20 Sandro Santilli <strk@kbt.io> * [r8718] postgis/lwgeom_functions_basic.c, regress/regress_expected, regress/tickets.sql, regress/tickets_expected: Alwas return NULL on type miss from ST_CollectionExtract (#835) -2012-01-09 16:20 Sandro Santilli <strk@keybit.net> +2012-01-09 16:20 Sandro Santilli <strk@kbt.io> * [r8717] liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwcollection.c: Return typed empties from lwcollection_extract -2012-01-09 15:27 Sandro Santilli <strk@keybit.net> +2012-01-09 15:27 Sandro Santilli <strk@kbt.io> * [r8716] doc/Makefile.in, make_dist.sh: Distribute comments in tarball. Stop distributing pdf or html (#626) -2012-01-09 15:03 Sandro Santilli <strk@keybit.net> +2012-01-09 15:03 Sandro Santilli <strk@kbt.io> * [r8715] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c: Fix compiler warnings -2012-01-09 15:01 Bborie Park <bkpark at ucdavis.edu> +2012-01-09 15:01 Bborie Park <dustymugs at gmail.com> * [r8714] raster/rt_pg/rtpostgis.sql.in.c: Make _ST_Intersects(raster, raster) STRICT as per comments in #1412. @@ -25675,7 +29737,7 @@ #1392: Can't geocode intersecting highways or areas where no zip available -2012-01-09 13:36 Sandro Santilli <strk@keybit.net> +2012-01-09 13:36 Sandro Santilli <strk@kbt.io> * [r8712] raster/loader/Makefile.in: Build the libtool wrapper script version of raster2pgsql @@ -25685,7 +29747,7 @@ * [r8711] doc/introduction.xml, doc/release_notes.xml: Add Maria Arias de Reyna to credits -2012-01-09 11:01 Sandro Santilli <strk@keybit.net> +2012-01-09 11:01 Sandro Santilli <strk@kbt.io> * [r8710] java/jdbc/README, java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java, @@ -25705,7 +29767,7 @@ a new maven based build system. It also includes some indenting changes. -2012-01-09 10:34 Sandro Santilli <strk@keybit.net> +2012-01-09 10:34 Sandro Santilli <strk@kbt.io> * [r8709] loader/shp2pgsql-core.c: Fix memory leak in shapefile loader (#1436) @@ -25756,7 +29818,7 @@ the manual and make sense of it as demonstrated here: http://gis.stackexchange.com/questions/18254/loading-a-raster-into-a-postgis-2-0-database-on-windows -2012-01-08 16:28 Bborie Park <bkpark at ucdavis.edu> +2012-01-08 16:28 Bborie Park <dustymugs at gmail.com> * [r8704] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: Code cleanup related to registering @@ -25808,12 +29870,12 @@ Hopefully we can automate this part in the future -- but have no clue how. -2012-01-07 15:24 Bborie Park <bkpark at ucdavis.edu> +2012-01-07 15:24 Bborie Park <dustymugs at gmail.com> * [r8695] raster/rt_core/rt_api.c: Have rt_raster_from_gdal_dataset attempt to determine the SRID of the raster using OSR. -2012-01-07 14:05 Bborie Park <bkpark at ucdavis.edu> +2012-01-07 14:05 Bborie Park <dustymugs at gmail.com> * [r8694] raster/rt_pg/rtpostgis.sql.in.c: Additional tweaks for the NODATA values constraint. Continues changes made in r8691. @@ -25832,7 +29894,7 @@ regress/tickets.sql, regress/tickets_expected: Move geojson test into geojson.sql file -2012-01-07 00:42 Bborie Park <bkpark at ucdavis.edu> +2012-01-07 00:42 Bborie Park <dustymugs at gmail.com> * [r8691] raster/rt_pg/rtpostgis.sql.in.c: Fixed handling of NODATA value constraint as band with no NODATA was being constrained @@ -25874,14 +29936,14 @@ * [r8685] topology: Add files to svn:ignore -2012-01-05 21:18 Bborie Park <bkpark at ucdavis.edu> +2012-01-05 21:18 Bborie Park <dustymugs at gmail.com> * [r8684] raster/rt_core/rt_api.c, raster/test/core/testapi.c: Added shortcut mechanism for copying data in rt_raster_from_gdal_dataset() when the natural block width is the raster width. Enhanced testing in testapi.c. -2012-01-05 20:52 Bborie Park <bkpark at ucdavis.edu> +2012-01-05 20:52 Bborie Park <dustymugs at gmail.com> * [r8683] raster/rt_pg/rt_pg.c: Syntax cleanup as part of memory bugs audit. Related to ticket #1432. This should be the last of @@ -25893,7 +29955,7 @@ postgis/sqlmm.sql.in.c: #1433: Part 2 - merge what is left of sqlmm.sql.in.c into postgis.sql.in.c -2012-01-05 20:13 Bborie Park <bkpark at ucdavis.edu> +2012-01-05 20:13 Bborie Park <dustymugs at gmail.com> * [r8681] raster/rt_pg/rt_pg.c, raster/test/core/testwkb.c, raster/test/regress/rt_asgdalraster.sql, @@ -25913,7 +29975,7 @@ postgis/uninstall_legacy.sql.in.c: #1433: part 1 -- get rid of SE functions -2012-01-05 18:59 Bborie Park <bkpark at ucdavis.edu> +2012-01-05 18:59 Bborie Park <dustymugs at gmail.com> * [r8679] raster/rt_pg/rt_pg.c, raster/test/regress/rt_histogram.sql, @@ -25929,14 +29991,14 @@ additional regression tests for ST_SummaryStats, ST_Histogram, ST_ValueCount, ST_Reclass and ST_Quantile. Ticket is #1432. -2012-01-05 16:10 Sandro Santilli <strk@keybit.net> +2012-01-05 16:10 Sandro Santilli <strk@kbt.io> * [r8678] raster/rt_pg/rt_pg.c: Switch memory context back before returning in RASTER_bandmetadata Fixes second case in #1432 -2012-01-05 08:15 Sandro Santilli <strk@keybit.net> +2012-01-05 08:15 Sandro Santilli <strk@kbt.io> * [r8677] configure.ac: It takes GEOS-3.3.2 for a sane topology (noding fixes in there) @@ -25954,23 +30016,23 @@ * [r8675] postgis/postgis_drop_before.sql.in.c: svn tags -2012-01-04 22:30 Sandro Santilli <strk@keybit.net> +2012-01-04 22:30 Sandro Santilli <strk@kbt.io> * [r8674] raster/rt_pg/rt_pg.c: Fix deallocation of terminating NULL in RASTER_asGDALRaster (#1432) -2012-01-04 21:38 Sandro Santilli <strk@keybit.net> +2012-01-04 21:38 Sandro Santilli <strk@kbt.io> * [r8673] topology/test/regress/st_remedgemodface.sql, topology/test/regress/st_remedgenewface.sql: Work around a PostgreSQL 8.4+ bug with CREATE INTO (#1431) -2012-01-04 20:50 Sandro Santilli <strk@keybit.net> +2012-01-04 20:50 Sandro Santilli <strk@kbt.io> * [r8672] doc/extras_topology.xml: Document topology.toTopoGeometry (#1017) -2012-01-04 18:33 Sandro Santilli <strk@keybit.net> +2012-01-04 18:33 Sandro Santilli <strk@kbt.io> * [r8671] topology/sql/topogeometry/totopogeom.sql, topology/test/regress/totopogeom.sql, @@ -25980,7 +30042,7 @@ You can start playing with this. Lacks documentation. Expect troubles. Feel free to report them. -2012-01-04 18:17 Sandro Santilli <strk@keybit.net> +2012-01-04 18:17 Sandro Santilli <strk@kbt.io> * [r8670] topology/test/regress/createtopogeom_expected, topology/topology.sql.in.c: Implement TopoGeometry->Geometry @@ -26011,11 +30073,11 @@ * [r8665] liblwgeom/lwgeodetic.c: Hm, nan() function? -2012-01-03 23:24 Sandro Santilli <strk@keybit.net> +2012-01-03 23:24 Sandro Santilli <strk@kbt.io> * [r8664] doc/extras_topology.xml: Document TopoGeo_AddPolygon -2012-01-03 23:17 Sandro Santilli <strk@keybit.net> +2012-01-03 23:17 Sandro Santilli <strk@kbt.io> * [r8663] topology/sql/populate.sql, topology/test/Makefile, topology/test/regress/topogeo_addpolygon.sql, @@ -26029,17 +30091,17 @@ postgis/lwgeom_functions_basic.c: Make ST_Azimuth(p1, p1) return NULL and make ST_Project(p1, 0, NULL) return p1. -2012-01-03 21:30 Sandro Santilli <strk@keybit.net> +2012-01-03 21:30 Sandro Santilli <strk@kbt.io> * [r8661] TODO: ST_Split was implemented - a lot more to remove from TODO -2012-01-03 20:55 Sandro Santilli <strk@keybit.net> +2012-01-03 20:55 Sandro Santilli <strk@kbt.io> * [r8660] topology/sql/topogeometry/totopogeom.sql: Change parameter names to use the "athing" convention. See #1427 -2012-01-03 20:48 Sandro Santilli <strk@keybit.net> +2012-01-03 20:48 Sandro Santilli <strk@kbt.io> * [r8659] topology/sql/populate.sql, topology/test/regress/topogeo_addlinestring_expected: Fix typo in @@ -26053,13 +30115,13 @@ stuff. Probably further ordering would be C-stuff before PL/PgSQL stuff. -2012-01-03 20:24 Sandro Santilli <strk@keybit.net> +2012-01-03 20:24 Sandro Santilli <strk@kbt.io> * [r8657] topology/test/regress/topogeo_addpoint.sql, topology/test/regress/topogeo_addpoint_expected: Test invalid calls to topogeo_addpoint -2012-01-03 20:04 Sandro Santilli <strk@keybit.net> +2012-01-03 20:04 Sandro Santilli <strk@kbt.io> * [r8656] doc/extras_topology.xml: Document TopoGeo_addLineString @@ -26070,30 +30132,30 @@ regress/tickets_expected: Change units to radians and add some tests (#657 and #1305) -2012-01-03 18:41 Sandro Santilli <strk@keybit.net> +2012-01-03 18:41 Sandro Santilli <strk@kbt.io> * [r8654] topology/sql/populate.sql, topology/test/Makefile, topology/test/regress/topogeo_addlinestring.sql, topology/test/regress/topogeo_addlinestring_expected: Implement and regress-test TopoGeo_AddLineString -2012-01-03 18:34 Bborie Park <bkpark at ucdavis.edu> +2012-01-03 18:34 Bborie Park <dustymugs at gmail.com> * [r8653] raster/rt_pg/rtpostgis_legacy.sql.in.c: Removed DROP VIEW statements as per suggestion by robe in ticket #1422. -2012-01-03 10:52 Sandro Santilli <strk@keybit.net> +2012-01-03 10:52 Sandro Santilli <strk@kbt.io> * [r8652] doc/extras_topology.xml: Document TopoGeo_addPoint -2012-01-03 10:39 Sandro Santilli <strk@keybit.net> +2012-01-03 10:39 Sandro Santilli <strk@kbt.io> * [r8651] topology/test/Makefile, topology/test/regress/topogeo_addpoint.sql, topology/test/regress/topogeo_addpoint_expected: Add regression test for TopoGeo_AddPoint -2012-01-03 10:10 Sandro Santilli <strk@keybit.net> +2012-01-03 10:10 Sandro Santilli <strk@kbt.io> * [r8650] topology/sql/populate.sql, topology/topology.sql.in.c: Move TopoGeom_addXXX functions to populate.sql and refine @@ -26101,7 +30163,7 @@ Implement TopoGeom_addPoint (misses regression testing yet) -2012-01-03 09:49 Sandro Santilli <strk@keybit.net> +2012-01-03 09:49 Sandro Santilli <strk@kbt.io> * [r8649] topology/sql/sqlmm.sql, topology/test/regress/st_changeedgegeom.sql, @@ -26110,14 +30172,14 @@ Fixes a bug introduced by previous commit. -2012-01-03 09:44 Sandro Santilli <strk@keybit.net> +2012-01-03 09:44 Sandro Santilli <strk@kbt.io> * [r8648] topology/sql/sqlmm.sql, topology/test/regress/st_changeedgegeom.sql, topology/test/regress/st_changeedgegeom_expected: Don't consider shared nodes as edge intersections. Fixes #1428. -2012-01-02 06:59 Bborie Park <bkpark at ucdavis.edu> +2012-01-02 06:59 Bborie Park <dustymugs at gmail.com> * [r8647] raster/rt_pg, raster/rt_pg/.svnignore, raster/rt_pg/Makefile.in, raster/rt_pg/legacy.sql.in.c, @@ -26142,7 +30204,7 @@ postgis/postgis.sql.in.c, postgis/uninstall_legacy.sql.in.c: #722: Good bye GeomFromWKB, GeomFromText -2012-01-01 21:04 Bborie Park <bkpark at ucdavis.edu> +2012-01-01 21:04 Bborie Park <dustymugs at gmail.com> * [r8643] raster/rt_pg, raster/rt_pg/.svnignore, raster/rt_pg/Makefile.in, raster/rt_pg/legacy.sql.in.c: Added @@ -26224,7 +30286,7 @@ * [r8631] postgis/postgis_drop.sql.in.c: forgot a ST_AsGML drop version,geometry version -2012-01-01 01:40 Bborie Park <bkpark at ucdavis.edu> +2012-01-01 01:40 Bborie Park <dustymugs at gmail.com> * [r8630] raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h: Added support for attempting to @@ -26240,12 +30302,12 @@ postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c: #961: Change ST_AsGML to use default args -2011-12-31 09:47 Sandro Santilli <strk@keybit.net> +2011-12-31 09:47 Sandro Santilli <strk@kbt.io> * [r8628] doc/extras_topology.xml: Document new optional arguments to AddNode -2011-12-31 09:47 Sandro Santilli <strk@keybit.net> +2011-12-31 09:47 Sandro Santilli <strk@kbt.io> * [r8627] topology/sql/populate.sql, topology/test/regress/addnode.sql, @@ -26253,11 +30315,11 @@ additional optional arguments to allow splitting edges and computing containing_face -2011-12-31 09:47 Sandro Santilli <strk@keybit.net> +2011-12-31 09:47 Sandro Santilli <strk@kbt.io> * [r8626] topology/sql/sqlmm.sql: Add parameter names -2011-12-31 09:47 Sandro Santilli <strk@keybit.net> +2011-12-31 09:47 Sandro Santilli <strk@kbt.io> * [r8625] topology/sql/query/getfacebypoint.sql: Use DEBUG level for printing SQL being executed... @@ -26324,7 +30386,7 @@ postgis_valid_typmod to use gserialized* as an input instead of lwgeom* to get past in/out memory management issues (#1413) -2011-12-29 18:13 Sandro Santilli <strk@keybit.net> +2011-12-29 18:13 Sandro Santilli <strk@kbt.io> * [r8614] topology/test/regress/createtopogeom.sql, topology/test/regress/createtopogeom_expected, @@ -26334,68 +30396,68 @@ Includes regression tests for conversion of typed empty objects from simple to topological model. -2011-12-29 18:01 Sandro Santilli <strk@keybit.net> +2011-12-29 18:01 Sandro Santilli <strk@kbt.io> * [r8613] doc/extras_topology.xml, topology/topology.sql.in.c: Consider TopoElements of type 0 as empty, allow CreateTopoGeom calls w/out a TopoElementArray to construct empties (#1017) -2011-12-29 11:18 Sandro Santilli <strk@keybit.net> +2011-12-29 11:18 Sandro Santilli <strk@kbt.io> * [r8612] topology/test/regress/createtopogeom.sql, topology/test/regress/createtopogeom_expected: Test more TopoGeometry creation -2011-12-29 10:52 Sandro Santilli <strk@keybit.net> +2011-12-29 10:52 Sandro Santilli <strk@kbt.io> * [r8611] topology/test/regress/createtopogeom.sql, topology/test/regress/createtopogeom_expected, topology/topology.sql.in.c: CreateTopoGeom: tweak error message on out-of-range TopoGeometry type -2011-12-29 10:44 Sandro Santilli <strk@keybit.net> +2011-12-29 10:44 Sandro Santilli <strk@kbt.io> * [r8610] topology/topology.sql.in.c: Complete parameter names -2011-12-29 07:40 Sandro Santilli <strk@keybit.net> +2011-12-29 07:40 Sandro Santilli <strk@kbt.io> * [r8609] topology/sql/populate.sql: Typos and argument names -2011-12-29 07:39 Sandro Santilli <strk@keybit.net> +2011-12-29 07:39 Sandro Santilli <strk@kbt.io> * [r8608] regress/run_test: Honour verbosity for database initialization errors -2011-12-29 07:04 Sandro Santilli <strk@keybit.net> +2011-12-29 07:04 Sandro Santilli <strk@kbt.io> * [r8607] topology/sql/predicates.sql: Tabs to spaces, a few TODO items... -2011-12-29 07:04 Sandro Santilli <strk@keybit.net> +2011-12-29 07:04 Sandro Santilli <strk@kbt.io> * [r8606] topology/Makefile.in, topology/sql/predicates.sql, topology/topology.sql.in.c: Put overridden (for topology) spatial predicates in their own file -2011-12-29 06:48 Sandro Santilli <strk@keybit.net> +2011-12-29 06:48 Sandro Santilli <strk@kbt.io> * [r8605] topology/sql/topogeometry/totopogeom.sql, topology/test/regress/totopogeom.sql, topology/test/regress/totopogeom_expected: topology.toTopoGeom: add type compatibility checks (#1017) -2011-12-29 06:05 Sandro Santilli <strk@keybit.net> +2011-12-29 06:05 Sandro Santilli <strk@kbt.io> * [r8604] postgis/postgis.sql.in.c: Add geometry parameter names to functions -2011-12-28 16:51 Bborie Park <bkpark at ucdavis.edu> +2011-12-28 16:51 Bborie Park <dustymugs at gmail.com> * [r8603] raster/rt_pg/rtpostgis.sql.in.c: Removed STRICT from various ST_Intersects functions and changed the costs of calling ST_Intersects to 1000. Related ticket is #1410. -2011-12-28 15:45 Bborie Park <bkpark at ucdavis.edu> +2011-12-28 15:45 Bborie Park <dustymugs at gmail.com> * [r8602] raster/rt_core/rt_api.c: Force initialization of output GDAL raster from rt_raster_gdal_warp to band's NODATA value. @@ -26411,12 +30473,12 @@ * [r8600] doc/using_raster_dataman.xml: more description of over view -2011-12-28 11:01 Sandro Santilli <strk@keybit.net> +2011-12-28 11:01 Sandro Santilli <strk@kbt.io> * [r8599] raster/rt_pg/Makefile.in: Drop spurious white spaces. Should fix #1409. Thanks Peter Clark. -2011-12-28 02:19 Bborie Park <bkpark at ucdavis.edu> +2011-12-28 02:19 Bborie Park <dustymugs at gmail.com> * [r8598] raster/loader/raster2pgsql.c, raster/rt_pg/rtpostgis.sql.in.c: Correct output of INSERT @@ -26527,7 +30589,7 @@ extensions/postgis_topology/postgis_topology.control: bump up version numbers -2011-12-25 10:56 Sandro Santilli <strk@keybit.net> +2011-12-25 10:56 Sandro Santilli <strk@kbt.io> * [r8576] topology/Makefile.in, topology/sql/topogeometry/totopogeom.sql, topology/test/Makefile, @@ -26536,7 +30598,7 @@ topology/topology.sql.in.c: Stub toTopoGeom function and testcase (#1017) -2011-12-25 10:56 Sandro Santilli <strk@keybit.net> +2011-12-25 10:56 Sandro Santilli <strk@kbt.io> * [r8575] topology/Makefile.in: Add missing dependencies of topology.sql (includes) @@ -26571,87 +30633,87 @@ * [r8569] doc/using_raster_dataman.xml: change docs to use unix style slashes which work correctly on both Unix and windows. -2011-12-24 16:42 Bborie Park <bkpark at ucdavis.edu> +2011-12-24 16:42 Bborie Park <dustymugs at gmail.com> * [r8568] raster/loader/raster2pgsql.c: If generating overviews and -F is set, overview tables will have "filename" column. -2011-12-24 15:52 Bborie Park <bkpark at ucdavis.edu> +2011-12-24 15:52 Bborie Park <dustymugs at gmail.com> * [r8567] raster/loader/raster2pgsql.c: Testing the wrong variable when checking if two rasters is different. -2011-12-24 11:41 Sandro Santilli <strk@keybit.net> +2011-12-24 11:41 Sandro Santilli <strk@kbt.io> * [r8566] raster/rt_pg/Makefile.in: Encode dependency of objects and scripts on configuration -2011-12-24 11:22 Sandro Santilli <strk@keybit.net> +2011-12-24 11:22 Sandro Santilli <strk@kbt.io> * [r8565] .gitignore: Ignore generated uninstall_rtpostgis.sql -2011-12-24 11:22 Sandro Santilli <strk@keybit.net> +2011-12-24 11:22 Sandro Santilli <strk@kbt.io> * [r8564] topology/test/regress/droptopology.sql: Drop created tables after run -2011-12-24 11:22 Sandro Santilli <strk@keybit.net> +2011-12-24 11:22 Sandro Santilli <strk@kbt.io> * [r8563] topology/test/regress/topo2.5d.sql: Cleanup created tables after run -2011-12-24 11:21 Sandro Santilli <strk@keybit.net> +2011-12-24 11:21 Sandro Santilli <strk@kbt.io> * [r8562] topology/test/regress/gml.sql: drop created table after run -2011-12-24 11:21 Sandro Santilli <strk@keybit.net> +2011-12-24 11:21 Sandro Santilli <strk@kbt.io> * [r8561] utils/create_undef.pl: Add support for dropping DOMAINs in create_undef.pl (#1407) -2011-12-24 11:21 Sandro Santilli <strk@keybit.net> +2011-12-24 11:21 Sandro Santilli <strk@kbt.io> * [r8560] regress/run_test: Enable uninstall_topology.sql testing -2011-12-24 11:21 Sandro Santilli <strk@keybit.net> +2011-12-24 11:21 Sandro Santilli <strk@kbt.io> * [r8559] utils/create_undef.pl: Allow fully-qualified basetype name for aggregates -2011-12-24 11:21 Sandro Santilli <strk@keybit.net> +2011-12-24 11:21 Sandro Santilli <strk@kbt.io> * [r8558] utils/create_undef.pl: Drop tables in reverse order, reducing probability of fkey troubles -2011-12-24 10:42 Sandro Santilli <strk@keybit.net> +2011-12-24 10:42 Sandro Santilli <strk@kbt.io> * [r8557] raster/test/regress/Makefile.in, regress/Makefile.in, topology/test/Makefile: run_test doesn't need USE_VERSION anymore -2011-12-24 10:42 Sandro Santilli <strk@keybit.net> +2011-12-24 10:42 Sandro Santilli <strk@kbt.io> * [r8556] .gitignore, topology/Makefile.in: Generate uninstall_topology.sql -2011-12-24 10:34 Sandro Santilli <strk@keybit.net> +2011-12-24 10:34 Sandro Santilli <strk@kbt.io> * [r8555] regress/run_test: Stop using USE_VERSION, assume pgsql is always > 7.4. Hopefully fixes #819 -2011-12-24 10:34 Sandro Santilli <strk@keybit.net> +2011-12-24 10:34 Sandro Santilli <strk@kbt.io> * [r8554] utils/create_undef.pl: Add support for objects schema definition in create_undef.pl -2011-12-24 09:59 Sandro Santilli <strk@keybit.net> +2011-12-24 09:59 Sandro Santilli <strk@kbt.io> * [r8553] raster/test/regress/rt_intersection.sql: Drop created function after run -2011-12-24 09:59 Sandro Santilli <strk@keybit.net> +2011-12-24 09:59 Sandro Santilli <strk@kbt.io> * [r8552] raster/test/regress/Makefile.in, raster/test/regress/drop_rt_mapalgebra_test.sql, @@ -26660,28 +30722,28 @@ raster/test/regress/drop_rt_mapalgebrafctngb_test_expected: Ensure mapalgebra test functions are dropped -2011-12-24 09:59 Sandro Santilli <strk@keybit.net> +2011-12-24 09:59 Sandro Santilli <strk@kbt.io> * [r8551] raster/test/regress/Makefile.in, raster/test/regress/create_rt_utility_test_expected, raster/test/regress/rt_utility.sql: Don't load rt_utility_test data creator as test -2011-12-24 09:58 Sandro Santilli <strk@keybit.net> +2011-12-24 09:58 Sandro Santilli <strk@kbt.io> * [r8550] raster/test/regress/Makefile.in, raster/test/regress/drop_rt_empty_raster_test.sql, raster/test/regress/drop_rt_empty_raster_test_expected: Add rt_empty_raster dropper script -2011-12-24 09:58 Sandro Santilli <strk@keybit.net> +2011-12-24 09:58 Sandro Santilli <strk@kbt.io> * [r8549] raster/test/regress/Makefile.in, raster/test/regress/drop_rt_properties_test.sql, raster/test/regress/drop_rt_properties_test_expected: Add rt_properties_test dropper script -2011-12-24 09:58 Sandro Santilli <strk@keybit.net> +2011-12-24 09:58 Sandro Santilli <strk@kbt.io> * [r8548] raster/test/regress/Makefile.in, raster/test/regress/box3d.sql, @@ -26692,35 +30754,35 @@ raster/test/regress/rt_bytea.sql: Move single-test data tables within the testfiles, cleanup after run -2011-12-24 09:58 Sandro Santilli <strk@keybit.net> +2011-12-24 09:58 Sandro Santilli <strk@kbt.io> * [r8547] raster/test/regress/rt_io.sql: Cleanup after run -2011-12-24 09:58 Sandro Santilli <strk@keybit.net> +2011-12-24 09:58 Sandro Santilli <strk@kbt.io> * [r8546] raster/test/regress/Makefile.in, raster/test/regress/drop_rt_band_properties_test.sql, raster/test/regress/drop_rt_band_properties_test_expected: Add a drop_rt_band_properties_test script for cleanup purposes -2011-12-24 09:58 Sandro Santilli <strk@keybit.net> +2011-12-24 09:58 Sandro Santilli <strk@kbt.io> * [r8545] raster/test/regress/rt_spatial_relationship.sql: cleanup data tables -2011-12-24 09:58 Sandro Santilli <strk@keybit.net> +2011-12-24 09:58 Sandro Santilli <strk@kbt.io> * [r8544] raster/test/regress/Makefile.in, raster/test/regress/drop_rt_gist_test.sql, raster/test/regress/drop_rt_gist_test_expected: Add a drop_rt_gist_test.sql file for cleanup purposes (#301) -2011-12-24 09:58 Sandro Santilli <strk@keybit.net> +2011-12-24 09:58 Sandro Santilli <strk@kbt.io> * [r8543] raster/test/regress/bug_test_car5.sql: Cleanup created objects -2011-12-24 09:57 Sandro Santilli <strk@keybit.net> +2011-12-24 09:57 Sandro Santilli <strk@kbt.io> * [r8542] raster/rt_pg/rtpostgis.sql.in.c: Avoid function calls in DEFAULT specifications for unknown SRID @@ -26728,28 +30790,28 @@ Matches what postgis.sql does as well. Fixes generation of uninstall script for raster (#301) -2011-12-24 09:57 Sandro Santilli <strk@keybit.net> +2011-12-24 09:57 Sandro Santilli <strk@kbt.io> * [r8541] utils/create_undef.pl: Enhance DEFAULT specification stripper -2011-12-24 09:57 Sandro Santilli <strk@keybit.net> +2011-12-24 09:57 Sandro Santilli <strk@kbt.io> * [r8540] regress/run_test: Run uninstall test for raster, when enabled -2011-12-24 09:56 Sandro Santilli <strk@keybit.net> +2011-12-24 09:56 Sandro Santilli <strk@kbt.io> * [r8539] raster/rt_pg/Makefile.in: Generate uninstall_rtpostgis.sql (#301) -2011-12-24 02:51 Bborie Park <bkpark at ucdavis.edu> +2011-12-24 02:51 Bborie Park <dustymugs at gmail.com> * [r8538] utils/uninstall_script: Additional work to remove DROP FUNCTION statements depending upon prior DROP TYPE ... CASCADE statements that generate ERRORs -2011-12-24 01:14 Bborie Park <bkpark at ucdavis.edu> +2011-12-24 01:14 Bborie Park <dustymugs at gmail.com> * [r8537] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Instead of using spatial reference text in @@ -26757,47 +30819,47 @@ in situations that require WKT format, rt_raster_gdal_sr must be called to convert from one format to the other. -2011-12-24 01:08 Bborie Park <bkpark at ucdavis.edu> +2011-12-24 01:08 Bborie Park <dustymugs at gmail.com> * [r8536] raster/rt_pg/rt_pg.c: Fix issue with RASTER_sameAlignment where the deserializing of the raster is not being limited to just the header. -2011-12-23 17:33 Sandro Santilli <strk@keybit.net> +2011-12-23 17:33 Sandro Santilli <strk@kbt.io> * [r8535] utils/create_undef.pl: support multiline function signatures at the parsing stage too... -2011-12-23 17:30 Sandro Santilli <strk@keybit.net> +2011-12-23 17:30 Sandro Santilli <strk@kbt.io> * [r8534] utils/create_undef.pl: Add support for multiline function signatures -2011-12-23 17:01 Bborie Park <bkpark at ucdavis.edu> +2011-12-23 17:01 Bborie Park <dustymugs at gmail.com> * [r8533] raster/loader/raster2pgsql.c: Overview constraints should always be added regardless of whether or not the user requests raster constraints. -2011-12-23 16:49 Sandro Santilli <strk@keybit.net> +2011-12-23 16:49 Sandro Santilli <strk@kbt.io> * [r8532] utils/create_undef.pl: Write header in the files generated by create_undef.pl Header includes license, creation timestamp and input filename -2011-12-23 16:49 Sandro Santilli <strk@keybit.net> +2011-12-23 16:49 Sandro Santilli <strk@kbt.io> * [r8531] .gitignore, postgis/Makefile.in, postgis/uninstall_postgis.sql.in.c: Simplify uninstall_postgis.sql rule, drop the manual edited version -2011-12-23 16:39 Bborie Park <bkpark at ucdavis.edu> +2011-12-23 16:39 Bborie Park <dustymugs at gmail.com> * [r8530] raster/loader/raster2pgsql.c: Fixed erroneous addition of filename to overviews when the flags -l -F -Y are combined. -2011-12-23 16:22 Bborie Park <bkpark at ucdavis.edu> +2011-12-23 16:22 Bborie Park <dustymugs at gmail.com> * [r8529] utils/uninstall_script: Fixed for better path handling @@ -26806,35 +30868,35 @@ * [r8528] doc/installation.xml: put in sections for postgis extensions. Probably will need some cleanup. -2011-12-23 16:14 Sandro Santilli <strk@keybit.net> +2011-12-23 16:14 Sandro Santilli <strk@kbt.io> * [r8527] .gitignore: Ignore generated comment files -2011-12-23 16:14 Sandro Santilli <strk@keybit.net> +2011-12-23 16:14 Sandro Santilli <strk@kbt.io> * [r8526] .gitignore: Ignore generated raster files -2011-12-23 16:14 Sandro Santilli <strk@keybit.net> +2011-12-23 16:14 Sandro Santilli <strk@kbt.io> * [r8525] postgis/Makefile.in: Let create_undef.pl generate uninstall_postgis.sql -2011-12-23 16:14 Sandro Santilli <strk@keybit.net> +2011-12-23 16:14 Sandro Santilli <strk@kbt.io> * [r8524] regress/run_test: Cleanup after loader test runs, fixing uninstall testing -2011-12-23 16:14 Sandro Santilli <strk@keybit.net> +2011-12-23 16:14 Sandro Santilli <strk@kbt.io> * [r8523] regress/clean.sql, regress/sql-mm-serialize.sql: Drop objects created by the tests -2011-12-23 16:14 Sandro Santilli <strk@keybit.net> +2011-12-23 16:14 Sandro Santilli <strk@kbt.io> * [r8522] utils/create_undef.pl: Fix create_undef.pl script to generate correct uninstall script -2011-12-23 16:04 Bborie Park <bkpark at ucdavis.edu> +2011-12-23 16:04 Bborie Park <dustymugs at gmail.com> * [r8521] utils/uninstall_script: Added uninstall_script to facilitate generation of uninstall_postgis.sql and @@ -26892,28 +30954,28 @@ * [r8511] doc/using_raster_dataman.xml: minor error in statement -2011-12-22 11:20 Sandro Santilli <strk@keybit.net> +2011-12-22 11:20 Sandro Santilli <strk@kbt.io> * [r8510] postgis/uninstall_geography.sql.in.c, postgis/uninstall_postgis.sql.in.c: Drop operator families, not classes (#543) -2011-12-22 11:20 Sandro Santilli <strk@keybit.net> +2011-12-22 11:20 Sandro Santilli <strk@kbt.io> * [r8509] postgis/Makefile.in: Encode dependency of uninstall_postgis.sql on included files -2011-12-22 11:20 Sandro Santilli <strk@keybit.net> +2011-12-22 11:20 Sandro Santilli <strk@kbt.io> * [r8508] postgis/uninstall_postgis.sql.in.c: Add more uninstall objects found by uninstall test (#1397) -2011-12-22 11:19 Sandro Santilli <strk@keybit.net> +2011-12-22 11:19 Sandro Santilli <strk@kbt.io> * [r8507] regress/run_test: Count objects in the _regress_ database, not elsewhere (#1397) -2011-12-22 10:21 Sandro Santilli <strk@keybit.net> +2011-12-22 10:21 Sandro Santilli <strk@kbt.io> * [r8506] regress/run_test: Fix testing of uninstall script count [#1397] @@ -26921,22 +30983,22 @@ This commit also adds new utility functions and skips testing uninstall when raster or topology are enabled. -2011-12-22 10:21 Sandro Santilli <strk@keybit.net> +2011-12-22 10:21 Sandro Santilli <strk@kbt.io> * [r8505] postgis/uninstall_postgis.sql.in.c: Fix uninstall script [#1153] -2011-12-22 10:21 Sandro Santilli <strk@keybit.net> +2011-12-22 10:21 Sandro Santilli <strk@kbt.io> * [r8504] postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c: Deprecate Polygonize and Collect aggregates [#1400] -2011-12-22 10:21 Sandro Santilli <strk@keybit.net> +2011-12-22 10:21 Sandro Santilli <strk@kbt.io> * [r8503] postgis/Makefile.in: Encode dependency of postgis.sql from included scripts -2011-12-22 10:21 Sandro Santilli <strk@keybit.net> +2011-12-22 10:21 Sandro Santilli <strk@kbt.io> * [r8502] postgis/Makefile.in: Encode dependency of postgis objects on postgis_config.h @@ -26944,21 +31006,21 @@ Fixes ./configure && make check after switching between different PostgreSQL versions. -2011-12-22 10:21 Sandro Santilli <strk@keybit.net> +2011-12-22 10:21 Sandro Santilli <strk@kbt.io> * [r8501] regress/run_test: Add testing for uninstall_postgis.sql [#1397] The uninstall currently fails due to #1153 -2011-12-22 08:23 Sandro Santilli <strk@keybit.net> +2011-12-22 08:23 Sandro Santilli <strk@kbt.io> * [r8500] regress/tickets.sql, regress/tickets_expected: Don't depend on bytea representation for unrelated tests. Fix testing against PostgreSQL 9.0+. -2011-12-22 08:01 Sandro Santilli <strk@keybit.net> +2011-12-22 08:01 Sandro Santilli <strk@kbt.io> * [r8499] postgis/gserialized_gist_2d.c: Replace INFINITY with MAXFLOAT. Should fix Solaris build [#1396] @@ -26999,44 +31061,44 @@ * [r8494] doc/using_raster_dataman.xml: fix typo -2011-12-21 17:15 Sandro Santilli <strk@keybit.net> +2011-12-21 17:15 Sandro Santilli <strk@kbt.io> * [r8493] regress/run_test: Add missing options in the help string -2011-12-21 17:09 Sandro Santilli <strk@keybit.net> +2011-12-21 17:09 Sandro Santilli <strk@kbt.io> * [r8492] regress/Makefile.in, regress/run_test: Put staged postgis.sql with other staged intsall objects -2011-12-21 16:17 Sandro Santilli <strk@keybit.net> +2011-12-21 16:17 Sandro Santilli <strk@kbt.io> * [r8491] doc/man/shp2pgsql.1: Document the new -s from:to syntax of shp2pgsql [#994] -2011-12-21 14:53 Sandro Santilli <strk@keybit.net> +2011-12-21 14:53 Sandro Santilli <strk@kbt.io> * [r8490] postgis/lwgeom_inout.c: Add include for lwgeom_typmod_valid define -2011-12-21 14:50 Sandro Santilli <strk@keybit.net> +2011-12-21 14:50 Sandro Santilli <strk@kbt.io> * [r8489] raster/rt_pg/Makefile.in: Add top-level and postgis/ dirs in include path for building scripts Fixes an error finding sqldefines.h -2011-12-21 14:37 Sandro Santilli <strk@keybit.net> +2011-12-21 14:37 Sandro Santilli <strk@kbt.io> * [r8488] liblwgeom/liblwgeom_internal.h, liblwgeom/lwin_wkb.c, liblwgeom/lwout_wkb.c, liblwgeom/lwutil.c: Use own implementation of endian detection, should fix #1172 -2011-12-21 14:16 Sandro Santilli <strk@keybit.net> +2011-12-21 14:16 Sandro Santilli <strk@kbt.io> * [r8487] java/jdbc/src/org/postgis/Geometry.java: Fix repeated modifier -2011-12-21 14:03 Sandro Santilli <strk@keybit.net> +2011-12-21 14:03 Sandro Santilli <strk@kbt.io> * [r8486] postgis/Makefile.in, postgis/lwgeom_functions_basic.c, postgis/postgis_module.c: Put PostgreSQL module related code in a @@ -27065,7 +31127,7 @@ ST_Line_Locate_Point ever worked with multilinestrings and doesn't work on my 1.5.3 install -2011-12-20 19:35 Sandro Santilli <strk@keybit.net> +2011-12-20 19:35 Sandro Santilli <strk@kbt.io> * [r8481] java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java, java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java, @@ -27084,7 +31146,7 @@ NOTE: this is untested, as "make" didn't know what to do and so neither do I -2011-12-20 18:51 Sandro Santilli <strk@keybit.net> +2011-12-20 18:51 Sandro Santilli <strk@kbt.io> * [r8480] postgis/lwgeom_geos.c, regress/tickets.sql, regress/tickets_expected: Different types _can_ be equal, see @@ -27095,29 +31157,29 @@ * [r8479] doc/installation.xml: link to windows supplementary hard upgrade instructions -2011-12-20 16:01 Sandro Santilli <strk@keybit.net> +2011-12-20 16:01 Sandro Santilli <strk@kbt.io> * [r8478] utils/postgis_restore.pl: Add comments in current version, including topo and raster [#1390] -2011-12-20 15:43 Sandro Santilli <strk@keybit.net> +2011-12-20 15:43 Sandro Santilli <strk@kbt.io> * [r8477] utils/postgis_restore.pl: Add comments from pgis-1.4 [#1390] Also handle pg_restore errors more cleanly -2011-12-20 15:18 Sandro Santilli <strk@keybit.net> +2011-12-20 15:18 Sandro Santilli <strk@kbt.io> * [r8476] utils/postgis_restore.pl: Add more objects from a 1.5 install, including comments [#1390] -2011-12-20 03:28 Bborie Park <bkpark at ucdavis.edu> +2011-12-20 03:28 Bborie Park <dustymugs at gmail.com> * [r8475] raster/loader/Makefile.in, raster/scripts/Makefile.in: Finished support for make target "uninstall". -2011-12-20 02:58 Bborie Park <bkpark at ucdavis.edu> +2011-12-20 02:58 Bborie Park <dustymugs at gmail.com> * [r8474] raster/Makefile.in, raster/loader/Makefile.in, raster/rt_pg, raster/rt_pg/.svnignore, raster/rt_pg/Makefile.in, @@ -27125,28 +31187,28 @@ raster/test/Makefile.in, raster/test/regress/Makefile.in: Correct handling of make target "distclean". Next is "uninstall". -2011-12-19 19:21 Sandro Santilli <strk@keybit.net> +2011-12-19 19:21 Sandro Santilli <strk@kbt.io> * [r8473] regress/loader/ReprojectPts.opts, regress/loader/ReprojectPtsGeog.opts: Update loader tests to use the new reprojection switch [#994] -2011-12-19 19:06 Sandro Santilli <strk@keybit.net> +2011-12-19 19:06 Sandro Santilli <strk@kbt.io> * [r8472] loader/shp2pgsql-cli.c: Drop -r switch, allow requesting reprojection with -s [#994] -2011-12-19 16:19 Sandro Santilli <strk@keybit.net> +2011-12-19 16:19 Sandro Santilli <strk@kbt.io> * [r8471] doc/html/image_src/generator.c: Make sure input is at least 3 characters long (#1146) -2011-12-19 16:19 Sandro Santilli <strk@keybit.net> +2011-12-19 16:19 Sandro Santilli <strk@kbt.io> * [r8470] utils/postgis_restore.pl: Report testing of pg-8.4.9/pgis-2.0.0SVN => pg-9.1.2/pgis-2.0.0SVN -2011-12-19 12:27 Sandro Santilli <strk@keybit.net> +2011-12-19 12:27 Sandro Santilli <strk@kbt.io> * [r8469] doc/installation.xml: Document postgis_restore.pl based HARD UPGRADE procedure @@ -27157,7 +31219,7 @@ is now undocumented. If really needed it may come back in a subsection. -2011-12-19 09:07 Sandro Santilli <strk@keybit.net> +2011-12-19 09:07 Sandro Santilli <strk@kbt.io> * [r8468] utils/postgis_restore.pl: Allow keeping rows in spatial_ref_sys at postgis_restore.pl time @@ -27167,7 +31229,7 @@ or transaction aborts. Entries in dump with SRID not found in existing spatial_ref_sys are inserted. -2011-12-19 08:18 Sandro Santilli <strk@keybit.net> +2011-12-19 08:18 Sandro Santilli <strk@kbt.io> * [r8467] utils/postgis_restore.pl: Fix SRIDs in topology.topology after restore. @@ -27188,7 +31250,7 @@ * [r8465] raster/rt_pg/rtpostgis_drop.sql.in.c: get rid of superfluous drop if exists _drop_st_samealignment -2011-12-19 04:56 Bborie Park <bkpark at ucdavis.edu> +2011-12-19 04:56 Bborie Park <dustymugs at gmail.com> * [r8464] raster/test/regress/check_raster_columns.sql, raster/test/regress/check_raster_columns_expected, @@ -27237,7 +31299,7 @@ know GDAL don't know what a GDAL raster is. Took that word out when describing -G since it confuses rather than adding value. -2011-12-19 01:53 Bborie Park <bkpark at ucdavis.edu> +2011-12-19 01:53 Bborie Park <dustymugs at gmail.com> * [r8457] raster/test/regress/check_raster_columns.sql, raster/test/regress/check_raster_columns_expected, @@ -27246,12 +31308,12 @@ and cleaned up the regressions checks of values in raster_columns and raster_overviews views. -2011-12-18 23:02 Sandro Santilli <strk@keybit.net> +2011-12-18 23:02 Sandro Santilli <strk@kbt.io> * [r8456] utils/postgis_restore.pl: Document darkblue test: pg-9.1b3/pgis-1.5 to pg-9.1.1/pgis-2.0.0SVN -2011-12-18 22:42 Sandro Santilli <strk@keybit.net> +2011-12-18 22:42 Sandro Santilli <strk@kbt.io> * [r8455] raster/test/regress/check_raster_columns_expected, raster/test/regress/check_raster_overviews_expected: Do not @@ -27267,17 +31329,17 @@ raster2pgsql switches and provide an example of the -G list drivers option. -2011-12-18 14:24 Sandro Santilli <strk@keybit.net> +2011-12-18 14:24 Sandro Santilli <strk@kbt.io> * [r8452] regress/tickets_expected: Update after typo fix for AddGeometryColumn error message -2011-12-18 14:22 Sandro Santilli <strk@keybit.net> +2011-12-18 14:22 Sandro Santilli <strk@kbt.io> * [r8451] postgis/lwgeom_box3d.c, regress/tickets.sql, regress/tickets_expected: Fix st_extent on empty relation (#1385) -2011-12-17 21:00 Sandro Santilli <strk@keybit.net> +2011-12-17 21:00 Sandro Santilli <strk@kbt.io> * [r8450] postgis/postgis.sql.in.c: AddGeometryColumns => AddGeometryColumn @@ -27286,7 +31348,7 @@ * [r8449] doc/using_raster_dataman.xml: fix typo -2011-12-16 22:07 Bborie Park <bkpark at ucdavis.edu> +2011-12-16 22:07 Bborie Park <dustymugs at gmail.com> * [r8448] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/check_raster_columns.sql, @@ -27297,7 +31359,7 @@ AddRasterConstraints, AddOverviewConstraints, DropRasterConstraints and DropOverviewConstraints. -2011-12-16 17:20 Sandro Santilli <strk@keybit.net> +2011-12-16 17:20 Sandro Santilli <strk@kbt.io> * [r8447] utils/postgis_restore.pl: Do restore spatial_ref_sys from dump, temporarly disabling srid check @@ -27307,17 +31369,17 @@ in the table and if no SRIDS are out of the valid range you'd also have the constraint in place. -2011-12-16 16:39 Sandro Santilli <strk@keybit.net> +2011-12-16 16:39 Sandro Santilli <strk@kbt.io> * [r8446] utils/postgis_restore.pl: Add more signatures to skip on restore (raster) -2011-12-16 15:16 Sandro Santilli <strk@keybit.net> +2011-12-16 15:16 Sandro Santilli <strk@kbt.io> * [r8445] liblwgeom/lwgeom_geos.c: Report full exception string on ST_Intersection failure (see #1173) -2011-12-16 14:59 Sandro Santilli <strk@keybit.net> +2011-12-16 14:59 Sandro Santilli <strk@kbt.io> * [r8444] regress/tickets.sql, regress/tickets_expected: Add test for #1344 (can't dump invalid geometries) @@ -27348,7 +31410,7 @@ * [r8437] doc/using_raster_dataman.xml: cosmetic change to lists -2011-12-16 01:11 Bborie Park <bkpark at ucdavis.edu> +2011-12-16 01:11 Bborie Park <dustymugs at gmail.com> * [r8436] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c, @@ -27365,12 +31427,12 @@ scripts/plpgsql/st_minpossibleval.sql to stop people from using it. Associated ticket is #1298. -2011-12-16 00:09 Bborie Park <bkpark at ucdavis.edu> +2011-12-16 00:09 Bborie Park <dustymugs at gmail.com> * [r8435] raster/rt_pg/rtpostgis.sql.in.c: Just changes to the comments of ST_Intersection(geometry, raster) -2011-12-15 23:47 Bborie Park <bkpark at ucdavis.edu> +2011-12-15 23:47 Bborie Park <dustymugs at gmail.com> * [r8434] raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c, @@ -27381,7 +31443,7 @@ another set for raster,geometry ST_Intersection in raster-space. Associated ticket is #1381 -2011-12-15 23:43 Bborie Park <bkpark at ucdavis.edu> +2011-12-15 23:43 Bborie Park <dustymugs at gmail.com> * [r8433] raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c: Renamed function parameters @@ -27389,18 +31451,18 @@ the convention used for similarly purposed parameters of other raster functions. -2011-12-15 23:29 Sandro Santilli <strk@keybit.net> +2011-12-15 23:29 Sandro Santilli <strk@kbt.io> * [r8432] postgis/geography_inout.c: Allow calling geography_in with less than 3 args (see #1320) -2011-12-15 23:26 Sandro Santilli <strk@keybit.net> +2011-12-15 23:26 Sandro Santilli <strk@kbt.io> * [r8431] postgis/lwgeom_inout.c, regress/tickets.sql, regress/tickets_expected: Check typmod on geometry input. Fixes before triggers (#1320) -2011-12-15 15:11 Sandro Santilli <strk@keybit.net> +2011-12-15 15:11 Sandro Santilli <strk@kbt.io> * [r8430] doc/reference_output.xml: Fix documentation for the new option for GML box output @@ -27433,7 +31495,7 @@ * [r8424] doc/using_raster_dataman.xml: Start raster_overviews section -2011-12-15 00:21 Bborie Park <bkpark at ucdavis.edu> +2011-12-15 00:21 Bborie Park <dustymugs at gmail.com> * [r8423] raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c, @@ -27441,13 +31503,13 @@ per PostGIS convention. Existing databases will not be affected if upgraded using the upgrade scripts. Associated ticket is #1003 -2011-12-15 00:16 Bborie Park <bkpark at ucdavis.edu> +2011-12-15 00:16 Bborie Park <dustymugs at gmail.com> * [r8422] raster/rt_pg/rtpostgis_drop.sql.in.c: Commented out the dropping of box2d casts as the upgrade scripts won't install the box3d casts. -2011-12-14 23:51 Bborie Park <bkpark at ucdavis.edu> +2011-12-14 23:51 Bborie Park <dustymugs at gmail.com> * [r8421] raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c, @@ -27480,12 +31542,12 @@ Existing users will not be affected as the upgrade scripts do not drop or add new operators. -2011-12-14 23:02 Bborie Park <bkpark at ucdavis.edu> +2011-12-14 23:02 Bborie Park <dustymugs at gmail.com> * [r8420] raster/rt_pg/rtpostgis_drop.sql.in.c: Added DROP CAST and DROP FUNCTION for box2d. -2011-12-14 22:57 Bborie Park <bkpark at ucdavis.edu> +2011-12-14 22:57 Bborie Park <dustymugs at gmail.com> * [r8419] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, raster/test/regress/box3d.sql, @@ -27498,7 +31560,7 @@ raster/test/regress/rt_box2d_expected: Dropped casts to box2d and replaced with casts to box3d. Associated ticket is #1330. -2011-12-14 22:23 Bborie Park <bkpark at ucdavis.edu> +2011-12-14 22:23 Bborie Park <dustymugs at gmail.com> * [r8418] raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, @@ -27519,7 +31581,7 @@ * [r8417] doc/using_raster_dataman.xml: document raster_columns catalog view -2011-12-14 18:33 Sandro Santilli <strk@keybit.net> +2011-12-14 18:33 Sandro Santilli <strk@kbt.io> * [r8416] regress/run_test: Make dropping of log files fully controlled by switch (#1376) @@ -27527,7 +31589,7 @@ This is because hudson wants to report the regress.log in any case -2011-12-14 18:25 Sandro Santilli <strk@keybit.net> +2011-12-14 18:25 Sandro Santilli <strk@kbt.io> * [r8415] postgis/lwgeom_ogc.c, regress/empty.sql, regress/empty_expected: Regress test all behaviors involving @@ -27539,17 +31601,17 @@ Closes #692 -2011-12-14 18:24 Sandro Santilli <strk@keybit.net> +2011-12-14 18:24 Sandro Santilli <strk@kbt.io> * [r8414] doc/reference_accessor.xml: Crossref ST_InteriorRingN with ST_ExteriorRing -2011-12-14 17:13 Sandro Santilli <strk@keybit.net> +2011-12-14 17:13 Sandro Santilli <strk@kbt.io> * [r8413] regress/run_test: Drop temporary files if there are no failures (#1376) -2011-12-14 16:02 Sandro Santilli <strk@keybit.net> +2011-12-14 16:02 Sandro Santilli <strk@kbt.io> * [r8412] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c, regress/empty.sql, regress/empty_expected: Fix crash on @@ -27558,23 +31620,23 @@ Also tweak GML of empty types to be smaller and include regression testing both at the liblwgeom and sql level -2011-12-14 15:07 Sandro Santilli <strk@keybit.net> +2011-12-14 15:07 Sandro Santilli <strk@kbt.io> * [r8411] regress/empty.sql, regress/empty_expected: Fix a typo from last commit, stub test for GML emptyness -2011-12-14 14:46 Sandro Santilli <strk@keybit.net> +2011-12-14 14:46 Sandro Santilli <strk@kbt.io> * [r8410] regress/tickets.sql, regress/tickets_expected: Enable a test for an old bugfix (#683) -2011-12-14 14:46 Sandro Santilli <strk@keybit.net> +2011-12-14 14:46 Sandro Santilli <strk@kbt.io> * [r8409] regress/empty.sql, regress/empty_expected, regress/tickets.sql, regress/tickets_expected: Move the EMPTY buffer test from tickets.sql to empty.sql -2011-12-14 14:37 Sandro Santilli <strk@keybit.net> +2011-12-14 14:37 Sandro Santilli <strk@kbt.io> * [r8408] postgis/lwgeom_functions_analytic.c, regress/Makefile.in, regress/empty.sql, regress/empty_expected: Return empty geoms @@ -27587,12 +31649,12 @@ * [r8407] doc/using_raster_dataman.xml: minor corrections / enhancements -2011-12-14 13:31 Sandro Santilli <strk@keybit.net> +2011-12-14 13:31 Sandro Santilli <strk@kbt.io> * [r8406] configure.ac, topology/Version.config: Drop topology specific versioning -2011-12-14 13:31 Sandro Santilli <strk@keybit.net> +2011-12-14 13:31 Sandro Santilli <strk@kbt.io> * [r8405] utils/postgis_restore.pl: Add more skip signatures, from interim builds @@ -27624,7 +31686,7 @@ AddRasterTable,Column etc and replace with newer AddRasterConstraints/DropRasterConstraints -2011-12-14 07:59 Sandro Santilli <strk@keybit.net> +2011-12-14 07:59 Sandro Santilli <strk@kbt.io> * [r8401] utils/postgis_restore.pl: Add -v switch to postgis_restore.pl, tweak usage and debug output @@ -27635,24 +31697,24 @@ the raster_columns and raster_overview catalog views. Also fix typo. More coming. -2011-12-14 02:31 Bborie Park <bkpark at ucdavis.edu> +2011-12-14 02:31 Bborie Park <dustymugs at gmail.com> * [r8399] raster/loader/Makefile.in: As per discussion in postgis-devel regarding Ubuntu 11.10, tweaked the order in which -lm is passed to LDFLAGS -2011-12-14 01:22 Bborie Park <bkpark at ucdavis.edu> +2011-12-14 01:22 Bborie Park <dustymugs at gmail.com> * [r8398] raster/loader/raster2pgsql.c: Refactored for less memory usage by aggresively flushing string buffers. -2011-12-13 23:29 Sandro Santilli <strk@keybit.net> +2011-12-13 23:29 Sandro Santilli <strk@kbt.io> * [r8397] utils/postgis_restore.pl: Disable triggers on the topology.layer table during restore, to allow population in random order (#1371) -2011-12-13 23:21 Bborie Park <bkpark at ucdavis.edu> +2011-12-13 23:21 Bborie Park <dustymugs at gmail.com> * [r8396] raster/rt_pg/rtpostgis.sql.in.c: As per discussion in ticket #1373, convert raster constraints with floating point @@ -27668,14 +31730,14 @@ * [r8394] doc/using_raster_dataman.xml: more examples -- put in a missing copy switch -- more switches to add. -2011-12-13 21:19 Bborie Park <bkpark at ucdavis.edu> +2011-12-13 21:19 Bborie Park <dustymugs at gmail.com> * [r8393] raster/rt_core/rt_api.c: Fixed handling of output ranges going from high to low rather than the default of values going from low to high. Based upon message on postgis-users: http://postgis.refractions.net/pipermail/postgis-users/2011-December/031763.html -2011-12-13 20:05 Bborie Park <bkpark at ucdavis.edu> +2011-12-13 20:05 Bborie Park <dustymugs at gmail.com> * [r8392] doc/postgis.xml: Fixed incorrect entity using_raster_dataman. @@ -27688,39 +31750,39 @@ will expand in time. Get rid of how to use old raster2pgsql.py and replace with instructions on using raster2pgsql executable. -2011-12-13 18:19 Bborie Park <bkpark at ucdavis.edu> +2011-12-13 18:19 Bborie Park <dustymugs at gmail.com> * [r8390] raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c: Removal of now-unsupported AddRasterColumn, DropRasterColumn and DropRasterTable. -2011-12-13 18:16 Bborie Park <bkpark at ucdavis.edu> +2011-12-13 18:16 Bborie Park <dustymugs at gmail.com> * [r8389] raster/rt_pg/rtpostgis_drop.sql.in.c: Added DROP AGGREGATE for new ST_Union signature. Associated ticket is #1372. -2011-12-13 17:24 Bborie Park <bkpark at ucdavis.edu> +2011-12-13 17:24 Bborie Park <dustymugs at gmail.com> * [r8388] raster/loader/Makefile.in: Removed PGXS and added explicit bin path variable. Works now in 8.4, 9.0 and 9.1. Related ticket is #1370. -2011-12-13 16:37 Sandro Santilli <strk@keybit.net> +2011-12-13 16:37 Sandro Santilli <strk@kbt.io> * [r8387] utils/new_postgis_restore.pl, utils/postgis_restore.pl: Drop the old postgis_restore.pl and substitute it with the new one -2011-12-13 16:33 Sandro Santilli <strk@keybit.net> +2011-12-13 16:33 Sandro Santilli <strk@kbt.io> * [r8386] .gitignore: Ignore more Makefiles -2011-12-13 16:33 Sandro Santilli <strk@keybit.net> +2011-12-13 16:33 Sandro Santilli <strk@kbt.io> * [r8385] utils/new_postgis_restore.pl: Strictness fixes, internal docs -2011-12-13 15:04 Bborie Park <bkpark at ucdavis.edu> +2011-12-13 15:04 Bborie Park <dustymugs at gmail.com> * [r8384] raster/loader/Makefile.in: Revert change made in r8383. Install of loader doesn't work correctly without PGXS. Still need @@ -27728,70 +31790,70 @@ Associated ticket is #1370. -2011-12-13 14:14 Bborie Park <bkpark at ucdavis.edu> +2011-12-13 14:14 Bborie Park <dustymugs at gmail.com> * [r8383] raster/loader/Makefile.in: Removed PGXS as per ticket #1370. -2011-12-13 12:00 Sandro Santilli <strk@keybit.net> +2011-12-13 12:00 Sandro Santilli <strk@kbt.io> * [r8382] postgis/lwgeom_geos.c, regress/tickets.sql, regress/tickets_expected: Maintain the buffer-returns-areal invariant on empty input (#322) -2011-12-13 12:00 Sandro Santilli <strk@keybit.net> +2011-12-13 12:00 Sandro Santilli <strk@kbt.io> * [r8381] configure.ac: tabs to spaces -2011-12-13 10:38 Sandro Santilli <strk@keybit.net> +2011-12-13 10:38 Sandro Santilli <strk@kbt.io> * [r8380] utils/postgis_proc_upgrade.pl: Always output create ore replace view in upgrade scripts (#1097) -2011-12-13 09:59 Sandro Santilli <strk@keybit.net> +2011-12-13 09:59 Sandro Santilli <strk@kbt.io> * [r8379] utils/postgis_proc_upgrade.pl: Allow function definitions to end with '$$ LANGUAGE' (#1365) -2011-12-13 09:59 Sandro Santilli <strk@keybit.net> +2011-12-13 09:59 Sandro Santilli <strk@kbt.io> * [r8378] utils/postgis_proc_upgrade.pl: Use warnings -2011-12-13 09:58 Sandro Santilli <strk@keybit.net> +2011-12-13 09:58 Sandro Santilli <strk@kbt.io> * [r8377] postgis/Makefile.in: Encode dependency of upgrade script from the tool generating it -2011-12-13 09:16 Sandro Santilli <strk@keybit.net> +2011-12-13 09:16 Sandro Santilli <strk@kbt.io> * [r8376] utils/new_postgis_restore.pl, utils/postgis_proc_upgrade.pl, utils/postgis_restore.pl: Add copyright headers, looking at SCM logs. Review welcome. -2011-12-13 05:23 Bborie Park <bkpark at ucdavis.edu> +2011-12-13 05:23 Bborie Park <dustymugs at gmail.com> * [r8375] raster/loader/raster2pgsql.c, raster/scripts/Makefile.in: Text format cleanup in loader/raster2pgsql.c. Fixed missing target in scripts/Makefile.in -2011-12-13 05:11 Bborie Park <bkpark at ucdavis.edu> +2011-12-13 05:11 Bborie Park <dustymugs at gmail.com> * [r8374] raster/scripts/Makefile.in: Added missing Makefile.in for raster/scripts -2011-12-13 05:06 Bborie Park <bkpark at ucdavis.edu> +2011-12-13 05:06 Bborie Park <dustymugs at gmail.com> * [r8373] raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h: Set svn:keywords for "$Id$" -2011-12-13 05:03 Bborie Park <bkpark at ucdavis.edu> +2011-12-13 05:03 Bborie Park <dustymugs at gmail.com> * [r8372] raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h: Added version information. Associated ticket is #1369. -2011-12-13 03:00 Bborie Park <bkpark at ucdavis.edu> +2011-12-13 03:00 Bborie Park <dustymugs at gmail.com> * [r8371] configure.ac, raster/Makefile.in, raster/scripts/python/Makefile.in: With commit of C-based @@ -27800,14 +31862,14 @@ with this commit. With this commit, the python-based raster2pgsql.py is now retired and unsupported. -2011-12-13 01:58 Bborie Park <bkpark at ucdavis.edu> +2011-12-13 01:58 Bborie Park <dustymugs at gmail.com> * [r8370] raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h: Additional check with warnings if PostgreSQL identifiers exceed the standard maximum length of 63 characters (64 counting NULL) -2011-12-12 23:12 Bborie Park <bkpark at ucdavis.edu> +2011-12-12 23:12 Bborie Park <dustymugs at gmail.com> * [r8369] configure.ac, raster/Makefile.in, raster/loader, raster/loader/.svnignore, raster/loader/Makefile.in, @@ -27820,7 +31882,7 @@ Associated ticket is #1297. -2011-12-12 22:42 Sandro Santilli <strk@keybit.net> +2011-12-12 22:42 Sandro Santilli <strk@kbt.io> * [r8368] utils/new_postgis_restore.pl: Skip constraints on raster_columns and raster_overviews @@ -27829,13 +31891,13 @@ * [r8367] doc/reference_raster.xml: fix title -2011-12-12 22:22 Sandro Santilli <strk@keybit.net> +2011-12-12 22:22 Sandro Santilli <strk@kbt.io> * [r8366] utils/new_postgis_restore.pl: Rewrite spatial table constraints to add st_ prefix and use 0 rather than -1 for unknown -2011-12-12 21:45 Sandro Santilli <strk@keybit.net> +2011-12-12 21:45 Sandro Santilli <strk@kbt.io> * [r8365] utils/new_postgis_restore.pl: Filter OPERATOR at the ASCII dump phase to have finer control over which operators are @@ -27849,23 +31911,23 @@ * [r8363] doc/reference_raster.xml: example of ST_Union -2011-12-12 16:10 Sandro Santilli <strk@keybit.net> +2011-12-12 16:10 Sandro Santilli <strk@kbt.io> * [r8362] postgis/Makefile.in, postgis/lwgeom_gist.c, utils/new_postgis_restore.pl: Drop lwgeom_gist and dependent items, including from dumps (#1362) -2011-12-12 15:45 Sandro Santilli <strk@keybit.net> +2011-12-12 15:45 Sandro Santilli <strk@kbt.io> * [r8361] utils/new_postgis_restore.pl: Do not restore metadata tables which now became views -2011-12-12 15:28 Sandro Santilli <strk@keybit.net> +2011-12-12 15:28 Sandro Santilli <strk@kbt.io> * [r8360] utils/new_postgis_restore.pl: Cleanup item list: drop duplicates, add some missings -2011-12-12 15:28 Sandro Santilli <strk@keybit.net> +2011-12-12 15:28 Sandro Santilli <strk@kbt.io> * [r8359] utils/new_postgis_restore.pl: Remove duplicated entries, add some missing ones @@ -27967,36 +32029,36 @@ raster/test/regress/rt_addband_expected: ST_AddBand version that takes an array of rasters -2011-12-10 01:20 Bborie Park <bkpark at ucdavis.edu> +2011-12-10 01:20 Bborie Park <dustymugs at gmail.com> * [r8342] raster/rt_pg/rt_pg.c: Fixed calls to the wrong memory allocation function in rtpg_XXX utility functions. -2011-12-10 01:01 Bborie Park <bkpark at ucdavis.edu> +2011-12-10 01:01 Bborie Park <dustymugs at gmail.com> * [r8341] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Code refactoring in rtpg_ utility functions for better memory usage and syntax cleanup in rt_api.* -2011-12-10 01:00 Bborie Park <bkpark at ucdavis.edu> +2011-12-10 01:00 Bborie Park <dustymugs at gmail.com> * [r8340] raster/rt_pg/rtpostgis.sql.in.c: Fixed missing $ in AddOverviewConstraint() which was setting 7 as the overview factor instead of the value at $7. -2011-12-09 18:59 Sandro Santilli <strk@keybit.net> +2011-12-09 18:59 Sandro Santilli <strk@kbt.io> * [r8339] utils/new_postgis_restore.pl: Add all signatures found in a newly created PostGIS 2.0 database See #1360 -2011-12-09 17:17 Sandro Santilli <strk@keybit.net> +2011-12-09 17:17 Sandro Santilli <strk@kbt.io> * [r8338] utils/new_postgis_restore.pl, utils/postgis_restore.pl: Add box3d related objects to skip in the _restore scripts (#1359) -2011-12-09 16:27 Sandro Santilli <strk@keybit.net> +2011-12-09 16:27 Sandro Santilli <strk@kbt.io> * [r8337] liblwgeom/cunit/cu_surface.c: Restrict disabled code to the one really hurting @@ -28004,20 +32066,20 @@ See ticket #665 for more informations. The commit also renames the test suite to "surface". -2011-12-09 15:33 Sandro Santilli <strk@keybit.net> +2011-12-09 15:33 Sandro Santilli <strk@kbt.io> * [r8336] liblwgeom/g_serialized.c: gbox_float_round: don't roundup Z value if the box doesn't have one Fixes #1309 -2011-12-09 14:37 Sandro Santilli <strk@keybit.net> +2011-12-09 14:37 Sandro Santilli <strk@kbt.io> * [r8335] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c, liblwgeom/lwout_gml.c: Add a public lwgeom_get_bbox function (#1324) -2011-12-09 14:37 Sandro Santilli <strk@keybit.net> +2011-12-09 14:37 Sandro Santilli <strk@kbt.io> * [r8334] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwgeom.c, liblwgeom/lwout_gml.c: Don't let lwgeom_add_bbox syntetize a fake @@ -28028,7 +32090,7 @@ special case by using empty tags. Regress test it. -2011-12-09 13:50 Sandro Santilli <strk@keybit.net> +2011-12-09 13:50 Sandro Santilli <strk@kbt.io> * [r8333] liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c: Fix segfault in GML3 extent output (#1323) @@ -28036,14 +32098,14 @@ Add support for srsDimension in GML3 extent output. Add unit level comprensive regression testing. -2011-12-09 12:25 Sandro Santilli <strk@keybit.net> +2011-12-09 12:25 Sandro Santilli <strk@kbt.io> * [r8332] postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c, regress/regress.sql, regress/regress_expected: Allow calling ST_MakeEnvelope w/out a srid (#1339) -2011-12-09 11:18 Sandro Santilli <strk@keybit.net> +2011-12-09 11:18 Sandro Santilli <strk@kbt.io> * [r8331] liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in, postgis/lwgeom_geos.c: Add a gbox_overlaps_2d function, use when @@ -28066,7 +32128,7 @@ * [r8326] liblwgeom/cunit/cu_libgeom.c: Test for bbox calculations when there's an infinite coordinate. -2011-12-08 20:05 Bborie Park <bkpark at ucdavis.edu> +2011-12-08 20:05 Bborie Park <dustymugs at gmail.com> * [r8325] raster/rt_core/rt_api.c: Return use of GDAL "natural" blocking removed in r8313 and refactor pointer handling. @@ -28089,12 +32151,12 @@ * [r8322] NEWS, doc/introduction.xml, doc/release_notes.xml: Add Jose and Even to credits -2011-12-08 13:35 Sandro Santilli <strk@keybit.net> +2011-12-08 13:35 Sandro Santilli <strk@kbt.io> * [r8321] doc/reference_misc.xml: Add a note about ST_Estimated_Extent on empty or non-analyzed tables (#877) -2011-12-08 11:29 Sandro Santilli <strk@keybit.net> +2011-12-08 11:29 Sandro Santilli <strk@kbt.io> * [r8319] postgis/geometry_estimate.c, regress/tickets.sql, regress/tickets_expected: Have ST_Estimated_Extent return NULL @@ -28103,26 +32165,26 @@ No stats means empty table or no run of analyze. Warn about that. These Fixes bug #877. Includes regress test. -2011-12-08 11:28 Sandro Santilli <strk@keybit.net> +2011-12-08 11:28 Sandro Santilli <strk@kbt.io> * [r8318] regress/run_test: Hush VACUUM and ANALYZE backend feedback while running tests -2011-12-08 08:07 Sandro Santilli <strk@keybit.net> +2011-12-08 08:07 Sandro Santilli <strk@kbt.io> * [r8315] topology/sql/manage/ManageHelper.sql: topology.AddToSearchPath: quote database identifier. Thanks to Jose Carlos Martinez Llario <jomarlla@cgf.upv.es> -2011-12-07 20:46 Bborie Park <bkpark at ucdavis.edu> +2011-12-07 20:46 Bborie Park <dustymugs at gmail.com> * [r8314] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added rt_raster_set_pixel_line for use when setting values for sequential pixels. Should be faster than repeated calls to rt_raster_set_pixel. -2011-12-07 15:29 Bborie Park <bkpark at ucdavis.edu> +2011-12-07 15:29 Bborie Park <dustymugs at gmail.com> * [r8313] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Refactored the GDALRasterIO part of @@ -28140,14 +32202,14 @@ * [r8311] LICENSE.TXT: update license to provide detail about documentation license and copyright of data etc. -2011-12-07 01:15 Bborie Park <bkpark at ucdavis.edu> +2011-12-07 01:15 Bborie Park <dustymugs at gmail.com> * [r8310] raster/rt_core/rt_api.c: Fixed regression issue with rt_raster_from_gdal_dataset by explicitly setting the valid block sizes passed into GDALRasterIO. Probably related to the changes made in r8309 -2011-12-06 16:48 Bborie Park <bkpark at ucdavis.edu> +2011-12-06 16:48 Bborie Park <dustymugs at gmail.com> * [r8309] raster/rt_core/rt_api.c: Removed attempt to duplicate entire band in rt_raster_from_gdal_dataset @@ -28160,7 +32222,7 @@ columns or tables. Will document the new addconstraints etc. taht replaces much of these soon. -2011-12-06 12:16 Sandro Santilli <strk@keybit.net> +2011-12-06 12:16 Sandro Santilli <strk@kbt.io> * [r8307] postgis/long_xact.c: Add copyright header. Date and attribution looked up by SCM history. @@ -28168,13 +32230,13 @@ Verified by my own memory (I wrote the initial vesion of that file) -2011-12-06 06:06 Bborie Park <bkpark at ucdavis.edu> +2011-12-06 06:06 Bborie Park <dustymugs at gmail.com> * [r8306] raster/rt_pg/rt_pg.c: Resolved a bunch of memory issues related to use of SPI that have been bugging me for a while. Tested successfully in Linux 32 and 64-bit and OSX 64-bit. -2011-12-05 18:58 Bborie Park <bkpark at ucdavis.edu> +2011-12-05 18:58 Bborie Park <dustymugs at gmail.com> * [r8305] raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c, @@ -28187,12 +32249,12 @@ constraints are now available for enforcing the consistency of the rasters in a table. -2011-12-05 18:36 Bborie Park <bkpark at ucdavis.edu> +2011-12-05 18:36 Bborie Park <dustymugs at gmail.com> * [r8304] raster/rt_core/rt_api.c: Removed division by bin-width for when bin-widths are specified in ST_Histogram -2011-12-05 02:06 Bborie Park <bkpark at ucdavis.edu> +2011-12-05 02:06 Bborie Park <dustymugs at gmail.com> * [r8303] raster/rt_pg/rt_pg.c: Correctly free raster memory when handling NULL rasters. @@ -28211,7 +32273,7 @@ * [r8301] doc/html/images/raster_xscale_yscale_xskew_yskew.png, doc/reference_raster.xml: #1338 - document ST_PixelWidth/Height -2011-12-03 06:54 Bborie Park <bkpark at ucdavis.edu> +2011-12-03 06:54 Bborie Park <dustymugs at gmail.com> * [r8300] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_bandmetadata.sql: Removed VARIADIC from @@ -28222,7 +32284,7 @@ * [r8299] topology/sql/manage/ManageHelper.sql: #1346: fix misuse of quote_literal causing topology, topology, topology, topology -2011-12-02 17:28 Sandro Santilli <strk@keybit.net> +2011-12-02 17:28 Sandro Santilli <strk@kbt.io> * [r8298] topology/Makefile.in: Encode dependency of topology.sql on ManageHelper.sql @@ -28236,13 +32298,13 @@ point working with multilinestrings. change tfid to be unique index on faces. -2011-12-02 15:22 Bborie Park <bkpark at ucdavis.edu> +2011-12-02 15:22 Bborie Park <dustymugs at gmail.com> * [r8296] raster/rt_pg/rtpostgis_drop.sql.in.c: Added cleanup statements for bandmetatype type and change function signature for st_bandmetadata. -2011-12-02 15:13 Bborie Park <bkpark at ucdavis.edu> +2011-12-02 15:13 Bborie Park <dustymugs at gmail.com> * [r8295] raster/rt_pg/rtpostgis.sql.in.c: Removed the type bandmetadata as per #1343. @@ -28351,7 +32413,7 @@ neighborhood hillshade on top of ST_MapAlgebraFctNgb. Part of #1318 -2011-12-01 02:23 Bborie Park <bkpark at ucdavis.edu> +2011-12-01 02:23 Bborie Park <dustymugs at gmail.com> * [r8273] raster/rt_pg/rt_pg.c, raster/test/regress/rt_bandmetadata.sql, @@ -28410,7 +32472,7 @@ raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added ST_Slope map algebra neighborhood shortcut function. -2011-11-30 20:35 Bborie Park <bkpark at ucdavis.edu> +2011-11-30 20:35 Bborie Park <dustymugs at gmail.com> * [r8263] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c, raster/test/regress/rt_asraster.sql: @@ -28446,7 +32508,7 @@ additional tests for ST_MapAlgebraFctNgb, changed string compare on nodatamode to != -2011-11-29 23:25 Bborie Park <bkpark at ucdavis.edu> +2011-11-29 23:25 Bborie Park <dustymugs at gmail.com> * [r8259] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_bandmetadata.sql, @@ -28455,7 +32517,7 @@ ST_BandMetadata to have the bandnum parameter be variadic. Fleshed out regression tests for ST_BandMetadata. -2011-11-29 20:30 Sandro Santilli <strk@keybit.net> +2011-11-29 20:30 Sandro Santilli <strk@kbt.io> * [r8258] .gitignore: Ignore more generated files @@ -28545,7 +32607,7 @@ * [r8241] doc/reference_raster.xml: remove more protos that have been removed and replaced with default args -2011-11-24 21:13 Sandro Santilli <strk@keybit.net> +2011-11-24 21:13 Sandro Santilli <strk@kbt.io> * [r8239] topology/topology.sql.in.c: Move the 'CREATE SCHEMA' query out of first column anchorage (#1325) @@ -28557,7 +32619,7 @@ * [r8238] postgis/postgis.sql.in.c: Fix operator mis-referencing nd function for 2d op. -2011-11-24 16:01 Sandro Santilli <strk@keybit.net> +2011-11-24 16:01 Sandro Santilli <strk@kbt.io> * [r8237] topology/sql/topogeometry, topology/sql/topogeometry/type.sql, topology/test/Makefile, @@ -28570,7 +32632,7 @@ Includes regression testing. NOTE: we'll always advertise MULTI as a safest bet -2011-11-24 16:01 Sandro Santilli <strk@keybit.net> +2011-11-24 16:01 Sandro Santilli <strk@kbt.io> * [r8236] topology/test/hierarchy.sql, topology/test/predicate.expected, @@ -28604,7 +32666,7 @@ * [r8231] NEWS, doc/release_notes.xml: update news / credits for ST_GeomFromGeoJSON -2011-11-23 17:28 Sandro Santilli <strk@keybit.net> +2011-11-23 17:28 Sandro Santilli <strk@kbt.io> * [r8229] liblwgeom/liblwgeom.h.in, liblwgeom/lwout_gml.c: Const-correct GML signatures @@ -28629,18 +32691,18 @@ * [r8225] doc/reference_raster.xml: correct signatures of some functions changed to use more default args -2011-11-22 19:01 Bborie Park <bkpark at ucdavis.edu> +2011-11-22 19:01 Bborie Park <dustymugs at gmail.com> * [r8224] raster/rt_pg/rt_pg.c: Prefixed internal C utility functions with rtpg_. This keeps the coding style inline with that for postgis. -2011-11-22 18:10 Bborie Park <bkpark at ucdavis.edu> +2011-11-22 18:10 Bborie Park <dustymugs at gmail.com> * [r8223] raster/rt_pg/rtpostgis_drop.sql.in.c: Corrected incorrect drop function statement. -2011-11-22 17:58 Bborie Park <bkpark at ucdavis.edu> +2011-11-22 17:58 Bborie Park <dustymugs at gmail.com> * [r8222] raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c: More SQL function cleanup @@ -28663,13 +32725,13 @@ * [r8219] doc/reference_raster.xml: correct documentation to get rid of protos eradicated in r8218 (so extensions installs) -2011-11-22 01:06 Bborie Park <bkpark at ucdavis.edu> +2011-11-22 01:06 Bborie Park <dustymugs at gmail.com> * [r8218] raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c: Additional function cleanup by making use of DEFAULT parameter values -2011-11-21 20:09 Bborie Park <bkpark at ucdavis.edu> +2011-11-21 20:09 Bborie Park <dustymugs at gmail.com> * [r8217] raster/rt_pg/rt_pg.c: Fixed expression parsing in RASTER_mapAlgebra2. Evidently, the count parameter of replace() @@ -28677,14 +32739,14 @@ Associated ticket is #1317. -2011-11-21 19:55 Bborie Park <bkpark at ucdavis.edu> +2011-11-21 19:55 Bborie Park <dustymugs at gmail.com> * [r8216] raster/rt_pg/rt_pg.c: Fixed behavior of one raster not having specified band and being sampled. Associated ticket is #1316. -2011-11-21 19:18 Bborie Park <bkpark at ucdavis.edu> +2011-11-21 19:18 Bborie Park <dustymugs at gmail.com> * [r8215] raster/rt_core/rt_api.c: Fixed extent bug for UNION in rt_raster_from_two_rasters @@ -28699,7 +32761,7 @@ * [r8213] raster/scripts/plpgsql/st_union.sql: Many fix following the C implementation of the two raster version of ST_MapAlgebra. -2011-11-21 16:32 Sandro Santilli <strk@keybit.net> +2011-11-21 16:32 Sandro Santilli <strk@kbt.io> * [r8212] liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos_split.c, liblwgeom/ptarray.c, postgis/lwgeom_functions_analytic.c: Add a @@ -28714,7 +32776,7 @@ trying to read the code to figure out what nodatamode in theory should be doing -2011-11-21 16:03 Sandro Santilli <strk@keybit.net> +2011-11-21 16:03 Sandro Santilli <strk@kbt.io> * [r8210] regress/regress_lrs.sql, regress/regress_lrs_expected: Numerate tests for line_substring @@ -28736,19 +32798,19 @@ like get rid of the border. Add in links to where to get example raster used. fix some typos -2011-11-21 14:59 Sandro Santilli <strk@keybit.net> +2011-11-21 14:59 Sandro Santilli <strk@kbt.io> * [r8206] liblwgeom/cunit/cu_split.c: Add testcase for #1311 (lwgeom_split). Also fix existing testcase (wasn't really testing it). -2011-11-21 14:59 Sandro Santilli <strk@keybit.net> +2011-11-21 14:59 Sandro Santilli <strk@kbt.io> * [r8205] liblwgeom/lwgeom_geos_split.c: Fix memory leak in lwgeom_split -2011-11-21 12:10 Sandro Santilli <strk@keybit.net> +2011-11-21 12:10 Sandro Santilli <strk@kbt.io> * [r8204] liblwgeom/g_serialized.c: Hush warning about missing prototype. @@ -28759,7 +32821,7 @@ #1023 which is more complex) -2011-11-21 12:03 Sandro Santilli <strk@keybit.net> +2011-11-21 12:03 Sandro Santilli <strk@kbt.io> * [r8203] liblwgeom/g_serialized.c, regress/tickets.sql, regress/tickets_expected: Have gserialized_get_gbox_p always @@ -28771,30 +32833,30 @@ Closes (hopefully forever) bug #1023. Includes testcase otherwise failing. -2011-11-21 09:33 Sandro Santilli <strk@keybit.net> +2011-11-21 09:33 Sandro Santilli <strk@kbt.io> * [r8202] topology/test/regress/addface.sql, topology/test/regress/addface_expected: Add testcase for ticket #1302 (now passes) -2011-11-21 08:33 Sandro Santilli <strk@keybit.net> +2011-11-21 08:33 Sandro Santilli <strk@kbt.io> * [r8201] topology/test/regress/topoelement_expected: Update expected error messages not to include the "topology" namespace (now that it's part of the search_path). -2011-11-21 08:23 Sandro Santilli <strk@keybit.net> +2011-11-21 08:23 Sandro Santilli <strk@kbt.io> * [r8200] liblwgeom/cunit/cu_libgeom.c: Rename "LibGeom Suite" to simply "libgeom", for easy of use -2011-11-21 08:21 Sandro Santilli <strk@keybit.net> +2011-11-21 08:21 Sandro Santilli <strk@kbt.io> * [r8199] liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_ptarray.c: Surrender to evidence of the narrow ring tested being clockwise -2011-11-21 08:08 Sandro Santilli <strk@keybit.net> +2011-11-21 08:08 Sandro Santilli <strk@kbt.io> * [r8198] liblwgeom/lwgeom_api.c: Improve robustness of ptarray_isccw (see #1302) @@ -28820,38 +32882,38 @@ * [r8195] doc/reference_raster.xml: fix some ST_MapAlgebra userfunc arg names to agree with code. Still ng ones to go and drop fix. -2011-11-20 21:35 Sandro Santilli <strk@keybit.net> +2011-11-20 21:35 Sandro Santilli <strk@kbt.io> * [r8194] liblwgeom/cunit/cu_ptarray.c: Add another test for ptarray_isccw, which incredibly seems to disagree with the same check done when the same ring occurs in a polygon -2011-11-20 21:19 Sandro Santilli <strk@keybit.net> +2011-11-20 21:19 Sandro Santilli <strk@kbt.io> * [r8193] liblwgeom/ptarray.c: Do not memcpy to self in ptarray_reverse (see #1302) -2011-11-20 21:19 Sandro Santilli <strk@keybit.net> +2011-11-20 21:19 Sandro Santilli <strk@kbt.io> * [r8192] liblwgeom/cunit/cu_libgeom.c: Better indent for comparing obtained/expected -2011-11-20 20:51 Sandro Santilli <strk@keybit.net> +2011-11-20 20:51 Sandro Santilli <strk@kbt.io> * [r8191] loader/Makefile.in: Fix 'clean' rule under loader to drop stuff under .libs -2011-11-20 20:51 Sandro Santilli <strk@keybit.net> +2011-11-20 20:51 Sandro Santilli <strk@kbt.io> * [r8190] liblwgeom/cunit/cu_libgeom.c: Add test for lwgeom_force_clockwise (see #1302) -2011-11-19 17:28 Sandro Santilli <strk@keybit.net> +2011-11-19 17:28 Sandro Santilli <strk@kbt.io> * [r8189] liblwgeom/cunit/cu_ptarray.c: Add test for ptarray_isccw (see #1302) -2011-11-18 23:47 Bborie Park <bkpark at ucdavis.edu> +2011-11-18 23:47 Bborie Park <dustymugs at gmail.com> * [r8188] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Addition of function rt_util_gdal_datatype_to_pixtype to @@ -28862,7 +32924,7 @@ * [r8187] doc/reference_raster.xml: Documented ST_Rotation and ST_SetRotation. -2011-11-18 21:41 Bborie Park <bkpark at ucdavis.edu> +2011-11-18 21:41 Bborie Park <dustymugs at gmail.com> * [r8186] raster/rt_pg/rtpostgis.sql.in.c: Update parameter names for regprocedure data types @@ -28905,7 +32967,7 @@ ST_MapAlgebraFct to cache userfunction lookup, and accept NULL input and output values. -2011-11-18 18:30 Bborie Park <bkpark at ucdavis.edu> +2011-11-18 18:30 Bborie Park <dustymugs at gmail.com> * [r8181] configure.ac, raster/raster_config.h.in, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, @@ -29002,24 +33064,24 @@ to agree with implementation. Still need to fill in descriptions of what all params mean -2011-11-17 22:48 Bborie Park <bkpark at ucdavis.edu> +2011-11-17 22:48 Bborie Park <dustymugs at gmail.com> * [r8165] raster/test/regress/rt_mapalgebrafctngb.sql: Fix the 8.4 error only described in #1296. -2011-11-17 15:04 Bborie Park <bkpark at ucdavis.edu> +2011-11-17 15:04 Bborie Park <dustymugs at gmail.com> * [r8164] doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c, raster/rt_pg/rtpostgis_drop.sql.in.c: Additional corrections and cleanup for ST_BandNoDataValue -2011-11-17 14:57 Bborie Park <bkpark at ucdavis.edu> +2011-11-17 14:57 Bborie Park <dustymugs at gmail.com> * [r8163] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Fixed a bunch of other nodataval datatype issues. -2011-11-17 14:49 Bborie Park <bkpark at ucdavis.edu> +2011-11-17 14:49 Bborie Park <dustymugs at gmail.com> * [r8162] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_asraster_expected: Fixed invalid handling @@ -29056,7 +33118,7 @@ * [r8157] topology/Makefile.in: logic to create a an topology_upgrade_20_minor.sql -2011-11-15 18:15 Bborie Park <bkpark at ucdavis.edu> +2011-11-15 18:15 Bborie Park <dustymugs at gmail.com> * [r8156] raster/rt_pg/rtpostgis.sql.in.c: Removed hardcoded SRID of 0 and replaced with ST_SRID('Point(0 0)'::geometry) @@ -29075,7 +33137,7 @@ raster/test/regress/rt_mapalgebrafctngb_expected: Added single version of map algebra that operates on neighborhoods. -2011-11-14 21:40 Bborie Park <bkpark at ucdavis.edu> +2011-11-14 21:40 Bborie Park <dustymugs at gmail.com> * [r8153] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -29120,7 +33182,7 @@ obsolete advice about how to create indexes and register a geometry column. -2011-11-12 18:20 Sandro Santilli <strk@keybit.net> +2011-11-12 18:20 Sandro Santilli <strk@kbt.io> * [r8148] topology/sql/sqlmm.sql, topology/test/regress/st_createtopogeo.sql, @@ -29129,7 +33191,7 @@ Fixes bug #1284. Includes regression test. -2011-11-12 15:12 Bborie Park <bkpark at ucdavis.edu> +2011-11-12 15:12 Bborie Park <dustymugs at gmail.com> * [r8147] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis_drop.sql.in.c, @@ -29153,7 +33215,7 @@ doc/html/images/st_mapalgebrafct2_02.png, doc/reference_raster.xml: add examples and fix arg list -2011-11-12 00:01 Bborie Park <bkpark at ucdavis.edu> +2011-11-12 00:01 Bborie Park <dustymugs at gmail.com> * [r8143] raster/rt_pg/rtpostgis.sql.in.c: Removed third variant as it conflicts with the second variant of 2-raster ST_MapAlgebraFct @@ -29183,12 +33245,12 @@ * [r8139] raster/scripts/plpgsql/st_mapalgebrafctngb.sql: Added pl/pgsql prototype of the neighborhood map algebra function. -2011-11-11 15:45 Bborie Park <bkpark at ucdavis.edu> +2011-11-11 15:45 Bborie Park <dustymugs at gmail.com> * [r8138] raster/rt_pg/rt_pg.c: Removed commented-out stubs for nonexistant RASTER_mapAlgebra2Fct -2011-11-11 15:41 Bborie Park <bkpark at ucdavis.edu> +2011-11-11 15:41 Bborie Park <dustymugs at gmail.com> * [r8137] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -29212,7 +33274,7 @@ * [r8135] doc/reference_raster.xml: Updated documentation for all variants of ST_MapAlgebraFct. -2011-11-10 11:10 Sandro Santilli <strk@keybit.net> +2011-11-10 11:10 Sandro Santilli <strk@kbt.io> * [r8134] liblwgeom/g_serialized.c, regress/tickets.sql, regress/tickets_expected: Make sure to "round-to-float" boxes @@ -29235,24 +33297,24 @@ doc/reference_raster.xml: Add example of overlaying single rasters on same canvas -2011-11-10 00:02 Bborie Park <bkpark at ucdavis.edu> +2011-11-10 00:02 Bborie Park <dustymugs at gmail.com> * [r8131] raster/rt_pg/rtpostgis_drop.sql.in.c: Signatures changed for ST_MapAlgebraExpr where nodatavaluerepl (text) is now nodataval (double precision) -2011-11-09 23:52 Bborie Park <bkpark at ucdavis.edu> +2011-11-09 23:52 Bborie Park <dustymugs at gmail.com> * [r8130] raster/test/core/testapi.c: Removed all remaining memory leaks from testapi.c -2011-11-09 23:12 Bborie Park <bkpark at ucdavis.edu> +2011-11-09 23:12 Bborie Park <dustymugs at gmail.com> * [r8129] raster/test/core/testapi.c: Rolled back attempt to clean up memory handling. We'll just live with this until testapi.c is replaced by cunit tests for raster. -2011-11-09 23:00 Bborie Park <bkpark at ucdavis.edu> +2011-11-09 23:00 Bborie Park <dustymugs at gmail.com> * [r8128] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Separated the @@ -29266,7 +33328,7 @@ for nodatanodataval (pierre / bborie /dzwarg -- please check my definitions to make sure they are right) -2011-11-09 15:35 Bborie Park <bkpark at ucdavis.edu> +2011-11-09 15:35 Bborie Park <dustymugs at gmail.com> * [r8126] raster/rt_pg/rt_pg.c, raster/test/regress/rt_mapalgebraexpr_2raster.sql, @@ -29305,13 +33367,13 @@ to drop target. Upgrade can't install the new version otherwise since the output parameter data types changed. -2011-11-08 23:18 Bborie Park <bkpark at ucdavis.edu> +2011-11-08 23:18 Bborie Park <dustymugs at gmail.com> * [r8120] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Fix floating point issues in rt_raster_geopoint_to_cell in addition to other minor changes. -2011-11-08 21:34 Bborie Park <bkpark at ucdavis.edu> +2011-11-08 21:34 Bborie Park <dustymugs at gmail.com> * [r8119] raster/rt_core/rt_api.c: Bug fix for evaluating remainder when remainder is infinitely close to 1. Basically, the check @@ -29334,27 +33396,27 @@ * [r8116] postgis/lwgeom_geos.c: Do the "are boxes different?" test in ST_Equals using a tolerance instead of exact comparisons. -2011-11-08 10:23 Sandro Santilli <strk@keybit.net> +2011-11-08 10:23 Sandro Santilli <strk@kbt.io> * [r8115] liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: Re-fix robustness issue on 32bit system (seg is 0-based, npoints is 1-based but segments is npoints-1) -2011-11-08 08:55 Sandro Santilli <strk@keybit.net> +2011-11-08 08:55 Sandro Santilli <strk@kbt.io> * [r8114] regress/regress_lrs.sql, regress/regress_lrs_expected: Give unique names to linearref tests -2011-11-08 08:55 Sandro Santilli <strk@keybit.net> +2011-11-08 08:55 Sandro Santilli <strk@kbt.io> * [r8113] liblwgeom/cunit/cu_split.c: Add test for bug #1270 -2011-11-08 08:51 Sandro Santilli <strk@keybit.net> +2011-11-08 08:51 Sandro Santilli <strk@kbt.io> * [r8112] liblwgeom/ptarray.c: Fix st_line_locate_point check for "last point" (#1271) -2011-11-08 05:27 Bborie Park <bkpark at ucdavis.edu> +2011-11-08 05:27 Bborie Park <dustymugs at gmail.com> * [r8111] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -29366,7 +33428,7 @@ ST_MapAlgebra2Expr to ST_MapAlgebra after concensus with Pierre and Regina. -2011-11-08 00:00 Bborie Park <bkpark at ucdavis.edu> +2011-11-08 00:00 Bborie Park <dustymugs at gmail.com> * [r8110] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_mapalgebraexpr.sql, @@ -29378,12 +33440,12 @@ Associated ticket is #866 -2011-11-07 21:17 Bborie Park <bkpark at ucdavis.edu> +2011-11-07 21:17 Bborie Park <dustymugs at gmail.com> * [r8109] doc/reference_raster.xml: Rephrased a sentence or two in ST_Resample. Might not be the best. -2011-11-07 21:07 Bborie Park <bkpark at ucdavis.edu> +2011-11-07 21:07 Bborie Park <dustymugs at gmail.com> * [r8108] raster, raster/rt_pg, raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h, raster/rt_pg/rtpostgis.sql.in.c, @@ -29397,20 +33459,20 @@ Ticket is #1268. -2011-11-07 17:01 Sandro Santilli <strk@keybit.net> +2011-11-07 17:01 Sandro Santilli <strk@kbt.io> * [r8107] liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: Enhance robustness of ptarray_locate_point, fixing bug #1269. Includes regression testcase. -2011-11-06 20:26 Bborie Park <bkpark at ucdavis.edu> +2011-11-06 20:26 Bborie Park <dustymugs at gmail.com> * [r8106] postgis/postgis.sql.in.c, postgis/sqldefines.h.in: Following the cleanup in r8104, additional cleanup to remove POSTGIS_GDAL_VERSION -2011-11-06 20:17 Sandro Santilli <strk@keybit.net> +2011-11-06 20:17 Sandro Santilli <strk@kbt.io> * [r8105] liblwgeom/lwgeom_geos_split.c: Double-check line splitting to avoid returning empty components @@ -29418,12 +33480,12 @@ It happened on my 32bit system based on presence or absence of an lwnotice call, probably a compiler bug... -2011-11-06 19:39 Sandro Santilli <strk@keybit.net> +2011-11-06 19:39 Sandro Santilli <strk@kbt.io> * [r8104] postgis/postgis.sql.in.c: Don't change SQL at compile time. The code is safe enough. -2011-11-06 19:30 Bborie Park <bkpark at ucdavis.edu> +2011-11-06 19:30 Bborie Park <dustymugs at gmail.com> * [r8103] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_asraster.sql, @@ -29432,7 +33494,7 @@ the parameter name consistent with all other use of "hasnodata" and the docs for ST_BandMetadata. -2011-11-06 04:56 Bborie Park <bkpark at ucdavis.edu> +2011-11-06 04:56 Bborie Park <dustymugs at gmail.com> * [r8102] raster/Makefile.in, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Fixed the bug @@ -29440,7 +33502,7 @@ problem. Additional syntax cleaning and comments updated. Fixed the problem with "make check" running test/core twice. -2011-11-05 22:40 Bborie Park <bkpark at ucdavis.edu> +2011-11-05 22:40 Bborie Park <dustymugs at gmail.com> * [r8101] postgis/Makefile.in, postgis/postgis.sql.in.c, raster/rt_pg/rtpostgis.sql.in.c: Reverted r8100 due to regression @@ -29450,7 +33512,7 @@ Associated ticket is #1266 -2011-11-05 14:28 Bborie Park <bkpark at ucdavis.edu> +2011-11-05 14:28 Bborie Park <dustymugs at gmail.com> * [r8100] postgis/Makefile.in, postgis/postgis.sql.in.c, raster/rt_pg/rtpostgis.sql.in.c: Moved postgis_gdal_version() @@ -29490,21 +33552,21 @@ * [r8095] doc/reference_processing.xml: #1206: put in example for ST_Node. Can't test yet since my geos is recompiling. -2011-11-04 18:48 Sandro Santilli <strk@keybit.net> +2011-11-04 18:48 Sandro Santilli <strk@kbt.io> * [r8094] doc/reference_processing.xml: Document ST_Node (#1206) -2011-11-04 18:24 Sandro Santilli <strk@keybit.net> +2011-11-04 18:24 Sandro Santilli <strk@kbt.io> * [r8093] regress/Makefile.in, regress/node.sql, regress/node_expected: Add SQL-level tests for ST_Node (#1206) -2011-11-04 18:17 Sandro Santilli <strk@keybit.net> +2011-11-04 18:17 Sandro Santilli <strk@kbt.io> * [r8092] liblwgeom/Makefile.in: Fix clean rule to get rid of .o files -2011-11-04 14:25 Sandro Santilli <strk@keybit.net> +2011-11-04 14:25 Sandro Santilli <strk@kbt.io> * [r8091] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Expose ST_Node at SQL level (#1206) @@ -29514,12 +33576,12 @@ * [r8090] doc/xsl/raster_cheatsheet.html.xsl: ability to turn off example generation, and change to turn off by default -2011-11-04 08:15 Sandro Santilli <strk@keybit.net> +2011-11-04 08:15 Sandro Santilli <strk@kbt.io> * [r8089] liblwgeom/lwgeom_geos_node.c: Fix builds againts GEOS < 3.3 -2011-11-04 06:45 Sandro Santilli <strk@keybit.net> +2011-11-04 06:45 Sandro Santilli <strk@kbt.io> * [r8088] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_node.c, liblwgeom/cunit/cu_tester.c, @@ -29532,18 +33594,18 @@ * [r8087] doc/reference_management.xml: Add enhanced note for AddGeometryColumn -2011-11-03 17:28 Sandro Santilli <strk@keybit.net> +2011-11-03 17:28 Sandro Santilli <strk@kbt.io> * [r8086] liblwgeom/liblwgeom_internal.h, liblwgeom/lwcollection.c: Add lwcollection_reserve internal function -2011-11-03 17:09 Sandro Santilli <strk@keybit.net> +2011-11-03 17:09 Sandro Santilli <strk@kbt.io> * [r8085] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_split.c: Pass GEOS version to unit tests, skip test for SPLIT when building against older geos. -2011-11-03 16:20 Sandro Santilli <strk@keybit.net> +2011-11-03 16:20 Sandro Santilli <strk@kbt.io> * [r8084] liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_split.c, liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom_internal.h, @@ -29551,7 +33613,7 @@ split function taking an output vector. Regress test the new function. -2011-11-02 16:53 Sandro Santilli <strk@keybit.net> +2011-11-02 16:53 Sandro Santilli <strk@kbt.io> * [r8083] regress/Makefile.in, regress/summary.sql, regress/summary_expected: Add test for ST_Summary @@ -29585,7 +33647,7 @@ postgis/MISSING_OBJECTS, postgis/lwgeom_debug.c: Composite geometries end up with nested BBOX caches (#1254) -2011-11-01 18:17 Bborie Park <bkpark at ucdavis.edu> +2011-11-01 18:17 Bborie Park <dustymugs at gmail.com> * [r8077] raster/rt_pg/rtpostgis.sql.in.c: Based upon mailing list discussion, changed call to ST_AsRaster in _st_intersects(raster, @@ -29620,7 +33682,7 @@ cheatsheet, add make cheatsheet to gnumake, better outptuting of functions with different protos. -2011-10-31 22:26 Sandro Santilli <strk@keybit.net> +2011-10-31 22:26 Sandro Santilli <strk@kbt.io> * [r8069] topology/sql/sqlmm.sql, topology/test/regress/st_createtopogeo_expected: @@ -29662,7 +33724,7 @@ * [r8063] doc/reference_raster.xml: get rid of word "Functions" in section headers -2011-10-31 13:03 Sandro Santilli <strk@keybit.net> +2011-10-31 13:03 Sandro Santilli <strk@kbt.io> * [r8062] topology/sql/sqlmm.sql, topology/test/regress/st_createtopogeo.sql, @@ -29670,7 +33732,7 @@ ST_CreateTopoGeo: do not drop input nodes of degree 2 (#1258) [RT-SIGTA] -2011-10-31 12:45 Sandro Santilli <strk@keybit.net> +2011-10-31 12:45 Sandro Santilli <strk@kbt.io> * [r8061] topology/sql/sqlmm.sql, topology/test/regress/st_createtopogeo.sql, @@ -29713,7 +33775,7 @@ * [r8055] doc/xsl/topology_cheatsheet.html.xsl: get rid of unused styles -2011-10-30 21:47 Sandro Santilli <strk@keybit.net> +2011-10-30 21:47 Sandro Santilli <strk@kbt.io> * [r8054] topology/sql/sqlmm.sql: AddEdgeModFace, AddEdgeNewFaces: simplify calls to AddEdge [RT-SIGTA] @@ -29752,7 +33814,7 @@ postgis/lwgeom_rtree.c, postgis/lwgeom_sqlmm.c, postgis/lwgeom_transform.c: Remove pglwgeom_serialize -2011-10-30 19:15 Sandro Santilli <strk@keybit.net> +2011-10-30 19:15 Sandro Santilli <strk@kbt.io> * [r8050] doc/extras_topology.xml: Add some hints about the visited table for topology.AsGML @@ -30063,17 +34125,17 @@ * [r8015] liblwgeom, libpgcommon, libpgcommon/cunit, postgis, raster, raster/test/regress: Add ignores for new built files -2011-10-27 14:35 Sandro Santilli <strk@keybit.net> +2011-10-27 14:35 Sandro Santilli <strk@kbt.io> * [r8013] liblwgeom/g_serialized.txt: Wrap lines within 80 columns -2011-10-27 14:09 Bborie Park <bkpark at ucdavis.edu> +2011-10-27 14:09 Bborie Park <dustymugs at gmail.com> * [r8012] raster/rt_pg/.svnignore: Added rtpostgis_drop.sql, rtpostgis_drop.sql.in, rtpostgis_upgrade.sql and rtpostgis_upgrade_20_minor.sql to svn:ignore -2011-10-27 14:08 Bborie Park <bkpark at ucdavis.edu> +2011-10-27 14:08 Bborie Park <dustymugs at gmail.com> * [r8011] raster/.svnignore, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/scripts/python, @@ -30124,7 +34186,7 @@ postgis/lwgeom_box.c, postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_box3d.c: Remove old box2dfloat4 in favor of gbox. -2011-10-25 20:31 Sandro Santilli <strk@keybit.net> +2011-10-25 20:31 Sandro Santilli <strk@kbt.io> * [r8003] postgis/geometry_estimate.c: Add own copyright on the file. See @@ -30137,19 +34199,19 @@ postgis/geometry_gist_selectivity.c, postgis/lwgeom_estimate.c: Remove old serialized_form index selectivity code. -2011-10-21 21:49 Sandro Santilli <strk@keybit.net> +2011-10-21 21:49 Sandro Santilli <strk@kbt.io> * [r8001] doc/extras_topology.xml: Explode the topology sections to keep primitive (sql/mm) topology management more separate from higher (TopoGeometry) management. -2011-10-21 21:42 Bborie Park <bkpark at ucdavis.edu> +2011-10-21 21:42 Bborie Park <dustymugs at gmail.com> * [r8000] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added rt_raster_set_geotransform_matrix() to provide quick setting of a raster's geotransform based upon the matrix -2011-10-21 19:10 Bborie Park <bkpark at ucdavis.edu> +2011-10-21 19:10 Bborie Park <dustymugs at gmail.com> * [r7999] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c, @@ -30158,7 +34220,7 @@ as an end-user would expect it to. So intead of errors when parameters don't match, return false. -2011-10-21 18:11 Bborie Park <bkpark at ucdavis.edu> +2011-10-21 18:11 Bborie Park <dustymugs at gmail.com> * [r7998] doc/reference_raster.xml, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Changed @@ -30167,7 +34229,7 @@ other prototype ST_HasNoData(raster, nband) now uses the default value of 1 for nband. -2011-10-21 14:53 Bborie Park <bkpark at ucdavis.edu> +2011-10-21 14:53 Bborie Park <dustymugs at gmail.com> * [r7997] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -30185,13 +34247,13 @@ in case Paul decides he doesn't want to fix the regression issue noted in #1243 -2011-10-20 22:24 Bborie Park <bkpark at ucdavis.edu> +2011-10-20 22:24 Bborie Park <dustymugs at gmail.com> * [r7995] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Renamed RASTER_samealignment() to RASTER_sameAlignment() and corrected C++ style comments with C comments -2011-10-20 22:07 Bborie Park <bkpark at ucdavis.edu> +2011-10-20 22:07 Bborie Park <dustymugs at gmail.com> * [r7994] raster/rt_pg/rt_pg.c: Removed use of PG_DETOAST_DATUM_COPY and PG_FREE_IF_COPY as all rasters should @@ -30306,7 +34368,7 @@ fundamental types do not. Will add this to upgrade minor script build later. -2011-10-12 14:36 Bborie Park <bkpark at ucdavis.edu> +2011-10-12 14:36 Bborie Park <dustymugs at gmail.com> * [r7975] raster/rt_pg/rtpostgis.sql.in.c: Bug fix for _ST_Intersects(geometry, raster) where the buffering of the @@ -30328,18 +34390,18 @@ * [r7971] doc/using_postgis_dataman.xml: #1241 apply doc_vacuum_analyze_and_I_None_typo.patch -2011-10-11 14:37 Sandro Santilli <strk@keybit.net> +2011-10-11 14:37 Sandro Santilli <strk@kbt.io> * [r7970] regress/sql-mm-circularstring.sql, regress/sql-mm-compoundcurve.sql, regress/sql-mm-curvepoly.sql, regress/sql-mm-multicurve.sql, regress/sql-mm-multisurface.sql: Typename in type specifier doesn't need to be quoted. -2011-10-11 10:33 Sandro Santilli <strk@keybit.net> +2011-10-11 10:33 Sandro Santilli <strk@kbt.io> * [r7969] .gitignore: Ignore more generated files -2011-10-10 20:50 Sandro Santilli <strk@keybit.net> +2011-10-10 20:50 Sandro Santilli <strk@kbt.io> * [r7968] postgis/postgis.sql.in.c: Restrict valid spatial_ref_sys SRID values between 1 and 998999 (#1233) @@ -30347,12 +34409,12 @@ I guess it'll take some special handling for this change in the upgrade scripts. I didn't do any with this commit. -2011-10-10 20:38 Sandro Santilli <strk@keybit.net> +2011-10-10 20:38 Sandro Santilli <strk@kbt.io> * [r7967] postgis/gserialized_typmod.c: Clamp SRID in typmod parser. Now we get NOTICE/clamp also on create table. -2011-10-10 20:26 Sandro Santilli <strk@keybit.net> +2011-10-10 20:26 Sandro Santilli <strk@kbt.io> * [r7966] postgis/postgis.sql.in.c, topology/test/regress/legacy_predicate_expected, @@ -30363,7 +34425,7 @@ expect -1 being transformed to 0 (current official UNKNOWN SRID value). -2011-10-10 19:25 Sandro Santilli <strk@keybit.net> +2011-10-10 19:25 Sandro Santilli <strk@kbt.io> * [r7965] regress/sql-mm-circularstring.sql, regress/sql-mm-circularstring_expected, @@ -30377,14 +34439,14 @@ AddGeometryColumn, to avoid having to write an explicit unknown SRID value. -2011-10-10 17:50 Sandro Santilli <strk@keybit.net> +2011-10-10 17:50 Sandro Santilli <strk@kbt.io> * [r7964] regress/sql-mm-circularstring.sql: Hush NOTICES in regress test currently not emitting any (propedeutic for srid clamping in AddGeometryColumn, which is invoked with SRID=-1 by this testcase) -2011-10-10 07:38 Sandro Santilli <strk@keybit.net> +2011-10-10 07:38 Sandro Santilli <strk@kbt.io> * [r7963] liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h, @@ -30392,65 +34454,65 @@ deserialization. Raise an error when clamp_srid receives a number > 999999 -2011-10-10 07:35 Sandro Santilli <strk@keybit.net> +2011-10-10 07:35 Sandro Santilli <strk@kbt.io> * [r7962] raster/test/regress/create_rt_gist_test.sql: Do not input an explicit value to mean unknown SRID (in raster test) -2011-10-10 07:20 Sandro Santilli <strk@keybit.net> +2011-10-10 07:20 Sandro Santilli <strk@kbt.io> * [r7961] regress/tickets.sql: Do not input an explicit value to mean unknown SRID -2011-10-10 06:55 Sandro Santilli <strk@keybit.net> +2011-10-10 06:55 Sandro Santilli <strk@kbt.io> * [r7960] libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h, postgis/geography_measurement.c: Use macros for hard-coded "magic" SRIDs used by _BestSRID and ST_Transform, use 999xxx range for them. See ticket #1230. -2011-10-07 00:29 Bborie Park <bkpark at ucdavis.edu> +2011-10-07 00:29 Bborie Park <dustymugs at gmail.com> * [r7959] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c, raster/test/regress/rt_samealignment_expected: Added additional error checking and error messages to ST_SameAlignment function -2011-10-06 23:25 Bborie Park <bkpark at ucdavis.edu> +2011-10-06 23:25 Bborie Park <dustymugs at gmail.com> * [r7958] raster/rt_pg/Makefile.in: minor cleanup and prettiness. -2011-10-06 15:47 Bborie Park <bkpark at ucdavis.edu> +2011-10-06 15:47 Bborie Park <dustymugs at gmail.com> * [r7957] raster/rt_pg/rt_pg.c: Make use of clamp_srid function for SRID checks -2011-10-06 14:08 Sandro Santilli <strk@keybit.net> +2011-10-06 14:08 Sandro Santilli <strk@kbt.io> * [r7956] liblwgeom/lwutil.c: Raise a NOTICE when a SRID <= 0 but != SRID_UNKNOWN is converted -2011-10-06 13:35 Sandro Santilli <strk@keybit.net> +2011-10-06 13:35 Sandro Santilli <strk@kbt.io> * [r7955] liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c: Clamp literal SRID values occurring in WKB and WKT. -2011-10-06 13:35 Sandro Santilli <strk@keybit.net> +2011-10-06 13:35 Sandro Santilli <strk@kbt.io> * [r7954] liblwgeom/liblwgeom_internal.h, liblwgeom/lwutil.c: Add clamp_srid internal function returning UNKNOWN for <= 0 values. -2011-10-06 07:18 Sandro Santilli <strk@keybit.net> +2011-10-06 07:18 Sandro Santilli <strk@kbt.io> * [r7953] regress/out_geography.sql: Do not use an explicit SRID=-1 in EKWT. It's not needed. -2011-10-06 06:57 Sandro Santilli <strk@keybit.net> +2011-10-06 06:57 Sandro Santilli <strk@kbt.io> * [r7952] regress/relate.sql: Do not use an explicit SRID=-1 in EKWT. It's not needed. -2011-10-05 23:03 Bborie Park <bkpark at ucdavis.edu> +2011-10-05 23:03 Bborie Park <dustymugs at gmail.com> * [r7951] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -30461,12 +34523,12 @@ Associated ticket is #589. -2011-10-05 18:55 Bborie Park <bkpark at ucdavis.edu> +2011-10-05 18:55 Bborie Park <dustymugs at gmail.com> * [r7950] configure.ac: Fixed --with-gdalconfig parameter as per ticket #1167. -2011-10-05 18:49 Bborie Park <bkpark at ucdavis.edu> +2011-10-05 18:49 Bborie Park <dustymugs at gmail.com> * [r7949] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: As per Bryce's comments in ticket #1174, @@ -30481,7 +34543,7 @@ Associated ticket is #1174. -2011-10-05 04:54 Bborie Park <bkpark at ucdavis.edu> +2011-10-05 04:54 Bborie Park <dustymugs at gmail.com> * [r7948] postgis/postgis.sql.in.c, postgis/sqldefines.h.in, raster/rt_core/rt_api.c: Removed hackish use of @@ -30489,20 +34551,20 @@ postgis/postgis.sql.in.c. Added conditional compilation of extent resizing based upon GDAL version in rt_api.c -2011-10-04 23:32 Bborie Park <bkpark at ucdavis.edu> +2011-10-04 23:32 Bborie Park <dustymugs at gmail.com> * [r7947] postgis/postgis.sql.in.c, postgis/sqldefines.h.in: Fixed bug where a call to postgis_full_version causes error if postgis_gdal_version doesn't exist because raster support is not included -2011-10-04 23:13 Sandro Santilli <strk@keybit.net> +2011-10-04 23:13 Sandro Santilli <strk@kbt.io> * [r7946] regress/run_test: don't try to call postgis_gdal_version() if not testing raster (the signature is unavailable) -2011-10-04 22:38 Bborie Park <bkpark at ucdavis.edu> +2011-10-04 22:38 Bborie Park <dustymugs at gmail.com> * [r7945] configure.ac, postgis/postgis.sql.in.c, raster/raster_config.h.in, raster/rt_core/rt_api.c, @@ -30510,7 +34572,7 @@ raster/rt_pg/rtpostgis.sql.in.c, regress/run_test: Adds postgis_gdal_version() function as per ticket #1225. -2011-10-04 20:51 Bborie Park <bkpark at ucdavis.edu> +2011-10-04 20:51 Bborie Park <dustymugs at gmail.com> * [r7944] raster/rt_core/rt_api.c: Changed adjustment of extent by half-pixel to full-pixel for points and linestrings to ensure @@ -30527,7 +34589,7 @@ * [r7942] doc/reference_operator.xml: minor correction to <#> description -2011-10-04 19:50 Bborie Park <bkpark at ucdavis.edu> +2011-10-04 19:50 Bborie Park <dustymugs at gmail.com> * [r7941] raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_intersects.sql: For linestrings, use same @@ -30536,26 +34598,26 @@ Associated ticket is #1213 -2011-10-04 17:08 Sandro Santilli <strk@keybit.net> +2011-10-04 17:08 Sandro Santilli <strk@kbt.io> * [r7940] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Do not base availability of SQL ST_Hausdorff* signatures on GEOS version Tested with GEOS from the 3.1 branch (yes, we still support it !) -2011-10-04 16:45 Sandro Santilli <strk@keybit.net> +2011-10-04 16:45 Sandro Santilli <strk@kbt.io> * [r7939] topology/README: Simple review of the topology README. Wasn't that outdated :) -2011-10-04 16:27 Sandro Santilli <strk@keybit.net> +2011-10-04 16:27 Sandro Santilli <strk@kbt.io> * [r7938] postgis/postgis.sql.in.c: Do not base availability of SQL isValid* signatures on GEOS version This is a work for the C level library. -2011-10-04 14:33 Sandro Santilli <strk@keybit.net> +2011-10-04 14:33 Sandro Santilli <strk@kbt.io> * [r7937] topology/test/regress/createtopology_expected, topology/test/regress/st_createtopogeo_expected: Tweak expected @@ -30563,7 +34625,7 @@ If this will change before release, git-revert is our friend -2011-10-04 14:33 Sandro Santilli <strk@keybit.net> +2011-10-04 14:33 Sandro Santilli <strk@kbt.io> * [r7936] topology/topology.sql.in.c: Make topology.CreateTopology unknown-srid-agnostic (uses ST_Srid to tell) @@ -30580,7 +34642,7 @@ constant phrases work, not even constant phrases wrapped in alias work. -2011-10-03 10:32 Sandro Santilli <strk@keybit.net> +2011-10-03 10:32 Sandro Santilli <strk@kbt.io> * [r7934] topology/sql/sqlmm.sql, topology/test/regress/st_modedgeheal_expected, @@ -30592,7 +34654,7 @@ There's a still-failing regress test due to SRID 0 being considered != 1 -2011-10-03 10:26 Sandro Santilli <strk@keybit.net> +2011-10-03 10:26 Sandro Santilli <strk@kbt.io> * [r7933] topology/sql/sqlmm.sql: Use ASCII dash, not UTF8 one. Fixes #1226. [RT-SIGTA] @@ -30602,7 +34664,7 @@ * [r7932] raster/rt_pg/rtpostgis_drop.sql.in.c: Add in st_valuecount evidentally changed output in 2.0 series -2011-10-02 14:12 Bborie Park <bkpark at ucdavis.edu> +2011-10-02 14:12 Bborie Park <dustymugs at gmail.com> * [r7931] raster/rt_pg/rtpostgis.sql.in.c: fixed _st_intersects(raster, geometry, integer) where call to @@ -30617,7 +34679,7 @@ somewhere since my older db doesn't upgrade because complains about out parameters changed in some function. -2011-10-01 17:28 Bborie Park <bkpark at ucdavis.edu> +2011-10-01 17:28 Bborie Park <dustymugs at gmail.com> * [r7929] raster/rt_pg/Makefile.in: Fixed installation path of rtpostgis.sql to contrib/postgis-2.0. Added build of @@ -30659,7 +34721,7 @@ * [r7924] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Renamed 'nodatavalueexpr' variable. (#866) -2011-09-30 00:11 Bborie Park <bkpark at ucdavis.edu> +2011-09-30 00:11 Bborie Park <dustymugs at gmail.com> * [r7923] raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c, @@ -30670,23 +34732,23 @@ raster/test/regress/rt_intersects.sql: Updated regression tests to correctly support change of unknown SRID from -1 to 0. -2011-09-29 19:43 Sandro Santilli <strk@keybit.net> +2011-09-29 19:43 Sandro Santilli <strk@kbt.io> * [r7922] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in: Fix distclean rule to drop Makefile too -2011-09-29 19:43 Sandro Santilli <strk@keybit.net> +2011-09-29 19:43 Sandro Santilli <strk@kbt.io> * [r7921] liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in, loader/Makefile.in: Define SHELL (used by LIBTOOL and INSTALL) hopefully helps bug #1218 -2011-09-29 18:53 Bborie Park <bkpark at ucdavis.edu> +2011-09-29 18:53 Bborie Park <dustymugs at gmail.com> * [r7920] raster/rt_pg/rt_pg.c: Uncommented include of lwgeom_pg.h in rt_pg.c. Fixed setting SRID to -1 to SRID_UNKNOWN. -2011-09-29 18:33 Bborie Park <bkpark at ucdavis.edu> +2011-09-29 18:33 Bborie Park <dustymugs at gmail.com> * [r7919] raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_intersects.sql: Changed function @@ -30696,12 +34758,12 @@ Associated ticket is #1212 -2011-09-29 10:40 Sandro Santilli <strk@keybit.net> +2011-09-29 10:40 Sandro Santilli <strk@kbt.io> * [r7918] doc/using_postgis_app.xml: Do not incentivate use of SRID=-1 in mapserver examples. -2011-09-29 10:34 Sandro Santilli <strk@keybit.net> +2011-09-29 10:34 Sandro Santilli <strk@kbt.io> * [r7917] doc/extras_topology.xml: Do not suggest using "SRID=<unknown>" prefix in EWKT @@ -30762,12 +34824,12 @@ * [r7909] postgis/gserialized_gist_2d.c, postgis/postgis.sql.in.c: Add box-wise ORDER BY for KNN (#701) -2011-09-28 10:13 Sandro Santilli <strk@keybit.net> +2011-09-28 10:13 Sandro Santilli <strk@kbt.io> * [r7908] doc/html/image_src/generator.c: Image generator also uses LWDEBUG macros... how popular ! -2011-09-28 10:05 Sandro Santilli <strk@keybit.net> +2011-09-28 10:05 Sandro Santilli <strk@kbt.io> * [r7907] liblwgeom/Makefile.in, liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in, @@ -30821,7 +34883,7 @@ * [r7904] doc/reference_operator.xml: clarify current implementation is centroid of box not the geometry. -2011-09-27 15:33 Sandro Santilli <strk@keybit.net> +2011-09-27 15:33 Sandro Santilli <strk@kbt.io> * [r7903] postgis/postgis.sql.in.c: Drop duplicated geometry_out definition @@ -30831,7 +34893,7 @@ * [r7902] doc/reference_operator.xml: correct the description on semantics of knn operator -2011-09-27 03:40 Bborie Park <bkpark at ucdavis.edu> +2011-09-27 03:40 Bborie Park <dustymugs at gmail.com> * [r7901] raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/Makefile.in: Removed ST_Intersects(raster, int, @@ -30878,7 +34940,7 @@ Add support for KNN-GiST ops. First cut only, much testing required. (#701) -2011-09-26 14:25 Sandro Santilli <strk@keybit.net> +2011-09-26 14:25 Sandro Santilli <strk@kbt.io> * [r7893] topology/test/regress/st_createtopogeo.sql: Don't use the same name for input parameter and returned table description. @@ -30897,12 +34959,12 @@ * [r7891] raster/test/core/Makefile.in: add missing geos flag to let it make check under mingw -2011-09-25 14:48 Bborie Park <bkpark at ucdavis.edu> +2011-09-25 14:48 Bborie Park <dustymugs at gmail.com> * [r7890] raster/rt_core/rt_api.h: Removed unnecessary typedef for fmin and fmax on windows. Possible fix to #1207. -2011-09-24 19:05 Bborie Park <bkpark at ucdavis.edu> +2011-09-24 19:05 Bborie Park <dustymugs at gmail.com> * [r7889] raster/rt_core/Makefile.in, raster/rt_core/rt_api.h, raster/test/core/Makefile.in: Tweaks to makefiles due to linker @@ -30923,12 +34985,12 @@ * [r7887] extras/tiger_geocoder/tiger_2010/tiger_loader.sql: #1209: redundant constraint chk_statefp on loading edges. -2011-09-23 19:21 Sandro Santilli <strk@keybit.net> +2011-09-23 19:21 Sandro Santilli <strk@kbt.io> * [r7886] topology/topology.sql.in.c: Update topology functions status. We've completed the SQL/MM set ! -2011-09-23 19:21 Sandro Santilli <strk@keybit.net> +2011-09-23 19:21 Sandro Santilli <strk@kbt.io> * [r7885] doc/extras_topology.xml, topology/sql/sqlmm.sql, topology/test/Makefile, @@ -30938,7 +35000,7 @@ Includes regress testing and documentation update -2011-09-22 15:07 Bborie Park <bkpark at ucdavis.edu> +2011-09-22 15:07 Bborie Park <dustymugs at gmail.com> * [r7884] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -30954,7 +35016,7 @@ Associated ticket is #1176 -2011-09-22 14:06 Sandro Santilli <strk@keybit.net> +2011-09-22 14:06 Sandro Santilli <strk@kbt.io> * [r7883] topology/sql/sqlmm.sql, topology/test/regress/st_addedgenewfaces_expected: Make face @@ -30962,33 +35024,33 @@ Always create the face on the right first [RT-SIGTA] -2011-09-22 09:14 Sandro Santilli <strk@keybit.net> +2011-09-22 09:14 Sandro Santilli <strk@kbt.io> * [r7882] topology/sql/sqlmm.sql: Add notes and TODO items about the edge-adding functions [RT-SIGTA] See ticket #1205 -2011-09-22 07:22 Sandro Santilli <strk@keybit.net> +2011-09-22 07:22 Sandro Santilli <strk@kbt.io> * [r7881] topology/sql/sqlmm.sql: Reduce noice produced by ST_AddEdgeModFace at NOTICE level [RT-SIGTA] -2011-09-21 10:34 Sandro Santilli <strk@keybit.net> +2011-09-21 10:34 Sandro Santilli <strk@kbt.io> * [r7880] postgis/lwgeom_geos_prepared.c: Don't wrap prepared geom implementation in a conditional macro These kind of full-disabling should be done at Makefile level... -2011-09-21 09:50 Sandro Santilli <strk@keybit.net> +2011-09-21 09:50 Sandro Santilli <strk@kbt.io> * [r7879] postgis/lwgeom_geos.c, postgis/lwgeom_geos.h, postgis/lwgeom_geos_prepared.h, postgis/profile.h: Add header guards to geos headers, move GEOS_PREPARED define to the implementation file, add missing copyright header. -2011-09-21 07:32 Sandro Santilli <strk@keybit.net> +2011-09-21 07:32 Sandro Santilli <strk@kbt.io> * [r7878] doc/extras_topology.xml, topology/sql/sqlmm.sql, topology/test/regress/st_remedgemodface_expected: Make @@ -31039,7 +35101,7 @@ * [r7872] extensions/postgis_topology/Makefile: preliminary logic to build install from unpackaged file -2011-09-20 15:21 Sandro Santilli <strk@keybit.net> +2011-09-20 15:21 Sandro Santilli <strk@kbt.io> * [r7871] doc/extras_topology.xml, topology/sql/sqlmm.sql, topology/test/Makefile, @@ -31049,12 +35111,12 @@ Include regress testing and documentation. -2011-09-19 21:28 Bborie Park <bkpark at ucdavis.edu> +2011-09-19 21:28 Bborie Park <dustymugs at gmail.com> * [r7870] raster/rt_core/rt_api.c: additional code cleanup of rt_raster_gdal_rasterize -2011-09-19 16:53 Sandro Santilli <strk@keybit.net> +2011-09-19 16:53 Sandro Santilli <strk@kbt.io> * [r7869] doc/extras_topology.xml, topology/sql/sqlmm.sql, topology/test/regress/st_remedgenewface_expected: Have @@ -31063,17 +35125,17 @@ This is to match the ISO spec more closely. Docs and regress test updated. -2011-09-19 14:17 Sandro Santilli <strk@keybit.net> +2011-09-19 14:17 Sandro Santilli <strk@kbt.io> * [r7868] postgis/geometry_gist_selectivity.c: Fix ST_Estimated_Extent by correctly interpret histogram box (#1200) -2011-09-19 06:40 Sandro Santilli <strk@keybit.net> +2011-09-19 06:40 Sandro Santilli <strk@kbt.io> * [r7867] topology/sql/manage/TopologySummary.sql: TopologySummary: do not count the universe face in the face count -2011-09-19 06:40 Sandro Santilli <strk@keybit.net> +2011-09-19 06:40 Sandro Santilli <strk@kbt.io> * [r7866] topology/sql/sqlmm.sql, topology/test/regress/sqlmm_expected: ST_InitTopoGeo: use named @@ -31101,22 +35163,22 @@ * [r7862] loader/shp2pgsql-core.c: shp2pgsql gui wrong use of create spatial index (#1091) -2011-09-17 07:58 Sandro Santilli <strk@keybit.net> +2011-09-17 07:58 Sandro Santilli <strk@kbt.io> * [r7861] topology/test/regress/st_remedgenewface.sql, topology/test/regress/st_remedgenewface_expected: Typo in testcase label -2011-09-17 07:10 Sandro Santilli <strk@keybit.net> +2011-09-17 07:10 Sandro Santilli <strk@kbt.io> * [r7860] topology/sql/sqlmm.sql: Typo -2011-09-17 06:58 Sandro Santilli <strk@keybit.net> +2011-09-17 06:58 Sandro Santilli <strk@kbt.io> * [r7859] topology/sql/sqlmm.sql, topology/topology.sql.in.c: Minor inline documentation updates -2011-09-17 06:46 Sandro Santilli <strk@keybit.net> +2011-09-17 06:46 Sandro Santilli <strk@kbt.io> * [r7858] doc/extras_topology.xml, topology/sql/sqlmm.sql, topology/test/Makefile, topology/test/cache_geometries.sql, @@ -31126,7 +35188,7 @@ Includes regress testing and documentation. -2011-09-16 13:32 Bborie Park <bkpark at ucdavis.edu> +2011-09-16 13:32 Bborie Park <dustymugs at gmail.com> * [r7857] raster/rt_core/rt_api.c: fixups and code cleanups for the rt_raster_gdal_rasterize to better handle point and linestring @@ -31230,7 +35292,7 @@ populate_geometry_columns version that just takes oid. Has bene replaced with versoin that takes default arg use_typmod -2011-09-13 18:52 Sandro Santilli <strk@keybit.net> +2011-09-13 18:52 Sandro Santilli <strk@kbt.io> * [r7843] postgis/lwgeom_geos.c: Re-enable accidentally disabled prepared geoms. Fixes bug #1165. @@ -31248,7 +35310,7 @@ * [r7841] postgis/Makefile.in, raster/rt_pg/Makefile.in: fix for #1158 can't compile 8.4 under mingw windows -2011-09-12 16:02 Sandro Santilli <strk@keybit.net> +2011-09-12 16:02 Sandro Santilli <strk@kbt.io> * [r7840] regress/run_test: Handle db initialization errors earlier @@ -31279,12 +35341,12 @@ * [r7835] doc/extras_tigergeocoder.xml, doc/extras_topology.xml: fix typo link to tiger topology loader -2011-09-10 12:43 Sandro Santilli <strk@keybit.net> +2011-09-10 12:43 Sandro Santilli <strk@kbt.io> * [r7834] doc/extras_tigergeocoder.xml: Fix "no ID for constraint linkedn: Create_Topology" error -2011-09-10 11:49 Sandro Santilli <strk@keybit.net> +2011-09-10 11:49 Sandro Santilli <strk@kbt.io> * [r7833] doc/Makefile.in: Honour DESTDIR in documentation Makefile. Patch by Bryce L Nordgren. @@ -31389,7 +35451,7 @@ extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: more work on tiger topology loader -- revised to use temp table. -2011-09-07 13:58 Bborie Park <bkpark at ucdavis.edu> +2011-09-07 13:58 Bborie Park <dustymugs at gmail.com> * [r7817] raster/test/regress/rt_aspng_expected: Updated expected output due to change in message @@ -31399,7 +35461,7 @@ * [r7816] doc/reference_raster.xml: correct some mistatements about export functions -2011-09-06 20:10 Bborie Park <bkpark at ucdavis.edu> +2011-09-06 20:10 Bborie Park <dustymugs at gmail.com> * [r7815] raster/rt_pg/rtpostgis.sql.in.c: Fixed ST_AsPNG to allow rasters with four bands as that becomes a RGBA PNG image. @@ -31453,7 +35515,7 @@ * [r7803] doc/html/images/ccbysa.png, doc/postgis.xml: Put in creative commons license stamp -2011-09-02 01:54 Bborie Park <bkpark at ucdavis.edu> +2011-09-02 01:54 Bborie Park <dustymugs at gmail.com> * [r7802] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: Added optimizations and shortcuts for @@ -31499,7 +35561,7 @@ May later change this to allow the user to specify the offset amount. -2011-08-31 07:06 Sandro Santilli <strk@keybit.net> +2011-08-31 07:06 Sandro Santilli <strk@kbt.io> * [r7795] regress/Makefile.in, regress/run_test: With libtool for loader/dumper there's no need to stage-install them @@ -31511,38 +35573,38 @@ * [r7794] doc/reference_raster.xml: fill in missing protos for ST_AsRaster -2011-08-29 15:23 Sandro Santilli <strk@keybit.net> +2011-08-29 15:23 Sandro Santilli <strk@kbt.io> * [r7793] loader/Makefile.in: Dynamically link loader and dumper to liblwgeom [RT-SIGTA] This reduces each of the 3 installed executable sizes by 547 Kb. -2011-08-29 14:45 Sandro Santilli <strk@keybit.net> +2011-08-29 14:45 Sandro Santilli <strk@kbt.io> * [r7792] liblwgeom/cunit/Makefile.in: Use libtool to link liblwgeom unit tester (helps testing the shared library) -2011-08-27 17:16 Bborie Park <bkpark at ucdavis.edu> +2011-08-27 17:16 Bborie Park <dustymugs at gmail.com> * [r7791] raster/rt_pg/rtpostgis.sql.in.c: fixed improperly commented-out RAISE DEBUG statement for AddRasterColumn function. Associated ticket is #1175. -2011-08-26 14:47 Bborie Park <bkpark at ucdavis.edu> +2011-08-26 14:47 Bborie Park <dustymugs at gmail.com> * [r7790] raster/rt_core/rt_api.h: Added solaris define for UNIX using patch provided by rroliver. Associated ticket is #1171. -2011-08-26 00:04 Bborie Park <bkpark at ucdavis.edu> +2011-08-26 00:04 Bborie Park <dustymugs at gmail.com> * [r7789] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Tweaked memory allocation in RASTER_quantileCoverage. -2011-08-25 23:23 Bborie Park <bkpark at ucdavis.edu> +2011-08-25 23:23 Bborie Park <dustymugs at gmail.com> * [r7788] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -31550,12 +35612,12 @@ rt_band_get_summary_stats rt_core/rt_api.c to correctly handle the situation where a band's values are all nodata -2011-08-25 18:39 Bborie Park <bkpark at ucdavis.edu> +2011-08-25 18:39 Bborie Park <dustymugs at gmail.com> * [r7787] raster/rt_pg/rtpostgis.sql.in.c: Removed "WITH OIDS" from raster table creation. -2011-08-25 18:18 Bborie Park <bkpark at ucdavis.edu> +2011-08-25 18:18 Bborie Park <dustymugs at gmail.com> * [r7786] libpgcommon/gserialized_gist.c, libpgcommon/gserialized_gist.h, postgis/gserialized_gist_nd.c: @@ -31565,7 +35627,7 @@ Associated ticket is #1161 -2011-08-25 14:44 Bborie Park <bkpark at ucdavis.edu> +2011-08-25 14:44 Bborie Park <dustymugs at gmail.com> * [r7785] raster/raster_config.h.in, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h, @@ -31596,7 +35658,7 @@ * [r7782] doc/reference_raster.xml: cleanup formatting a bit on ST_AsRaster example -2011-08-24 17:40 Bborie Park <bkpark at ucdavis.edu> +2011-08-24 17:40 Bborie Park <dustymugs at gmail.com> * [r7781] raster/scripts/python/Makefile.in: Added DESTDIR so that raster2pgsql.py is installed in the user-specified path @@ -31606,7 +35668,7 @@ * [r7780] doc/reference_raster.xml: Provide some examples for using ST_AsRaster. This function is way cool. -2011-08-24 15:23 Bborie Park <bkpark at ucdavis.edu> +2011-08-24 15:23 Bborie Park <dustymugs at gmail.com> * [r7779] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -31616,7 +35678,7 @@ Associated ticket is #928 -2011-08-23 22:41 Bborie Park <bkpark at ucdavis.edu> +2011-08-23 22:41 Bborie Park <dustymugs at gmail.com> * [r7778] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -31635,19 +35697,19 @@ * [r7774] raster/test/core/Makefile.in: #1158 add proj flags to fix mingw test issue -2011-08-20 21:17 Sandro Santilli <strk@keybit.net> +2011-08-20 21:17 Sandro Santilli <strk@kbt.io> * [r7773] libpgcommon/lwgeom_pg.c, postgis/lwgeom_functions_basic.c, raster/rt_pg/rt_pg.c: Put PG_MODULE_MAGIC in raster and postgis source files rather than in libpgcommon. Should fix the mingw build. See ticket #1158. -2011-08-20 21:08 Sandro Santilli <strk@keybit.net> +2011-08-20 21:08 Sandro Santilli <strk@kbt.io> * [r7772] raster/rt_pg/Makefile.in: Use PROJ cflags when building raster module (see #1158) -2011-08-20 17:51 Bborie Park <bkpark at ucdavis.edu> +2011-08-20 17:51 Bborie Park <dustymugs at gmail.com> * [r7771] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c, raster/test/regress/rt_quantile.sql, @@ -31655,17 +35717,17 @@ quantile coverage function. Fixes segfault that seems to only occur on OSX. -2011-08-20 16:43 Sandro Santilli <strk@keybit.net> +2011-08-20 16:43 Sandro Santilli <strk@kbt.io> * [r7770] liblwgeom/liblwgeom.h.in: Drop duplicated typedef [RT-SIGTA] -2011-08-20 15:55 Sandro Santilli <strk@keybit.net> +2011-08-20 15:55 Sandro Santilli <strk@kbt.io> * [r7769] liblwgeom/Makefile.in: Install liblwgeom.h under a sensible location... [RT-SIGTA] -2011-08-20 15:43 Sandro Santilli <strk@keybit.net> +2011-08-20 15:43 Sandro Santilli <strk@kbt.io> * [r7768] libpgcommon/Makefile.in, libpgcommon/gserialized_gist.c, libpgcommon/gserialized_gist.h, postgis/Makefile.in, @@ -31678,16 +35740,16 @@ module (they are in libpgcommon already). Includes patch in #1161. [RT-SIGTA] -2011-08-20 00:54 Bborie Park <bkpark at ucdavis.edu> +2011-08-20 00:54 Bborie Park <dustymugs at gmail.com> * [r7767] raster/rt_pg/rt_pg.c: Corrected incorrect function usage -2011-08-19 22:57 Bborie Park <bkpark at ucdavis.edu> +2011-08-19 22:57 Bborie Park <dustymugs at gmail.com> * [r7766] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Added forgotten explicit freeing of memory and some code cleanup -2011-08-19 19:08 Bborie Park <bkpark at ucdavis.edu> +2011-08-19 19:08 Bborie Park <dustymugs at gmail.com> * [r7765] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -31706,7 +35768,7 @@ Also refactored the regression test for rt_histogram due to unnecessary columns in output -2011-08-19 14:04 Bborie Park <bkpark at ucdavis.edu> +2011-08-19 14:04 Bborie Park <dustymugs at gmail.com> * [r7763] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/create_rt_properties_test.sql, @@ -31719,7 +35781,7 @@ Associated tickets are #482, #928, #929 and #936 -2011-08-19 10:12 Sandro Santilli <strk@keybit.net> +2011-08-19 10:12 Sandro Santilli <strk@kbt.io> * [r7762] .gitignore, configure.ac, liblwgeom/Makefile.in, liblwgeom/liblwgeom.h, liblwgeom/liblwgeom.h.in: Include version @@ -31727,7 +35789,7 @@ Closes ticket #1164 -2011-08-19 09:34 Sandro Santilli <strk@keybit.net> +2011-08-19 09:34 Sandro Santilli <strk@kbt.io> * [r7761] liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c, @@ -31761,19 +35823,19 @@ define) and hopefully reduces the noise generated by custom symbols. -2011-08-19 09:30 Sandro Santilli <strk@keybit.net> +2011-08-19 09:30 Sandro Santilli <strk@kbt.io> * [r7760] loader/shp2pgsql-core.c: Don't use problematic int types for no reason... -2011-08-19 08:16 Sandro Santilli <strk@keybit.net> +2011-08-19 08:16 Sandro Santilli <strk@kbt.io> * [r7759] liblwgeom/Makefile.in: Install liblwgeom on 'make install' [RT-SIGTA] Uses liblwgeom.h as the API header for liblwgeom. -2011-08-19 07:55 Sandro Santilli <strk@keybit.net> +2011-08-19 07:55 Sandro Santilli <strk@kbt.io> * [r7758] libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h, postgis/Makefile.in, @@ -31790,36 +35852,36 @@ * [r7755] doc/reference_operator.xml: #1160: documentation clarification of behavior -2011-08-16 09:47 Sandro Santilli <strk@keybit.net> +2011-08-16 09:47 Sandro Santilli <strk@kbt.io> * [r7754] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h: Move NO_*_VALUE from liblwgeom.h to liblwgeom_internal.h [RT-SIGTA] -2011-08-16 09:25 Sandro Santilli <strk@keybit.net> +2011-08-16 09:25 Sandro Santilli <strk@kbt.io> * [r7753] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h: Move DIST_MAX and DIST_MIN from liblwgeom.h to liblwgeom_internal.h (weird values, btw) [RT-SIGTA] -2011-08-16 09:15 Sandro Santilli <strk@keybit.net> +2011-08-16 09:15 Sandro Santilli <strk@kbt.io> * [r7752] liblwgeom/Makefile.in: Honour DISTDIR when installing liblwgeom. Drop the finish call as it may require root privileges on some systems [RT-SIGTA]. -2011-08-15 22:43 Bborie Park <bkpark at ucdavis.edu> +2011-08-15 22:43 Bborie Park <dustymugs at gmail.com> * [r7751] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Removed unnecessary code from rt_band_get_summary_stats. Fixed incorrect comment for rt_band_get_value_count. -2011-08-15 11:36 Sandro Santilli <strk@keybit.net> +2011-08-15 11:36 Sandro Santilli <strk@kbt.io> * [r7749] raster/rt_core/Makefile.in: Use proper PROJ4 flags when linking against liblwgeom. See ticket #1158. [RT-SIGTA] -2011-08-14 19:47 Sandro Santilli <strk@keybit.net> +2011-08-14 19:47 Sandro Santilli <strk@kbt.io> * [r7748] configure.ac: Fix for missing include directory on Mingw (#1158). Thanks Bryce Nordgren. @@ -31837,14 +35899,14 @@ extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: #1071 - start work on tiger PostGIS topology loader -2011-08-13 18:10 Bborie Park <bkpark at ucdavis.edu> +2011-08-13 18:10 Bborie Park <dustymugs at gmail.com> * [r7745] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Consolidated various struct declarations from rt_api.c into rt_api.h as these structs are duplicatively redeclared in rt_pg.c and testapi.c -2011-08-13 10:06 Sandro Santilli <strk@keybit.net> +2011-08-13 10:06 Sandro Santilli <strk@kbt.io> * [r7744] configure.ac, doc/html/image_src/Makefile.in, liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in, @@ -31855,7 +35917,7 @@ Libraries are not installed by default. [RT-SIGTA] -2011-08-13 09:02 Sandro Santilli <strk@keybit.net> +2011-08-13 09:02 Sandro Santilli <strk@kbt.io> * [r7743] postgis/lwgeom_geos_prepared.c: Drop unused code @@ -31864,46 +35926,46 @@ * [r7742] extras/tiger_geocoder/tiger_2010/README: #1156 incorporate suggestions from forkandwait -2011-08-12 19:18 Sandro Santilli <strk@keybit.net> +2011-08-12 19:18 Sandro Santilli <strk@kbt.io> * [r7741] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h, liblwgeom/lwgeom_transform.c, libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h: Move lwproj_from_string from libpgcommon to liblwgeom [RT-SIGTA] -2011-08-12 17:57 Sandro Santilli <strk@keybit.net> +2011-08-12 17:57 Sandro Santilli <strk@kbt.io> * [r7740] liblwgeom/cunit/Makefile.in: liblwgeom/cunit also needs PROJ_CPPFLAGS -2011-08-12 17:55 Sandro Santilli <strk@keybit.net> +2011-08-12 17:55 Sandro Santilli <strk@kbt.io> * [r7739] liblwgeom/lwgeom_transform.c, libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h, postgis/lwgeom_in_gml.c: Rename make_project to lwproj_from_string, ready to be moved to liblwgeom [RT-SIGTA] -2011-08-12 17:42 Sandro Santilli <strk@keybit.net> +2011-08-12 17:42 Sandro Santilli <strk@kbt.io> * [r7738] doc/html/image_src/Makefile.in: Even generator.c will need proper proj cflags now.. -2011-08-12 17:37 Sandro Santilli <strk@keybit.net> +2011-08-12 17:37 Sandro Santilli <strk@kbt.io> * [r7737] loader/Makefile.in: loader also includes liblwgeom.h, thus wants PROJ cpp flags -2011-08-12 17:33 Sandro Santilli <strk@keybit.net> +2011-08-12 17:33 Sandro Santilli <strk@kbt.io> * [r7736] libpgcommon/Makefile.in: Use PROJ4 C flags, see if this makes Hudson happy. -2011-08-12 17:26 Sandro Santilli <strk@keybit.net> +2011-08-12 17:26 Sandro Santilli <strk@kbt.io> * [r7735] libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h: Copyright review on lwgeom_pg.{c,h} files -2011-08-12 17:25 Sandro Santilli <strk@keybit.net> +2011-08-12 17:25 Sandro Santilli <strk@kbt.io> * [r7734] .gitignore, GNUmakefile.in, configure.ac, liblwgeom/Makefile.in, liblwgeom/liblwgeom.h, @@ -31920,17 +35982,17 @@ raster/rt_pg/rt_pg.h, raster/rt_pg/rtpostgis.sql.in.c: Make transformation and projection cache API available (ticket #1053) -2011-08-12 10:12 Sandro Santilli <strk@keybit.net> +2011-08-12 10:12 Sandro Santilli <strk@kbt.io> * [r7733] liblwgeom/liblwgeom.h: Drop unused macros CARTESIAN and GEODETIC from liblwgeom.h -2011-08-12 10:11 Sandro Santilli <strk@keybit.net> +2011-08-12 10:11 Sandro Santilli <strk@kbt.io> * [r7732] liblwgeom/liblwgeom.h: Snap and SharedPaths are both direct GEOS proxies, not extra [RT-SIGTA] -2011-08-12 09:11 Sandro Santilli <strk@keybit.net> +2011-08-12 09:11 Sandro Santilli <strk@kbt.io> * [r7731] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_geos.c, postgis/Makefile.in, postgis/lwgeom_geos.c, @@ -31938,7 +36000,7 @@ Export lwgeom_sharedpaths to liblwgeom, and fix exception message [RT-SIGTA] -2011-08-11 21:01 Bborie Park <bkpark at ucdavis.edu> +2011-08-11 21:01 Bborie Park <dustymugs at gmail.com> * [r7730] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Rewrote the code for the @@ -31954,26 +36016,26 @@ change reverse_geocode back to using addr table and also use cousub for location -2011-08-11 08:04 Sandro Santilli <strk@keybit.net> +2011-08-11 08:04 Sandro Santilli <strk@kbt.io> * [r7728] doc/html/image_src/generator.c: Fix leftover PARSER_CHECK reference (thanks Hudson) [RT-SIGTA] -2011-08-11 08:04 Sandro Santilli <strk@keybit.net> +2011-08-11 08:04 Sandro Santilli <strk@kbt.io> * [r7727] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h, liblwgeom/lwgeom_geos_split.c, postgis/Makefile.in, postgis/lwgeom_geos.c, postgis/lwgeom_geos_split.c: Export lwgeom_split to liblwgeom, const-correct it [RT-SIGTA] -2011-08-11 07:52 Sandro Santilli <strk@keybit.net> +2011-08-11 07:52 Sandro Santilli <strk@kbt.io> * [r7726] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_geos.c, postgis/Makefile.in, postgis/lwgeom_geos.c, postgis/lwgeom_geos_snap.c: Export lwgeom_snap to liblwgeom [RT-SIGTA] -2011-08-11 07:51 Sandro Santilli <strk@keybit.net> +2011-08-11 07:51 Sandro Santilli <strk@kbt.io> * [r7725] liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geos.c, @@ -31991,7 +36053,7 @@ postgis/lwgeom_ogc.c: Give PARSER_CHECK macros an LW_ prefix [RT-SIGTA] -2011-08-11 07:50 Sandro Santilli <strk@keybit.net> +2011-08-11 07:50 Sandro Santilli <strk@kbt.io> * [r7724] liblwgeom/liblwgeom.h: Fix parser documentation [RT-SIGTA] @@ -32029,30 +36091,30 @@ WKB/WKT parsers and generators and switch all internal references remaining (mostly in cunit) over to the new implementations. -2011-08-09 16:56 Sandro Santilli <strk@keybit.net> +2011-08-09 16:56 Sandro Santilli <strk@kbt.io> * [r7720] liblwgeom/Makefile.in, liblwgeom/liblwgeom.h, liblwgeom/lwgeom_geos_clean.c, postgis/lwgeom_geos_clean.c: Export lwgeom_makevalid to liblwgeom [RT-SIGTA] -2011-08-09 16:05 Sandro Santilli <strk@keybit.net> +2011-08-09 16:05 Sandro Santilli <strk@kbt.io> * [r7719] liblwgeom/liblwgeom.h, liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h, postgis/lwgeom_geos.c, postgis/lwgeom_geos.h: Add GEOS entry points in liblwgeom.h (public API) [RT-SIGTA] -2011-08-09 15:43 Sandro Santilli <strk@keybit.net> +2011-08-09 15:43 Sandro Santilli <strk@kbt.io> * [r7718] liblwgeom/liblwgeom.h: Add some documentation about parsing [RT-SIGTA] -2011-08-09 15:43 Sandro Santilli <strk@keybit.net> +2011-08-09 15:43 Sandro Santilli <strk@kbt.io> * [r7717] doc/rfc/postgis_rfc_03_sheet.txt: Mark "chip" functions for deletion -2011-08-09 15:12 Sandro Santilli <strk@keybit.net> +2011-08-09 15:12 Sandro Santilli <strk@kbt.io> * [r7716] liblwgeom/cunit/cu_ptarray.c, liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h, @@ -32075,7 +36137,7 @@ make eol for all rfcs be LF so our unix brethren can edit them without fuss -2011-08-09 14:19 Sandro Santilli <strk@keybit.net> +2011-08-09 14:19 Sandro Santilli <strk@kbt.io> * [r7714] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h, postgis/geography_btree.c, postgis/geography_measurement.c, @@ -32083,7 +36145,7 @@ from liblwgeom.h to liblwgeom_internal.h (not prefixed symbols) [RT-SIGTA] -2011-08-09 09:51 Sandro Santilli <strk@keybit.net> +2011-08-09 09:51 Sandro Santilli <strk@kbt.io> * [r7713] loader/pgsql2shp-core.c, loader/pgsql2shp-core.h, loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c, @@ -32092,11 +36154,11 @@ from headers if not needed, document what is it needed for in implementation files [RT-SIGTA] -2011-08-09 09:50 Sandro Santilli <strk@keybit.net> +2011-08-09 09:50 Sandro Santilli <strk@kbt.io> * [r7712] loader/Makefile.in: Clean up gui as well -2011-08-09 08:28 Sandro Santilli <strk@keybit.net> +2011-08-09 08:28 Sandro Santilli <strk@kbt.io> * [r7711] liblwgeom/liblwgeom.h, postgis/Makefile.in, postgis/legacy_chip.sql.in.c, postgis/lwgeom_chip.c: Drop CHIP @@ -32106,18 +36168,18 @@ * [r7710] postgis/Makefile.in: strk's patch fix for #1155 -2011-08-08 10:11 Sandro Santilli <strk@keybit.net> +2011-08-08 10:11 Sandro Santilli <strk@kbt.io> * [r7709] loader/Makefile.in: Encode more deps -2011-08-08 09:56 Sandro Santilli <strk@keybit.net> +2011-08-08 09:56 Sandro Santilli <strk@kbt.io> * [r7708] liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h: Const-correct some GEOS functions in liblwgeom fixing pending memory errors when overlaying empty and non-empty geometries (not exploited by testing) [RT-SIGTA] -2011-08-08 09:27 Sandro Santilli <strk@keybit.net> +2011-08-08 09:27 Sandro Santilli <strk@kbt.io> * [r7707] liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom_geos.c, postgis/lwgeom_box2dfloat4.c, @@ -32128,18 +36190,18 @@ getMachineEndian() and error_if_srid_mismatch() from liblwgeom.h to liblwgeom_internal.h -2011-08-08 08:59 Sandro Santilli <strk@keybit.net> +2011-08-08 08:59 Sandro Santilli <strk@kbt.io> * [r7706] liblwgeom/liblwgeom.h, postgis/lwgeom_pg.h: Put PG_LWGEOM stuff where it belongs (out of liblwgeom) [RT-SIGTA] -2011-08-06 18:42 Sandro Santilli <strk@keybit.net> +2011-08-06 18:42 Sandro Santilli <strk@kbt.io> * [r7705] loader/pgsql2shp-cli.c, loader/shp2pgsql-cli.c, loader/shp2pgsql-core.h: Include postgis_config.h to find POSTGIS_VERSION and stringbuffer.h when needed -2011-08-06 18:17 Sandro Santilli <strk@keybit.net> +2011-08-06 18:17 Sandro Santilli <strk@kbt.io> * [r7704] liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c, liblwgeom/lwgeom_geos.c, liblwgeom/lwin_wkt.c, @@ -32148,17 +36210,17 @@ liblwgeom.h (closest header to a public API). Update other files accordingly. [RT-SIGTA] -2011-08-06 18:03 Sandro Santilli <strk@keybit.net> +2011-08-06 18:03 Sandro Santilli <strk@kbt.io> * [r7703] liblwgeom/Makefile.in: Fix dependency referencing dropped rule [RT-SIGTA] -2011-08-06 18:01 Sandro Santilli <strk@keybit.net> +2011-08-06 18:01 Sandro Santilli <strk@kbt.io> * [r7702] liblwgeom/Makefile.in: Add static library to {,un}install-liblwgeom rules [RT-SIGTA] -2011-08-06 17:48 Sandro Santilli <strk@keybit.net> +2011-08-06 17:48 Sandro Santilli <strk@kbt.io> * [r7701] configure.ac, liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in, loader/Makefile.in, @@ -32167,19 +36229,19 @@ Stub a rule to build and install a shared liblwgeom. [RT-SIGTA]. -2011-08-06 16:18 Sandro Santilli <strk@keybit.net> +2011-08-06 16:18 Sandro Santilli <strk@kbt.io> * [r7700] liblwgeom/Makefile.in: Re-introduce numerical flags in building "NM" objs [RT-SIGTA] -2011-08-06 15:12 Sandro Santilli <strk@keybit.net> +2011-08-06 15:12 Sandro Santilli <strk@kbt.io> * [r7699] .gitignore, configure.ac, liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in, loader/Makefile.in, loader/cunit/Makefile.in, postgis/Makefile.in: Use libtool to build liblwgeom. Still only static. [RT-SIGTA] -2011-08-06 09:47 Sandro Santilli <strk@keybit.net> +2011-08-06 09:47 Sandro Santilli <strk@kbt.io> * [r7698] configure.ac, liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_geos.c, @@ -32188,13 +36250,13 @@ liblwgeom, add lwgeom_geos_noop and cunit test for it (to confirm linking works, and it does) [RT-SIGTA] -2011-08-06 09:46 Sandro Santilli <strk@keybit.net> +2011-08-06 09:46 Sandro Santilli <strk@kbt.io> * [r7697] liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h, postgis/lwgeom_geos.c, postgis/lwgeom_geos.h: Add lwgeom_buildarea to liblwgeom [RT-SIGTA] -2011-08-06 09:46 Sandro Santilli <strk@keybit.net> +2011-08-06 09:46 Sandro Santilli <strk@kbt.io> * [r7696] liblwgeom/Makefile.in, liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h, liblwgeom/profile.h, @@ -32261,12 +36323,12 @@ * [r7688] doc/extras_topology.xml: Add link to Sandro's topology Paris 2011 slides in summary of topology reference section -2011-07-28 18:56 Sandro Santilli <strk@keybit.net> +2011-07-28 18:56 Sandro Santilli <strk@kbt.io> * [r7687] doc/html/image_src/generator.c: Use strcpy rather than strncpy, simpler and less error-prone -2011-07-28 18:43 Sandro Santilli <strk@keybit.net> +2011-07-28 18:43 Sandro Santilli <strk@kbt.io> * [r7686] doc/html/image_src/generator.c: Give strncpy enough space to write a terminating null. Thanks gengor for the patch. @@ -32315,7 +36377,7 @@ * [r7676] doc/reference_processing.xml: reduce spacing more -2011-07-25 15:52 Bborie Park <bkpark at ucdavis.edu> +2011-07-25 15:52 Bborie Park <dustymugs at gmail.com> * [r7675] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -32377,13 +36439,13 @@ with implementation (got rid of bosolete proto and example and replaced with new example -2011-07-23 21:42 Sandro Santilli <strk@keybit.net> +2011-07-23 21:42 Sandro Santilli <strk@kbt.io> * [r7666] topology/test/regress/createtopogeom.sql, topology/test/regress/createtopogeom_expected: Be terse, we don't care about context. Closes ticket #1142. -2011-07-23 21:34 Sandro Santilli <strk@keybit.net> +2011-07-23 21:34 Sandro Santilli <strk@kbt.io> * [r7665] regress/loader/PointZ-G.select.expected, regress/loader/PointZ-w.select.expected, @@ -32433,12 +36495,12 @@ -Added implementation of two rasters overlay operations using the two raster MapAlgebra. -2011-07-21 17:31 Bborie Park <bkpark at ucdavis.edu> +2011-07-21 17:31 Bborie Park <dustymugs at gmail.com> * [r7658] raster/rt_core/rt_api.c: Cleaned the grid alignment code to remove unnecessary cruft in rt_raster_gdal_warp -2011-07-21 16:20 Bborie Park <bkpark at ucdavis.edu> +2011-07-21 16:20 Bborie Park <dustymugs at gmail.com> * [r7657] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/test/regress/rt_resample_expected: Fixed floating point @@ -32448,7 +36510,7 @@ Associated ticket is #1114 -2011-07-20 19:53 Sandro Santilli <strk@keybit.net> +2011-07-20 19:53 Sandro Santilli <strk@kbt.io> * [r7656] regress/loader/Arc.select.sql, regress/loader/ArcM.select.sql, regress/loader/ArcZ.select.sql, @@ -32464,17 +36526,17 @@ regress/loader/PointZ.select.sql: Improve testsuite predictability (#1135) -2011-07-19 22:20 Bborie Park <bkpark at ucdavis.edu> +2011-07-19 22:20 Bborie Park <dustymugs at gmail.com> * [r7654] raster/rt_core/rt_api.c: Bug fix of deallocating array using wrong index variable -2011-07-18 23:39 Bborie Park <bkpark at ucdavis.edu> +2011-07-18 23:39 Bborie Park <dustymugs at gmail.com> * [r7653] raster/test/regress/rt_resample_expected: Fixed width and height values expected. -2011-07-18 23:29 Bborie Park <bkpark at ucdavis.edu> +2011-07-18 23:29 Bborie Park <dustymugs at gmail.com> * [r7652] raster/rt_core/rt_api.c, raster/test/regress/rt_resample.sql, @@ -32534,7 +36596,7 @@ highway designations print in front of streetname instead of after -2011-07-15 21:07 Bborie Park <bkpark at ucdavis.edu> +2011-07-15 21:07 Bborie Park <dustymugs at gmail.com> * [r7644] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Minor comment updates to correct details @@ -32560,7 +36622,7 @@ common abbreviation RT to map to Rte and test case to regress to test -2011-07-14 20:11 Bborie Park <bkpark at ucdavis.edu> +2011-07-14 20:11 Bborie Park <dustymugs at gmail.com> * [r7639] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Code refactored for RASTER_dumpWKTPolygons to use same mechanisms @@ -32571,7 +36633,7 @@ attributes rather than separate/multiple calls to ST_Skew*, ST_Scale*, ST_UpperLeft*. -2011-07-14 14:54 Bborie Park <bkpark at ucdavis.edu> +2011-07-14 14:54 Bborie Park <dustymugs at gmail.com> * [r7638] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_bandmetadata.sql, @@ -32620,7 +36682,7 @@ part of upgrade script. will need to add to documentation. Also added regress tests from snippets in #1113 -2011-07-13 19:33 Bborie Park <bkpark at ucdavis.edu> +2011-07-13 19:33 Bborie Park <dustymugs at gmail.com> * [r7633] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -32664,13 +36726,13 @@ Fix regress failure with #1074 (wasn't correctly handling all cases where street name is composed of a street type -2011-07-11 17:03 Sandro Santilli <strk@keybit.net> +2011-07-11 17:03 Sandro Santilli <strk@kbt.io> * [r7629] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Change ST_OffsetCurve parameters type from cstrin to text. See ticket #1117. -2011-07-11 12:17 Sandro Santilli <strk@keybit.net> +2011-07-11 12:17 Sandro Santilli <strk@kbt.io> * [r7628] doc/extras_topology.xml, topology/sql/sqlmm.sql, topology/test/regress/st_getfaceedges_expected: Stricter ISO @@ -32692,7 +36754,7 @@ * [r7625] extras/tiger_geocoder/tiger_2010/tiger_loader.sql: fix type in county load -2011-07-09 15:55 Sandro Santilli <strk@keybit.net> +2011-07-09 15:55 Sandro Santilli <strk@kbt.io> * [r7624] doc/extras_topology.xml: Clarify return code from topology.ST_ModEdgeHeal. Clean up description of ST_NewEdgeHeal @@ -32726,19 +36788,19 @@ optional geometry filter arg, documentation (well start need example), and regress tests -2011-07-07 22:23 Bborie Park <bkpark at ucdavis.edu> +2011-07-07 22:23 Bborie Park <dustymugs at gmail.com> * [r7619] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Final refactor of ST_Transform and underlying RASTER_resample before overhaul for ST_Resample -2011-07-07 21:58 Bborie Park <bkpark at ucdavis.edu> +2011-07-07 21:58 Bborie Park <dustymugs at gmail.com> * [r7618] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Refactored ST_Transform in preparation for additional refactoring to accomodate ST_Resample -2011-07-07 18:28 Bborie Park <bkpark at ucdavis.edu> +2011-07-07 18:28 Bborie Park <dustymugs at gmail.com> * [r7617] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Cleaned up the large number of floating @@ -32760,7 +36822,7 @@ extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql: more regress tests for #1109 -2011-07-06 23:15 Bborie Park <bkpark at ucdavis.edu> +2011-07-06 23:15 Bborie Park <dustymugs at gmail.com> * [r7614] raster/rt_core/rt_api.c: Refactored how user-specified upperleft corner coordinates are handled @@ -32771,29 +36833,29 @@ extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql: fix for #1109 when a street name is same as a defined street type -2011-07-06 15:02 Sandro Santilli <strk@keybit.net> +2011-07-06 15:02 Sandro Santilli <strk@kbt.io> * [r7612] liblwgeom/lwout_x3d.c: Properly destroy lwgeom in lwgeom_to_x3d3 now that it's safe (see #1102) -2011-07-06 14:55 Sandro Santilli <strk@keybit.net> +2011-07-06 14:55 Sandro Santilli <strk@kbt.io> * [r7611] liblwgeom/lwalgorithm.c: Properly release memory in lwmline_clip_to_ordinate_range (see #1102) -2011-07-06 14:45 Sandro Santilli <strk@keybit.net> +2011-07-06 14:45 Sandro Santilli <strk@kbt.io> * [r7610] liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwcollection.c: Have lwcollection_extract clone (shallow) the extracted components. Safely lwgeom_free the return from lwcollection_extract in testcase. -2011-07-06 14:29 Sandro Santilli <strk@keybit.net> +2011-07-06 14:29 Sandro Santilli <strk@kbt.io> * [r7609] liblwgeom/lwhomogenize.c: Properly lwgeom_free cloned objects in lwgeom_homogenize now that it is safe -2011-07-06 14:29 Sandro Santilli <strk@keybit.net> +2011-07-06 14:29 Sandro Santilli <strk@kbt.io> * [r7608] liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_libgeom.c, liblwgeom/liblwgeom.h, @@ -32816,7 +36878,7 @@ lwgeom_init_allocators() in loader/dumper by adding missing liblwgeom.h #include. -2011-07-06 09:40 Sandro Santilli <strk@keybit.net> +2011-07-06 09:40 Sandro Santilli <strk@kbt.io> * [r7605] liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c, liblwgeom/lwline.c, liblwgeom/lwpoly.c, liblwgeom/lwsegmentize.c, @@ -32826,43 +36888,43 @@ ptarray_clone to ptarray_clone_deep, to be conformant with lwgeom_clone_deep in that it copies the serialized pointlist too -2011-07-06 08:04 Sandro Santilli <strk@keybit.net> +2011-07-06 08:04 Sandro Santilli <strk@kbt.io> * [r7604] liblwgeom/cunit/cu_print.c: Compiler warning fix -2011-07-06 07:42 Sandro Santilli <strk@keybit.net> +2011-07-06 07:42 Sandro Santilli <strk@kbt.io> * [r7603] liblwgeom/lwout_x3d.c: Fix compiler warnings (#999) -2011-07-06 07:42 Sandro Santilli <strk@keybit.net> +2011-07-06 07:42 Sandro Santilli <strk@kbt.io> * [r7602] liblwgeom/lwout_x3d.c: Don't let temporary collection leak in lwgeom_to_x3d3 (actually do, but sligthly less, till we fix lwgeom_clone). See #1102. -2011-07-06 07:42 Sandro Santilli <strk@keybit.net> +2011-07-06 07:42 Sandro Santilli <strk@kbt.io> * [r7601] liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c, liblwgeom/lwcompound.c, liblwgeom/lwline.c, liblwgeom/lwpsurface.c, liblwgeom/lwtin.c: const-correct lw*_is_closed -2011-07-06 06:46 Sandro Santilli <strk@keybit.net> +2011-07-06 06:46 Sandro Santilli <strk@kbt.io> * [r7600] liblwgeom/cunit/cu_tester.c: properly release reported error message string -2011-07-06 06:46 Sandro Santilli <strk@keybit.net> +2011-07-06 06:46 Sandro Santilli <strk@kbt.io> * [r7599] liblwgeom/cunit/cu_print.c: properly release lwgeom objec in test_lwprint_assert_error -2011-07-06 06:46 Sandro Santilli <strk@keybit.net> +2011-07-06 06:46 Sandro Santilli <strk@kbt.io> * [r7598] liblwgeom/cunit/cu_misc.c: properly release lwgeom objec in test_misc_area -2011-07-06 05:18 Bborie Park <bkpark at ucdavis.edu> +2011-07-06 05:18 Bborie Park <dustymugs at gmail.com> * [r7597] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Changed expressions for pixel byte boundaries in assert tests of @@ -32900,7 +36962,7 @@ * [r7593] liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c: Remove leak in mixed time ptarray case (#1102) -2011-07-05 21:01 Sandro Santilli <strk@keybit.net> +2011-07-05 21:01 Sandro Santilli <strk@kbt.io> * [r7592] liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_surface.c: Plug @@ -32911,13 +36973,13 @@ * [r7591] liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_lex.l: Stop up small but universal leak. (#1102) -2011-07-05 18:55 Sandro Santilli <strk@keybit.net> +2011-07-05 18:55 Sandro Santilli <strk@kbt.io> * [r7590] liblwgeom/lwcollection.c: Fix memory leak while computing box3d for nested geometrycollection (revealed by test in cu_geodetic.c) -2011-07-05 18:41 Sandro Santilli <strk@keybit.net> +2011-07-05 18:41 Sandro Santilli <strk@kbt.io> * [r7589] liblwgeom/cunit/cu_geodetic.c: Properly release memory allocated by tester @@ -32953,44 +37015,44 @@ work toward Highway geocoding -- significant rework of original patch. Still need to parse out the direction information -2011-07-04 15:50 Sandro Santilli <strk@keybit.net> +2011-07-04 15:50 Sandro Santilli <strk@kbt.io> * [r7585] doc/reference_management.xml: Drop dangling reference to Probe_Geometry_Columns (see #1083) -2011-07-04 15:40 Sandro Santilli <strk@keybit.net> +2011-07-04 15:40 Sandro Santilli <strk@kbt.io> * [r7584] regress/tickets.sql, regress/tickets_expected: A couple more tests for btree against points: different points, differently cached boxes -2011-07-04 15:34 Sandro Santilli <strk@keybit.net> +2011-07-04 15:34 Sandro Santilli <strk@kbt.io> * [r7583] postgis/lwgeom_pg.c: Have pglwgeom_getbox2d_p compute a bounding box when not cached. Fixes #1023. -2011-07-04 15:12 Sandro Santilli <strk@keybit.net> +2011-07-04 15:12 Sandro Santilli <strk@kbt.io> * [r7582] postgis/lwgeom_pg.h: Document pglwgeom_getbox2d_p. See http://trac.osgeo.org/postgis/ticket/1023 -2011-07-04 14:50 Sandro Santilli <strk@keybit.net> +2011-07-04 14:50 Sandro Santilli <strk@kbt.io> * [r7581] liblwgeom/cunit/cu_algorithm.c: More unit test memory leaks and compiler warnings fixed -2011-07-04 14:14 Sandro Santilli <strk@keybit.net> +2011-07-04 14:14 Sandro Santilli <strk@kbt.io> * [r7580] regress/tickets.sql, regress/tickets_expected: Add test for btree equality of points (#1023) -2011-07-04 13:56 Sandro Santilli <strk@keybit.net> +2011-07-04 13:56 Sandro Santilli <strk@kbt.io> * [r7579] liblwgeom/cunit/cu_homogenize.c: Do not deep-free return from lwcollection_homogenize as it doesn't copy POINTARRAY memory. See #1104. -2011-07-04 12:29 Sandro Santilli <strk@keybit.net> +2011-07-04 12:29 Sandro Santilli <strk@kbt.io> * [r7578] liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_homogenize.c, @@ -32998,12 +37060,12 @@ liblwgeom/cunit/cu_surface.c: Plug some memory leaks in the unit tests, to help finding lower-level ones... -2011-07-04 12:29 Sandro Santilli <strk@keybit.net> +2011-07-04 12:29 Sandro Santilli <strk@kbt.io> * [r7577] liblwgeom/lwprint.c: Document memory management of lwdoubles_to_latlon and lwpoint_to_latlon -2011-07-04 11:24 Sandro Santilli <strk@keybit.net> +2011-07-04 11:24 Sandro Santilli <strk@kbt.io> * [r7576] postgis/postgis.sql.in.c, regress/Makefile.in, regress/postgis_type_name.sql, @@ -33012,23 +37074,23 @@ cohomprensive regress test for postgis_type_name(). Closes bug #1096 once again. -2011-07-04 11:24 Sandro Santilli <strk@keybit.net> +2011-07-04 11:24 Sandro Santilli <strk@kbt.io> * [r7575] liblwgeom/g_util.c: Add missing circular types to geomtype_struct_array, fixing bug #1094 -2011-07-04 11:24 Sandro Santilli <strk@keybit.net> +2011-07-04 11:24 Sandro Santilli <strk@kbt.io> * [r7574] liblwgeom/g_util.c: Do not hard-code lenght of geomtype struct array (See #1094) -2011-07-04 10:10 Sandro Santilli <strk@keybit.net> +2011-07-04 10:10 Sandro Santilli <strk@kbt.io> * [r7573] postgis/postgis.sql.in.c: AddGeometryColumn: when complaining about unknown geometry type also report the used name and dimensions (see related bug #1096) -2011-07-04 10:02 Sandro Santilli <strk@keybit.net> +2011-07-04 10:02 Sandro Santilli <strk@kbt.io> * [r7572] postgis/lwgeom_geos.c: Fix unused variable warning when building against GEOS >= 3.3 @@ -33047,17 +37109,17 @@ doesn't force a rebuild of PostGIS. -2011-07-04 09:09 Sandro Santilli <strk@keybit.net> +2011-07-04 09:09 Sandro Santilli <strk@kbt.io> * [r7570] postgis/postgis.sql.in.c: typo -2011-07-04 09:07 Sandro Santilli <strk@keybit.net> +2011-07-04 09:07 Sandro Santilli <strk@kbt.io> * [r7569] topology/test/regress/createtopology_expected: Update expected error messages since typmod introduction. Closes ticket #1101. -2011-07-04 09:00 Sandro Santilli <strk@keybit.net> +2011-07-04 09:00 Sandro Santilli <strk@kbt.io> * [r7568] topology/topology.sql.in.c: Do not manually delete rows from geometry_columns (which is now a view). Closes ticket #1099. @@ -33252,39 +37314,39 @@ diffing, add in script to run test suite. Force LF and put svn keywords -2011-07-01 11:47 Sandro Santilli <strk@keybit.net> +2011-07-01 11:47 Sandro Santilli <strk@kbt.io> * [r7540] regress/offsetcurve.sql, regress/offsetcurve_expected: Add 2 more testcases for ST_OffsetCurve, one of which returning a MULTILINESTRING -2011-07-01 10:59 Sandro Santilli <strk@keybit.net> +2011-07-01 10:59 Sandro Santilli <strk@kbt.io> * [r7539] doc/reference_processing.xml: Use choice="opt" to encode default parameter for ST_OffsetCurve -2011-07-01 10:36 Sandro Santilli <strk@keybit.net> +2011-07-01 10:36 Sandro Santilli <strk@kbt.io> * [r7538] regress/Makefile.in: Well, let's run the ST_OffsetCurve regress test only against GEOS-3.3. After all it's known to fail against 3.2 ... (due to http://trac.osgeo.org/geos/ticket/455#comment:1) -2011-07-01 10:14 Sandro Santilli <strk@keybit.net> +2011-07-01 10:14 Sandro Santilli <strk@kbt.io> * [r7537] regress/offsetcurve.sql, regress/offsetcurve_expected: Test LINESTRING EMPTY return from ST_OffsetCurve -2011-07-01 10:10 Sandro Santilli <strk@keybit.net> +2011-07-01 10:10 Sandro Santilli <strk@kbt.io> * [r7536] postgis/lwgeom_geos.c, regress/tickets_expected: Properly convert typed empties coming from GEOS. -2011-07-01 10:10 Sandro Santilli <strk@keybit.net> +2011-07-01 10:10 Sandro Santilli <strk@kbt.io> * [r7535] NEWS: Add ST_OffsetCurve news item -2011-07-01 09:56 Sandro Santilli <strk@keybit.net> +2011-07-01 09:56 Sandro Santilli <strk@kbt.io> * [r7534] doc/reference_processing.xml, postgis/lwgeom_geos.c, postgis/postgis.sql.in.c, regress/Makefile.in, @@ -33335,12 +37397,12 @@ odd goemetry_columns based on all constraint columns returns 75ms now takes 250-300 ms. -2011-06-30 17:16 Bborie Park <bkpark at ucdavis.edu> +2011-06-30 17:16 Bborie Park <dustymugs at gmail.com> * [r7528] raster/rt_core/rt_api.c: removed accidental commit of some debug testing -2011-06-30 13:28 Bborie Park <bkpark at ucdavis.edu> +2011-06-30 13:28 Bborie Park <dustymugs at gmail.com> * [r7527] raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_asjpeg_expected: fixed logic issues in @@ -33421,14 +37483,14 @@ needs cleanup and to be run by script but will deal with that later). Already have a regress failure when compared with docs. -2011-06-28 19:36 Sandro Santilli <strk@keybit.net> +2011-06-28 19:36 Sandro Santilli <strk@kbt.io> * [r7515] topology/test/regress/layertrigger.sql, topology/test/regress/layertrigger_expected: Simplify layertrigger tests dropping unneeded operations. The reduction was verified to still trigger bug #950 prior to the fix for it. -2011-06-28 19:36 Sandro Santilli <strk@keybit.net> +2011-06-28 19:36 Sandro Santilli <strk@kbt.io> * [r7514] topology/test/Makefile, topology/test/regress/layertrigger.sql, @@ -33479,7 +37541,7 @@ normalize_address fields so now correctly handles things like W.,N. etc. More fixes coming. -2011-06-27 21:35 Bborie Park <bkpark at ucdavis.edu> +2011-06-27 21:35 Bborie Park <dustymugs at gmail.com> * [r7506] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: - wrote @@ -33503,7 +37565,7 @@ liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_x3d.c, postgis/SERIALIZED_FORM: Change CompoundString to CompoundCurve -2011-06-27 19:02 Bborie Park <bkpark at ucdavis.edu> +2011-06-27 19:02 Bborie Park <dustymugs at gmail.com> * [r7503] raster/test/regress/rt_pixelvalue_expected: modified expected results for rt_pixelvalue. @@ -33524,7 +37586,7 @@ the warning message contains the out-of-bound coordinates being accessed. -2011-06-27 14:35 Bborie Park <bkpark at ucdavis.edu> +2011-06-27 14:35 Bborie Park <dustymugs at gmail.com> * [r7495] raster/rt_pg/rt_pg.c: Cleanup of error messages. @@ -33601,7 +37663,7 @@ doc/reference_processing.xml, doc/reference_raster.xml: #1062 apply typo patch from Kasif Rasul -2011-06-25 19:20 Bborie Park <bkpark at ucdavis.edu> +2011-06-25 19:20 Bborie Park <dustymugs at gmail.com> * [r7482] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -33639,7 +37701,7 @@ * [r7472] doc/xsl/postgis_aggs_mm.xml.xsl: Id on para didn't take -- lets try a sect3 -2011-06-24 21:20 Bborie Park <bkpark at ucdavis.edu> +2011-06-24 21:20 Bborie Park <dustymugs at gmail.com> * [r7471] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/test/regress/rt_transform.sql, @@ -33721,14 +37783,14 @@ put in author revision id placeholder and have as part of code logic as well -2011-06-23 20:46 Bborie Park <bkpark at ucdavis.edu> +2011-06-23 20:46 Bborie Park <dustymugs at gmail.com> * [r7455] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Removed rt_raster_transform from rt_api.c and any calls to it since rt_raster_gdal_warp has same results for reprojections. -2011-06-23 20:29 Bborie Park <bkpark at ucdavis.edu> +2011-06-23 20:29 Bborie Park <dustymugs at gmail.com> * [r7454] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -33773,7 +37835,7 @@ integration into geometry_columns_v so that non-typmods and typmods of the world can coexist in harmony -2011-06-23 11:01 Sandro Santilli <strk@keybit.net> +2011-06-23 11:01 Sandro Santilli <strk@kbt.io> * [r7449] postgis/lwgeom_debug.c: Don't interpret types as flags in ST_Summary. Fixes bug #1054 (needs automated testing) @@ -33822,7 +37884,7 @@ balanced (all options have descriptions), but that is not the case so origianl example had the name and descriptions mismatched -2011-06-21 05:05 Bborie Park <bkpark at ucdavis.edu> +2011-06-21 05:05 Bborie Park <dustymugs at gmail.com> * [r7440] raster/rt_pg/rt_pg.c, raster/test/regress/rt_band.sql, raster/test/regress/rt_band_expected: Refactored code and removed @@ -33860,14 +37922,14 @@ * [r7433] liblwgeom/g_box.c: geography: ST_Intersects, ST_DWithin gbox_overlaps: geometries have mismatched dimensionality (#1037) -2011-06-20 14:55 Bborie Park <bkpark at ucdavis.edu> +2011-06-20 14:55 Bborie Park <dustymugs at gmail.com> * [r7432] raster/test/regress/rt_transform.sql, raster/test/regress/rt_transform_expected: Changed the regression tests for ST_Transform in preparation for testing replacement ST_Transform function with different underlying code. -2011-06-20 11:37 Sandro Santilli <strk@keybit.net> +2011-06-20 11:37 Sandro Santilli <strk@kbt.io> * [r7431] topology/topology.sql.in.c: Add missing SQL/MM functions in the status section (TODO) @@ -33989,12 +38051,12 @@ * [r7412] postgis/postgis.sql.in.c: change geography to geometry and limit view to only output tables and views -2011-06-17 20:06 Bborie Park <bkpark at ucdavis.edu> +2011-06-17 20:06 Bborie Park <dustymugs at gmail.com> * [r7411] raster/rt_pg/rtpostgis.sql.in.c: fixed parameter passing in ST_AsTiff -2011-06-17 15:16 Bborie Park <bkpark at ucdavis.edu> +2011-06-17 15:16 Bborie Park <dustymugs at gmail.com> * [r7410] raster/rt_pg/rtpostgis.sql.in.c: Refactored ST_SummaryStats so that there is a non-user _ST_SummaryStats that @@ -34038,13 +38100,13 @@ postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_gist.c: Add a couple more GBOX functions to map to B2DF4 requirements -2011-06-15 15:43 Bborie Park <bkpark at ucdavis.edu> +2011-06-15 15:43 Bborie Park <dustymugs at gmail.com> * [r7400] raster/test/core/testapi.c: Changed band pixel types to 64BF instead of 32BF so that the warning messages for data getting converted are mitigated. -2011-06-15 14:29 Bborie Park <bkpark at ucdavis.edu> +2011-06-15 14:29 Bborie Park <dustymugs at gmail.com> * [r7399] raster/rt_core/rt_api.c: Added value for nBandCount attribute of GDALWarpOptions in rt_raster_transform function. @@ -34070,7 +38132,7 @@ doing fix #969 - inconsistent order of args, #967 raster regress failures on 9.0 and 9.1 -2011-06-14 19:32 Bborie Park <bkpark at ucdavis.edu> +2011-06-14 19:32 Bborie Park <dustymugs at gmail.com> * [r7396] raster/test/regress/create_rt_band_properties_test.sql, raster/test/regress/rt_spatial_relationship.sql: Changed SRID to @@ -34082,7 +38144,7 @@ * [r7395] postgis/lwgeom_box2dfloat4.c: bug in BOX2DFLOAT4_in function due to GSERIALIZED_ON change (#1020) -2011-06-14 16:04 Bborie Park <bkpark at ucdavis.edu> +2011-06-14 16:04 Bborie Park <dustymugs at gmail.com> * [r7394] raster/rt_pg/rtpostgis.sql.in.c: With GSERIALIZED_ON enabled, adapted code that needs preprocessor conditions. @@ -34090,13 +38152,13 @@ "geometry_gist_joinsel", GSERIALIZED_ON uses "contsel" and "contjoinsel" -2011-06-14 08:20 Sandro Santilli <strk@keybit.net> +2011-06-14 08:20 Sandro Santilli <strk@kbt.io> * [r7393] topology/topology.sql.in.c: Do not explicitly name GIST opclass (was renamed). Fixes topology after the GSERIALIZED switch. -2011-06-14 08:20 Sandro Santilli <strk@keybit.net> +2011-06-14 08:20 Sandro Santilli <strk@kbt.io> * [r7392] loader/Makefile.in, loader/cunit/Makefile.in: Fix libiconv linker flags @@ -34106,7 +38168,7 @@ * [r7391] postgis/lwgeom_box2dfloat4.c: Apply bug in BOX2DFLOAT4_in function due to GSERIALIZED_ON change (#1020) from dustymugs -2011-06-13 21:47 Bborie Park <bkpark at ucdavis.edu> +2011-06-13 21:47 Bborie Park <dustymugs at gmail.com> * [r7390] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Fixed memory @@ -34181,7 +38243,7 @@ parameters, put in table column comments to describe some of what loader columns mean. -2011-06-11 19:26 Bborie Park <bkpark at ucdavis.edu> +2011-06-11 19:26 Bborie Park <dustymugs at gmail.com> * [r7376] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testwkb.c: Added function @@ -34197,7 +38259,7 @@ Now to work on valgrinding rt_pg.c -2011-06-11 19:06 Bborie Park <bkpark at ucdavis.edu> +2011-06-11 19:06 Bborie Park <dustymugs at gmail.com> * [r7375] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, raster/test/regress/rt_mean.sql, @@ -34234,7 +38296,7 @@ ST_AsGDalRaster (they take defaults now so prots have ben removed) -2011-06-11 04:59 Bborie Park <bkpark at ucdavis.edu> +2011-06-11 04:59 Bborie Park <dustymugs at gmail.com> * [r7372] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Refactored @@ -34252,7 +38314,7 @@ * [r7370] doc/reference_raster.xml: document raster ST_Transform function. Will provide examples later. -2011-06-11 00:05 Bborie Park <bkpark at ucdavis.edu> +2011-06-11 00:05 Bborie Park <dustymugs at gmail.com> * [r7369] raster/rt_core/rt_api.c, raster/test/core/testapi.c: Fixed bunch of memory leaks in rt_api.c and testapi.c. Will need @@ -34265,7 +38327,7 @@ Update all the function doco -- they used to use srstext, but now they use srid. -2011-06-10 23:01 Bborie Park <bkpark at ucdavis.edu> +2011-06-10 23:01 Bborie Park <dustymugs at gmail.com> * [r7367] raster/rt_core/rt_api.c: Refactored how GDAL warp options are freed. I believe I was prematurely freeing the options. @@ -34280,11 +38342,11 @@ at out of range coordinate should only return a warning. Was broken at r7106. Added a check. -2011-06-10 18:18 Bborie Park <bkpark at ucdavis.edu> +2011-06-10 18:18 Bborie Park <dustymugs at gmail.com> * [r7365] raster/rt_pg/rt_pg.c: Fixed error messages. -2011-06-10 18:14 Bborie Park <bkpark at ucdavis.edu> +2011-06-10 18:14 Bborie Park <dustymugs at gmail.com> * [r7364] raster/rt_core/rt_api.c: Explicitly set GDALWarpOptions element padfSrcNoDataImag as it seems some folks are having @@ -34310,7 +38372,7 @@ * [r7359] spatial_ref_sys.sql: Update NZ projections for grid transformation support (#631) -2011-06-10 15:19 Bborie Park <bkpark at ucdavis.edu> +2011-06-10 15:19 Bborie Park <dustymugs at gmail.com> * [r7357] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -34339,7 +38401,7 @@ * [r7353] regress/regress_index.sql: Minor change to work with gserialzed -2011-06-09 21:15 Bborie Park <bkpark at ucdavis.edu> +2011-06-09 21:15 Bborie Park <dustymugs at gmail.com> * [r7352] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Rewrote ST_Metadata to make use of a C function instead of @@ -34365,7 +38427,7 @@ * [r7348] doc/installation.xml: #448 add CUnit requirement for testing -2011-06-09 18:55 Bborie Park <bkpark at ucdavis.edu> +2011-06-09 18:55 Bborie Park <dustymugs at gmail.com> * [r7346] raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/scripts/python/rtgdalraster.py: Replaced the parameter @@ -34384,14 +38446,14 @@ extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql: #1009 typo in index creation -2011-06-08 22:47 Bborie Park <bkpark at ucdavis.edu> +2011-06-08 22:47 Bborie Park <dustymugs at gmail.com> * [r7343] raster/test/regress/rt_transform.sql, raster/test/regress/rt_transform_expected: - added additional tests that shouldn't require datum shift files for proj.4. - refactored output that would be double precision to be rounded -2011-06-08 21:10 Bborie Park <bkpark at ucdavis.edu> +2011-06-08 21:10 Bborie Park <dustymugs at gmail.com> * [r7342] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -34403,13 +38465,13 @@ Associated ticket #985. -2011-06-08 00:10 Bborie Park <bkpark at ucdavis.edu> +2011-06-08 00:10 Bborie Park <dustymugs at gmail.com> * [r7341] raster/rt_pg/rtpostgis.sql.in.c: forgot to comment out debug code for ST_Histogram thus causing rt_histogram regression to fail -2011-06-08 00:00 Bborie Park <bkpark at ucdavis.edu> +2011-06-08 00:00 Bborie Park <dustymugs at gmail.com> * [r7340] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_sum_expected, @@ -34424,7 +38486,7 @@ normal route and the shortcut is negligible for small rasters but noticable when run on large rasters and coverage tables -2011-06-07 22:59 Bborie Park <bkpark at ucdavis.edu> +2011-06-07 22:59 Bborie Park <dustymugs at gmail.com> * [r7339] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -34440,7 +38502,7 @@ Associated ticket is #934. -2011-06-07 18:21 Bborie Park <bkpark at ucdavis.edu> +2011-06-07 18:21 Bborie Park <dustymugs at gmail.com> * [r7338] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -34511,12 +38573,12 @@ * [r7327] doc/reference_raster.xml: document ST_Histogram -2011-06-05 21:49 Bborie Park <bkpark at ucdavis.edu> +2011-06-05 21:49 Bborie Park <dustymugs at gmail.com> * [r7326] raster/rt_core/rt_api.c: bug fix of r7325 where the wrong variable is used in the "for" loop at line 5442 -2011-06-05 20:52 Bborie Park <bkpark at ucdavis.edu> +2011-06-05 20:52 Bborie Park <dustymugs at gmail.com> * [r7325] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: - added additional function @@ -34574,7 +38636,7 @@ * [r7318] doc/reference_raster.xml: huh more mistakes in ST_Reclass -2011-06-03 17:02 Bborie Park <bkpark at ucdavis.edu> +2011-06-03 17:02 Bborie Park <dustymugs at gmail.com> * [r7317] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/test/core/testapi.c: Added rt_raster_from_gdal_dataset @@ -34630,7 +38692,7 @@ raster/test/core/testapi.c: Fixed ticket #650. You need to update your GDAL copy to a release up to 22476 to make it work. -2011-06-01 12:31 Sandro Santilli <strk@keybit.net> +2011-06-01 12:31 Sandro Santilli <strk@kbt.io> * [r7307] postgis/lwgeom_box2dfloat4.c, regress/tickets.sql, regress/tickets_expected: The box2d of an empty geometry is NULL, @@ -34657,12 +38719,12 @@ reference_raster. Add docu for ST_Reclass and reclassarg type. Need at least one more example to show how to use recalssargs. -2011-05-31 22:54 Bborie Park <bkpark at ucdavis.edu> +2011-05-31 22:54 Bborie Park <dustymugs at gmail.com> * [r7303] raster/rt_core/rt_api.c: additional code refactoring in rt_raster_from_band -2011-05-31 22:47 Bborie Park <bkpark at ucdavis.edu> +2011-05-31 22:47 Bborie Park <dustymugs at gmail.com> * [r7302] raster/rt_core/rt_api.c: code refactored and added copying of raster attributes to new raster in rt_raster_from_band @@ -34696,21 +38758,21 @@ * [r7297] doc/reference_raster.xml: Document ST_SummaryStats raster function -2011-05-30 20:18 Bborie Park <bkpark at ucdavis.edu> +2011-05-30 20:18 Bborie Park <dustymugs at gmail.com> * [r7296] raster/rt_pg/rtpostgis.sql.in.c: Added default values for function parameters of ST_AsTIFF, ST_AsJPEG and ST_AsPNG. Associated ticket is #960 -2011-05-30 15:48 Bborie Park <bkpark at ucdavis.edu> +2011-05-30 15:48 Bborie Park <dustymugs at gmail.com> * [r7295] raster/rt_pg/rtpostgis.sql.in.c: Added default parameter for ST_AsGDALRaster Associated ticket is #960 -2011-05-30 14:53 Bborie Park <bkpark at ucdavis.edu> +2011-05-30 14:53 Bborie Park <dustymugs at gmail.com> * [r7294] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: renamed @@ -34811,7 +38873,7 @@ extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh: fill in some missing licensing headers and svn tags -2011-05-28 11:46 Sandro Santilli <strk@keybit.net> +2011-05-28 11:46 Sandro Santilli <strk@kbt.io> * [r7280] spatial_ref_sys.sql: It's "spatialreference.org", not "spatialreferencing.org" (srid=900913) @@ -34834,7 +38896,7 @@ 9.1+ have to install fuzzystrmatch with the CREATE EXTENSION syntax -2011-05-27 23:35 Bborie Park <bkpark at ucdavis.edu> +2011-05-27 23:35 Bborie Park <dustymugs at gmail.com> * [r7277] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_count.sql, @@ -34853,22 +38915,22 @@ - updated regression tests that made use of those functions returning single values with OUT parameters -2011-05-27 14:42 Bborie Park <bkpark at ucdavis.edu> +2011-05-27 14:42 Bborie Park <dustymugs at gmail.com> * [r7276] raster/rt_pg/rtpostgis.sql.in.c: Added default values for function arguments of ST_Reclass -2011-05-27 14:01 Sandro Santilli <strk@keybit.net> +2011-05-27 14:01 Sandro Santilli <strk@kbt.io> * [r7275] topology/topology.sql.in.c: ST_AddEdgeModFace is complete... -2011-05-27 14:01 Sandro Santilli <strk@keybit.net> +2011-05-27 14:01 Sandro Santilli <strk@kbt.io> * [r7274] doc/extras_topology.xml: Document ST_AddEdgeModFace, tweak documentation of ST_AddEdgeNewFaces [RT-SIGTA] -2011-05-27 14:01 Sandro Santilli <strk@keybit.net> +2011-05-27 14:01 Sandro Santilli <strk@kbt.io> * [r7273] topology/sql/sqlmm.sql, topology/test/Makefile, topology/test/regress/st_addedgemodface.sql, @@ -34879,19 +38941,19 @@ * [r7272] doc/reference_raster.xml: fix indentation -2011-05-27 10:18 Sandro Santilli <strk@keybit.net> +2011-05-27 10:18 Sandro Santilli <strk@kbt.io> * [r7271] topology/sql/sqlmm.sql: Simplify face registration by the end of ST_AddEdgeNewFaces [RT-SIGTA] -2011-05-27 09:51 Sandro Santilli <strk@keybit.net> +2011-05-27 09:51 Sandro Santilli <strk@kbt.io> * [r7270] topology/test/regress/st_addedgenewfaces.sql, topology/test/regress/st_addedgenewfaces_expected: ST_AddEdgeNewFaces: another test splitting a face with holes on both sides [RT-SIGTA]. -2011-05-27 09:34 Sandro Santilli <strk@keybit.net> +2011-05-27 09:34 Sandro Santilli <strk@kbt.io> * [r7269] topology/sql/sqlmm.sql, topology/test/regress/st_addedgenewfaces.sql, @@ -34900,7 +38962,7 @@ holes found in a face splitted by the newly added edge. Regress test it. [RT-SIGTA]. -2011-05-27 08:34 Sandro Santilli <strk@keybit.net> +2011-05-27 08:34 Sandro Santilli <strk@kbt.io> * [r7268] doc/extras_topology.xml, topology/sql/populate.sql, topology/test/regress/addface.sql, @@ -34908,7 +38970,7 @@ parameter to topology.ST_AddFace to force creation of a new face when one already exists. Regress test and document. [RT-SIGTA] -2011-05-27 08:34 Sandro Santilli <strk@keybit.net> +2011-05-27 08:34 Sandro Santilli <strk@kbt.io> * [r7267] topology/topology.sql.in.c: fix cpp extra token warning @@ -34923,7 +38985,7 @@ * [r7265] doc/reference_raster.xml: preliminary documentation for ST_Count -2011-05-27 00:02 Bborie Park <bkpark at ucdavis.edu> +2011-05-27 00:02 Bborie Park <dustymugs at gmail.com> * [r7264] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_valuecount.sql, @@ -34934,30 +38996,30 @@ ST_ValuePercent as one question for each function type was too ambiguous. -2011-05-26 23:32 Bborie Park <bkpark at ucdavis.edu> +2011-05-26 23:32 Bborie Park <dustymugs at gmail.com> * [r7263] raster/rt_pg/rtpostgis.sql.in.c: Added default parameter values for ST_Quantile functions -2011-05-26 23:11 Bborie Park <bkpark at ucdavis.edu> +2011-05-26 23:11 Bborie Park <dustymugs at gmail.com> * [r7262] raster/rt_pg/rtpostgis.sql.in.c: Added default values for function parameters of ST_Histogram and removed duplicative functions. -2011-05-26 22:50 Bborie Park <bkpark at ucdavis.edu> +2011-05-26 22:50 Bborie Park <dustymugs at gmail.com> * [r7261] raster/rt_pg/rtpostgis.sql.in.c: Forgot to delete the commented out functions of ST_SummaryStats and dependants from r7260 -2011-05-26 22:40 Bborie Park <bkpark at ucdavis.edu> +2011-05-26 22:40 Bborie Park <dustymugs at gmail.com> * [r7260] raster/rt_pg/rtpostgis.sql.in.c: Added default values for function parameters of ST_SummaryStats, ST_Count, ST_Sum, ST_Mean, ST_StdDev and ST_MinMax. -2011-05-26 21:35 Bborie Park <bkpark at ucdavis.edu> +2011-05-26 21:35 Bborie Park <dustymugs at gmail.com> * [r7259] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_band.sql, @@ -34966,13 +39028,13 @@ Added additional regression tests for ST_Band. -2011-05-26 21:23 Bborie Park <bkpark at ucdavis.edu> +2011-05-26 21:23 Bborie Park <dustymugs at gmail.com> * [r7258] raster/rt_pg/rtpostgis.sql.in.c: Changed to STABLE from IMMUTABLE for all functions that operate on a coverage using the function parameters "rastertable" and "rastercolumn" -2011-05-26 20:09 Bborie Park <bkpark at ucdavis.edu> +2011-05-26 20:09 Bborie Park <dustymugs at gmail.com> * [r7257] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c, @@ -34980,7 +39042,7 @@ to "percent" for ST_Histogram to stay consistent with ST_ValuePercent -2011-05-26 20:04 Bborie Park <bkpark at ucdavis.edu> +2011-05-26 20:04 Bborie Park <dustymugs at gmail.com> * [r7256] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c, @@ -34998,7 +39060,7 @@ Also specified STRICT for functions with "searchvalue" (the singular) argument. -2011-05-26 15:43 Bborie Park <bkpark at ucdavis.edu> +2011-05-26 15:43 Bborie Park <dustymugs at gmail.com> * [r7255] raster/rt_pg/rtpostgis.sql.in.c: Changed the datatype for "count" from integer to bigint. This should allow the "count" @@ -35012,7 +39074,7 @@ deprecated functions to uninstall_legacy.sql.in.c and minor sorting and casing cleanup. -2011-05-26 07:26 Sandro Santilli <strk@keybit.net> +2011-05-26 07:26 Sandro Santilli <strk@kbt.io> * [r7253] topology/sql/sqlmm.sql, topology/test/regress/st_addedgenewfaces.sql, @@ -35027,7 +39089,7 @@ no-segment edges to not talk about nodes. [RT-SIGTA] -2011-05-26 04:23 Bborie Park <bkpark at ucdavis.edu> +2011-05-26 04:23 Bborie Park <dustymugs at gmail.com> * [r7252] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -35056,7 +39118,7 @@ * [r7248] postgis/geography_inout.c: #661 Type info of geography columns incomplete - pg_dump output wrong -2011-05-25 18:28 Bborie Park <bkpark at ucdavis.edu> +2011-05-25 18:28 Bborie Park <dustymugs at gmail.com> * [r7246] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -35105,13 +39167,13 @@ methodsynopsis. This is what PHP uses -- https://doc.php.net/php/dochowto/chapter-skeletons.php -2011-05-24 15:21 Sandro Santilli <strk@keybit.net> +2011-05-24 15:21 Sandro Santilli <strk@kbt.io> * [r7237] raster/test/regress/rt_spatial_relationship.sql: Stop using astext legacy function in raster tests -- make check finally succeeds with both raster and topology enabled -2011-05-24 14:47 Sandro Santilli <strk@keybit.net> +2011-05-24 14:47 Sandro Santilli <strk@kbt.io> * [r7236] topology/sql/sqlmm.sql, topology/test/regress/st_getfaceedges.sql, @@ -35119,7 +39181,7 @@ universal face edges with ST_GetFaceEdges. Do it in the correct order. Fixes bug #984. [RT-SIGTA] -2011-05-24 14:27 Bborie Park <bkpark at ucdavis.edu> +2011-05-24 14:27 Bborie Park <dustymugs at gmail.com> * [r7235] raster/test/regress/Makefile.in, raster/test/regress/rt_asgdalraster.sql, @@ -35141,7 +39203,7 @@ the respective functions with an MD5 checksum but rather be a test of the functions' behaviors. -2011-05-24 13:49 Sandro Santilli <strk@keybit.net> +2011-05-24 13:49 Sandro Santilli <strk@kbt.io> * [r7234] topology/sql/sqlmm.sql, topology/test/regress/st_getfacegeometry.sql, @@ -35149,13 +39211,13 @@ ST_GetFaceGeometry: throw SQL/MM exception when asked for the Universal Face geometry. Fixes bug #973 [RT-SIGTA] -2011-05-24 13:47 Sandro Santilli <strk@keybit.net> +2011-05-24 13:47 Sandro Santilli <strk@kbt.io> * [r7233] topology/topology.sql.in.c: topology.ValidateTopology: do not construct the geometry of universal face, it's not used anyway. Closes bug #977. [RT-SIGTA] -2011-05-24 13:15 Sandro Santilli <strk@keybit.net> +2011-05-24 13:15 Sandro Santilli <strk@kbt.io> * [r7232] topology/sql/sqlmm.sql, topology/test/regress/st_addedgenewfaces.sql, @@ -35163,14 +39225,14 @@ ST_AddEdgeNewFaces: don't get fooled by empty segments when computing azimuts [RT-SIGTA] -2011-05-24 12:14 Sandro Santilli <strk@keybit.net> +2011-05-24 12:14 Sandro Santilli <strk@kbt.io> * [r7231] topology/test/regress/st_addedgenewfaces.sql, topology/test/regress/st_addedgenewfaces_expected: Fix a bogus test for ST_AddEdgeNewFaces (was missing to check informations about the newly added edge) -- [RT-SIGTA] -2011-05-24 10:45 Sandro Santilli <strk@keybit.net> +2011-05-24 10:45 Sandro Santilli <strk@kbt.io> * [r7230] topology/test/regress/st_addedgenewfaces.sql, topology/test/regress/st_addedgenewfaces_expected: Add another @@ -35178,18 +39240,18 @@ in the universal face by closing a ring around an existing non-isolated edge [RT-SIGTA]. -2011-05-24 09:22 Sandro Santilli <strk@keybit.net> +2011-05-24 09:22 Sandro Santilli <strk@kbt.io> * [r7229] topology/sql/sqlmm.sql: Add TODO item and SQL/MM compatibility note in ST_ChangeEdgeGeom -2011-05-24 09:13 Sandro Santilli <strk@keybit.net> +2011-05-24 09:13 Sandro Santilli <strk@kbt.io> * [r7228] topology/test/regress/st_changeedgegeom.sql, topology/test/regress/st_changeedgegeom_expected: Test ST_ChangeEdgeGeom with edge crossing -2011-05-24 08:45 Sandro Santilli <strk@keybit.net> +2011-05-24 08:45 Sandro Santilli <strk@kbt.io> * [r7227] topology/sql/sqlmm.sql, topology/test/regress/st_changeedgegeom.sql, @@ -35198,12 +39260,12 @@ used to check start/end point and simplify the code, regress test the fix. Fixes bug #979. -2011-05-24 08:22 Sandro Santilli <strk@keybit.net> +2011-05-24 08:22 Sandro Santilli <strk@kbt.io> * [r7226] topology/sql/sqlmm.sql: No functional change: tabs to 2 spaces. -2011-05-24 08:13 Sandro Santilli <strk@keybit.net> +2011-05-24 08:13 Sandro Santilli <strk@kbt.io> * [r7225] topology/test/Makefile, topology/test/regress/sqlmm.sql, topology/test/regress/sqlmm_expected, @@ -35212,14 +39274,14 @@ ST_ChangeEdgeGeom into a dedicated file. Prepared for ticket #979. [RT-SIGTA]. -2011-05-24 07:54 Sandro Santilli <strk@keybit.net> +2011-05-24 07:54 Sandro Santilli <strk@kbt.io> * [r7224] topology/test/regress/st_getfacegeometry.sql, topology/test/regress/st_getfacegeometry_expected: Test ST_GetFaceGeometry behavior when given face_id 0 (Universal Face). See ticket #973. -2011-05-24 07:04 Sandro Santilli <strk@keybit.net> +2011-05-24 07:04 Sandro Santilli <strk@kbt.io> * [r7223] topology/sql/sqlmm.sql, topology/test/regress/st_addisoedge.sql, @@ -35227,7 +39289,7 @@ that a node is isolated by only looking at containing_face rather than recomputing it. Closes ticket #978. [RT-SIGTA] -2011-05-24 06:55 Sandro Santilli <strk@keybit.net> +2011-05-24 06:55 Sandro Santilli <strk@kbt.io> * [r7222] topology/sql/sqlmm.sql, topology/test/Makefile, topology/test/regress/sqlmm_expected, @@ -35272,19 +39334,19 @@ coding standard. Get rid of redundant && check since its already encapsulated in ST_Intersects and ST_Within -2011-05-23 13:30 Sandro Santilli <strk@keybit.net> +2011-05-23 13:30 Sandro Santilli <strk@kbt.io> * [r7215] topology/topology.sql.in.c: update the list of what's implemented and what not -2011-05-23 13:30 Sandro Santilli <strk@keybit.net> +2011-05-23 13:30 Sandro Santilli <strk@kbt.io> * [r7214] topology/sql/sqlmm.sql, topology/test/regress/st_addisoedge.sql, topology/test/regress/st_addisoedge_expected: Style-only change: tab to spaces in ST_AddIsoEdge, shorten name of test topology -2011-05-23 13:13 Sandro Santilli <strk@keybit.net> +2011-05-23 13:13 Sandro Santilli <strk@kbt.io> * [r7213] topology/sql/sqlmm.sql, topology/test/regress/st_addisoedge.sql, @@ -35293,7 +39355,7 @@ Fix exception message raised when attempting to insert a closed edge. Update regress test accoringly. -2011-05-23 12:49 Sandro Santilli <strk@keybit.net> +2011-05-23 12:49 Sandro Santilli <strk@kbt.io> * [r7212] topology/sql/sqlmm.sql, topology/test/regress/st_addisoedge.sql, @@ -35302,7 +39364,7 @@ null as the nodes are not isolated anymore. Regress test it. Closes ticket #976. -2011-05-23 12:33 Sandro Santilli <strk@keybit.net> +2011-05-23 12:33 Sandro Santilli <strk@kbt.io> * [r7211] topology/sql/sqlmm.sql, topology/test/Makefile, topology/test/regress/sqlmm.sql, @@ -35312,31 +39374,31 @@ ST_AddIsoEdge in their own file. Fix use of ! rather than "not" for negating booleans in pl/pgsql. -2011-05-23 11:30 Sandro Santilli <strk@keybit.net> +2011-05-23 11:30 Sandro Santilli <strk@kbt.io> * [r7210] topology/test/load_topology.sql.in, topology/test/regress/st_addedgenewfaces_expected: Update load_topology.sql to properly set MBR field of faces. -2011-05-23 11:28 Sandro Santilli <strk@keybit.net> +2011-05-23 11:28 Sandro Santilli <strk@kbt.io> * [r7209] topology/test/regress/st_addedgenewfaces_expected: And fix expected test output from st_addedgenewfaces (dunno how I could commit such a partial change...) -2011-05-23 11:26 Sandro Santilli <strk@keybit.net> +2011-05-23 11:26 Sandro Santilli <strk@kbt.io> * [r7208] topology/test/regress/st_addedgenewfaces.sql: Oops, forgot to uncomment temporarely disabled lines -2011-05-23 08:44 Sandro Santilli <strk@keybit.net> +2011-05-23 08:44 Sandro Santilli <strk@kbt.io> * [r7207] topology/test/regress/st_addedgenewfaces.sql, topology/test/regress/st_addedgenewfaces_expected: Test that topology.ST_AddEdgeNewFaces properly updates isolated edges contained in a newly created face [RT-SIGTA] -2011-05-22 16:06 Bborie Park <bkpark at ucdavis.edu> +2011-05-22 16:06 Bborie Park <dustymugs at gmail.com> * [r7206] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_aspng_expected: - fixed band count check @@ -35360,7 +39422,7 @@ * [r7202] raster/rt_pg/rt_pg.c: Commented line that caused memory crash because an invalid free. Related ticket #958. -2011-05-19 20:36 Sandro Santilli <strk@keybit.net> +2011-05-19 20:36 Sandro Santilli <strk@kbt.io> * [r7201] topology/sql/populate.sql, topology/test/regress/addedge_expected: topology.AddEdge: make @@ -35382,7 +39444,7 @@ * [r7198] liblwgeom/lwout_x3d.c: clean up some compiler warnings -2011-05-18 23:33 Bborie Park <bkpark at ucdavis.edu> +2011-05-18 23:33 Bborie Park <dustymugs at gmail.com> * [r7196] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/test/regress/rt_histogram.sql, @@ -35402,12 +39464,12 @@ - added additional argument checks for pgraster to rt_pg.c - changed floating point comparisons in rt_pg.c and rt_api.c -2011-05-18 16:18 Sandro Santilli <strk@keybit.net> +2011-05-18 16:18 Sandro Santilli <strk@kbt.io> * [r7195] doc/extras_topology.xml: ST_AddEdgeNewFaces is now implemented.. -2011-05-18 16:08 Sandro Santilli <strk@keybit.net> +2011-05-18 16:08 Sandro Santilli <strk@kbt.io> * [r7194] topology/sql/sqlmm.sql, topology/test/regress/st_addedgenewfaces.sql, @@ -35415,7 +39477,7 @@ topology.ST_AddEdgeNewFaces implementation and regression test [RT-SIGTA] -2011-05-18 14:18 Bborie Park <bkpark at ucdavis.edu> +2011-05-18 14:18 Bborie Park <dustymugs at gmail.com> * [r7193] raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c, @@ -35426,7 +39488,7 @@ make use of the sum and compute a straight mean (sum / count) rather than computing a weighted mean. -2011-05-18 13:59 Sandro Santilli <strk@keybit.net> +2011-05-18 13:59 Sandro Santilli <strk@kbt.io> * [r7192] doc/extras_topology.xml, topology/sql/populate.sql, topology/test/regress/addface.sql, @@ -35466,7 +39528,7 @@ * [r7186] doc/reference_raster.xml: fix some incorrect statements -2011-05-18 08:58 Sandro Santilli <strk@keybit.net> +2011-05-18 08:58 Sandro Santilli <strk@kbt.io> * [r7185] topology/Makefile.in, topology/sql/query/GetRingEdges.sql, topology/test/Makefile, @@ -35477,7 +39539,7 @@ next_left_edge/next_right_edge fields in the edge table. [RT-SIGTA] -2011-05-18 07:23 Sandro Santilli <strk@keybit.net> +2011-05-18 07:23 Sandro Santilli <strk@kbt.io> * [r7184] topology/README: Add a short paragraph about the semantic of edge's next_left_edge and next_right_edge fields. @@ -35520,7 +39582,7 @@ myself. Change ST_AsX3D to use default parameters and reduce down to one proto -2011-05-17 19:35 Sandro Santilli <strk@keybit.net> +2011-05-17 19:35 Sandro Santilli <strk@kbt.io> * [r7176] topology/sql/gml.sql: Appropriately tag GML functions as STABLE, IMMUTABLE or VOLATILE - see bug #955 @@ -35534,7 +39596,7 @@ * [r7174] doc/reference_raster.xml: fix typos add backrefere to ST_GDALDrivers -2011-05-17 15:58 Sandro Santilli <strk@keybit.net> +2011-05-17 15:58 Sandro Santilli <strk@kbt.io> * [r7173] raster/test/regress/create_rt_gist_test_expected, raster/test/regress/rt_mean_expected, @@ -35542,25 +39604,25 @@ raster/test/regress/rt_summarystats_expected, regress/run_test: Strip 'SELECT' feedback from regression test outputs -2011-05-17 15:27 Bborie Park <bkpark at ucdavis.edu> +2011-05-17 15:27 Bborie Park <dustymugs at gmail.com> * [r7172] raster/test/core/testapi.c: changed the dimensions of the raster generated for the summary stats test from 10000 x 10000 to 100 x 100 -2011-05-17 15:01 Bborie Park <bkpark at ucdavis.edu> +2011-05-17 15:01 Bborie Park <dustymugs at gmail.com> * [r7171] raster/rt_pg/rtpostgis.sql.in.c: Code cleanup of uncorrected statement from r7170 Associated ticket is #954 -2011-05-17 14:46 Bborie Park <bkpark at ucdavis.edu> +2011-05-17 14:46 Bborie Park <dustymugs at gmail.com> * [r7170] raster/rt_pg/rtpostgis.sql.in.c: refactored code that attempted to modify a function parameter as PostgreSQL 8.4 sets all function parameters as CONSTANT, unlike PostgreSQL 9.0 -2011-05-17 14:42 Sandro Santilli <strk@keybit.net> +2011-05-17 14:42 Sandro Santilli <strk@kbt.io> * [r7169] topology/sql/manage/TopologySummary.sql, topology/sql/query/getedgebypoint.sql, @@ -35569,14 +39631,14 @@ topology/sql/topoelement/topoelement_agg.sql: Tag some functions as STABLE or even IMMUTABLE (from volatile) - see bug #955 -2011-05-17 14:04 Bborie Park <bkpark at ucdavis.edu> +2011-05-17 14:04 Bborie Park <dustymugs at gmail.com> * [r7168] raster/rt_pg/rt_pg.c: refactored usage of snprintf to use explicit string sizes rather than what is a gcc specific implementation where the return value of snprintf is the ideal size of the string -2011-05-17 07:33 Sandro Santilli <strk@keybit.net> +2011-05-17 07:33 Sandro Santilli <strk@kbt.io> * [r7167] topology/test/load_topology.sql.in, topology/test/regress/copytopology_expected, @@ -35617,7 +39679,7 @@ * [r7161] doc/reference_raster.xml: First draft of ST_ASPNG doco. Need some more examples and perhaps even pictures. -2011-05-16 22:01 Bborie Park <bkpark at ucdavis.edu> +2011-05-16 22:01 Bborie Park <dustymugs at gmail.com> * [r7160] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -35634,12 +39696,12 @@ - added copyright notices for work done by Bborie Park funded through the Regents of the University of California -2011-05-16 19:56 Bborie Park <bkpark at ucdavis.edu> +2011-05-16 19:56 Bborie Park <dustymugs at gmail.com> * [r7159] raster/rt_pg/rtpostgis.sql.in.c: removed duplicative ST_Histogram function -2011-05-16 19:54 Bborie Park <bkpark at ucdavis.edu> +2011-05-16 19:54 Bborie Park <dustymugs at gmail.com> * [r7158] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -35651,7 +39713,7 @@ Associated ticket is #342 -2011-05-16 19:52 Bborie Park <bkpark at ucdavis.edu> +2011-05-16 19:52 Bborie Park <dustymugs at gmail.com> * [r7157] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -35663,7 +39725,7 @@ Associated ticket is #340 -2011-05-16 19:50 Bborie Park <bkpark at ucdavis.edu> +2011-05-16 19:50 Bborie Park <dustymugs at gmail.com> * [r7156] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -35675,7 +39737,7 @@ Associated ticket is #341 -2011-05-16 19:48 Bborie Park <bkpark at ucdavis.edu> +2011-05-16 19:48 Bborie Park <dustymugs at gmail.com> * [r7155] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -35694,7 +39756,7 @@ Associated ticket is #901 -2011-05-16 19:43 Bborie Park <bkpark at ucdavis.edu> +2011-05-16 19:43 Bborie Park <dustymugs at gmail.com> * [r7154] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -35712,7 +39774,7 @@ Associated ticket is #903 -2011-05-16 19:39 Bborie Park <bkpark at ucdavis.edu> +2011-05-16 19:39 Bborie Park <dustymugs at gmail.com> * [r7153] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -35729,7 +39791,7 @@ Associated ticket is #935 -2011-05-16 19:36 Bborie Park <bkpark at ucdavis.edu> +2011-05-16 19:36 Bborie Park <dustymugs at gmail.com> * [r7152] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -35746,7 +39808,7 @@ Associated ticket is #934 -2011-05-16 19:34 Bborie Park <bkpark at ucdavis.edu> +2011-05-16 19:34 Bborie Park <dustymugs at gmail.com> * [r7151] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -35757,7 +39819,7 @@ Associated ticket is #902 -2011-05-16 19:32 Bborie Park <bkpark at ucdavis.edu> +2011-05-16 19:32 Bborie Park <dustymugs at gmail.com> * [r7150] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, @@ -35768,7 +39830,7 @@ Associated ticket is #932 -2011-05-16 19:30 Bborie Park <bkpark at ucdavis.edu> +2011-05-16 19:30 Bborie Park <dustymugs at gmail.com> * [r7149] raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in, raster/test/regress/rt_mean.sql, @@ -35779,7 +39841,7 @@ Associated ticket is #931 -2011-05-16 19:17 Bborie Park <bkpark at ucdavis.edu> +2011-05-16 19:17 Bborie Park <dustymugs at gmail.com> * [r7148] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -35798,7 +39860,7 @@ Associated ticket is #930. -2011-05-16 19:11 Bborie Park <bkpark at ucdavis.edu> +2011-05-16 19:11 Bborie Park <dustymugs at gmail.com> * [r7147] raster/rt_core/rt_api.c, raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c, @@ -35815,7 +39877,7 @@ Associated ticket is #339 and attached patch st_band.3.patch -2011-05-16 11:01 Sandro Santilli <strk@keybit.net> +2011-05-16 11:01 Sandro Santilli <strk@kbt.io> * [r7146] topology/test/load_topology.sql.in, topology/test/regress/st_modedgeheal_expected, @@ -35873,7 +39935,7 @@ * [r7135] postgis/lwgeom_accum.c: fix for #940 -- can't compile PostGIS 2.0 against PostgreSQL 9.1 beta 1 -2011-05-12 16:14 Sandro Santilli <strk@keybit.net> +2011-05-12 16:14 Sandro Santilli <strk@kbt.io> * [r7134] topology/sql/sqlmm.sql, topology/test/Makefile, topology/test/regress/st_addedgenewfaces.sql, @@ -35882,7 +39944,7 @@ code cleanups and improved checks, tests for invalid calls [RT-SIGTA] -2011-05-12 10:23 Sandro Santilli <strk@keybit.net> +2011-05-12 10:23 Sandro Santilli <strk@kbt.io> * [r7133] topology/test/Makefile: Don't miss to clean load_topology-4326.sql @@ -35978,7 +40040,7 @@ * [r7119] extras/tiger_geocoder/tiger_2010/tiger_loader.sql: put in missing constraints -2011-05-09 15:16 Sandro Santilli <strk@keybit.net> +2011-05-09 15:16 Sandro Santilli <strk@kbt.io> * [r7118] doc/extras_topology.xml, topology/sql/sqlmm.sql, topology/test/Makefile, topology/test/regress/st_newedgeheal.sql, @@ -35991,12 +40053,12 @@ extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql: major speed improvements to normalize_address -2011-05-09 14:17 Sandro Santilli <strk@keybit.net> +2011-05-09 14:17 Sandro Santilli <strk@kbt.io> * [r7116] topology/sql/sqlmm.sql: Check for "other connected edges" before TopoGeometry definitions -2011-05-09 14:07 Sandro Santilli <strk@keybit.net> +2011-05-09 14:07 Sandro Santilli <strk@kbt.io> * [r7115] regress/run_test: Fix path to raster (regress) enabler script. Fixes ticket #947. @@ -36055,7 +40117,7 @@ put in clock timestamps in debugging logic. We seem to be loosing more time on this normalize than we should be. -2011-05-06 21:39 Sandro Santilli <strk@keybit.net> +2011-05-06 21:39 Sandro Santilli <strk@kbt.io> * [r7109] topology/sql/sqlmm.sql, topology/test/regress/st_modedgeheal.sql, @@ -36063,7 +40125,7 @@ move check for TopoGeometry after check for connected edges. Fixes bug #942 and regress-tests it [RT-SIGTA] -2011-05-06 21:21 Sandro Santilli <strk@keybit.net> +2011-05-06 21:21 Sandro Santilli <strk@kbt.io> * [r7108] topology/sql/sqlmm.sql, topology/test/regress/st_modedgeheal.sql, @@ -36103,7 +40165,7 @@ memory context). -2011-05-06 06:46 Sandro Santilli <strk@keybit.net> +2011-05-06 06:46 Sandro Santilli <strk@kbt.io> * [r7105] topology/sql/sqlmm.sql, topology/test/regress/st_getfaceedges.sql, @@ -36111,16 +40173,16 @@ topology/test/regress/st_modedgeheal_expected: Closer-to-iso exceptions from ST_GetFaceEdges/ST_ModEdgeHeal [RT-SIGTA] -2011-05-05 21:12 Sandro Santilli <strk@keybit.net> +2011-05-05 21:12 Sandro Santilli <strk@kbt.io> * [r7104] liblwgeom/lwout_wkb.c: Drop commented out code -2011-05-05 21:12 Sandro Santilli <strk@keybit.net> +2011-05-05 21:12 Sandro Santilli <strk@kbt.io> * [r7103] liblwgeom/lwgunparse.c: Do not attempt to read points from empty pointarrays (thanks valgrind for finding this) -2011-05-05 21:12 Sandro Santilli <strk@keybit.net> +2011-05-05 21:12 Sandro Santilli <strk@kbt.io> * [r7102] liblwgeom/cunit/cu_out_wkb.c, liblwgeom/lwout_wkb.c: Allow dumping polygons with empty rings, fixing bug #937, add @@ -36130,11 +40192,11 @@ * [r7101] doc/faq_raster.xml: amend -2011-05-05 08:32 Sandro Santilli <strk@keybit.net> +2011-05-05 08:32 Sandro Santilli <strk@kbt.io> * [r7100] .gitignore: another generated file git-ignored -2011-05-05 07:34 Sandro Santilli <strk@keybit.net> +2011-05-05 07:34 Sandro Santilli <strk@kbt.io> * [r7099] .gitignore: Ignore new generated files @@ -36170,25 +40232,25 @@ regress/tickets_expected: merged changes r7092 to fix null handling in st_collect for #912, #630 in 1.5 branch into trunk -2011-05-04 18:34 Sandro Santilli <strk@keybit.net> +2011-05-04 18:34 Sandro Santilli <strk@kbt.io> * [r7091] doc/extras_topology.xml: Add note about updating joined edges and relationships, touch ST_ModEdgeSplit, ST_NewEdgeSplit, ST_ModEdgeHeal [RT-SIGTA] -2011-05-04 18:20 Sandro Santilli <strk@keybit.net> +2011-05-04 18:20 Sandro Santilli <strk@kbt.io> * [r7090] doc/extras_topology.xml: Document ST_ModEdgeHeal [RT-SIGTA] -2011-05-04 18:20 Sandro Santilli <strk@keybit.net> +2011-05-04 18:20 Sandro Santilli <strk@kbt.io> * [r7089] topology/sql/sqlmm.sql, topology/test/regress/st_modedgeheal.sql, topology/test/regress/st_modedgeheal_expected: ST_ModEdgeHeal: update TopoGeom definitions, and test it [RT-SIGTA] -2011-05-04 18:20 Sandro Santilli <strk@keybit.net> +2011-05-04 18:20 Sandro Santilli <strk@kbt.io> * [r7088] topology/sql/sqlmm.sql, topology/test/regress/st_modedgeheal.sql, @@ -36196,26 +40258,26 @@ of two edges is forbidden if any topogeom is defined by only one of them [RT-SIGTA] -2011-05-04 18:20 Sandro Santilli <strk@keybit.net> +2011-05-04 18:20 Sandro Santilli <strk@kbt.io> * [r7087] topology/sql/sqlmm.sql, topology/test/regress/st_modedgeheal.sql, topology/test/regress/st_modedgeheal_expected: Forbid healing edges if any feature is defined by only one of the two [RT-SIGTA] -2011-05-04 18:19 Sandro Santilli <strk@keybit.net> +2011-05-04 18:19 Sandro Santilli <strk@kbt.io> * [r7086] topology/sql/sqlmm.sql, topology/test/Makefile, topology/test/regress/st_modedgeheal.sql, topology/test/regress/st_modedgeheal_expected: Complete primitive (SQL/MM) portion of ST_ModEdgeHeal, regress test [RT-SIGTA] -2011-05-04 18:19 Sandro Santilli <strk@keybit.net> +2011-05-04 18:19 Sandro Santilli <strk@kbt.io> * [r7085] topology/sql/sqlmm.sql, topology/topology.sql.in.c: Stub topology.ST_ModEdgeHeal [RT-SIGTA] -2011-05-03 16:56 Sandro Santilli <strk@keybit.net> +2011-05-03 16:56 Sandro Santilli <strk@kbt.io> * [r7084] doc/extras_topology.xml: Add examples of ST_GetFaceEdges @@ -36224,7 +40286,7 @@ * [r7083] liblwgeom/lwout_x3d.c: more work on handling 3d polygons with holes -2011-05-03 13:32 Sandro Santilli <strk@keybit.net> +2011-05-03 13:32 Sandro Santilli <strk@kbt.io> * [r7082] raster/test/regress/rt_above.sql, raster/test/regress/rt_below.sql, @@ -36239,7 +40301,7 @@ raster/test/regress/rt_right.sql, raster/test/regress/rt_same.sql: extent() -> st_extent() -2011-05-03 13:32 Sandro Santilli <strk@keybit.net> +2011-05-03 13:32 Sandro Santilli <strk@kbt.io> * [r7081] topology/sql/sqlmm.sql, topology/test/Makefile, topology/test/regress/st_getfaceedges.sql, @@ -36253,7 +40315,7 @@ regress/regress_management_expected: Use strk's suggestion of quieting hudson reqress by adding a \set VERBOSITY terse -2011-05-03 08:20 Sandro Santilli <strk@keybit.net> +2011-05-03 08:20 Sandro Santilli <strk@kbt.io> * [r7079] topology/sql/sqlmm.sql, topology/topology.sql.in.c: Move type definition close to the function using it (ST_GetFaceEdges) @@ -36388,19 +40450,19 @@ * [r7050] doc/introduction.xml: Hudson is a demanding man. Try to make him happy again so he builds the docs again. -2011-04-19 16:58 Sandro Santilli <strk@keybit.net> +2011-04-19 16:58 Sandro Santilli <strk@kbt.io> * [r7049] doc/extras_topology.xml: Document topology.polygonize(<toponame>) -2011-04-19 16:58 Sandro Santilli <strk@keybit.net> +2011-04-19 16:58 Sandro Santilli <strk@kbt.io> * [r7048] topology/test/Makefile, topology/test/regress/polygonize.sql, topology/test/regress/polygonize_expected: Regress test for topology.polygonize(<toponame>) -2011-04-19 16:58 Sandro Santilli <strk@keybit.net> +2011-04-19 16:58 Sandro Santilli <strk@kbt.io> * [r7047] topology/Makefile.in, topology/sql/polygonize.sql, topology/topology.sql.in.c: Add topology.polygonize(<toponame>) @@ -36506,28 +40568,28 @@ be checked, because if out of memory, function ends with elog(ERROR). It never returns NULL. -2011-04-14 13:50 Sandro Santilli <strk@keybit.net> +2011-04-14 13:50 Sandro Santilli <strk@kbt.io> * [r7031] configure.ac: Drop the unused BUILD_RASTER configure variable, fix use of the RASTER variable. Fixes bug #910. -2011-04-14 11:07 Sandro Santilli <strk@keybit.net> +2011-04-14 11:07 Sandro Santilli <strk@kbt.io> * [r7030] doc/introduction.xml: Properly credit Stadt Uster, co-sponsor of buffer styles in 1.5 -2011-04-14 11:07 Sandro Santilli <strk@keybit.net> +2011-04-14 11:07 Sandro Santilli <strk@kbt.io> * [r7029] postgis/lwgeom_functions_analytic.c, regress/tickets.sql, regress/tickets_expected: Implement SnapToGrid for CIRCULARSTRING and COMPOUNDCURVE. Just enough to fix #183. -2011-04-14 10:38 Sandro Santilli <strk@keybit.net> +2011-04-14 10:38 Sandro Santilli <strk@kbt.io> * [r7028] loader/cunit/Makefile.in: Do not error out if things are clean already -2011-04-14 10:36 Sandro Santilli <strk@keybit.net> +2011-04-14 10:36 Sandro Santilli <strk@kbt.io> * [r7027] loader/Makefile.in: Properly clean in loader's cunit test dir @@ -36542,7 +40604,7 @@ from ticket #837. Some other improvements in RASTER_mapAlgebra. Minor bug fixed in rt_raster_serialized_size. -2011-04-13 11:21 Sandro Santilli <strk@keybit.net> +2011-04-13 11:21 Sandro Santilli <strk@kbt.io> * [r7024] regress/tickets.sql, regress/tickets_expected: Add test for ticket #834 @@ -36552,19 +40614,19 @@ * [r7023] loader/shp2pgsql-gui.c: Adding a dbf filter for file selection. -2011-04-13 08:08 Sandro Santilli <strk@keybit.net> +2011-04-13 08:08 Sandro Santilli <strk@kbt.io> * [r7022] .gitignore, GNUmakefile.in, author.sh: Have 'svnrebase' rule use an authors file rather than command. Lets older git do it (old git on the machine currently mirroring the codebase to github). -2011-04-13 07:57 Sandro Santilli <strk@keybit.net> +2011-04-13 07:57 Sandro Santilli <strk@kbt.io> * [r7021] GNUmakefile.in: Add svnrebase rule, to facilitate use from git -2011-04-13 07:41 Sandro Santilli <strk@keybit.net> +2011-04-13 07:41 Sandro Santilli <strk@kbt.io> * [r7020] author.sh: Add script to be used with git-svn --authors-prog @@ -36588,14 +40650,14 @@ liblwgeom/cunit/cu_out_x3d.c, liblwgeom/cunit/cu_tester.c: preliminary cunit tests for x3d output functions -2011-04-11 09:54 Sandro Santilli <strk@keybit.net> +2011-04-11 09:54 Sandro Santilli <strk@kbt.io> * [r7015] raster/test/regress/Makefile.in, regress/Makefile.in, topology/test/Makefile: Add support for a RUNTESTFLAGS variable so you can do something like: 'make check RUNTESTFLAGS=-v' and get the problems printed w/out having to look at logs. -2011-04-11 09:53 Sandro Santilli <strk@keybit.net> +2011-04-11 09:53 Sandro Santilli <strk@kbt.io> * [r7014] postgis/postgis.sql.in.c, regress/regress_management.sql, regress/regress_management_expected: Do not raise an exception @@ -36624,7 +40686,7 @@ * [r7010] doc/extras_topology.xml: Document TopologySummary -2011-04-08 10:58 Sandro Santilli <strk@keybit.net> +2011-04-08 10:58 Sandro Santilli <strk@kbt.io> * [r7009] NEWS: tabs to spaces @@ -36633,7 +40695,7 @@ * [r7008] raster/rt_pg/rt_pg.c: Some memory freed. Related ticket #851. -2011-04-06 14:30 Sandro Santilli <strk@keybit.net> +2011-04-06 14:30 Sandro Santilli <strk@kbt.io> * [r7007] postgis/gserialized_gist_nd.c: Fix typo in gserialized_overlaps (contains->overlaps). Fixes ticket #869. @@ -36667,14 +40729,14 @@ * [r7003] postgis/legacy.sql.in.c: minor issue preventing legacy load: locate_along_measure should use ST_ wrapper -2011-04-04 12:11 Sandro Santilli <strk@keybit.net> +2011-04-04 12:11 Sandro Santilli <strk@kbt.io> * [r7002] topology/sql/populate.sql: topology.AddFace: prepare ring geometry and check intersection with an interior edge point. Speeds up registration of faces, particularly when composed by many edges. See ticket #880. [RT-SIGTA] -2011-04-04 07:05 Sandro Santilli <strk@keybit.net> +2011-04-04 07:05 Sandro Santilli <strk@kbt.io> * [r7001] doc/man/pgsql2shp.1: Add -m reference in pgsql2shp manpage, by Loic Dachary. See ticket #885. @@ -36700,7 +40762,7 @@ postgis_upgrade_20_minor.sql, legacy.sql and stop generating obsolete 15_minor, 14, 13_14 -2011-04-03 19:19 Sandro Santilli <strk@keybit.net> +2011-04-03 19:19 Sandro Santilli <strk@kbt.io> * [r6996] loader/cunit/Makefile.in, loader/cunit/cu_pgsql2shp.c, loader/cunit/cu_pgsql2shp.h, loader/cunit/cu_tester.c, @@ -36709,7 +40771,7 @@ loader/pgsql2shp-core.h: Ticket #855 by Loic Dachary: pgsql2shp fields conversion from predefined list -2011-04-02 12:27 Sandro Santilli <strk@keybit.net> +2011-04-02 12:27 Sandro Santilli <strk@kbt.io> * [r6995] topology/test/Makefile, topology/test/regress/addface2.5d.sql, @@ -36728,18 +40790,18 @@ regress/run_test: Raster testing added to core testing. Related ticket #762. -2011-03-31 10:26 Sandro Santilli <strk@keybit.net> +2011-03-31 10:26 Sandro Santilli <strk@kbt.io> * [r6993] topology/sql/manage/TopologySummary.sql: topology.TopologSummary: survive presence of stale records in topology.topology and missing tables from topology schemas. -2011-03-31 10:26 Sandro Santilli <strk@keybit.net> +2011-03-31 10:26 Sandro Santilli <strk@kbt.io> * [r6992] topology/sql/manage/TopologySummary.sql: topology.TopologySummary: report 'has Z' flag on topologies -2011-03-31 09:35 Sandro Santilli <strk@keybit.net> +2011-03-31 09:35 Sandro Santilli <strk@kbt.io> * [r6991] topology/test/Makefile, topology/test/regress/createtopology.sql, @@ -36766,7 +40828,7 @@ executable then maybe just mamber it won't try to inherit the encoding of my OS -2011-03-29 13:57 Sandro Santilli <strk@keybit.net> +2011-03-29 13:57 Sandro Santilli <strk@kbt.io> * [r6987] topology/test/regress/addface.sql, topology/test/regress/addface_expected: Add another test for @@ -37004,23 +41066,23 @@ (get rid of use of both deprecated line_locate_point and line_substring... document function -2011-03-21 16:33 Sandro Santilli <strk@keybit.net> +2011-03-21 16:33 Sandro Santilli <strk@kbt.io> * [r6951] regress/Makefile.in, regress/polygonize.sql, regress/polygonize_expected: Add test for ST_Polygonize with nested collection input (see ticket #878) -2011-03-21 11:04 Sandro Santilli <strk@keybit.net> +2011-03-21 11:04 Sandro Santilli <strk@kbt.io> * [r6950] topology/sql/sqlmm.sql, topology/topology.sql.in.c: Convert to $$ quoting (ticket #714) -2011-03-21 10:28 Sandro Santilli <strk@keybit.net> +2011-03-21 10:28 Sandro Santilli <strk@kbt.io> * [r6949] topology/sql/sqlmm.sql: Add an ST_RemIsoNode alias to ST_RemoveIsoNode (ticket #798) -2011-03-21 10:18 Sandro Santilli <strk@keybit.net> +2011-03-21 10:18 Sandro Santilli <strk@kbt.io> * [r6948] topology/sql/sqlmm.sql, topology/topology.sql.in.c: ST_ModEdgesSplit -> ST_ModEdgeSplit (ticket #794) @@ -37046,7 +41108,7 @@ raster/test/regress/rt_mapalgebra_expected: Two ST_AddBands missing variants added. Related tickets #858, #792. -2011-03-20 08:55 Sandro Santilli <strk@keybit.net> +2011-03-20 08:55 Sandro Santilli <strk@kbt.io> * [r6943] topology/sql/populate.sql: Re-drop ST_SharedPath from topology.AddFace, this time with stronger robustness, so not @@ -37054,7 +41116,7 @@ speed improvement... Thanks supermoon for keeping me up. [RT-SIGTA] -2011-03-19 23:35 Sandro Santilli <strk@keybit.net> +2011-03-19 23:35 Sandro Santilli <strk@kbt.io> * [r6942] topology/sql/populate.sql, topology/test/regress/addface.sql: Fix #874 by getting back to @@ -37429,7 +41491,7 @@ postgis/postgis.sql.in.c: Replace variable-length-key 2D index with fixed-length-key for GSERIALIZED case. -2011-03-17 00:08 Sandro Santilli <strk@keybit.net> +2011-03-17 00:08 Sandro Santilli <strk@kbt.io> * [r6916] topology/sql/populate.sql: Avoid using ST_SharedPath in topology.AddFace as well. @@ -37585,17 +41647,17 @@ * [r6893] doc/faq_raster.xml: Add in Jorge's great windows instructions -2011-03-10 18:53 Sandro Santilli <strk@keybit.net> +2011-03-10 18:53 Sandro Santilli <strk@kbt.io> * [r6892] regress/run_test: Add a --raster flag to run_test -2011-03-10 11:33 Sandro Santilli <strk@keybit.net> +2011-03-10 11:33 Sandro Santilli <strk@kbt.io> * [r6891] topology/sql/manage/TopologySummary.sql: TopologySummary: Take an empty feature_column as a sign of a "detached" topological layer (one having no deploy on user-tables). -2011-03-09 21:59 Sandro Santilli <strk@keybit.net> +2011-03-09 21:59 Sandro Santilli <strk@kbt.io> * [r6889] topology/Makefile.in, topology/sql/query/getfacebypoint.sql, topology/test/Makefile, @@ -37604,7 +41666,7 @@ topology/topology.sql.in.c: Ticket #849 by Andrea Peri: topology.GetFaceByPoint implementation and test -2011-03-09 19:18 Sandro Santilli <strk@keybit.net> +2011-03-09 19:18 Sandro Santilli <strk@kbt.io> * [r6888] doc/extras_topology.xml, topology/Makefile.in, topology/sql/manage/CopyTopology.sql, topology/test/Makefile, @@ -37614,49 +41676,49 @@ topology.CopyTopology(text,text) implementation, test and documentation -2011-03-09 16:30 Sandro Santilli <strk@keybit.net> +2011-03-09 16:30 Sandro Santilli <strk@kbt.io> * [r6887] topology/test/regress/createtopogeom.sql, topology/test/regress/createtopogeom_expected: Make createtopogeom test independent from the number of topologies created before running it -2011-03-09 10:19 Sandro Santilli <strk@keybit.net> +2011-03-09 10:19 Sandro Santilli <strk@kbt.io> * [r6886] topology/Makefile.in, topology/sql/manage, topology/sql/manage/TopologySummary.sql, topology/topology.sql.in.c: Ticket #855: topology.TopologySummary(<name>) -2011-03-09 10:14 Sandro Santilli <strk@keybit.net> +2011-03-09 10:14 Sandro Santilli <strk@kbt.io> * [r6885] NEWS: Add note for ST_Relate with boundary node rule -2011-03-08 15:26 Sandro Santilli <strk@keybit.net> +2011-03-08 15:26 Sandro Santilli <strk@kbt.io> * [r6884] topology/sql/populate.sql: Simplify AddEdge code by using BoundaryNodeRule 2 (Endpoint) in ST_Relate call, thus saving a couple of calls to ST_RelateMatch. See tickets #770 and #844. -2011-03-08 10:43 Sandro Santilli <strk@keybit.net> +2011-03-08 10:43 Sandro Santilli <strk@kbt.io> * [r6883] doc/reference_measure.xml: Some (poor) documentation for ST_Relate(g1,g2,boundaryNodeRule) -2011-03-08 10:23 Sandro Santilli <strk@keybit.net> +2011-03-08 10:23 Sandro Santilli <strk@kbt.io> * [r6882] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c, regress/Makefile.in, regress/relate_bnr.sql, regress/relate_bnr_expected: Ticket #844: add support for boundary node rule specification in ST_Relate [RT-SIGTA] -2011-03-08 08:16 Sandro Santilli <strk@keybit.net> +2011-03-08 08:16 Sandro Santilli <strk@kbt.io> * [r6881] regress/Makefile.in, regress/relate.sql, regress/relate_expected, regress/relate_test: Enable a very old relate test which for some reason was never automatically run -2011-03-07 11:05 Sandro Santilli <strk@keybit.net> +2011-03-07 11:05 Sandro Santilli <strk@kbt.io> * [r6880] topology/sql/gml.sql: Avoid using ST_SharedPath (expensive) @@ -37685,23 +41747,23 @@ * [r6875] doc/reference_processing.xml: Fix ST_DumpPoints 3D examples so they don't flatten to 2D -2011-03-01 14:47 Sandro Santilli <strk@keybit.net> +2011-03-01 14:47 Sandro Santilli <strk@kbt.io> * [r6874] .gitignore: More ignores -2011-02-28 18:14 Sandro Santilli <strk@keybit.net> +2011-02-28 18:14 Sandro Santilli <strk@kbt.io> * [r6873] topology/sql/gml.sql: Use left_face/right_face when looking for face ring's edges. I've seen some areal TopoGeometries dumped in 1:76 of the time [RT-SIGTA] -2011-02-28 10:53 Sandro Santilli <strk@keybit.net> +2011-02-28 10:53 Sandro Santilli <strk@kbt.io> * [r6872] topology/test/regress/addface.sql, topology/test/regress/addface_expected: Add test for invalid AddFace call (polygon not fully defined by known edges) -2011-02-28 10:40 Sandro Santilli <strk@keybit.net> +2011-02-28 10:40 Sandro Santilli <strk@kbt.io> * [r6871] topology/test/regress/getedgebypoint_expected, topology/test/regress/getnodebypoint_expected: Founded -> Found @@ -37731,12 +41793,12 @@ Peri's wording and change ot examples so they really fall in MA. Still need to output results. -2011-02-25 09:18 Sandro Santilli <strk@keybit.net> +2011-02-25 09:18 Sandro Santilli <strk@kbt.io> * [r6866] topology/sql/query/getedgebypoint.sql, topology/sql/query/getnodebypoint.sql: Update copyright notice -2011-02-25 08:56 Sandro Santilli <strk@keybit.net> +2011-02-25 08:56 Sandro Santilli <strk@kbt.io> * [r6865] topology/Makefile.in, topology/sql/query/getedgebypoint.sql, topology/test/Makefile, @@ -37747,7 +41809,7 @@ Note that previous commit (for #793) was GetNodeByPoint. My mistake, sorry. -2011-02-25 08:45 Sandro Santilli <strk@keybit.net> +2011-02-25 08:45 Sandro Santilli <strk@kbt.io> * [r6864] topology/Makefile.in, topology/sql/query, topology/sql/query/getnodebypoint.sql, topology/test/Makefile, @@ -37777,12 +41839,12 @@ possible to load rasters with different scale in the same table. Related ticket #153 -2011-02-24 15:45 Sandro Santilli <strk@keybit.net> +2011-02-24 15:45 Sandro Santilli <strk@kbt.io> * [r6859] postgis/lwgeom_functions_analytic.c: Improve precision of point_in_ring_rtree too (bug #845). -2011-02-24 15:17 Sandro Santilli <strk@keybit.net> +2011-02-24 15:17 Sandro Santilli <strk@kbt.io> * [r6857] postgis/lwgeom_functions_analytic.c, regress/tickets.sql, regress/tickets_expected: Improve precision of point_in_ring. @@ -37809,25 +41871,25 @@ ST_AsGML to note strk's addition of option 4 -- use LineString instead of curve tag -2011-02-22 14:52 Sandro Santilli <strk@keybit.net> +2011-02-22 14:52 Sandro Santilli <strk@kbt.io> * [r6852] doc/reference_output.xml, postgis/lwgeom_export.c, regress/out_geometry.sql, regress/out_geometry_expected: Ticket #816: flag to select <LineString> over <Curve> for GML3 line output [RT-SIGTA] -2011-02-22 14:25 Sandro Santilli <strk@keybit.net> +2011-02-22 14:25 Sandro Santilli <strk@kbt.io> * [r6851] liblwgeom/cunit/cu_out_gml.c: Test new LW_GML_SHORTLINE GML2 option [RT-SIGTA] -2011-02-22 14:25 Sandro Santilli <strk@keybit.net> +2011-02-22 14:25 Sandro Santilli <strk@kbt.io> * [r6850] liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c: Add LW_GML_SHORTLINE flag to prefer <LineString> over <Curve> tag for lines GML3 output [RT-SIGTA] -2011-02-22 13:01 Sandro Santilli <strk@keybit.net> +2011-02-22 13:01 Sandro Santilli <strk@kbt.io> * [r6849] liblwgeom/cunit/cu_out_gml.c, liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c, postgis/geography_inout.c, @@ -37843,14 +41905,14 @@ * [r6847] configure.ac: ./configure checks for GDAL Python bindings with built-in NumPy array support (Ticket #838) -2011-02-18 16:24 Sandro Santilli <strk@keybit.net> +2011-02-18 16:24 Sandro Santilli <strk@kbt.io> * [r6846] topology/sql/populate.sql: Performance improvements in topology.AddFace: consider each ring separately when looking for composing edges; compute orientation inside the loop body to avoid sorting and grouping [RT-SIGTA] -2011-02-18 14:58 Sandro Santilli <strk@keybit.net> +2011-02-18 14:58 Sandro Santilli <strk@kbt.io> * [r6845] topology/test/regress/addface.sql, topology/test/regress/addface_expected, @@ -37939,20 +42001,20 @@ a raster, not an integer. -2011-02-16 17:41 Sandro Santilli <strk@keybit.net> +2011-02-16 17:41 Sandro Santilli <strk@kbt.io> * [r6831] NEWS: Add UnaryUnion item -2011-02-16 11:15 Sandro Santilli <strk@keybit.net> +2011-02-16 11:15 Sandro Santilli <strk@kbt.io> * [r6830] doc/reference_processing.xml: Document ST_UnaryUnion -2011-02-16 10:19 Sandro Santilli <strk@keybit.net> +2011-02-16 10:19 Sandro Santilli <strk@kbt.io> * [r6829] regress/run_test: Stop on first error when creating the regress db -2011-02-16 10:19 Sandro Santilli <strk@keybit.net> +2011-02-16 10:19 Sandro Santilli <strk@kbt.io> * [r6828] doc/reference_accessor.xml, postgis/postgis.sql.in.c, regress/isvaliddetail.sql, regress/isvaliddetail_expected: Expose @@ -37961,24 +42023,24 @@ available when building against GEOS-3.3+. Commit includes documentation and regress-testing. Closes ticket #831 [RT-SIGTA] -2011-02-16 09:12 Sandro Santilli <strk@keybit.net> +2011-02-16 09:12 Sandro Santilli <strk@kbt.io> * [r6827] regress/Makefile.in: Only run ST_isValidDetail if GEOS is >= 3.3 -- Reduce tests for GEOS version grouping togheter tests depending on the same version [RT-SIGTA] -2011-02-16 08:54 Sandro Santilli <strk@keybit.net> +2011-02-16 08:54 Sandro Santilli <strk@kbt.io> * [r6826] regress/Makefile.in, regress/isvaliddetail.sql, regress/isvaliddetail_expected: Regression test for ST_isValidDetail (including "ESRI" flag) [RT-SIGTA] -2011-02-16 08:34 Sandro Santilli <strk@keybit.net> +2011-02-16 08:34 Sandro Santilli <strk@kbt.io> * [r6825] doc/reference_accessor.xml: Document ST_isValidDetail(geom, flags) variant [RT-SIGTA] -2011-02-15 17:36 Sandro Santilli <strk@keybit.net> +2011-02-15 17:36 Sandro Santilli <strk@kbt.io> * [r6824] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Allow specifying validity checking flags in ST_isValidDetail [RT-SIGTA] @@ -37996,7 +42058,7 @@ hate when you program the reverse of something and it exposes a bug. Also fix some minor documentation. -2011-02-15 08:26 Sandro Santilli <strk@keybit.net> +2011-02-15 08:26 Sandro Santilli <strk@kbt.io> * [r6822] topology/topology.sql.in.c: topology: create an index on edge.left_face and edge.right_face, speeding up construction of @@ -38037,7 +42099,7 @@ First draft of reverse geocde currently just gets the street need to interpolate to get approximate number -2011-02-14 17:26 Sandro Santilli <strk@keybit.net> +2011-02-14 17:26 Sandro Santilli <strk@kbt.io> * [r6816] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c, regress/Makefile.in, regress/unaryunion.sql, @@ -38167,7 +42229,7 @@ extras/tiger_geocoder/tiger_2010/tiger_loader.sql: Revise README to be clearer. Update the tiger_loader linux script. -2011-02-09 16:36 Sandro Santilli <strk@keybit.net> +2011-02-09 16:36 Sandro Santilli <strk@kbt.io> * [r6792] topology/sql/populate.sql: topology.AddFace: report an "uncovered point" on missing edges [RT-SIGTA] @@ -38190,7 +42252,7 @@ doc/xsl/topology_gardentest.sql.xsl: #821: doc typos errata from Kashif Rasul -2011-02-08 17:42 Sandro Santilli <strk@keybit.net> +2011-02-08 17:42 Sandro Santilli <strk@kbt.io> * [r6789] postgis/lwgeom_pg.c: Do not call lwmessage_truncate if not needed (an prior to checking the args passed to it) @@ -38205,12 +42267,12 @@ doc/extras_historytable.xml, doc/postgis.xml: document history_table feature -2011-02-07 17:03 Sandro Santilli <strk@keybit.net> +2011-02-07 17:03 Sandro Santilli <strk@kbt.io> * [r6786] regress/run_test: Also set LANG (see ticket #819) [RT-SIGTA] -2011-02-07 16:53 Sandro Santilli <strk@keybit.net> +2011-02-07 16:53 Sandro Santilli <strk@kbt.io> * [r6785] topology/sql/populate.sql: Tag VOLATILE functions explicitly [RT-SIGTA] @@ -38245,11 +42307,11 @@ * [r6778] doc/extras_tigergeocoder.xml: add description of loader function. -2011-02-04 17:26 Sandro Santilli <strk@keybit.net> +2011-02-04 17:26 Sandro Santilli <strk@kbt.io> * [r6777] topology/topology.sql.in.c: Use quote_ident more... -2011-02-04 17:19 Sandro Santilli <strk@keybit.net> +2011-02-04 17:19 Sandro Santilli <strk@kbt.io> * [r6776] topology/test/Makefile, topology/test/regress/createtopogeom.sql, @@ -38257,7 +42319,7 @@ topology/topology.sql.in.c: Fix a bug in topology.CreateTopoGeom in presence of MixCased topologies [RT-SIGTA] -2011-02-04 16:31 Sandro Santilli <strk@keybit.net> +2011-02-04 16:31 Sandro Santilli <strk@kbt.io> * [r6775] topology/sql/populate.sql, topology/test/regress/addedge.sql, @@ -38276,36 +42338,36 @@ what the Linux equivalent should look like will have to test later once get my Linux box setup again -2011-02-01 13:53 Sandro Santilli <strk@keybit.net> +2011-02-01 13:53 Sandro Santilli <strk@kbt.io> * [r6773] postgis/lwgeom_estimate.c: ST_Estimated_Extent: make exception message about lack of stats clearer -2011-02-01 10:24 Sandro Santilli <strk@keybit.net> +2011-02-01 10:24 Sandro Santilli <strk@kbt.io> * [r6772] topology/test/regress/gml.sql, topology/test/regress/gml_expected: AsGML(TopoGeometry): test xref to visited face [RT-SIGTA]. -2011-02-01 09:55 Sandro Santilli <strk@keybit.net> +2011-02-01 09:55 Sandro Santilli <strk@kbt.io> * [r6771] topology/test/regress/gml.sql, topology/test/regress/gml_expected: AsGML(TopoGeometry): add test for faces marking visit of edges [RT-SIGTA] -2011-02-01 09:43 Sandro Santilli <strk@keybit.net> +2011-02-01 09:43 Sandro Santilli <strk@kbt.io> * [r6770] topology/test/regress/gml.sql, topology/test/regress/gml_expected: AsGML(TopoGeometry) Add test for ouput of multi puntual features [RT-SIGTA] -2011-01-31 20:26 Sandro Santilli <strk@keybit.net> +2011-01-31 20:26 Sandro Santilli <strk@kbt.io> * [r6769] doc/extras_topology.xml: Document the new version of topology.AsGML() signature (polluting for commandline friendliness!) -2011-01-31 17:33 Sandro Santilli <strk@keybit.net> +2011-01-31 17:33 Sandro Santilli <strk@kbt.io> * [r6768] topology/sql/gml.sql, topology/test/regress/gml_expected: Use a <gml:Face> tag for each topological face, allowing proper @@ -38345,16 +42407,16 @@ that fails on windows so my regress checks don't always halt and can complete. -2011-01-28 18:04 Sandro Santilli <strk@keybit.net> +2011-01-28 18:04 Sandro Santilli <strk@kbt.io> * [r6761] doc/extras_topology.xml: syntetize purpose of AsGML(TopoGeometry) -2011-01-28 17:15 Sandro Santilli <strk@keybit.net> +2011-01-28 17:15 Sandro Santilli <strk@kbt.io> * [r6760] topology/sql/gml.sql: Use named parameters -2011-01-28 17:05 Sandro Santilli <strk@keybit.net> +2011-01-28 17:05 Sandro Santilli <strk@kbt.io> * [r6759] doc/extras_topology.xml, topology/sql/gml.sql, topology/test/regress/gml.sql, @@ -38441,7 +42503,7 @@ show that my geometries are blank. Also change the FAQ to a pretty anchor so its easily referenceable and permanent. -2011-01-28 08:55 Sandro Santilli <strk@keybit.net> +2011-01-28 08:55 Sandro Santilli <strk@kbt.io> * [r6747] topology/sql/populate.sql, topology/test/regress/addface.sql, topology/topology.sql.in.c: @@ -38453,12 +42515,12 @@ * [r6746] doc/extras_tigergeocoder.xml: document normalize_address and pprint_addy functions of tiger geocoder -2011-01-27 20:40 Sandro Santilli <strk@keybit.net> +2011-01-27 20:40 Sandro Santilli <strk@kbt.io> * [r6745] doc/extras_topology.xml: Document new parameter of AsGML(TopoGeometry) [RT-SIGTA]. -2011-01-27 20:35 Sandro Santilli <strk@keybit.net> +2011-01-27 20:35 Sandro Santilli <strk@kbt.io> * [r6744] topology/sql/gml.sql, topology/test/regress/gml.sql, topology/test/regress/gml_expected: AsGML(TopoGeometry): allow @@ -38485,12 +42547,12 @@ doc/extras_tigergeocoder.xml, doc/postgis.xml: start documenting tiger geocoder -2011-01-27 09:43 Sandro Santilli <strk@keybit.net> +2011-01-27 09:43 Sandro Santilli <strk@kbt.io> * [r6740] topology/sql/gml.sql, topology/test/regress/gml_expected: AsGML(TopoGeometry): fix xref syntax error (#811) [RT-SIGTA] -2011-01-27 08:48 Sandro Santilli <strk@keybit.net> +2011-01-27 08:48 Sandro Santilli <strk@kbt.io> * [r6739] topology/sql/populate.sql, topology/test/regress/addedge_expected: topology.AddEdge: when an @@ -38525,24 +42587,24 @@ extras/tiger_geocoder/tiger_geocoder_2010/tiger_loader.sql: put in logic to fill zipcode_lookup_base, fix some other errors -2011-01-26 13:43 Sandro Santilli <strk@keybit.net> +2011-01-26 13:43 Sandro Santilli <strk@kbt.io> * [r6734] NEWS: Try to keep NEWS format consistent (80 cols, same indenting as previous). Still too much information for my taste, but it's a step forward. -2011-01-26 13:34 Sandro Santilli <strk@keybit.net> +2011-01-26 13:34 Sandro Santilli <strk@kbt.io> * [r6733] doc/extras_topology.xml: Document the new 'visitedTable' parameter to topology.AsGML [RT-SIGTA]. -2011-01-25 21:52 Sandro Santilli <strk@keybit.net> +2011-01-25 21:52 Sandro Santilli <strk@kbt.io> * [r6732] topology/sql/gml.sql, topology/test/regress/gml.sql, topology/test/regress/gml_expected: Complete visited bookkeeping for AsGML(TopoGeometry) and automate test for it [RT-SIGTA] -2011-01-25 18:08 Sandro Santilli <strk@keybit.net> +2011-01-25 18:08 Sandro Santilli <strk@kbt.io> * [r6731] topology/sql/gml.sql, topology/sql/populate.sql, topology/sql/sqlmm.sql, @@ -38554,7 +42616,7 @@ * [r6730] doc/installation.xml: update installation instructions to include raster_comments.sql, topology_comments.sql -2011-01-25 17:04 Sandro Santilli <strk@keybit.net> +2011-01-25 17:04 Sandro Santilli <strk@kbt.io> * [r6729] topology/sql/gml.sql: AsGML(TopoGeometry): Add support for visited table and xlink:xref for Edges [RT-SIGTA] @@ -38564,19 +42626,19 @@ * [r6728] doc/Makefile.in: Put in missing make topology_comments.sql and also add to the make comments routine -2011-01-25 15:05 Sandro Santilli <strk@keybit.net> +2011-01-25 15:05 Sandro Santilli <strk@kbt.io> * [r6726] topology/test/regress/gml.sql, topology/test/regress/gml_expected: Test use of the options argument to topology.AsGML [RT-SIGTA] -2011-01-25 14:52 Sandro Santilli <strk@keybit.net> +2011-01-25 14:52 Sandro Santilli <strk@kbt.io> * [r6725] doc/extras_topology.xml, topology/sql/gml.sql: Allow specifying GML output precision and options to the topology.AsGML(TopoGeometry) function [RT-SIGTA]. -2011-01-25 09:39 Sandro Santilli <strk@keybit.net> +2011-01-25 09:39 Sandro Santilli <strk@kbt.io> * [r6724] doc/extras_topology.xml, topology/sql/populate.sql, topology/test/regress/addedge.sql, @@ -38662,13 +42724,13 @@ * [r6720] NEWS, doc/release_notes.xml: Add ST_ConcaveHull to news item -2011-01-24 20:56 Sandro Santilli <strk@keybit.net> +2011-01-24 20:56 Sandro Santilli <strk@kbt.io> * [r6719] topology/test/regress/gml.sql, topology/test/regress/gml_expected: Test multi-component lineal topogeometries [RT-SIGTA] -2011-01-24 20:52 Sandro Santilli <strk@keybit.net> +2011-01-24 20:52 Sandro Santilli <strk@kbt.io> * [r6718] topology/sql/gml.sql: Output multi-edge lineal TopoGeometry GML with a meaningful edge ordering [RT-SIGTA] @@ -38682,50 +42744,50 @@ ST_BandIsNodata function. Added band nodata checking in loader script. -2011-01-24 14:38 Sandro Santilli <strk@keybit.net> +2011-01-24 14:38 Sandro Santilli <strk@kbt.io> * [r6715] topology/test/regress/gml.sql, topology/test/regress/gml_expected: Add test for TopoSurface GML output with multi-face TopoGeometry objects [RT-SIGTA] -2011-01-24 14:18 Sandro Santilli <strk@keybit.net> +2011-01-24 14:18 Sandro Santilli <strk@kbt.io> * [r6714] .gitignore: load_topology* are generated now -2011-01-24 14:14 Sandro Santilli <strk@keybit.net> +2011-01-24 14:14 Sandro Santilli <strk@kbt.io> * [r6713] topology/test/regress/gml.sql, topology/test/regress/gml_expected: Test the noprefix and customprefix GML outputs against all geoms taken in consideration for the default GML .. -2011-01-24 14:03 Sandro Santilli <strk@keybit.net> +2011-01-24 14:03 Sandro Santilli <strk@kbt.io> * [r6712] topology/test/regress/gml.sql, topology/test/regress/gml_expected: Add test for single-component areal TopoGeometry GML output [RT-SIGTA] -2011-01-24 14:01 Sandro Santilli <strk@keybit.net> +2011-01-24 14:01 Sandro Santilli <strk@kbt.io> * [r6711] topology/sql/gml.sql: AsGML(TopoGeometry): Do not force right-hand-rule on each polygon ring (isn't needed and doesn't make sense as it would get the hole rings wrong anyway) [RT-SIGTA] -2011-01-24 11:43 Sandro Santilli <strk@keybit.net> +2011-01-24 11:43 Sandro Santilli <strk@kbt.io> * [r6710] topology/sql/gml.sql: AsGML(TopoGeometry): for TopoSurface, make the directedEdge sequence be ordered to go around each ring (ie: make the order meaningful) [RT-SIGTA]. -2011-01-24 11:11 Sandro Santilli <strk@keybit.net> +2011-01-24 11:11 Sandro Santilli <strk@kbt.io> * [r6709] topology/test/regress/gml.sql, topology/test/regress/gml_expected: AsGML(TopoGeometry) add test for TopoCurve output (only single-element, till ordering of components is sorted out) [RT-SIGTA]. -2011-01-24 09:31 Sandro Santilli <strk@keybit.net> +2011-01-24 09:31 Sandro Santilli <strk@kbt.io> * [r6708] topology/test/Makefile, topology/test/regress/gml.sql, topology/test/regress/gml_expected: Test GML output of puntual @@ -38733,7 +42795,7 @@ manual tests and debate about importance of components sequence ordering [RT-SIGTA]. -2011-01-23 20:25 Sandro Santilli <strk@keybit.net> +2011-01-23 20:25 Sandro Santilli <strk@kbt.io> * [r6702] topology/sql/gml.sql: topology.AsGML(TopoGeometry): Write end node of edges. Fixes bug #807 [RT-SIGTA] @@ -38743,29 +42805,29 @@ * [r6701] doc/extras_topology.xml: Document AsGML and fill in some missing examples in other functions -2011-01-22 23:02 Sandro Santilli <strk@keybit.net> +2011-01-22 23:02 Sandro Santilli <strk@kbt.io> * [r6700] topology/topology.sql.in.c: Port topology.Geometry to $$ syntax [RT-SIGTA] -2011-01-22 22:38 Sandro Santilli <strk@keybit.net> +2011-01-22 22:38 Sandro Santilli <strk@kbt.io> * [r6699] topology/sql/sqlmm.sql, topology/topology.sql.in.c: update email address -2011-01-22 19:26 Sandro Santilli <strk@keybit.net> +2011-01-22 19:26 Sandro Santilli <strk@kbt.io> * [r6698] topology/sql/gml.sql: topology.AsGML: Add the missing gml:directedEdge part within the gml:Face tag, appropriately (?) computing orientation of each "ring" edge [RT-SIGTA] (#803) -2011-01-22 18:46 Sandro Santilli <strk@keybit.net> +2011-01-22 18:46 Sandro Santilli <strk@kbt.io> * [r6697] regress/tickets.sql, regress/tickets_expected: Add test for ST_AsGML with long srsName. Expects what at first sight looked like a bug (#804). -2011-01-22 18:08 Sandro Santilli <strk@keybit.net> +2011-01-22 18:08 Sandro Santilli <strk@kbt.io> * [r6696] topology/test/cache_geometries.sql, topology/test/load_features.sql, @@ -38775,58 +42837,58 @@ something only useful for caching geometries, so move to cache_geometries.sql -2011-01-22 18:08 Sandro Santilli <strk@keybit.net> +2011-01-22 18:08 Sandro Santilli <strk@kbt.io> * [r6695] topology/test/Makefile, topology/test/load_topology.sql, topology/test/load_topology.sql.in: Cleanup the topology regress dir Makefile. Have load_topology.sql generated to allow for specifying different SRIDs. -2011-01-22 17:26 Sandro Santilli <strk@keybit.net> +2011-01-22 17:26 Sandro Santilli <strk@kbt.io> * [r6694] topology/sql/gml.sql: Rename internal functions so to have an underscore prefix, document them as such. Drop wrappers for internal functions (they are not meant to be called by users so don't need to be friendly) [RT-SIGTA] -2011-01-22 17:21 Sandro Santilli <strk@keybit.net> +2011-01-22 17:21 Sandro Santilli <strk@kbt.io> * [r6693] topology/sql/gml.sql: topology.AsGML(TopoGeometry): Add support for specifying a namespace prefix. See ticket #801. [RT-SIGTA] -2011-01-22 16:10 Sandro Santilli <strk@keybit.net> +2011-01-22 16:10 Sandro Santilli <strk@kbt.io> * [r6692] topology/sql/gml.sql: topology.AsGML: Use Long CRS for pointProperty and curveProperty [RT-SIGTA] -2011-01-22 15:24 Sandro Santilli <strk@keybit.net> +2011-01-22 15:24 Sandro Santilli <strk@kbt.io> * [r6691] topology/sql/gml.sql: Use GML3 for Edge curveProperty and Node pointProperty (see #802) [RT-SIGTA]. -2011-01-22 13:55 Sandro Santilli <strk@keybit.net> +2011-01-22 13:55 Sandro Santilli <strk@kbt.io> * [r6690] topology/sql/gml.sql: topology.AsGML(TopoGeometry): add a <gml:Face> tag (See ticket #803) [RT-SIGTA] -2011-01-22 13:27 Sandro Santilli <strk@keybit.net> +2011-01-22 13:27 Sandro Santilli <strk@kbt.io> * [r6689] topology/topology.sql.in.c: Don't miss to include the gml routines in the main topology.sql -2011-01-22 08:37 Sandro Santilli <strk@keybit.net> +2011-01-22 08:37 Sandro Santilli <strk@kbt.io> * [r6688] topology/sql/gml.sql: fix spurious ending bracket in topo-GML output [RT-SIGTA] -2011-01-21 22:10 Sandro Santilli <strk@keybit.net> +2011-01-21 22:10 Sandro Santilli <strk@kbt.io> * [r6687] topology/Makefile.in, topology/sql/gml.sql: First version of topological gml output routines (still miss the visited map) [RT-SIGTA] -2011-01-21 14:08 Sandro Santilli <strk@keybit.net> +2011-01-21 14:08 Sandro Santilli <strk@kbt.io> * [r6684] doc/extras_topology.xml, topology/test/regress/topoelement.sql, @@ -38837,7 +42899,7 @@ impossible. Fix the domain and test accordingly. Update documentation to be informative on the matter. -2011-01-21 13:21 Sandro Santilli <strk@keybit.net> +2011-01-21 13:21 Sandro Santilli <strk@kbt.io> * [r6683] topology/topology.sql.in.c: Fix TopoGeometry -> Geometry conversion for hierarchically defined TopoGeometries in presence @@ -38897,7 +42959,7 @@ to append tiles to an existing table. -Fixed ticket 542. The table WAS dropped but not recreated. -2011-01-19 16:46 Sandro Santilli <strk@keybit.net> +2011-01-19 16:46 Sandro Santilli <strk@kbt.io> * [r6672] topology/test/Makefile, topology/test/regress/topoelement.sql, @@ -38912,7 +42974,7 @@ * [r6671] doc/extras_topology.xml: Put in section abstact for each -2011-01-18 17:19 Sandro Santilli <strk@keybit.net> +2011-01-18 17:19 Sandro Santilli <strk@kbt.io> * [r6670] topology/sql/populate.sql, topology/test/regress/addface.sql, @@ -38927,7 +42989,7 @@ ST_MakeLineGArray, Polygonize_GArray,PointFromWKB (proto), max_distance -2011-01-18 13:52 Sandro Santilli <strk@keybit.net> +2011-01-18 13:52 Sandro Santilli <strk@kbt.io> * [r6668] topology/topology.sql.in.c: ValidateTopology: have temporary table dropped on commit (#783). Thanks Andrea Peri @@ -38972,27 +43034,27 @@ back links. Revise special index section to also consider topology aggregates -2011-01-17 22:35 Sandro Santilli <strk@keybit.net> +2011-01-17 22:35 Sandro Santilli <strk@kbt.io> * [r6659] topology/sql/populate.sql, topology/test/regress/addnode.sql, topology/test/regress/addnode_expected: topology.AddNode: fix detection of edge crossing (#780) [RT-SIGTA] -2011-01-17 21:32 Sandro Santilli <strk@keybit.net> +2011-01-17 21:32 Sandro Santilli <strk@kbt.io> * [r6658] topology/topology.sql.in.c: ValidateTopology: Use a temporary table to create face geometries only once. Huge speed boost for #772. -2011-01-17 21:03 Sandro Santilli <strk@keybit.net> +2011-01-17 21:03 Sandro Santilli <strk@kbt.io> * [r6657] topology/test/regress/legacy_invalid_expected, topology/topology.sql.in.c: ValidateTopology: Put some water on fire by avoiding a full cartesian product scan (#772). It's still too slow, but it is a step forward. -2011-01-17 19:58 Sandro Santilli <strk@keybit.net> +2011-01-17 19:58 Sandro Santilli <strk@kbt.io> * [r6656] topology/topology.sql.in.c: ST_DWithin already includes a bounding box check @@ -39021,7 +43083,7 @@ need to add examples. Update ValidateTopology to reflect enhancements and bug fixes in 2.0. -2011-01-17 09:04 Sandro Santilli <strk@keybit.net> +2011-01-17 09:04 Sandro Santilli <strk@kbt.io> * [r6650] topology/test/regress/legacy_invalid_expected, topology/topology.sql.in.c: topology.ValidateTopology: rewrite @@ -39029,7 +43091,7 @@ and unexpectedly a bunch of false negative in the legacy_invalid testcase (now properly checked visually). [RT-SIGTA]. -2011-01-17 08:47 Sandro Santilli <strk@keybit.net> +2011-01-17 08:47 Sandro Santilli <strk@kbt.io> * [r6649] topology/sql/populate.sql, topology/test/regress/addedge.sql, @@ -39038,7 +43100,7 @@ touches an existing closed edge with an endpoint over a non-endpoint [RT-SIGTA]. -2011-01-17 08:47 Sandro Santilli <strk@keybit.net> +2011-01-17 08:47 Sandro Santilli <strk@kbt.io> * [r6648] topology/sql/populate.sql, topology/test/regress/addface_expected: topology.AddFace: raise @@ -39050,7 +43112,7 @@ * [r6647] NEWS, doc/release_notes.xml: note magnitude of deprecation -2011-01-16 21:42 Sandro Santilli <strk@keybit.net> +2011-01-16 21:42 Sandro Santilli <strk@kbt.io> * [r6646] topology/topology.sql.in.c: ValidateTopology: don't compute full intersection matrix to detect edge-node @@ -39058,7 +43120,7 @@ coincident nodes detection as well, so to be more consistent [RT-SIGTA] -2011-01-16 21:29 Sandro Santilli <strk@keybit.net> +2011-01-16 21:29 Sandro Santilli <strk@kbt.io> * [r6645] topology/topology.sql.in.c: ValidateTopology: && operator is not enough to tell if two points are cohincident (it was at @@ -39069,7 +43131,7 @@ * [r6644] NEWS, doc/release_notes.xml: release notes minor updates while still fresh in my mind. -2011-01-16 17:19 Sandro Santilli <strk@keybit.net> +2011-01-16 17:19 Sandro Santilli <strk@kbt.io> * [r6643] .gitignore: ignore more generated files @@ -39084,7 +43146,7 @@ * [r6641] topology/sql/sqlmm.sql: #776: replace dump with ST_Dump in ST_CreateTopogeo -2011-01-16 10:36 Sandro Santilli <strk@keybit.net> +2011-01-16 10:36 Sandro Santilli <strk@kbt.io> * [r6640] topology/topology.sql.in.c: Drop unused domain TopoGeomElementArray. See #775 @@ -39104,24 +43166,24 @@ * [r6637] postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722: remove drecated functions BuildArea, MakePolygon -2011-01-15 23:55 Sandro Santilli <strk@keybit.net> +2011-01-15 23:55 Sandro Santilli <strk@kbt.io> * [r6636] doc/Makefile.in: html/postgis.html doesn't really depend on images, and encoding such dep has the only effect to _always_ rebuild the documentation, which defeats the purpose of 'make'... -2011-01-15 23:37 Sandro Santilli <strk@keybit.net> +2011-01-15 23:37 Sandro Santilli <strk@kbt.io> * [r6635] doc/Makefile.in: There's no 'html' rule, so there's no point in making it PHONY... -2011-01-15 23:37 Sandro Santilli <strk@keybit.net> +2011-01-15 23:37 Sandro Santilli <strk@kbt.io> * [r6634] doc/Makefile.in: Don't need to clean image_src in maintainer-clean as that's already done by clean, which is a dependency of maintainer-clean -2011-01-15 23:14 Sandro Santilli <strk@keybit.net> +2011-01-15 23:14 Sandro Santilli <strk@kbt.io> * [r6633] topology/sql/populate.sql: topology.AddFace: group face boundary edge finding query results to avoid considering the @@ -39157,7 +43219,7 @@ typo, add TIGER overview link as an example of a topologically based database for people not clear of its utility. -2011-01-14 16:40 Sandro Santilli <strk@keybit.net> +2011-01-14 16:40 Sandro Santilli <strk@kbt.io> * [r6626] topology/sql/populate.sql, topology/test/regress/addedge.sql, @@ -39216,7 +43278,7 @@ * [r6617] doc/extras_topology.xml: mark TopoElementArray_agg as new in 2.0.0, back reference topoelementarray back to this function. -2011-01-13 13:21 Sandro Santilli <strk@keybit.net> +2011-01-13 13:21 Sandro Santilli <strk@kbt.io> * [r6616] NEWS: add ST_RelateMatch item @@ -39423,12 +43485,12 @@ * [r6580] liblwgeom/measures3d.c: Fix for ticket #755 -2011-01-07 10:48 Sandro Santilli <strk@keybit.net> +2011-01-07 10:48 Sandro Santilli <strk@kbt.io> * [r6579] topology/ER/topology.fig: Enlarge the diagram image, by Andrea Peri (#750) -2011-01-07 09:55 Sandro Santilli <strk@keybit.net> +2011-01-07 09:55 Sandro Santilli <strk@kbt.io> * [r6578] topology/test/Makefile, topology/test/regress/droptopology.sql, @@ -39436,7 +43498,7 @@ topology/topology.sql.in.c: Fix bug in topology.DropTopology getting confused in presence of multiple topologies [RT-SIGTA] -2011-01-07 09:54 Sandro Santilli <strk@keybit.net> +2011-01-07 09:54 Sandro Santilli <strk@kbt.io> * [r6577] topology/sql/topoelement, topology/sql/topoelement/topoelement_agg.sql, @@ -39806,7 +43868,7 @@ regress/tickets_expected: Fix regression failure in standard serialization mode. (#735) -2010-12-28 17:16 Sandro Santilli <strk@keybit.net> +2010-12-28 17:16 Sandro Santilli <strk@kbt.io> * [r6522] topology/topology.sql.in.c: Default topology tolerance is 0, not -1 @@ -39848,16 +43910,16 @@ regress/tickets.sql, regress/tickets_expected: ST_MakeLine aggregate function crashes with empty geometries (#729) -2010-12-27 11:56 Sandro Santilli <strk@keybit.net> +2010-12-27 11:56 Sandro Santilli <strk@kbt.io> * [r6514] topology/Makefile.in: PG_CONFIG seems to be needed for PGXS -2010-12-27 11:10 Sandro Santilli <strk@keybit.net> +2010-12-27 11:10 Sandro Santilli <strk@kbt.io> * [r6513] NEWS: Add ST_SharedPaths and ST_Snap items -2010-12-27 11:05 Sandro Santilli <strk@keybit.net> +2010-12-27 11:05 Sandro Santilli <strk@kbt.io> * [r6512] topology/test/regress/sqlmm.sql, topology/test/regress/sqlmm_expected: Do not consider DEBUG and @@ -39929,7 +43991,7 @@ * [r6498] doc/extras_topology.xml: AddTopoGeometryColumn -2010-12-24 10:22 Sandro Santilli <strk@keybit.net> +2010-12-24 10:22 Sandro Santilli <strk@kbt.io> * [r6497] topology/README: Update with some integrations provided by Andrea Peri [RT-SIGTA] @@ -39971,7 +44033,7 @@ * [r6490] doc/xsl/postgis_gardentest.sql.xsl: ability to exclude operators from testing -2010-12-23 17:30 Sandro Santilli <strk@keybit.net> +2010-12-23 17:30 Sandro Santilli <strk@kbt.io> * [r6489] topology/topology.sql.in.c: Other CREATEFUNCTION and _VOLATILE* gone (see #714) @@ -39985,7 +44047,7 @@ * [r6487] postgis/lwgeom_box2dfloat4.c: ST_MakeBox2D crashes with LINESTRING (#728) -2010-12-23 14:19 Sandro Santilli <strk@keybit.net> +2010-12-23 14:19 Sandro Santilli <strk@kbt.io> * [r6486] topology/sql/sqlmm.sql: Stop relying on preprocessor for CREATEFUNCTION and _VOLATILE (see #714) @@ -39994,7 +44056,7 @@ * [r6485] doc/reference_measure.xml: miss end para -2010-12-23 12:49 Sandro Santilli <strk@keybit.net> +2010-12-23 12:49 Sandro Santilli <strk@kbt.io> * [r6484] topology/sql/sqlmm.sql, topology/test/Makefile, topology/test/regress/st_getfacegeometry.sql, @@ -40003,12 +44065,12 @@ polygon coming out of Polygonize will be the correct one. Fixes ticket #726. Enables automated testing for it. -2010-12-23 12:28 Sandro Santilli <strk@keybit.net> +2010-12-23 12:28 Sandro Santilli <strk@kbt.io> * [r6483] topology/test/regress/st_getfacegeometry.sql: Add test showing bug in st_getfacegeometry -2010-12-23 07:57 Sandro Santilli <strk@keybit.net> +2010-12-23 07:57 Sandro Santilli <strk@kbt.io> * [r6482] .gitignore: more git ignores @@ -40055,7 +44117,7 @@ * [r6475] raster/ma_lexer.l, raster/ma_parser.y: Basic flex/bison grammar to start working with raster MapAlgebra -2010-12-22 18:45 Sandro Santilli <strk@keybit.net> +2010-12-22 18:45 Sandro Santilli <strk@kbt.io> * [r6474] topology/sql/populate.sql, topology/test/regress/addface.sql, @@ -40068,12 +44130,12 @@ regress/regress.sql: get rid of addbbox,dropbbox,hasbbox (and replace occurrences in regress with newer postgis_addbbox etc) -2010-12-22 18:24 Sandro Santilli <strk@keybit.net> +2010-12-22 18:24 Sandro Santilli <strk@kbt.io> * [r6472] Makefile: Add rules to avoid the infinite loop took before ./configure is run -2010-12-22 17:27 Sandro Santilli <strk@keybit.net> +2010-12-22 17:27 Sandro Santilli <strk@kbt.io> * [r6471] topology/sql/populate.sql, topology/test/Makefile, topology/test/regress/addface.sql, @@ -40145,12 +44207,12 @@ doc/reference_measure.xml: Document ST_RelateMatch -- polish up later -2010-12-21 17:36 Sandro Santilli <strk@keybit.net> +2010-12-21 17:36 Sandro Santilli <strk@kbt.io> * [r6460] postgis/lwgeom_geos_relatematch.c: Don't release memory associated with arguments. Fixes #725. -2010-12-21 10:32 Sandro Santilli <strk@keybit.net> +2010-12-21 10:32 Sandro Santilli <strk@kbt.io> * [r6459] postgis/Makefile.in, postgis/lwgeom_geos_relatematch.c, postgis/postgis.sql.in.c, regress/Makefile.in, @@ -40169,7 +44231,7 @@ * [r6457] regress/tickets.sql, regress/tickets_expected: Add regression test for #723 -2010-12-20 22:01 Sandro Santilli <strk@keybit.net> +2010-12-20 22:01 Sandro Santilli <strk@kbt.io> * [r6456] topology/sql/populate.sql, topology/test/regress/addedge.sql, @@ -40296,7 +44358,7 @@ * [r6436] doc/extras_topology.xml, doc/using_postgis_dataman.xml: fix typo add DropTopology -2010-12-17 17:56 Sandro Santilli <strk@keybit.net> +2010-12-17 17:56 Sandro Santilli <strk@kbt.io> * [r6435] topology/test/Makefile, topology/test/regress/addedge.sql, @@ -40312,12 +44374,12 @@ * [r6433] doc/Makefile.in, doc/extras_topology.xml, doc/postgis.xml: -2010-12-17 17:19 Sandro Santilli <strk@keybit.net> +2010-12-17 17:19 Sandro Santilli <strk@kbt.io> * [r6432] topology/sql/populate.sql: Add a note about possible semantic change -2010-12-17 17:16 Sandro Santilli <strk@keybit.net> +2010-12-17 17:16 Sandro Santilli <strk@kbt.io> * [r6431] topology/sql/populate.sql: New topology.AddEdge function [RT-SIGTA] @@ -40333,26 +44395,26 @@ for topology and extras in general. Change postgis.refractions.net to www.postgis.org -2010-12-17 16:16 Sandro Santilli <strk@keybit.net> +2010-12-17 16:16 Sandro Santilli <strk@kbt.io> * [r6428] topology/sql/populate.sql: Use newer quoting paradigm ($$); use ST_Crosses when willing to check crossing, not just intersection...; add proper credits -2010-12-17 15:51 Sandro Santilli <strk@keybit.net> +2010-12-17 15:51 Sandro Santilli <strk@kbt.io> * [r6427] topology/test/regress/addnode.sql, topology/test/regress/addnode_expected: Add an inspection in the final node table -2010-12-17 15:27 Sandro Santilli <strk@keybit.net> +2010-12-17 15:27 Sandro Santilli <strk@kbt.io> * [r6426] topology/test/Makefile, topology/test/regress/addnode.sql, topology/test/regress/addnode_expected: Add test for topology.addNode -2010-12-17 15:17 Sandro Santilli <strk@keybit.net> +2010-12-17 15:17 Sandro Santilli <strk@kbt.io> * [r6425] topology/test/invalid_topology.sql, topology/test/load_topology.sql, @@ -40375,7 +44437,7 @@ basic flex files for raster MapAlgebra implementation. The file 'ma_lexer_only' is for testing only the lexer, without the parser -2010-12-17 07:52 Sandro Santilli <strk@keybit.net> +2010-12-17 07:52 Sandro Santilli <strk@kbt.io> * [r6423] topology/test/Makefile, topology/test/load_features.sql, topology/test/load_topology.sql, @@ -40390,47 +44452,47 @@ steps: load of topology, creation of feature tables, query of feature tables. Adapt tests accordingly. -2010-12-16 18:02 Sandro Santilli <strk@keybit.net> +2010-12-16 18:02 Sandro Santilli <strk@kbt.io> * [r6422] regress/run_test: Return number of failures as exit status -2010-12-16 18:00 Sandro Santilli <strk@keybit.net> +2010-12-16 18:00 Sandro Santilli <strk@kbt.io> * [r6421] regress/run_test: Have run_test exit code reflect presence of failures. -2010-12-16 17:52 Sandro Santilli <strk@keybit.net> +2010-12-16 17:52 Sandro Santilli <strk@kbt.io> * [r6420] regress/Makefile.in: Remove duplicated check rule -2010-12-16 17:46 Sandro Santilli <strk@keybit.net> +2010-12-16 17:46 Sandro Santilli <strk@kbt.io> * [r6419] .gitignore: This one shouldn't be in the repository.. anyway, since it is... -2010-12-16 17:30 Sandro Santilli <strk@keybit.net> +2010-12-16 17:30 Sandro Santilli <strk@kbt.io> * [r6418] GNUmakefile.in, regress/Makefile.in: Turn 'regress' dir into a first class subdir, fixes ticket #715 -2010-12-16 16:33 Sandro Santilli <strk@keybit.net> +2010-12-16 16:33 Sandro Santilli <strk@kbt.io> * [r6417] GNUmakefile.in: Comment-out obsoleted rules (didn't drop in case someone will miss them) -2010-12-16 16:28 Sandro Santilli <strk@keybit.net> +2010-12-16 16:28 Sandro Santilli <strk@kbt.io> * [r6416] GNUmakefile.in, liblwgeom/Makefile.in, utils/Makefile: Add 'distclean' to the SUBDIRS target -2010-12-16 14:46 Sandro Santilli <strk@keybit.net> +2010-12-16 14:46 Sandro Santilli <strk@kbt.io> * [r6415] GNUmakefile.in, utils/Makefile: Add 'check' rule under the SUBDIR loop. You now get topology checked if you configured --with-topology -2010-12-16 14:35 Sandro Santilli <strk@keybit.net> +2010-12-16 14:35 Sandro Santilli <strk@kbt.io> * [r6414] loader/Makefile.in: Only run unit tests when building GUI (See @@ -40447,7 +44509,7 @@ regress/lwgeom_regress_expected, regress/measures_expected: most have missed these -2010-12-16 09:48 Sandro Santilli <strk@keybit.net> +2010-12-16 09:48 Sandro Santilli <strk@kbt.io> * [r6411] GNUmakefile.in, utils/Makefile: Add 'clean' to the set of targets handled with the SUBDIRS loop @@ -40464,7 +44526,7 @@ postgis/lwgeom_pg.c, postgis/lwgeom_pg.h: Add in #defines to allow conditional switch-over to GSERIALIZED -2010-12-15 20:06 Sandro Santilli <strk@keybit.net> +2010-12-15 20:06 Sandro Santilli <strk@kbt.io> * [r6408] GNUmakefile.in, liblwgeom/Makefile.in: Fail on fix subdir build failure. Add missing uninstall rule in liblwgeom @@ -40474,7 +44536,7 @@ * [r6407] postgis/lwgeom_functions_basic.c: Remove silly pointer tests from LWGEOM_collect -2010-12-15 18:29 Sandro Santilli <strk@keybit.net> +2010-12-15 18:29 Sandro Santilli <strk@kbt.io> * [r6406] topology/Makefile.in: Install topology.sql in the same directory as other things postgis @@ -40484,7 +44546,7 @@ * [r6405] postgis/lwgeom_functions_basic.c: LWGEOM_accum is orphaned code, bye bye! -2010-12-15 18:03 Sandro Santilli <strk@keybit.net> +2010-12-15 18:03 Sandro Santilli <strk@kbt.io> * [r6404] GNUmakefile, GNUmakefile.in, configure.ac, topology/Version.config: Generate GNUMakefile, add a @@ -40501,36 +44563,36 @@ * [r6402] liblwgeom/lwout_kml.c, liblwgeom/stringbuffer.c, postgis/geography_inout.c: KML crashes on EMPTY (#681) -2010-12-15 17:14 Sandro Santilli <strk@keybit.net> +2010-12-15 17:14 Sandro Santilli <strk@kbt.io> * [r6401] GNUmakefile: Thanks for the great partecipation around GNUmakefile improvements proposal. It's finally here :) -2010-12-15 17:11 Sandro Santilli <strk@keybit.net> +2010-12-15 17:11 Sandro Santilli <strk@kbt.io> * [r6400] topology/Makefile.in: Add a check rule under topology/ [RT-SIGTA] -2010-12-15 17:06 Sandro Santilli <strk@keybit.net> +2010-12-15 17:06 Sandro Santilli <strk@kbt.io> * [r6399] topology/test/Makefile: Make sure predicate sql file is generated before use -2010-12-15 16:41 Sandro Santilli <strk@keybit.net> +2010-12-15 16:41 Sandro Santilli <strk@kbt.io> * [r6398] topology/test/Makefile, topology/test/regress/sqlmm.sql, topology/test/regress/sqlmm_expected, topology/test/sqlmm_topology.sql: Add sqlmm automated test. Drop old rules [RT-SIGTA] -2010-12-15 16:24 Sandro Santilli <strk@keybit.net> +2010-12-15 16:24 Sandro Santilli <strk@kbt.io> * [r6397] topology/test/Makefile, topology/test/regress/legacy_invalid.sql, topology/test/regress/legacy_invalid_expected: automatize topology validity checking [RT-SIGTA] -2010-12-15 16:04 Sandro Santilli <strk@keybit.net> +2010-12-15 16:04 Sandro Santilli <strk@kbt.io> * [r6396] topology/test/Makefile, topology/test/regress, topology/test/regress/legacy_predicate.sql, @@ -40547,22 +44609,22 @@ EMPTY and ST_AsKML -- too many victims for POLYGON EMPTY including ST_LineMerge now. change namespace to www.postgis.org -2010-12-15 14:14 Sandro Santilli <strk@keybit.net> +2010-12-15 14:14 Sandro Santilli <strk@kbt.io> * [r6394] regress/run_test: Allow run_test calls from foreign directories -2010-12-15 14:09 Sandro Santilli <strk@keybit.net> +2010-12-15 14:09 Sandro Santilli <strk@kbt.io> * [r6393] regress/run_test: Do not read ~/.psqlrc when creating database -2010-12-15 14:04 Sandro Santilli <strk@keybit.net> +2010-12-15 14:04 Sandro Santilli <strk@kbt.io> * [r6392] regress/run_test: Add a --topology switch to equip regression db with topology support when requested -2010-12-15 13:39 Sandro Santilli <strk@keybit.net> +2010-12-15 13:39 Sandro Santilli <strk@kbt.io> * [r6391] topology/Makefile.in, topology/sql/populate.sql, topology/topology.sql.in.c: Add new populate.sql file to host @@ -40573,24 +44635,24 @@ * [r6390] doc/xsl/postgis_gardentest.sql.xsl: exclude more functions from tests that are sorta broken -2010-12-15 11:01 Sandro Santilli <strk@keybit.net> +2010-12-15 11:01 Sandro Santilli <strk@kbt.io> * [r6389] topology/sql, topology/sql/sqlmm.sql, topology/topology.sql.in.c: Split sqlmm specific things into its own file -2010-12-15 10:48 Sandro Santilli <strk@keybit.net> +2010-12-15 10:48 Sandro Santilli <strk@kbt.io> * [r6388] topology/topology.sql.in.c: Work outside of transaction, to help upgrade/test cycles. Fix leftover from previous commit. [RT-SIGTA] -2010-12-15 10:44 Sandro Santilli <strk@keybit.net> +2010-12-15 10:44 Sandro Santilli <strk@kbt.io> * [r6387] topology/topology.sql.in.c: Fix typo in TopoGeo_addLinestring description, add DEBUG lines [RT-SIGTA] -2010-12-15 10:08 Sandro Santilli <strk@keybit.net> +2010-12-15 10:08 Sandro Santilli <strk@kbt.io> * [r6386] topology/topology.sql.in.c: Fix detection of non-existent schema in ST_CreateTopoGeo @@ -40803,12 +44865,12 @@ geometries into crasher group to prevent testing until we revisit #700 -2010-12-13 10:49 Sandro Santilli <strk@keybit.net> +2010-12-13 10:49 Sandro Santilli <strk@kbt.io> * [r6345] topology/topology.sql.in.c: Add comments on the 'edge' topology primitives view -2010-12-13 09:51 Sandro Santilli <strk@keybit.net> +2010-12-13 09:51 Sandro Santilli <strk@kbt.io> * [r6344] topology/README: typo @@ -40841,7 +44903,7 @@ loader/shp2pgsql-core.c: ptarray_free now frees the serialized_ptlist, unless FLAGS_GET_READONLY is set. -2010-12-11 00:27 Sandro Santilli <strk@keybit.net> +2010-12-11 00:27 Sandro Santilli <strk@kbt.io> * [r6339] topology/topology.sql.in.c: Do not force drop of pre-existing topology schema. Sounds dangerous when start using @@ -40889,7 +44951,7 @@ * [r6332] liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c: WKB and WKT closure checks are now in X/Y only (#693) -2010-12-10 18:06 Sandro Santilli <strk@keybit.net> +2010-12-10 18:06 Sandro Santilli <strk@kbt.io> * [r6331] GNUmakefile: Revert GNUMakefile changes as per Mark request. I had enough complains about build scripts this week... @@ -40899,28 +44961,28 @@ * [r6330] postgis/lwgeom_functions_basic.c: Fix ST_Segmentize and Polyhedral Surface -- CRASH (#696) -2010-12-10 17:57 Sandro Santilli <strk@keybit.net> +2010-12-10 17:57 Sandro Santilli <strk@kbt.io> * [r6329] GNUmakefile, raster/Makefile.in, utils/Makefile: Add 'uninstall' rule in the loop. Work around the docs dep by using uninstall deps. Add an 'uninstall' rule to raster subsystem -2010-12-10 17:49 Sandro Santilli <strk@keybit.net> +2010-12-10 17:49 Sandro Santilli <strk@kbt.io> * [r6328] GNUmakefile, liblwgeom/Makefile.in, utils/Makefile: Be verbose during recursion. List liblwgeom in SUBDIRS, stub install rules for liblwgeom and utils -2010-12-10 17:29 Sandro Santilli <strk@keybit.net> +2010-12-10 17:29 Sandro Santilli <strk@kbt.io> * [r6327] .gitignore: more ignores -2010-12-10 17:19 Sandro Santilli <strk@keybit.net> +2010-12-10 17:19 Sandro Santilli <strk@kbt.io> * [r6326] GNUmakefile: Start listing some subdirs to recurse into. Hopefully one day this will become cleaner -2010-12-10 17:19 Sandro Santilli <strk@keybit.net> +2010-12-10 17:19 Sandro Santilli <strk@kbt.io> * [r6325] .gitignore: add .svn to .gitignore (why is this in repo ? oh well.. it is useful anyway) @@ -41117,7 +45179,7 @@ postgis/lwgeom_pg.c: Start flipping over references to srid = -1 to srid = SRID_UNKNOWN -2010-12-07 21:55 Sandro Santilli <strk@keybit.net> +2010-12-07 21:55 Sandro Santilli <strk@kbt.io> * [r6292] regress/run_test: Use unified diffs for expected/obtained (easier to read) @@ -41218,17 +45280,17 @@ * [r6279] doc/xsl/raster_gardentest.sql.xsl: start logging sql queries to log table -2010-12-06 15:07 Sandro Santilli <strk@keybit.net> +2010-12-06 15:07 Sandro Santilli <strk@kbt.io> * [r6278] regress/sharedpaths.sql, regress/sharedpaths_expected: Add a couple more cases provided by RT-SITA -2010-12-06 14:52 Sandro Santilli <strk@keybit.net> +2010-12-06 14:52 Sandro Santilli <strk@kbt.io> * [r6277] doc/reference_editor.xml: Document ST_Snap, xref with SnapToGrid -2010-12-06 14:21 Sandro Santilli <strk@keybit.net> +2010-12-06 14:21 Sandro Santilli <strk@kbt.io> * [r6276] doc/reference_processing.xml: Fix typo in ST_SharedPaths documentation, add some xrefs @@ -41254,22 +45316,22 @@ * [r6273] postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c: Remove a couple warnings. -2010-12-03 10:13 Sandro Santilli <strk@keybit.net> +2010-12-03 10:13 Sandro Santilli <strk@kbt.io> * [r6272] regress/snap.sql, regress/snap_expected: Add SNAP test reported on JTS mailing list -2010-12-03 09:53 Sandro Santilli <strk@keybit.net> +2010-12-03 09:53 Sandro Santilli <strk@kbt.io> * [r6271] postgis/lwgeom_geos_snap.c: Fix release of wrong memory (same bug as #670, found here for copy&paste) -2010-12-03 09:22 Sandro Santilli <strk@keybit.net> +2010-12-03 09:22 Sandro Santilli <strk@kbt.io> * [r6270] postgis/lwgeom_geos_sharedpaths.c: FREE the right argument (fixes bug #670) -2010-12-03 09:00 Sandro Santilli <strk@keybit.net> +2010-12-03 09:00 Sandro Santilli <strk@kbt.io> * [r6269] regress/sharedpaths.sql, regress/sharedpaths_expected: Add test for bug 670 @@ -41304,7 +45366,7 @@ LWGEOM_INSPECTED from pointn, startpoint, endpoint, and migrate functionality to liblwgeom. -2010-12-02 18:12 Sandro Santilli <strk@keybit.net> +2010-12-02 18:12 Sandro Santilli <strk@kbt.io> * [r6263] postgis/Makefile.in, postgis/lwgeom_geos_snap.c, postgis/postgis.sql.in.c, regress/Makefile.in, regress/snap.sql, @@ -41445,38 +45507,38 @@ * [r6237] postgis/lwgeom_transform.c: Remove LWGEOM_INSPECTED from transform functions -2010-12-01 18:13 Sandro Santilli <strk@keybit.net> +2010-12-01 18:13 Sandro Santilli <strk@kbt.io> * [r6236] regress/Makefile.in, regress/sharedpaths.sql, regress/sharedpaths_expected: Add regression testing for ST_SharedPaths -2010-12-01 18:11 Sandro Santilli <strk@keybit.net> +2010-12-01 18:11 Sandro Santilli <strk@kbt.io> * [r6235] postgis/lwgeom_geos.c: Support typed multi* empties, just enough fro ST_SharedEdge (see issue #673 for more) -2010-12-01 16:23 Sandro Santilli <strk@keybit.net> +2010-12-01 16:23 Sandro Santilli <strk@kbt.io> * [r6234] postgis/lwgeom_geos_sharedpaths.c: Fix builds against libgeos < 3.3.0 -2010-12-01 16:23 Sandro Santilli <strk@keybit.net> +2010-12-01 16:23 Sandro Santilli <strk@kbt.io> * [r6233] postgis/lwgeom_geos_sharedpaths.c: Retain SRID in output -2010-12-01 16:15 Sandro Santilli <strk@keybit.net> +2010-12-01 16:15 Sandro Santilli <strk@kbt.io> * [r6232] install-sh: Newer script (2009 rather than 2006). Hoping others' won't have it updated (my ./autogen.sh runs always update it) -2010-12-01 15:54 Sandro Santilli <strk@keybit.net> +2010-12-01 15:54 Sandro Santilli <strk@kbt.io> * [r6231] postgis/Makefile.in, postgis/postgis.sql.in.c: Build and register ST_SharedPaths -2010-12-01 15:42 Sandro Santilli <strk@keybit.net> +2010-12-01 15:42 Sandro Santilli <strk@kbt.io> * [r6230] postgis/Makefile: postgis/Makefile is generated from postgis/Makefile.in by ./configure @@ -41486,34 +45548,34 @@ * [r6229] doc/xsl/postgis_gardentest.sql.xsl: no fair -- I want a collection of empties too -2010-12-01 15:07 Sandro Santilli <strk@keybit.net> +2010-12-01 15:07 Sandro Santilli <strk@kbt.io> * [r6228] postgis/postgis.sql.in.c: typo -2010-12-01 14:56 Sandro Santilli <strk@keybit.net> +2010-12-01 14:56 Sandro Santilli <strk@kbt.io> * [r6227] regress/dump.sql, regress/dump_expected: Test dumping an insanely _empty_ geometry -2010-12-01 14:44 Sandro Santilli <strk@keybit.net> +2010-12-01 14:44 Sandro Santilli <strk@kbt.io> * [r6226] regress/dump.sql, regress/dump_expected: Test ST_Dump(EMPTY) -2010-12-01 14:41 Sandro Santilli <strk@keybit.net> +2010-12-01 14:41 Sandro Santilli <strk@kbt.io> * [r6225] regress/Makefile.in, regress/dump.sql, regress/dump_expected: Add test for ST_Dump -2010-12-01 13:57 Sandro Santilli <strk@keybit.net> +2010-12-01 13:57 Sandro Santilli <strk@kbt.io> * [r6224] .gitignore: some ignores -2010-12-01 13:57 Sandro Santilli <strk@keybit.net> +2010-12-01 13:57 Sandro Santilli <strk@kbt.io> * [r6223] utils/postgis_restore.pl: Execute bit -2010-12-01 13:57 Sandro Santilli <strk@keybit.net> +2010-12-01 13:57 Sandro Santilli <strk@kbt.io> * [r6222] postgis/Makefile, postgis/lwgeom_geos_sharedpaths.c: Build ST_SharedPaths function (currently returning a @@ -42041,7 +46103,7 @@ and start attempting to separate _internal from external liblwgeom functions. -2010-10-30 17:35 Sandro Santilli <strk@keybit.net> +2010-10-30 17:35 Sandro Santilli <strk@kbt.io> * [r6156] raster/rt_pg/rt_pg.c: ISO C90 forbids mixed declarations and code @@ -42469,12 +46531,12 @@ * [r6085] doc/reference_output.xml: missing protos for st_askml, st_asgml -2010-10-18 15:59 Sandro Santilli <strk@keybit.net> +2010-10-18 15:59 Sandro Santilli <strk@kbt.io> * [r6084] postgis/lwgeom_geos.c: Location argument to GEOSIsValidDetail is non-const -2010-10-18 13:15 Sandro Santilli <strk@keybit.net> +2010-10-18 13:15 Sandro Santilli <strk@kbt.io> * [r6083] regress/measures.sql, regress/measures_expected: Snap ShortestLine to 1e-14 grid (fixes failure on opensuse) @@ -42978,17 +47040,17 @@ doc/postgis.xml, doc/reference_raster.xml, doc/reference_wktraster.xml: rename wktraster to raster -2010-09-13 19:18 Sandro Santilli <strk@keybit.net> +2010-09-13 19:18 Sandro Santilli <strk@kbt.io> * [r5966] topology/topology.sql.in.c: Drop references to topology geometry tables in DropTopology (see #586) -2010-09-13 17:01 Sandro Santilli <strk@keybit.net> +2010-09-13 17:01 Sandro Santilli <strk@kbt.io> * [r5965] topology/README: Add note about topology.sql expecting a postgis-enabled db -2010-09-13 16:59 Sandro Santilli <strk@keybit.net> +2010-09-13 16:59 Sandro Santilli <strk@kbt.io> * [r5964] topology/topology.sql.in.c: PostgreSQL 9 support : don't use reserved 'table' keyword (see #585) @@ -43175,7 +47237,7 @@ This prevents rounding errors being introduced into the bounding box when each input result is converted to BOX2DFLOAT4 in turn. -2010-09-07 21:59 Sandro Santilli <strk@keybit.net> +2010-09-07 21:59 Sandro Santilli <strk@kbt.io> * [r5922] doc/reference_processing.xml: concave hull is currently supported @@ -43336,7 +47398,7 @@ doc/reference_processing.xml, postgis/postgis.sql.in.c: First draft of ST_ConcaveHull -- more to come -2010-09-03 12:31 Sandro Santilli <strk@keybit.net> +2010-09-03 12:31 Sandro Santilli <strk@kbt.io> * [r5893] topology/ER/topology.fig: Make edge-edge relations clearer. Thanks to Peter Hopfgartner and to @@ -43461,7 +47523,7 @@ doc/html/image_src/st_split04.wkt, doc/reference_processing.xml: another st_split example -2010-08-23 14:12 Sandro Santilli <strk@keybit.net> +2010-08-23 14:12 Sandro Santilli <strk@kbt.io> * [r5863] utils/new_postgis_restore.pl: Add 3 more postgis objects to skip from dumps @@ -43803,12 +47865,12 @@ * [r5796] doc/reference_accessor.xml, doc/reference_editor.xml, doc/template.xml: appendments about Polyhedral surface support -2010-08-08 22:20 Sandro Santilli <strk@keybit.net> +2010-08-08 22:20 Sandro Santilli <strk@kbt.io> * [r5795] regress/polyhedralsurface_expected: Drop spurious empty line -2010-08-08 22:20 Sandro Santilli <strk@keybit.net> +2010-08-08 22:20 Sandro Santilli <strk@kbt.io> * [r5794] regress/Makefile.in: 'pushd' is not guaranteed to be provided by all shells (Ubuntu 8.10 has /bin/sh point to dash(1) @@ -44043,7 +48105,7 @@ * [r5734] doc/reference_wktraster.xml: ST_RasterBandMetaData -2010-07-07 21:52 Sandro Santilli <strk@keybit.net> +2010-07-07 21:52 Sandro Santilli <strk@kbt.io> * [r5732] topology/topology.sql.in.c: Add 7.3+ CAST (wasn't needed up to 7.2, against which this topology implementation was coded) @@ -44081,12 +48143,12 @@ * [r5724] doc/reference_wktraster.xml: ad missing proto for bandnodatavalue -2010-07-06 08:28 Sandro Santilli <strk@keybit.net> +2010-07-06 08:28 Sandro Santilli <strk@kbt.io> * [r5723] NEWS, doc/reference_accessor.xml: Document ST_isCollection (see #549) -2010-07-06 08:28 Sandro Santilli <strk@keybit.net> +2010-07-06 08:28 Sandro Santilli <strk@kbt.io> * [r5722] topology/ER/topology.fig: Remove spurious element (was hiding behind a fill) @@ -44096,40 +48158,40 @@ * [r5721] README.postgis: Add in micro commit to see if email hook is running -2010-07-01 13:20 Sandro Santilli <strk@keybit.net> +2010-07-01 13:20 Sandro Santilli <strk@kbt.io> * [r5718] NEWS, postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c, regress/Makefile.in, regress/iscollection.sql, regress/iscollection_expected: Add ST_isCollection (see ticket #549) -2010-06-30 16:14 Sandro Santilli <strk@keybit.net> +2010-06-30 16:14 Sandro Santilli <strk@kbt.io> * [r5717] topology/test/Makefile: Do not source psqlrc when doing tests -2010-06-30 16:10 Sandro Santilli <strk@keybit.net> +2010-06-30 16:10 Sandro Santilli <strk@kbt.io> * [r5716] topology/topology.sql.in.c: More explicit cast from geometry to text (for quote_ident's sake) and an handling of unexistent topology. Tests run again with psql 8.3.9 -2010-06-30 15:52 Sandro Santilli <strk@keybit.net> +2010-06-30 15:52 Sandro Santilli <strk@kbt.io> * [r5715] topology/topology.sql.in.c: Define the cross-pgsql macros that used to be in sqldefines.h (now lost) + use st_union rather than geomunion (now lost) -2010-06-30 15:51 Sandro Santilli <strk@keybit.net> +2010-06-30 15:51 Sandro Santilli <strk@kbt.io> * [r5714] topology/test/Makefile: Fix loading of postgis.sql -2010-06-25 10:05 Sandro Santilli <strk@keybit.net> +2010-06-25 10:05 Sandro Santilli <strk@kbt.io> * [r5708] postgis/lwgeom_geos.c: More exception handling to avoid leaks and give more info when it happens -2010-06-25 09:30 Sandro Santilli <strk@keybit.net> +2010-06-25 09:30 Sandro Santilli <strk@kbt.io> * [r5707] postgis/lwgeom_geos.c: Properly handle GEOS exceptions on cascaded union code (failing since introduction of postponed @@ -44141,7 +48203,7 @@ ST_Intersects, ST_CoveredBy and ST_Covers because spatial index doesn't work with strict on (and text,text ST_DWithin) -2010-06-25 07:41 Sandro Santilli <strk@keybit.net> +2010-06-25 07:41 Sandro Santilli <strk@kbt.io> * [r5703] regress/split.sql, regress/split_expected: Test splitting 3d line by 2d blade @@ -44240,7 +48302,7 @@ * [r5638] loader/shp2pgsql-core.h: Back off from Win32 encoding to more generic ISO8859-1 -2010-05-22 15:41 Sandro Santilli <strk@keybit.net> +2010-05-22 15:41 Sandro Santilli <strk@kbt.io> * [r5634] NEWS: Add note about the truncated multibyte enhancement (as the issue came out on IRC for another dataset) @@ -44278,16 +48340,16 @@ loader/shp2pgsql-gui.c: Allow GUI to create partial connection strings. -2010-05-13 08:39 Sandro Santilli <strk@keybit.net> +2010-05-13 08:39 Sandro Santilli <strk@kbt.io> * [r5618] postgis/lwgeom_geos_split.c: Fix memory error in ST_Split (short allocation) -2010-05-04 21:21 Sandro Santilli <strk@keybit.net> +2010-05-04 21:21 Sandro Santilli <strk@kbt.io> * [r5615] NEWS: Add ST_MakeValid item -2010-05-04 21:19 Sandro Santilli <strk@keybit.net> +2010-05-04 21:19 Sandro Santilli <strk@kbt.io> * [r5614] postgis/lwgeom_geos_clean.c: Oops, was using GEOS types instead of LWGEOM ones.. @@ -44320,33 +48382,33 @@ * [r5606] doc/reference_wktraster.xml: requested changes from #514 -2010-05-03 16:35 Sandro Santilli <strk@keybit.net> +2010-05-03 16:35 Sandro Santilli <strk@kbt.io> * [r5604] postgis/lwgeom_geos_clean.c: ST_MakeValid: Early fail if an unsupported type is given -2010-05-03 16:24 Sandro Santilli <strk@keybit.net> +2010-05-03 16:24 Sandro Santilli <strk@kbt.io> * [r5603] doc/reference_processing.xml: Document ST_MakeValid -2010-05-03 16:02 Sandro Santilli <strk@keybit.net> +2010-05-03 16:02 Sandro Santilli <strk@kbt.io> * [r5602] regress/Makefile.in: Add a 'staged-install' rule, helpful when you want to run a single test after changing the core lib ... -2010-05-03 15:59 Sandro Santilli <strk@keybit.net> +2010-05-03 15:59 Sandro Santilli <strk@kbt.io> * [r5601] postgis/lwgeom_geos_clean.c, regress/clean.sql, regress/clean_expected: ST_MakeValid: don't choke on MULTILINESTRING containing invalid LINESTRING elements -2010-05-03 12:11 Sandro Santilli <strk@keybit.net> +2010-05-03 12:11 Sandro Santilli <strk@kbt.io> * [r5600] regress/clean.sql, regress/clean_expected: Merge SRID-retainment tests with some of the other tests -2010-05-03 11:31 Sandro Santilli <strk@keybit.net> +2010-05-03 11:31 Sandro Santilli <strk@kbt.io> * [r5599] postgis/lwgeom_geos_clean.c, regress/clean.sql, regress/clean_expected: Do not drop polygon boundaries collapsed @@ -44414,21 +48476,21 @@ * [r5567] doc/reference_wktraster.xml: document ST_SetBandHasNoDataValue -2010-04-18 12:13 Sandro Santilli <strk@keybit.net> +2010-04-18 12:13 Sandro Santilli <strk@kbt.io> * [r5566] loader/shp2pgsql-core.c: Escape fields named xmin (xmax was already escaped). See issue #504. -2010-04-17 21:25 Sandro Santilli <strk@keybit.net> +2010-04-17 21:25 Sandro Santilli <strk@kbt.io> * [r5565] doc/reference_processing.xml: Fix documentation for ST_Split (so postgis_comments.sql is correct) -2010-04-17 11:06 Sandro Santilli <strk@keybit.net> +2010-04-17 11:06 Sandro Santilli <strk@kbt.io> * [r5564] postgis/lwgeom_geos.c: Plug a couple of memory leaks -2010-04-17 08:26 Sandro Santilli <strk@keybit.net> +2010-04-17 08:26 Sandro Santilli <strk@kbt.io> * [r5563] postgis/lwgeom_geos.c, regress/tickets.sql, regress/tickets_expected: Fix crash on invalid polygon rings @@ -44610,7 +48672,7 @@ macros/gtk-2.0.m4: Add support for command-q shutdown in Mac GTK build -2010-04-06 18:33 Sandro Santilli <strk@keybit.net> +2010-04-06 18:33 Sandro Santilli <strk@kbt.io> * [r5503] loader/shp2pgsql-core.c: WARN and continue on incomplete multibyte sequence @@ -44685,12 +48747,12 @@ at integrating wktraster documentation -- hopefully didn't break anything doing this. -2010-03-31 15:34 Sandro Santilli <strk@keybit.net> +2010-03-31 15:34 Sandro Santilli <strk@kbt.io> * [r5473] loader/shp2pgsql-cli.c: Do not hard-code default encoding (since it's a macro) -2010-03-31 14:50 Sandro Santilli <strk@keybit.net> +2010-03-31 14:50 Sandro Santilli <strk@kbt.io> * [r5472] loader/shp2pgsql-core.c: Dump more informations about failing decoding @@ -44760,7 +48822,7 @@ * [r5460] liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Restore original license terms. -2010-03-23 19:35 Sandro Santilli <strk@keybit.net> +2010-03-23 19:35 Sandro Santilli <strk@kbt.io> * [r5459] doc/reference_output.xml, postgis/lwgeom_export.c, postgis/postgis.sql.in.c, regress/out_geometry.sql, @@ -44772,7 +48834,7 @@ * [r5454] postgis/lwgeom_accum.c: Fix for array aggregation error (#469) -2010-03-22 21:13 Sandro Santilli <strk@keybit.net> +2010-03-22 21:13 Sandro Santilli <strk@kbt.io> * [r5452] liblwgeom/cunit/cu_out_gml.c, liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c, postgis/geography_inout.c, @@ -44786,31 +48848,31 @@ loader/shp2pgsql-gui.c: Convert all extern opt* variables to pgis_opt* variables to avoid clashes with system variables. (ug!) -2010-03-17 08:27 Sandro Santilli <strk@keybit.net> +2010-03-17 08:27 Sandro Santilli <strk@kbt.io> * [r5448] regress/split.sql, regress/split_expected: Add test for GEOMETRYCOLLECTION and ST_Split -2010-03-17 07:42 Sandro Santilli <strk@keybit.net> +2010-03-17 07:42 Sandro Santilli <strk@kbt.io> * [r5447] NEWS: Add ST_Split -2010-03-17 07:40 Sandro Santilli <strk@keybit.net> +2010-03-17 07:40 Sandro Santilli <strk@kbt.io> * [r5446] liblwgeom/cunit/Makefile.in: Don't choke on clean when there's nothing to clean -2010-03-17 07:32 Sandro Santilli <strk@keybit.net> +2010-03-17 07:32 Sandro Santilli <strk@kbt.io> * [r5445] GNUmakefile, liblwgeom/Makefile.in: Fix 'clean' rule to descend in cunit -2010-03-16 22:18 Sandro Santilli <strk@keybit.net> +2010-03-16 22:18 Sandro Santilli <strk@kbt.io> * [r5444] postgis/lwgeom_geos_split.c, regress/split.sql, regress/split_expected: Add support for MULTI* in ST_Split -2010-03-16 13:14 Sandro Santilli <strk@keybit.net> +2010-03-16 13:14 Sandro Santilli <strk@kbt.io> * [r5440] doc/reference_processing.xml: Document ST_Split @@ -44846,74 +48908,74 @@ Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. -2010-03-15 18:03 Sandro Santilli <strk@keybit.net> +2010-03-15 18:03 Sandro Santilli <strk@kbt.io> * [r5438] postgis/lwgeom_geos_split.c, postgis/postgis.sql.in.c, regress/split.sql: Rename ST_SplitGeometry to ST_Split (better now than never) -2010-03-15 18:00 Sandro Santilli <strk@keybit.net> +2010-03-15 18:00 Sandro Santilli <strk@kbt.io> * [r5437] postgis/lwgeom_geos_split.c, regress/split.sql, regress/split_expected: Implement split-poly-by-line -2010-03-13 12:55 Sandro Santilli <strk@keybit.net> +2010-03-13 12:55 Sandro Santilli <strk@kbt.io> * [r5436] postgis/lwgeom_geos_split.c, regress/split.sql, regress/split_expected: Reword exception message, make algorithm more robust not relying on constructive functions to detect relation between inputs -2010-03-13 11:23 Sandro Santilli <strk@keybit.net> +2010-03-13 11:23 Sandro Santilli <strk@kbt.io> * [r5435] postgis/lwgeom_geos_split.c: Fix printf call -2010-03-13 11:16 Sandro Santilli <strk@keybit.net> +2010-03-13 11:16 Sandro Santilli <strk@kbt.io> * [r5434] postgis/lwgeom_geos_split.c, regress/split.sql, regress/split_expected: Split-line-by-line: handle overlap cases by raising an exception -2010-03-13 10:59 Sandro Santilli <strk@keybit.net> +2010-03-13 10:59 Sandro Santilli <strk@kbt.io> * [r5433] postgis/lwgeom_geos_split.c, regress/split.sql, regress/split_expected: Implement split-line-by-line -2010-03-13 09:22 Sandro Santilli <strk@keybit.net> +2010-03-13 09:22 Sandro Santilli <strk@kbt.io> * [r5432] postgis/lwgeom_functions_analytic.c: Be polite -2010-03-12 18:39 Sandro Santilli <strk@keybit.net> +2010-03-12 18:39 Sandro Santilli <strk@kbt.io> * [r5430] loader/shp2pgsql-core.c: Fix memory errors in presence of NULL (0-verticed) geometries and insert (default) policy. -2010-03-12 15:46 Sandro Santilli <strk@keybit.net> +2010-03-12 15:46 Sandro Santilli <strk@kbt.io> * [r5429] liblwgeom/ptarray.c: ptarray_substring *does* already implement interpolation -2010-03-12 15:25 Sandro Santilli <strk@keybit.net> +2010-03-12 15:25 Sandro Santilli <strk@kbt.io> * [r5428] postgis/TODO: Drop extraneous task (if it referred to loader we do have a switch for index creation now) -2010-03-12 15:15 Sandro Santilli <strk@keybit.net> +2010-03-12 15:15 Sandro Santilli <strk@kbt.io> * [r5427] postgis/postgis.sql.in.c: Fix ST_DumpPoints not to relay on NULL return from ST_NumGeometries to tell multi and singles apart -2010-03-12 15:14 Sandro Santilli <strk@keybit.net> +2010-03-12 15:14 Sandro Santilli <strk@kbt.io> * [r5426] regress/Makefile.in: Trigger reconstruction of regress' postgis.sql when original one changes -2010-03-12 14:03 Sandro Santilli <strk@keybit.net> +2010-03-12 14:03 Sandro Santilli <strk@kbt.io> * [r5424] NEWS: Add item about GeometryN/NumGeometries -2010-03-12 13:50 Sandro Santilli <strk@keybit.net> +2010-03-12 13:50 Sandro Santilli <strk@kbt.io> * [r5423] postgis/lwgeom_ogc.c, regress/regress_ogc.sql, regress/regress_ogc_expected: Add support for simple geometries @@ -44931,45 +48993,45 @@ * [r5419] doc/reference_lrs.xml: put in note about improvement to ST_Line_SubString #410 -2010-03-11 20:50 Sandro Santilli <strk@keybit.net> +2010-03-11 20:50 Sandro Santilli <strk@kbt.io> * [r5416] postgis/lwgeom_geos_split.c: More comments cleanup -2010-03-11 20:48 Sandro Santilli <strk@keybit.net> +2010-03-11 20:48 Sandro Santilli <strk@kbt.io> * [r5415] postgis/lwgeom_geos_split.c: remove wrong comment -2010-03-11 20:34 Sandro Santilli <strk@keybit.net> +2010-03-11 20:34 Sandro Santilli <strk@kbt.io> * [r5414] postgis/lwgeom_geos_split.c, regress/split.sql, regress/split_expected: Set interface specs in stone within the implementation file, add a testcase to show what's "left" and what's "right" in the split-line-by-point -2010-03-11 20:28 Sandro Santilli <strk@keybit.net> +2010-03-11 20:28 Sandro Santilli <strk@kbt.io> * [r5413] postgis/lwgeom_geos_split.c, regress/split_expected: *always* return a collection from ST_SplitGeometry -2010-03-11 20:19 Sandro Santilli <strk@keybit.net> +2010-03-11 20:19 Sandro Santilli <strk@kbt.io> * [r5412] postgis/lwgeom_geos_split.c, regress/split.sql, regress/split_expected: Have ST_SplitGeometry return a collection of at most 2 elements (original part, cut-away part) so it's easier to handle by callers -2010-03-11 17:53 Sandro Santilli <strk@keybit.net> +2010-03-11 17:53 Sandro Santilli <strk@kbt.io> * [r5411] regress/remove_repeated_points.sql, regress/remove_repeated_points_expected: Add SRID retainment testcase for removerepeatedpoint (paranoia) -2010-03-11 17:51 Sandro Santilli <strk@keybit.net> +2010-03-11 17:51 Sandro Santilli <strk@kbt.io> * [r5410] regress/clean.sql, regress/clean_expected: Add SRID retainment testcases -2010-03-11 17:21 Sandro Santilli <strk@keybit.net> +2010-03-11 17:21 Sandro Santilli <strk@kbt.io> * [r5409] postgis/lwgeom_geos_clean.c: Don't 'clean' the SRID... @@ -44981,31 +49043,31 @@ * [r5398] postgis/lwgeom_accum.c: Fix to allow compile on 9.0alpha -2010-03-10 15:33 Sandro Santilli <strk@keybit.net> +2010-03-10 15:33 Sandro Santilli <strk@kbt.io> * [r5396] postgis/Makefile.in, postgis/lwgeom_geos_split.c, postgis/postgis.sql.in.c, regress/Makefile.in, regress/split.sql, regress/split_expected: Initial work on ST_SplitGeometry. Split line by point implemented. -2010-03-10 15:29 Sandro Santilli <strk@keybit.net> +2010-03-10 15:29 Sandro Santilli <strk@kbt.io> * [r5395] liblwgeom/liblwgeom.h, liblwgeom/ptarray.c, postgis/lwgeom_functions_analytic.c: Since we do a full scan of pointarray from ptarray_locate_point, take the chance to also return min distance -2010-03-10 14:32 Sandro Santilli <strk@keybit.net> +2010-03-10 14:32 Sandro Santilli <strk@kbt.io> * [r5394] liblwgeom/liblwgeom.h: Document closest_point_on_segment in header file -2010-03-10 14:20 Sandro Santilli <strk@keybit.net> +2010-03-10 14:20 Sandro Santilli <strk@kbt.io> * [r5393] liblwgeom/liblwgeom.h: Document ptarray_locate_point in header file -2010-03-10 10:07 Sandro Santilli <strk@keybit.net> +2010-03-10 10:07 Sandro Santilli <strk@kbt.io> * [r5392] postgis/lwgeom_geos.c, postgis/lwgeom_geos.h, postgis/lwgeom_geos_clean.c: Export geos error logger @@ -45042,7 +49104,7 @@ * [r5377] README.postgis: Note minimum required versions. -2010-03-05 21:49 Sandro Santilli <strk@keybit.net> +2010-03-05 21:49 Sandro Santilli <strk@kbt.io> * [r5376] postgis/lwgeom_ogc.c: Fix typo @@ -45113,65 +49175,65 @@ couple functions (length, copy) to stringbuffer, and add comments. -2010-03-02 21:32 Sandro Santilli <strk@keybit.net> +2010-03-02 21:32 Sandro Santilli <strk@kbt.io> * [r5363] postgis/lwgeom_geos_clean.c, regress/clean.sql, regress/clean_expected: ST_MakeValid : turn collapsed lines into points [RT-SIGTA] -2010-02-28 23:11 Sandro Santilli <strk@keybit.net> +2010-02-28 23:11 Sandro Santilli <strk@kbt.io> * [r5360] postgis/lwgeom_geos_clean.c, regress/Makefile.in, regress/clean.sql, regress/clean_expected: Node lineal geometries resulting invalid. Re-enable automated testcase for st_MakeValid [RT-SIGTA] -2010-02-28 22:48 Sandro Santilli <strk@keybit.net> +2010-02-28 22:48 Sandro Santilli <strk@kbt.io> * [r5359] postgis/lwgeom_geos_clean.c: Don't use a collection when there's no area -2010-02-28 22:24 Sandro Santilli <strk@keybit.net> +2010-02-28 22:24 Sandro Santilli <strk@kbt.io> * [r5358] postgis/lwgeom_geos_clean.c: Fix build with debugging on, fix bug when run against invalid linestrings -2010-02-28 21:31 Sandro Santilli <strk@keybit.net> +2010-02-28 21:31 Sandro Santilli <strk@kbt.io> * [r5357] postgis/lwgeom_geos_clean.c: Add paranoid check to make super-sure no input vertices are dropped by ST_MakeValid [RT-SIGTA] -2010-02-28 20:36 Sandro Santilli <strk@keybit.net> +2010-02-28 20:36 Sandro Santilli <strk@kbt.io> * [r5356] postgis/lwgeom_geos_clean.c: Put GEOS-only functionality of ST_MakeValid in its own function -2010-02-28 19:24 Sandro Santilli <strk@keybit.net> +2010-02-28 19:24 Sandro Santilli <strk@kbt.io> * [r5355] postgis/lwgeom_geos_clean.c: Fix documentation to match current behaviour -2010-02-28 19:09 Sandro Santilli <strk@keybit.net> +2010-02-28 19:09 Sandro Santilli <strk@kbt.io> * [r5354] postgis/lwgeom_geos_clean.c: Simplify code -2010-02-28 19:04 Sandro Santilli <strk@keybit.net> +2010-02-28 19:04 Sandro Santilli <strk@kbt.io> * [r5353] postgis/lwgeom_geos.c: Avoid a call to the GEOS CAPI when unnecessary (works around a bug in GEOS aborting in some cases of EMPTY polygons -2010-02-28 17:20 Sandro Santilli <strk@keybit.net> +2010-02-28 17:20 Sandro Santilli <strk@kbt.io> * [r5352] postgis/lwgeom_geos_clean.c: Move ST_CleanGeometry core code into specialized 'lwgeom' function -2010-02-28 17:11 Sandro Santilli <strk@keybit.net> +2010-02-28 17:11 Sandro Santilli <strk@kbt.io> * [r5351] postgis/lwgeom_geos_clean.c: cleanups -2010-02-28 14:05 Sandro Santilli <strk@keybit.net> +2010-02-28 14:05 Sandro Santilli <strk@kbt.io> * [r5350] postgis/lwgeom_geos_clean.c: Put areal part first in collection, and collapsed edges second @@ -45238,12 +49300,12 @@ ST_FlipCoordinates (#354). Add relevant cunit tests and basic documentation. -2010-02-25 13:30 Sandro Santilli <strk@keybit.net> +2010-02-25 13:30 Sandro Santilli <strk@kbt.io> * [r5337] postgis/lwgeom_geos_clean.c: Drop unused code, avoid putting empty geometry in a collection.. [RT-SIGTA] -2010-02-25 13:15 Sandro Santilli <strk@keybit.net> +2010-02-25 13:15 Sandro Santilli <strk@kbt.io> * [r5336] postgis/lwgeom_geos_clean.c: Recursively try to build area with portions of the original boundary not on the boundary @@ -45333,7 +49395,7 @@ * [r5323] liblwgeom/cunit/cu_tester.c: Allow cu_tester to accept parameters to run individual tests or suites, from Jeff Adams. -2010-02-23 19:42 Sandro Santilli <strk@keybit.net> +2010-02-23 19:42 Sandro Santilli <strk@kbt.io> * [r5322] liblwgeom/ptarray.c, regress/remove_repeated_points.sql, regress/remove_repeated_points_expected: Don't let @@ -45390,12 +49452,12 @@ behaviour: if geometryCollection and bbox, not sub geoms bbox are provided anymore -2010-02-22 20:58 Sandro Santilli <strk@keybit.net> +2010-02-22 20:58 Sandro Santilli <strk@kbt.io> * [r5307] postgis/lwgeom_geos_clean.c, postgis/postgis.sql.in.c: Let ST_CleanGeometry down to C [RT-SIGTA] -2010-02-22 20:45 Sandro Santilli <strk@keybit.net> +2010-02-22 20:45 Sandro Santilli <strk@kbt.io> * [r5306] postgis/lwgeom_geos_clean.c: Derive an lwgeom_make_valid from ST_MakeValid [RT-SIGTA] @@ -45410,7 +49472,7 @@ postgis/postgis.sql.in.c: ST_AsLatLonText(geometry, format) from Jeff Adams -2010-02-22 20:29 Sandro Santilli <strk@keybit.net> +2010-02-22 20:29 Sandro Santilli <strk@kbt.io> * [r5304] postgis/lwgeom_geos_clean.c, postgis/postgis.sql.in.c: Follow style guidelines for function naming @@ -45432,16 +49494,16 @@ math.h include in lwout_svg (#438). Put back lwgeom_export.h as we need header for getSRSbySRID. -2010-02-22 19:37 Sandro Santilli <strk@keybit.net> +2010-02-22 19:37 Sandro Santilli <strk@kbt.io> * [r5299] liblwgeom/liblwgeom.h: Oops (#434) -2010-02-22 19:35 Sandro Santilli <strk@keybit.net> +2010-02-22 19:35 Sandro Santilli <strk@kbt.io> * [r5298] postgis/lwgeom_geos_clean.c: Fix warnings when building with GEOS < 3.3.0 (ticket #434 -2010-02-22 19:31 Sandro Santilli <strk@keybit.net> +2010-02-22 19:31 Sandro Santilli <strk@kbt.io> * [r5297] install-sh, liblwgeom/liblwgeom.h: Fix missing prototypes warnings @@ -45503,12 +49565,12 @@ liblwgeom dir. Use as most as cunit test as possible. Related to #377. -2010-02-21 22:34 Sandro Santilli <strk@keybit.net> +2010-02-21 22:34 Sandro Santilli <strk@kbt.io> * [r5282] postgis/postgis.sql.in.c: Cleanup the GeometryClean function now that vertex checking is done better in ST_MakeValid -2010-02-21 22:10 Sandro Santilli <strk@keybit.net> +2010-02-21 22:10 Sandro Santilli <strk@kbt.io> * [r5281] postgis/lwgeom_geos_clean.c: Force multi-type in output if input was multi [RT-SIGTA] @@ -45524,7 +49586,7 @@ * [r5279] liblwgeom/cunit/cu_homogenize.c: add explicit void return type -2010-02-21 21:11 Sandro Santilli <strk@keybit.net> +2010-02-21 21:11 Sandro Santilli <strk@kbt.io> * [r5278] postgis/Makefile.in, postgis/lwgeom_geos.c, postgis/lwgeom_geos.h, postgis/lwgeom_geos_clean.c, @@ -45571,7 +49633,7 @@ postgis/lwgeom_in_kml.c, postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c: make astyle session -2010-02-21 12:22 Sandro Santilli <strk@keybit.net> +2010-02-21 12:22 Sandro Santilli <strk@kbt.io> * [r5273] NEWS, doc/reference_processing.xml, liblwgeom/liblwgeom.h, liblwgeom/lwcollection.c, @@ -45582,11 +49644,11 @@ regress/remove_repeated_points_expected: ST_RemoveRepeatedPoints [RT-SIGTA] -2010-02-21 12:21 Sandro Santilli <strk@keybit.net> +2010-02-21 12:21 Sandro Santilli <strk@kbt.io> * [r5272] postgis/lwgeom_functions_analytic.c: style... -2010-02-21 12:21 Sandro Santilli <strk@keybit.net> +2010-02-21 12:21 Sandro Santilli <strk@kbt.io> * [r5271] liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_tester.c, liblwgeom/lwhomogenize.c, @@ -45629,7 +49691,7 @@ * [r5261] postgis/lwgeom_functions_analytic.c: Add multilinestring support to st_line_substring (#419) -2010-02-17 21:02 Sandro Santilli <strk@keybit.net> +2010-02-17 21:02 Sandro Santilli <strk@kbt.io> * [r5258] postgis/lwgeom_geos.c, regress/clean.sql, regress/clean_expected: Allow retaining badly collapsed rings @@ -45641,91 +49703,91 @@ * [r5257] doc/reference_editor.xml: removed sfs_compliant note for ST_Transform -2010-02-16 09:38 Sandro Santilli <strk@keybit.net> +2010-02-16 09:38 Sandro Santilli <strk@kbt.io> * [r5256] doc/reference_accessor.xml, postgis/lwgeom_geos.c: Return NULL rather than throwing when a COLLECTION is given to ST_Boundary [RT-SIGTA] -2010-02-16 09:29 Sandro Santilli <strk@keybit.net> +2010-02-16 09:29 Sandro Santilli <strk@kbt.io> * [r5255] postgis/lwgeom_geos.c: Fix build with --enable-debug=3 [RT-SIGTA] -2010-02-16 09:08 Sandro Santilli <strk@keybit.net> +2010-02-16 09:08 Sandro Santilli <strk@kbt.io> * [r5254] regress/clean.sql: Add origin field for the clean dataset table, so we can add PG-specific ones w/out caring about visualizing them:) -2010-02-16 09:06 Sandro Santilli <strk@keybit.net> +2010-02-16 09:06 Sandro Santilli <strk@kbt.io> * [r5253] regress/clean.sql, regress/clean_expected: Add a test for input being invalid (a test of the test) -2010-02-16 09:03 Sandro Santilli <strk@keybit.net> +2010-02-16 09:03 Sandro Santilli <strk@kbt.io> * [r5252] postgis/lwgeom_geos.c: Separate areal-specific cleanups in LWGEOM_GEOS_makeValidPolygon [RT-SIGTA] -2010-02-16 08:28 Sandro Santilli <strk@keybit.net> +2010-02-16 08:28 Sandro Santilli <strk@kbt.io> * [r5251] postgis/postgis.sql.in.c: Empty geometries are cleanest [RT-SIGTA] -2010-02-16 08:22 Sandro Santilli <strk@keybit.net> +2010-02-16 08:22 Sandro Santilli <strk@kbt.io> * [r5250] postgis/postgis.sql.in.c: Drop the optional arg to ST_MakeClean, document what it does, improve the ST_CleanGeometry stub. [RT-SIGTA] -2010-02-16 08:07 Sandro Santilli <strk@keybit.net> +2010-02-16 08:07 Sandro Santilli <strk@kbt.io> * [r5249] postgis/lwgeom_geos.c, regress/clean.sql: Drop the optional parameter to ST_MakeValid, we always want to collect collapses (users can always filter later) [RT-SIGTA]. -2010-02-16 08:03 Sandro Santilli <strk@keybit.net> +2010-02-16 08:03 Sandro Santilli <strk@kbt.io> * [r5248] doc/reference_accessor.xml: Document ST_Dimension handling of empty geometries -2010-02-16 07:54 Sandro Santilli <strk@keybit.net> +2010-02-16 07:54 Sandro Santilli <strk@kbt.io> * [r5247] postgis/lwgeom_ogc.c: Do not throw exception on empty ST_Dimension(empty) [RT-SIGTA] -2010-02-15 22:41 Sandro Santilli <strk@keybit.net> +2010-02-15 22:41 Sandro Santilli <strk@kbt.io> * [r5246] postgis/lwgeom_geos.c: Further cleanups in ST_MakeClean [RT-SIGTA] -2010-02-15 22:31 Sandro Santilli <strk@keybit.net> +2010-02-15 22:31 Sandro Santilli <strk@kbt.io> * [r5245] postgis/lwgeom_geos.c: Fix unsupported message -2010-02-15 21:17 Sandro Santilli <strk@keybit.net> +2010-02-15 21:17 Sandro Santilli <strk@kbt.io> * [r5244] postgis/lwgeom_geos.c: Plug more leaks -2010-02-15 20:40 Sandro Santilli <strk@keybit.net> +2010-02-15 20:40 Sandro Santilli <strk@kbt.io> * [r5243] postgis/lwgeom_geos.c: Plug memory leak on GEOS geom construction failure [RT-SIGTA] -2010-02-15 20:21 Sandro Santilli <strk@keybit.net> +2010-02-15 20:21 Sandro Santilli <strk@kbt.io> * [r5242] regress/clean.sql, regress/clean_expected: Rework the regress test to make it easier for curious people to keep the test dataset for inspection with some GUI (give it a try, it's a nice one). -2010-02-14 23:35 Sandro Santilli <strk@keybit.net> +2010-02-14 23:35 Sandro Santilli <strk@kbt.io> * [r5241] doc/using_postgis_dataman.xml: Clarify the case of linestring invalidity dropping confugins reference to linearrings -2010-02-14 22:59 Sandro Santilli <strk@keybit.net> +2010-02-14 22:59 Sandro Santilli <strk@kbt.io> * [r5240] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c, regress/Makefile.in, regress/clean.sql, regress/clean_expected: @@ -45733,91 +49795,91 @@ ST_CleanGeometry. Add regression test for ST_MakeValid and polygons [RT-SIGTA] -2010-02-14 16:54 Sandro Santilli <strk@keybit.net> +2010-02-14 16:54 Sandro Santilli <strk@kbt.io> * [r5239] postgis/lwgeom_dump.c: Cleanups. Hope to reuse some structs for a C-version of ST_DumpPoints -2010-02-14 16:33 Sandro Santilli <strk@keybit.net> +2010-02-14 16:33 Sandro Santilli <strk@kbt.io> * [r5238] doc/reference_processing.xml: Try to make st_DumpPoints reference somewhat clearer [RT-SIGTA] -2010-02-14 13:46 Sandro Santilli <strk@keybit.net> +2010-02-14 13:46 Sandro Santilli <strk@kbt.io> * [r5237] liblwgeom/liblwgeom.h, liblwgeom/ptarray.c: ptarray_remove_repeated_points [RT-SIGTA] -2010-02-13 15:29 Sandro Santilli <strk@keybit.net> +2010-02-13 15:29 Sandro Santilli <strk@kbt.io> * [r5236] regress/tickets.sql, regress/tickets_expected: Add another validity test [RT-SIGTA] -2010-02-13 14:35 Sandro Santilli <strk@keybit.net> +2010-02-13 14:35 Sandro Santilli <strk@kbt.io> * [r5235] GNUmakefile, postgis/lwgeom_geos.c: Handle NULL returns from POSTGIS2GEOS and LWGEOM2GEOS now that we allow that [RT-SIGTA]. Add a 'commit' rule (give it a try) -2010-02-12 23:04 Sandro Santilli <strk@keybit.net> +2010-02-12 23:04 Sandro Santilli <strk@kbt.io> * [r5234] postgis/lwgeom_geos.c: Revert GEOS error handlers to be lwnotice to avoid aborting full transactions (like it was in 1.5) -2010-02-11 23:12 Sandro Santilli <strk@keybit.net> +2010-02-11 23:12 Sandro Santilli <strk@kbt.io> * [r5231] doc/reference_measure.xml: Fix typo -2010-02-11 21:01 Sandro Santilli <strk@keybit.net> +2010-02-11 21:01 Sandro Santilli <strk@kbt.io> * [r5230] liblwgeom/ptarray.c: Get style -2010-02-11 18:56 Sandro Santilli <strk@keybit.net> +2010-02-11 18:56 Sandro Santilli <strk@kbt.io> * [r5229] postgis/lwgeom_geos.c, postgis/lwgeom_geos.h: Separate GEOS part of 'buildarea' function from POSTGIS part of it (might eventually be moved down to GEOS) [RT-SIGTA] -2010-02-10 22:23 Sandro Santilli <strk@keybit.net> +2010-02-10 22:23 Sandro Santilli <strk@kbt.io> * [r5228] doc/reference_lrs.xml: xref -2010-02-10 20:54 Sandro Santilli <strk@keybit.net> +2010-02-10 20:54 Sandro Santilli <strk@kbt.io> * [r5227] liblwgeom/ptarray.c: Enhance documentation of ptarray_addPoint [RT-SIGTA] -2010-02-09 22:36 Sandro Santilli <strk@keybit.net> +2010-02-09 22:36 Sandro Santilli <strk@kbt.io> * [r5226] postgis/lwgeom_inout.c: Don't refuse to output invalid geometries trough a cursor, being consistent with other output routines (dumper ends up using these) -- [RT-SIGTA] -2010-02-09 17:59 Sandro Santilli <strk@keybit.net> +2010-02-09 17:59 Sandro Santilli <strk@kbt.io> * [r5225] liblwgeom/liblwgeom.h: Oops, it seems I broke the build (sorry) -2010-02-09 06:52 Sandro Santilli <strk@keybit.net> +2010-02-09 06:52 Sandro Santilli <strk@kbt.io> * [r5224] liblwgeom/ptarray.c: Fix documention -2010-02-08 22:36 Sandro Santilli <strk@keybit.net> +2010-02-08 22:36 Sandro Santilli <strk@kbt.io> * [r5221] NEWS: tweak the sponsor name -2010-02-08 21:39 Sandro Santilli <strk@keybit.net> +2010-02-08 21:39 Sandro Santilli <strk@kbt.io> * [r5220] postgis/lwgeom_geos.c: Initialie GEOS using lwerror for errors so that exceptions are really handled (or testcases in #411 crash on many GEOS functions) -2010-02-08 20:05 Sandro Santilli <strk@keybit.net> +2010-02-08 20:05 Sandro Santilli <strk@kbt.io> * [r5219] NEWS: Add credits to new feature item -2010-02-08 18:54 Sandro Santilli <strk@keybit.net> +2010-02-08 18:54 Sandro Santilli <strk@kbt.io> * [r5214] postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c, regress/tickets.sql, regress/tickets_expected: Don't refuse to @@ -45825,12 +49887,12 @@ the crash in #168, the testcase for it was expanded to extract invalidity reason. -2010-02-06 13:57 Sandro Santilli <strk@keybit.net> +2010-02-06 13:57 Sandro Santilli <strk@kbt.io> * [r5213] postgis/lwgeom_geos.c: Simplify hooks on GEOS error reporter function from isvalid* functions -2010-02-06 13:48 Sandro Santilli <strk@keybit.net> +2010-02-06 13:48 Sandro Santilli <strk@kbt.io> * [r5212] regress/tickets.sql, regress/tickets_expected: Add another test for #407 @@ -45842,11 +49904,11 @@ with GEOMETRYCOLLECTION EMPTY, cf #409 reported by sdikiy. Add related unit test -2010-02-05 20:58 Sandro Santilli <strk@keybit.net> +2010-02-05 20:58 Sandro Santilli <strk@kbt.io> * [r5208] NEWS: Add ST_isValidDetail item -2010-02-05 20:55 Sandro Santilli <strk@keybit.net> +2010-02-05 20:55 Sandro Santilli <strk@kbt.io> * [r5207] postgis/lwgeom_geos.c, regress/tickets.sql, regress/tickets_expected: Register a buffer-logger as @@ -45855,21 +49917,21 @@ the sake of reporting actual error. Fixes ticket #408. Completed with testcase. -2010-02-05 17:58 Sandro Santilli <strk@keybit.net> +2010-02-05 17:58 Sandro Santilli <strk@kbt.io> * [r5206] doc/reference_processing.xml: A space after return type looks better (and seems to be the policy) for funcdef tags -2010-02-05 17:57 Sandro Santilli <strk@keybit.net> +2010-02-05 17:57 Sandro Santilli <strk@kbt.io> * [r5205] doc/reference_accessor.xml: Document ST_IsValidDetail -2010-02-05 17:26 Sandro Santilli <strk@keybit.net> +2010-02-05 17:26 Sandro Santilli <strk@kbt.io> * [r5204] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Add ST_isValidDetail(geom) returns valid_detail (new type!) -2010-02-04 20:30 Sandro Santilli <strk@keybit.net> +2010-02-04 20:30 Sandro Santilli <strk@kbt.io> * [r5203] postgis/geography_gist.c: Astyle run (a-ha, got you!) @@ -45995,7 +50057,7 @@ regress/tickets* Add missing srid 32702 and 32602. Add results from #304 tests. Related to #395 -2010-01-28 15:09 Sandro Santilli <strk@keybit.net> +2010-01-28 15:09 Sandro Santilli <strk@kbt.io> * [r5174] GNUmakefile: Fix 'maintainer-clean' rule @@ -48302,7 +52364,7 @@ * [r4656] postgis/geography.sql.in.c: #269 get rid of geography -> geometry implicit to make it an explicit cast -2009-10-16 09:37 Sandro Santilli <strk@keybit.net> +2009-10-16 09:37 Sandro Santilli <strk@kbt.io> * [r4655] loader/README.shp2pgsql, loader/shp2pgsql.c: Tell what the default is for -N in help output and README file @@ -48690,7 +52752,7 @@ ST_DWithin(geography, geography). We're in business baby! -2009-10-02 14:13 Sandro Santilli <strk@keybit.net> +2009-10-02 14:13 Sandro Santilli <strk@kbt.io> * [r4578] loader/shp2pgsql.c: typo in help message @@ -48809,13 +52871,13 @@ * [r4557] doc/xsl/postgis_gardentest.sql.xsl: more fixes to make geography friendly -2009-09-30 14:10 Sandro Santilli <strk@keybit.net> +2009-09-30 14:10 Sandro Santilli <strk@kbt.io> * [r4556] autogen.sh: Can't put backslash-commands in 'echo' parameter in a standard way (would take -e in some cases) so replace \t with some spaces -2009-09-30 08:39 Sandro Santilli <strk@keybit.net> +2009-09-30 08:39 Sandro Santilli <strk@kbt.io> * [r4555] loader/shp2pgsql.c: add missing newline at end of error message (utf8/iconv) @@ -48883,7 +52945,7 @@ liblwgeom/lwgeodetic.h: Work on making "on edge" test more reliable. -2009-09-29 13:31 Sandro Santilli <strk@keybit.net> +2009-09-29 13:31 Sandro Santilli <strk@kbt.io> * [r4542] liblwgeom/lwcollection.c, regress/regress.sql, regress/regress_expected: Ensure lwcollection_segmentize2d always @@ -49475,7 +53537,7 @@ * [r4397] regress/Makefile.in: Removing accidental commit from r4366. -2009-08-11 16:38 Sandro Santilli <strk@keybit.net> +2009-08-11 16:38 Sandro Santilli <strk@kbt.io> * [r4383] GNUmakefile, authors.svn: Add ChangeLog.svn rule, and auxiliary authors file @@ -49556,12 +53618,12 @@ * [r4286] README.postgis: match header format -2009-07-08 16:27 Sandro Santilli <strk@keybit.net> +2009-07-08 16:27 Sandro Santilli <strk@kbt.io> * [r4285] README.postgis: Update instructions for testing (and moved that step *before* install - finally!) -2009-07-08 16:03 Sandro Santilli <strk@keybit.net> +2009-07-08 16:03 Sandro Santilli <strk@kbt.io> * [r4284] regress/Makefile.in: Pre-install check rule by Paul cleaned up to allow top-level run and correct dependencies. See @@ -49605,11 +53667,11 @@ * [r4268] utils/postgis_proc_upgrade.pl: Change error message to be more relevant -2009-07-07 15:44 Sandro Santilli <strk@keybit.net> +2009-07-07 15:44 Sandro Santilli <strk@kbt.io> * [r4267] doc/reference.xml: It's "synonym", not "synonim"... -2009-07-07 15:03 Sandro Santilli <strk@keybit.net> +2009-07-07 15:03 Sandro Santilli <strk@kbt.io> * [r4266] doc/reference.xml, postgis/lwgeom_geos.c, regress/regress_buffer_params.sql, @@ -49617,7 +53679,7 @@ accept 'butt' as a synonim for 'flat', 'miter' for 'mitre' and 'miter_limit' for 'mitre_limit'. -2009-07-07 13:18 Sandro Santilli <strk@keybit.net> +2009-07-07 13:18 Sandro Santilli <strk@kbt.io> * [r4265] doc/reference.xml: Fix join style images to match calls @@ -49627,7 +53689,7 @@ systems by using va_copy as an alias onto the real version. Per report from Stefano Bonnin. -2009-07-06 16:07 Sandro Santilli <strk@keybit.net> +2009-07-06 16:07 Sandro Santilli <strk@kbt.io> * [r4262] postgis/lwgeom_geos.c: Don't use strtok_r, to help with MingW builds. @@ -49787,18 +53849,18 @@ PostGIS universe for people who aren't using GEOS SVN (will be 3.2). -2009-06-25 12:01 Sandro Santilli <strk@keybit.net> +2009-06-25 12:01 Sandro Santilli <strk@kbt.io> * [r4217] doc/reference.xml: Put queries right below the diagram showing them -2009-06-25 12:00 Sandro Santilli <strk@keybit.net> +2009-06-25 12:00 Sandro Santilli <strk@kbt.io> * [r4216] doc/html/image_src/st_buffer01.wkt, doc/html/image_src/st_buffer02.wkt: Make quad_segs images style consistent with others; add original point -2009-06-25 11:19 Sandro Santilli <strk@keybit.net> +2009-06-25 11:19 Sandro Santilli <strk@kbt.io> * [r4215] doc/html/image_src/Makefile.in, doc/html/image_src/st_buffer06.wkt, @@ -49807,14 +53869,14 @@ styled buffer example images and update reference manual to include them -2009-06-25 10:57 Sandro Santilli <strk@keybit.net> +2009-06-25 10:57 Sandro Santilli <strk@kbt.io> * [r4214] doc/html/image_src/st_buffer03.wkt, doc/html/image_src/st_buffer04.wkt, doc/html/image_src/st_buffer05.wkt: Use thin link style for source linestring -2009-06-25 08:16 Sandro Santilli <strk@keybit.net> +2009-06-25 08:16 Sandro Santilli <strk@kbt.io> * [r4213] doc/html/image_src/Makefile.in, doc/html/image_src/st_buffer03.wkt, @@ -49822,7 +53884,7 @@ doc/html/image_src/st_buffer05.wkt: Add examples of different encdap styles -2009-06-25 07:34 Sandro Santilli <strk@keybit.net> +2009-06-25 07:34 Sandro Santilli <strk@kbt.io> * [r4212] NEWS: Add item for parametrized buffers @@ -49853,18 +53915,18 @@ If you are working off of GEOS trunk, svn up, compile and install! -2009-06-24 17:10 Sandro Santilli <strk@keybit.net> +2009-06-24 17:10 Sandro Santilli <strk@kbt.io> * [r4207] postgis/uninstall_postgis.sql.in.c: Add uninstall lines for new buffer signatures -2009-06-24 13:32 Sandro Santilli <strk@keybit.net> +2009-06-24 13:32 Sandro Santilli <strk@kbt.io> * [r4206] regress/Makefile.in, regress/regress_buffer_params.sql, regress/regress_buffer_params_expected: Add tests for parametrized buffer -2009-06-24 13:04 Sandro Santilli <strk@keybit.net> +2009-06-24 13:04 Sandro Santilli <strk@kbt.io> * [r4205] doc/reference.xml: Document third ST_Buffer signature (the one taking parameters as string). @@ -49881,12 +53943,12 @@ name hardcoded in the .sql.in.c file rather than being set to MODULE_PATHNAME. Fixes #208. -2009-06-24 10:34 Sandro Santilli <strk@keybit.net> +2009-06-24 10:34 Sandro Santilli <strk@kbt.io> * [r4199] postgis/postgis.sql.in.c: Use $$ quoting. See ticket #207. -2009-06-23 22:40 Sandro Santilli <strk@keybit.net> +2009-06-23 22:40 Sandro Santilli <strk@kbt.io> * [r4198] postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Add _ST_Buffer(geom, distance, params); refactor other versions to @@ -49897,18 +53959,18 @@ * [r4195] NEWS, README.postgis, Version.config: Bump up to 1.5 in trunk -2009-06-23 16:46 Sandro Santilli <strk@keybit.net> +2009-06-23 16:46 Sandro Santilli <strk@kbt.io> * [r4193] postgis/lwgeom_inout.c: Fix dangerous use of message string as printf-like format. -2009-06-23 16:38 Sandro Santilli <strk@keybit.net> +2009-06-23 16:38 Sandro Santilli <strk@kbt.io> * [r4192] regress/regress_ogc.sql, regress/regress_ogc_expected: Yet another buffer auto-cast test. With a different quadSegs this time to be really sure the argument is being used. -2009-06-23 16:36 Sandro Santilli <strk@keybit.net> +2009-06-23 16:36 Sandro Santilli <strk@kbt.io> * [r4191] regress/regress_ogc.sql, regress/regress_ogc_expected: Add test for third argument to buffer() being a string (based on @@ -49920,17 +53982,17 @@ ST_Covers and ST_CoveredBy. Its not necessary for 1.4 really but oh well. -2009-06-20 22:13 Sandro Santilli <strk@keybit.net> +2009-06-20 22:13 Sandro Santilli <strk@kbt.io> * [r4189] postgis/lwgeom_geos.c: Gracefully handle typed empty GEOS geometries. -2009-06-20 21:26 Sandro Santilli <strk@keybit.net> +2009-06-20 21:26 Sandro Santilli <strk@kbt.io> * [r4188] regress/measures.sql, regress/measures_expected: Add tests for area() called against empty geometries -2009-06-20 21:25 Sandro Santilli <strk@keybit.net> +2009-06-20 21:25 Sandro Santilli <strk@kbt.io> * [r4187] liblwgeom/measures.c: Handle empty polygon rings @@ -51287,7 +55349,7 @@ deprecated use of TupleDescGetSlot with 8.1+ preferred BlessTupleDesc -2009-02-23 15:19 Sandro Santilli <strk@keybit.net> +2009-02-23 15:19 Sandro Santilli <strk@kbt.io> * [r3762] liblwgeom/lwgeom_api.c: Fix parse_hex to support lower-case A-F too (issue 120) @@ -56609,7 +60671,7 @@ regress/regress_ogc.sql, regress/regress_ogc_expected: Bug 143 code fix and regression case. -2007-03-01 08:31 Sandro Santilli <strk@keybit.net> +2007-03-01 08:31 Sandro Santilli <strk@kbt.io> * [r2597] ChangeLog, extras/template_gis/Makefile: * extras/template_gis/Makefile: @@ -56619,7 +60681,7 @@ * [r2596] doc/postgis.xml: Remove minor typo -2007-02-26 09:03 Sandro Santilli <strk@keybit.net> +2007-02-26 09:03 Sandro Santilli <strk@kbt.io> * [r2595] ChangeLog, regress/Makefile, regress/kml.sql, regress/kml_expected, regress/run_test: * regress/run_test: @@ -56643,7 +60705,7 @@ simplifies the Makefile and protects all the $*dir arguments from escaping issues under Win32. -2007-01-19 09:44 Sandro Santilli <strk@keybit.net> +2007-01-19 09:44 Sandro Santilli <strk@kbt.io> * [r2590] ChangeLog, extras/template_gis/Makefile: * extras/template_gis/Makefile: escape $bindir @@ -56663,7 +60725,7 @@ * [r2587] ChangeLog, java/jdbc/Makefile: fixed jdbc javadoc build -2007-01-15 10:48 Sandro Santilli <strk@keybit.net> +2007-01-15 10:48 Sandro Santilli <strk@kbt.io> * [r2586] ChangeLog, extras/template_gis/Makefile: Patch by Michael Fuhr: * extras/template_gis/Makefile: quote grep argument for @@ -56673,7 +60735,7 @@ * [r2585] doc/postgis.xml: Change 'Postgis' to 'PostGIS' -2007-01-12 18:07 Sandro Santilli <strk@keybit.net> +2007-01-12 18:07 Sandro Santilli <strk@kbt.io> * [r2584] ChangeLog, configure.in: Patch by Gerald Fenoy <djay@gentoo.org>: @@ -56709,7 +60771,7 @@ * [r2569] java/jdbc/Makefile: hopefully fixed GCJ build -2007-01-05 00:52 Sandro Santilli <strk@keybit.net> +2007-01-05 00:52 Sandro Santilli <strk@kbt.io> * [r2568] ChangeLog, GNUmakefile, extras/template_gis/Makefile: * GNUmakefile: bring in extra/template_gis for all rules. @@ -56720,13 +60782,13 @@ * [r2567] regress/regress_index_nulls_expected: initial load -2006-12-29 00:31 Sandro Santilli <strk@keybit.net> +2006-12-29 00:31 Sandro Santilli <strk@kbt.io> * [r2566] ChangeLog, configure.in: * configure.in: fixed GEOS_LDFLAGS detection for older GEOS versions. -2006-12-29 00:26 Sandro Santilli <strk@keybit.net> +2006-12-29 00:26 Sandro Santilli <strk@kbt.io> * [r2565] ChangeLog, doc/postgis.xml: cleaned up Hard Upgrade manual section (was unreadable). @@ -56749,7 +60811,7 @@ * [r2562] README.postgis: Updated to 1.2.0 -2006-12-20 20:43 Sandro Santilli <strk@keybit.net> +2006-12-20 20:43 Sandro Santilli <strk@kbt.io> * [r2561] ChangeLog, regress/README: * regress/README: wrote info about adding regression tests @@ -56794,22 +60856,22 @@ * [r2554] java/jdbc/Makefile: Fixed Makefile for jts tests, commented debug options better -2006-12-15 11:00 Sandro Santilli <strk@keybit.net> +2006-12-15 11:00 Sandro Santilli <strk@kbt.io> * [r2553] ChangeLog, lwgeom/lwgeom_transform.c: Patch by Eduin Carrillo: short circuit transform when source and target SRID are the same. -2006-12-15 10:54 Sandro Santilli <strk@keybit.net> +2006-12-15 10:54 Sandro Santilli <strk@kbt.io> * [r2552] HOWTO_RELEASE: Added additional step for adding release marks in ChangeLog -2006-12-15 10:51 Sandro Santilli <strk@keybit.net> +2006-12-15 10:51 Sandro Santilli <strk@kbt.io> * [r2551] ChangeLog: marked 1.2.0 release -2006-12-15 10:48 Sandro Santilli <strk@keybit.net> +2006-12-15 10:48 Sandro Santilli <strk@kbt.io> * [r2550] ChangeLog, doc/postgis.xml, lwgeom/Makefile, lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in: Patch by Eduin @@ -56910,14 +60972,14 @@ java/ejb3/src/org/postgis/hibernate/GeometryType.java Added Nullpointer Fix by Norman Barker -2006-11-20 12:59 Sandro Santilli <strk@keybit.net> +2006-11-20 12:59 Sandro Santilli <strk@kbt.io> * [r2530] ChangeLog, utils/postgis_restore.pl: * utils/postgis_restore.pl (canonicalize_typename): canonicalize 'timezone .* time stamp' to 'timezone' (fixes bug #121) -2006-11-17 17:12 Sandro Santilli <strk@keybit.net> +2006-11-17 17:12 Sandro Santilli <strk@kbt.io> * [r2529] ChangeLog, lwgeom/lwgeom_gist.c: Patch by "Antoine Bajolet" <antoine.bajolet@tdf.fr>: @@ -56926,13 +60988,13 @@ a macro argument' error raised by some compilers. -2006-11-10 15:17 Sandro Santilli <strk@keybit.net> +2006-11-10 15:17 Sandro Santilli <strk@kbt.io> * [r2528] ChangeLog, configure.in: * configure.in (geos detection): use $geos_prefix/lib when --ldflags is not supported by geos-config available. -2006-11-10 14:11 Sandro Santilli <strk@keybit.net> +2006-11-10 14:11 Sandro Santilli <strk@kbt.io> * [r2527] ChangeLog, doc/postgis.xml, utils/postgis_restore.pl: Patch by Havard Tveite <havard.tveite@nlh.no>: @@ -56940,7 +61002,7 @@ * doc/postgix.xml (Hard Upgrade): add info about createdb params * utils/postgis_restore.pl: fix use of createdb params -2006-11-02 13:22 Sandro Santilli <strk@keybit.net> +2006-11-02 13:22 Sandro Santilli <strk@kbt.io> * [r2525] ChangeLog, doc/postgis.xml: * doc/postgis.xml: list setSRID bug fix in 'Bug fixes' section. @@ -56955,24 +61017,24 @@ * [r2523] NEWS, java/jdbc/src/org/postgis/ComposedGeom.java: fixed setSRID bug in JDBC ComposedGeom. -2006-11-02 08:06 Sandro Santilli <strk@keybit.net> +2006-11-02 08:06 Sandro Santilli <strk@kbt.io> * [r2522] ChangeLog, NEWS, Version.config, doc/postgis.xml: ready for 1.1.6 release -2006-11-02 07:55 Sandro Santilli <strk@keybit.net> +2006-11-02 07:55 Sandro Santilli <strk@kbt.io> * [r2521] ChangeLog, lwgeom/lwgeom_api.c, lwgeom/wktunparse.c: * lwgeom/lwgeom_api.c, lwgeom/wktunparse.c: cast -1 to a char to make some compilers happy about comparison with a char type. -2006-10-26 09:41 Sandro Santilli <strk@keybit.net> +2006-10-26 09:41 Sandro Santilli <strk@kbt.io> * [r2520] CHANGES, HOWTO_RELEASE, NEWS, extras/debian/rules, extras/rpm/spec/postgis.spec: Renamed CHANGES file to NEWS, updated references to it -2006-10-26 09:35 Sandro Santilli <strk@keybit.net> +2006-10-26 09:35 Sandro Santilli <strk@kbt.io> * [r2519] ChangeLog: Initial import of an automatic generated ChangeLog - all developers please manually edit this on each @@ -56993,12 +61055,12 @@ * [r2516] regress/Makefile: Make regress test build loader and dumper as it needs them -2006-10-24 12:35 Sandro Santilli <strk@keybit.net> +2006-10-24 12:35 Sandro Santilli <strk@kbt.io> * [r2515] CHANGES, lwgeom/lwgeom_transform.c: use Z ordinate in reprojections -2006-10-19 12:01 Sandro Santilli <strk@keybit.net> +2006-10-19 12:01 Sandro Santilli <strk@kbt.io> * [r2514] CHANGES, spatial_ref_sys.sql: spatial_ref_sys.sql updated to EPSG 6.11.1 @@ -57048,7 +61110,7 @@ * [r2505] java/ejb3/README.txt, java/ejb3/ejb3spatial.pdf: added note about odt to README, re-exported pdf -2006-10-11 10:00 Sandro Santilli <strk@keybit.net> +2006-10-11 10:00 Sandro Santilli <strk@kbt.io> * [r2504] loader/shp2pgsql.c: Fixed a bug in InsertLineStringWKT, also fixed some typos @@ -57143,7 +61205,7 @@ * [r2491] java/jdbc/todo.txt: Added further jdbc Todo issues. -2006-09-27 12:37 Sandro Santilli <strk@keybit.net> +2006-09-27 12:37 Sandro Santilli <strk@kbt.io> * [r2490] lwgeom/lwgeom_geos_c.c: removed incompatible pointer type warning @@ -57157,28 +61219,28 @@ * [r2487] java/ejb3/README.txt, java/ejb3/build.xml, java/ejb3/lib, java/ejb3/lib/postgis_1.1.0.jar: removed hyperflous jar file -2006-09-27 08:23 Sandro Santilli <strk@keybit.net> +2006-09-27 08:23 Sandro Santilli <strk@kbt.io> * [r2485] loader/pgsql2shp.c: lower default verbosity level -2006-09-27 08:22 Sandro Santilli <strk@keybit.net> +2006-09-27 08:22 Sandro Santilli <strk@kbt.io> * [r2483] make_dist.sh: fixed to work with SVN -2006-09-27 07:50 Sandro Santilli <strk@keybit.net> +2006-09-27 07:50 Sandro Santilli <strk@kbt.io> * [r2481] HOWTO_RELEASE: updated tag step -2006-09-27 07:39 Sandro Santilli <strk@keybit.net> +2006-09-27 07:39 Sandro Santilli <strk@kbt.io> * [r2480] CHANGES, doc/postgis.xml: updated release notes -2006-09-27 07:29 Sandro Santilli <strk@keybit.net> +2006-09-27 07:29 Sandro Santilli <strk@kbt.io> * [r2479] CHANGES, Version.config: version set to 1.1.4 (stripped CVS suffix -2006-09-25 08:27 Sandro Santilli <strk@keybit.net> +2006-09-25 08:27 Sandro Santilli <strk@kbt.io> * [r2478] CHANGES, loader/pgsql2shp.c: Encode pgsql2shp process pid into temporary table name, to reduce likelyhood of name clashes. @@ -57210,7 +61272,7 @@ java/ejb3/src/org/postgis/hibernate/GeometryType.java: added ejb3 tutorial -2006-09-18 13:21 Sandro Santilli <strk@keybit.net> +2006-09-18 13:21 Sandro Santilli <strk@kbt.io> * [r2475] doc/postgis.xml: Applied patch by Michael Fuhr <mike@fuhr.org>: @@ -57220,7 +61282,7 @@ (SymDifference() is symmetric; Difference() is not). -2006-09-18 09:16 Sandro Santilli <strk@keybit.net> +2006-09-18 09:16 Sandro Santilli <strk@kbt.io> * [r2474] CHANGES, regress/regress_ogc.sql, regress/regress_ogc_expected: Fixed regress tests to pass with @@ -57235,17 +61297,17 @@ * [r2472] loader/dbfopen.c: Added fix for null dates that are encoded as '' instead of 00000000. -2006-09-07 17:37 Sandro Santilli <strk@keybit.net> +2006-09-07 17:37 Sandro Santilli <strk@kbt.io> * [r2471] lwgeom/lwgeom_chip.c, lwgeom/lwgeom_dump.c: More fixes for mixed declarations and code -2006-09-07 17:03 Sandro Santilli <strk@keybit.net> +2006-09-07 17:03 Sandro Santilli <strk@kbt.io> * [r2470] lwgeom/lwgeom_chip.c: Declare variables at start of blocks... -2006-09-06 11:16 Sandro Santilli <strk@keybit.net> +2006-09-06 11:16 Sandro Santilli <strk@kbt.io> * [r2469] topology/topology.sql.in: removed duplicated function definition @@ -57290,36 +61352,36 @@ * [r2465] jdbc2/README: fixed README about droped trove4j dependency -2006-07-28 13:11 Sandro Santilli <strk@keybit.net> +2006-07-28 13:11 Sandro Santilli <strk@kbt.io> * [r2464] regress: added regress/lwpostgis.sql to svn:ignore list -2006-07-28 13:08 Sandro Santilli <strk@keybit.net> +2006-07-28 13:08 Sandro Santilli <strk@kbt.io> * [r2463] CHANGES: updated -2006-07-28 13:07 Sandro Santilli <strk@keybit.net> +2006-07-28 13:07 Sandro Santilli <strk@kbt.io> * [r2462] regress/ctors.sql, regress/ctors_expected: Added tests for makeline, makebox2d and makebox3d -2006-07-28 13:07 Sandro Santilli <strk@keybit.net> +2006-07-28 13:07 Sandro Santilli <strk@kbt.io> * [r2461] lwgeom/lwgeom_functions_basic.c: Fixed small typo in debugging message, replaced custom SRID check with errorIfSRIDMismatch() function in LWGEOM_makeline -2006-07-28 13:06 Sandro Santilli <strk@keybit.net> +2006-07-28 13:06 Sandro Santilli <strk@kbt.io> * [r2460] lwgeom/lwgeom_box3d.c: Added SRID match check in MakeBox3D, fixed small typo in error message -2006-07-28 13:05 Sandro Santilli <strk@keybit.net> +2006-07-28 13:05 Sandro Santilli <strk@kbt.io> * [r2459] lwgeom/lwgeom_box2dfloat4.c: Added SRID match check in MakeBox2D -2006-07-27 15:06 Sandro Santilli <strk@keybit.net> +2006-07-27 15:06 Sandro Santilli <strk@kbt.io> * [r2458] regress/loader/Arc.dbf, regress/loader/Arc.shp, regress/loader/Arc.shx, regress/loader/ArcM.dbf, @@ -57357,7 +61419,7 @@ * [r2454] .cvsignore: Re-order repository -2006-07-25 20:16 Sandro Santilli <strk@keybit.net> +2006-07-25 20:16 Sandro Santilli <strk@kbt.io> * [r2413] CHANGES, lwgeom/lwgeom_functions_basic.c, regress/Makefile, regress/ctors.sql, regress/ctors_expected: @@ -57398,7 +61460,7 @@ jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: fix SRID handling in JTS code -2006-07-07 13:56 Sandro Santilli <strk@keybit.net> +2006-07-07 13:56 Sandro Santilli <strk@kbt.io> * [r2406] lwgeom/long_xact.sql, lwgeom/lwpostgis.sql.in: Applied Michael Fuhr patches: @@ -57408,41 +61470,41 @@ (single-quote single-quote) and replace a couple of other escapes with calls to chr(). -2006-07-02 23:41 Sandro Santilli <strk@keybit.net> +2006-07-02 23:41 Sandro Santilli <strk@kbt.io> * [r2405] CHANGES, Version.config, lwgeom/lwgeom_gist.c: Fixed support for PostgreSQL 8.2 (gist) - patch by Michael Fuhr <mike@fuhr.org> -2006-06-30 21:29 Sandro Santilli <strk@keybit.net> +2006-06-30 21:29 Sandro Santilli <strk@kbt.io> * [r2403] CHANGES, Version.config, doc/long_xact.xml, doc/postgis.xml: Prepared for 1.1.3 release: release notes, changes, version. Release date set for today (2006-06-30) -2006-06-26 01:02 Sandro Santilli <strk@keybit.net> +2006-06-26 01:02 Sandro Santilli <strk@kbt.io> * [r2402] regress/run_test: replaced ROLLBACK with COMMIT in psql output to hide differences with 7.4 and lower pgsql versions. -2006-06-26 00:56 Sandro Santilli <strk@keybit.net> +2006-06-26 00:56 Sandro Santilli <strk@kbt.io> * [r2401] lwgeom/lwgeom_geos_c.c: Fixed Invalid Memory Alloc request size error on GEOS=>LWGEOM conversion for EMPTY geometries. Removed warnings when built with POSTGIS_DEBUG enabled. -2006-06-26 00:41 Sandro Santilli <strk@keybit.net> +2006-06-26 00:41 Sandro Santilli <strk@kbt.io> * [r2400] lwgeom/lwgeom_functions_basic.c: Added debug lines in LWGEOM_affine, fixed some compiler warnings for build with POSTGIS_DEBUG enabled. -2006-06-26 00:40 Sandro Santilli <strk@keybit.net> +2006-06-26 00:40 Sandro Santilli <strk@kbt.io> * [r2399] regress/affine.sql: qualified all geometry arguments. -2006-06-25 23:59 Sandro Santilli <strk@keybit.net> +2006-06-25 23:59 Sandro Santilli <strk@kbt.io> * [r2398] CHANGES, doc/Makefile, doc/long_xact.xml, doc/postgis.xml, lwgeom/Makefile, lwgeom/long_xact.c, @@ -57450,47 +61512,47 @@ regress/long_xact.sql, regress/long_xact_expected: Added Long Transaction Support routines, dox and regress test. -2006-06-25 23:45 Sandro Santilli <strk@keybit.net> +2006-06-25 23:45 Sandro Santilli <strk@kbt.io> * [r2397] regress/Makefile, regress/run_test: Fixed the lc_messages failure by avoiding attempts at setting it when run against a postgresql version < 8.0. Also fixed a path in a message from run_test. -2006-06-25 22:53 Sandro Santilli <strk@keybit.net> +2006-06-25 22:53 Sandro Santilli <strk@kbt.io> * [r2396] doc/postgis.xml: Release Notes moved to an higher depth to reduce ToC noise. -2006-06-25 22:50 Sandro Santilli <strk@keybit.net> +2006-06-25 22:50 Sandro Santilli <strk@kbt.io> * [r2395] doc/Makefile: Fixed HTML output rules -2006-06-25 22:33 Sandro Santilli <strk@keybit.net> +2006-06-25 22:33 Sandro Santilli <strk@kbt.io> * [r2394] extras/WFS_locks/WFS_locks.c, extras/WFS_locks/WFS_locks.sql.in, extras/WFS_locks/test.sql: Add getTransactionID() stored procedure to support pgsql 7.3 (not tested against 7.2) -2006-06-24 01:08 Sandro Santilli <strk@keybit.net> +2006-06-24 01:08 Sandro Santilli <strk@kbt.io> * [r2393] extras/WFS_locks/Makefile, extras/WFS_locks/WFS_locks.c: Removed compiler warnings (and more requested) -2006-06-24 00:11 Sandro Santilli <strk@keybit.net> +2006-06-24 00:11 Sandro Santilli <strk@kbt.io> * [r2392] lwgeom/lwpostgis.sql.in: Added spaces between parameters ref and operator, as pgsql 7.3 chokes otherwise ($1*$2 becomes $1 * $2) -2006-06-23 23:37 Sandro Santilli <strk@keybit.net> +2006-06-23 23:37 Sandro Santilli <strk@kbt.io> * [r2391] extras/WFS_locks/README, extras/WFS_locks/WFS_locks.c, extras/WFS_locks/WFS_locks.sql.in: Added EnableLongTransactions() and DisableLongTransactions(). -2006-06-23 21:56 Sandro Santilli <strk@keybit.net> +2006-06-23 21:56 Sandro Santilli <strk@kbt.io> * [r2390] extras/WFS_locks/Makefile, extras/WFS_locks/WFS_locks.c, extras/WFS_locks/WFS_locks.sql.in, extras/WFS_locks/test.sql: @@ -57499,7 +61561,7 @@ and compile-time support for unauthorized row updates behaviour (abort, skip). -2006-06-19 10:42 Sandro Santilli <strk@keybit.net> +2006-06-19 10:42 Sandro Santilli <strk@kbt.io> * [r2389] regress/loader/Polygon-wkb.expected, regress/loader/Polygon-wkt.expected, regress/loader/Polygon.shp, @@ -57511,17 +61573,17 @@ regress/loader/PolygonZ.shp: Removed -0 values from polygon doubles -2006-06-18 11:29 Sandro Santilli <strk@keybit.net> +2006-06-18 11:29 Sandro Santilli <strk@kbt.io> * [r2388] regress/run_test: Changed -e test with -f, for Solaris support -2006-06-17 11:46 Sandro Santilli <strk@keybit.net> +2006-06-17 11:46 Sandro Santilli <strk@kbt.io> * [r2387] regress/loader/MultiPointZ-wkt.expected: removed spurious newline -2006-06-17 11:44 Sandro Santilli <strk@keybit.net> +2006-06-17 11:44 Sandro Santilli <strk@kbt.io> * [r2386] regress/Makefile, regress/loader/Arc-wkb.expected, regress/loader/Arc-wkb.sql, regress/loader/Arc-wkt.expected, @@ -57597,12 +61659,12 @@ issues in the new run_test code, added loader test for all supported shapefile types -2006-06-16 14:18 Sandro Santilli <strk@keybit.net> +2006-06-16 14:18 Sandro Santilli <strk@kbt.io> * [r2385] CHANGES, GNUmakefile, Makefile, README.postgis: Aliased 'test' rule as 'check', to conform to common practice. -2006-06-16 14:13 Sandro Santilli <strk@keybit.net> +2006-06-16 14:13 Sandro Santilli <strk@kbt.io> * [r2384] CHANGES, regress/Makefile, regress/loader, regress/loader/README, regress/loader/mlines2d-wkb.expected, @@ -57623,60 +61685,60 @@ regress/loader/mlines4d.shx, regress/run_test: New regress test cases and support for loader/dumper. -2006-06-16 14:12 Sandro Santilli <strk@keybit.net> +2006-06-16 14:12 Sandro Santilli <strk@kbt.io> * [r2383] loader/pgsql2shp.c, loader/shp2pgsql.c: - BUGFIX in pgsql2shp successful return code. - BUGFIX in shp2pgsql handling of MultiLine WKT. -2006-06-13 10:20 Sandro Santilli <strk@keybit.net> +2006-06-13 10:20 Sandro Santilli <strk@kbt.io> * [r2382] extras/template_gis/Makefile: Updated template_gis Makefile to work with older debian sarge (stable). Patch by Alex Bodnaru. -2006-06-09 06:03 Sandro Santilli <strk@keybit.net> +2006-06-09 06:03 Sandro Santilli <strk@kbt.io> * [r2381] extras/template_gis/profile: Fixed bug in PGISSCRIPT variable (provided by Alex Bodnaru) -2006-06-05 17:24 Sandro Santilli <strk@keybit.net> +2006-06-05 17:24 Sandro Santilli <strk@kbt.io> * [r2380] doc/postgis.xml, lwgeom/lwgeom_functions_basic.c: Updated misleading documentation for Segmentize() function -2006-06-02 16:59 Sandro Santilli <strk@keybit.net> +2006-06-02 16:59 Sandro Santilli <strk@kbt.io> * [r2379] lwgeom/lwgeom_chip.c: Fully supported georeferencing in chip drawing ops (must still tweak edge cases) -2006-06-01 16:57 Sandro Santilli <strk@keybit.net> +2006-06-01 16:57 Sandro Santilli <strk@kbt.io> * [r2378] lwgeom/liblwgeom.h, lwgeom/lwgeom_chip.c: Fixed lwgeom drawing primitives to honour georeferencing. -2006-06-01 07:07 Sandro Santilli <strk@keybit.net> +2006-06-01 07:07 Sandro Santilli <strk@kbt.io> * [r2377] lwgeom/lwgeom_pg.c: Added "fmgr.h" include, for PG_MODULE_MAGIC definition -2006-06-01 06:58 Sandro Santilli <strk@keybit.net> +2006-06-01 06:58 Sandro Santilli <strk@kbt.io> * [r2376] CHANGES, lwgeom/lwgeom_pg.c: Added magic block ctor for 8.2 compatibility -2006-06-01 06:56 Sandro Santilli <strk@keybit.net> +2006-06-01 06:56 Sandro Santilli <strk@kbt.io> * [r2375] CHANGES, configure.in: Don't link pgsql2shp to more libs then required. -2006-05-31 08:58 Sandro Santilli <strk@keybit.net> +2006-05-31 08:58 Sandro Santilli <strk@kbt.io> * [r2374] lwgeom/liblwgeom.h, lwgeom/lwgeom_chip.c: Added support and info for CHIP.datatype 7,8,107 and 108. They were not documented but used by CHIP canonical input function. -2006-05-31 06:43 Sandro Santilli <strk@keybit.net> +2006-05-31 06:43 Sandro Santilli <strk@kbt.io> * [r2373] extras/template_gis, extras/template_gis/Makefile, extras/template_gis/README, @@ -57693,21 +61755,21 @@ extras/template_gis/rmtemplate_gis.sh.in: Imported template_gis utilities contributed by Roberto Boati and Alex Bodnaru. -2006-05-30 17:19 Sandro Santilli <strk@keybit.net> +2006-05-30 17:19 Sandro Santilli <strk@kbt.io> * [r2372] lwgeom/lwgeom_chip.c: Added some primitives for CHIP management + rendering for points and lines -2006-05-30 17:17 Sandro Santilli <strk@keybit.net> +2006-05-30 17:17 Sandro Santilli <strk@kbt.io> * [r2371] lwgeom/lwgeom_chip.c: Fixed bug in CHIP input routine failing on uncompressed 1x1 integer chip inputs -2006-05-30 08:47 Sandro Santilli <strk@keybit.net> +2006-05-30 08:47 Sandro Santilli <strk@kbt.io> * [r2370] lwgeom/lwgeom.c: added copyright header -2006-05-30 08:38 Sandro Santilli <strk@keybit.net> +2006-05-30 08:38 Sandro Santilli <strk@kbt.io> * [r2369] lwgeom/lwcollection.c, lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c, @@ -57715,35 +61777,35 @@ lwgeom/lwpoint.c, lwgeom/lwpoly.c, lwgeom/measures.c, lwgeom/ptarray.c: Added some missing copyright headers. -2006-05-23 09:48 Sandro Santilli <strk@keybit.net> +2006-05-23 09:48 Sandro Santilli <strk@kbt.io> * [r2368] CHANGES, doc/postgis.xml, lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: NEW AsHEXEWKB(geom, XDR|NDR) function + documentation -2006-05-22 15:29 Sandro Santilli <strk@keybit.net> +2006-05-22 15:29 Sandro Santilli <strk@kbt.io> * [r2367] regress/Makefile, regress/measures.sql, regress/measures_expected, regress/regress.sql, regress/regress_expected: Moved 'measures' query into a specific file, added a test for bug #108 -2006-05-22 14:57 Sandro Santilli <strk@keybit.net> +2006-05-22 14:57 Sandro Santilli <strk@kbt.io> * [r2366] Version.config: Set version to 1.1.3CVS -2006-05-22 14:23 Sandro Santilli <strk@keybit.net> +2006-05-22 14:23 Sandro Santilli <strk@kbt.io> * [r2365] lwgeom/lwgeom_geos_c.c: Transform a SRID==0 from GEOS to a SRID=-1. -2006-05-22 13:08 Sandro Santilli <strk@keybit.net> +2006-05-22 13:08 Sandro Santilli <strk@kbt.io> * [r2364] CHANGES, lwgeom/measures.c: Fixed a bug in distance2d_poly_poly() never really comparing ring distances between 1st ring of 1st geom and all rings of second one. -2006-05-22 12:10 Sandro Santilli <strk@keybit.net> +2006-05-22 12:10 Sandro Santilli <strk@kbt.io> * [r2363] topology/test/load_topology.sql: Added 'with oids' specification to create table (oids are used for the test). @@ -57751,39 +61813,39 @@ highering the requirements for topology. Suggestion from Alex Bodnaru. -2006-05-22 11:17 Sandro Santilli <strk@keybit.net> +2006-05-22 11:17 Sandro Santilli <strk@kbt.io> * [r2362] topology/test/Makefile: Applied cleanups by Alex Bodnaru -2006-05-22 11:02 Sandro Santilli <strk@keybit.net> +2006-05-22 11:02 Sandro Santilli <strk@kbt.io> * [r2361] CHANGES, doc/postgis.xml, lwgeom/lwgeom_dump.c, lwgeom/lwpostgis.sql.in: New DumpRings(polygon) function + docs -2006-05-22 10:58 Sandro Santilli <strk@keybit.net> +2006-05-22 10:58 Sandro Santilli <strk@kbt.io> * [r2360] lwgeom/measures.c: fixed errors in DEBUG builds -2006-05-22 10:38 Sandro Santilli <strk@keybit.net> +2006-05-22 10:38 Sandro Santilli <strk@kbt.io> * [r2359] lwgeom/liblwgeom.h: Added usage comment about lwpoly_construct() -2006-05-17 15:52 Sandro Santilli <strk@keybit.net> +2006-05-17 15:52 Sandro Santilli <strk@kbt.io> * [r2358] doc/postgis.xml: Added Bruce Rindahl in the credits hall -2006-05-17 15:32 Sandro Santilli <strk@keybit.net> +2006-05-17 15:32 Sandro Santilli <strk@kbt.io> * [r2357] CHANGES: Added note about doc generation change -2006-05-17 13:11 Sandro Santilli <strk@keybit.net> +2006-05-17 13:11 Sandro Santilli <strk@kbt.io> * [r2356] doc/postgis.xml: DocBook version set to 4.3 (4.2 did not have <code> tag) Thanks to Mateus Loskot for the tip! -2006-05-17 13:04 Sandro Santilli <strk@keybit.net> +2006-05-17 13:04 Sandro Santilli <strk@kbt.io> * [r2355] Makefile.config.in, configure.in, doc/Makefile, doc/README: Changed PDF manual generation rule to use db2pdf from @@ -57791,46 +61853,46 @@ doesn't succeed yet, but removing <code> tags is enough to complete. -2006-05-17 12:26 Sandro Santilli <strk@keybit.net> +2006-05-17 12:26 Sandro Santilli <strk@kbt.io> * [r2354] doc/README: Added note about pdfxmltex being provided by xmltex package -2006-05-17 12:25 Sandro Santilli <strk@keybit.net> +2006-05-17 12:25 Sandro Santilli <strk@kbt.io> * [r2353] doc/Makefile: Added check for pdfxmltex availability before attempting to use it -2006-05-17 07:52 Sandro Santilli <strk@keybit.net> +2006-05-17 07:52 Sandro Santilli <strk@kbt.io> * [r2352] regress/affine.sql, regress/affine_expected: Additional bbox tests for transcale, rotateX and rotateY -2006-05-16 19:11 Sandro Santilli <strk@keybit.net> +2006-05-16 19:11 Sandro Santilli <strk@kbt.io> * [r2351] regress/affine.sql, regress/affine_expected: Added tests for translate and scale bbox computation -2006-05-16 17:09 Sandro Santilli <strk@keybit.net> +2006-05-16 17:09 Sandro Santilli <strk@kbt.io> * [r2350] CHANGES, lwgeom/lwgeom_functions_basic.c: BUGXFIX in affine() failing to update bounding box -2006-05-11 14:24 Sandro Santilli <strk@keybit.net> +2006-05-11 14:24 Sandro Santilli <strk@kbt.io> * [r2349] extras/rpm/spec/postgis.spec: Update to 1.1.2 by Laurent WANDREBECK -2006-05-11 09:41 Sandro Santilli <strk@keybit.net> +2006-05-11 09:41 Sandro Santilli <strk@kbt.io> * [r2348] doc, doc/.cvsignore: added postgis.fo and postgis.pdf -2006-05-11 09:41 Sandro Santilli <strk@keybit.net> +2006-05-11 09:41 Sandro Santilli <strk@kbt.io> * [r2347] doc/README: changed single-file html production to 'make html', simpler -2006-05-10 13:40 Sandro Santilli <strk@keybit.net> +2006-05-10 13:40 Sandro Santilli <strk@kbt.io> * [r2346] doc/Makefile, doc/README: Added notes about requirements for dox generation, cleaned up Makefile @@ -57840,7 +61902,7 @@ * [r2345] jdbc2/src/org/postgis/Point.java: Small typo fix in comment -2006-05-10 10:37 Sandro Santilli <strk@keybit.net> +2006-05-10 10:37 Sandro Santilli <strk@kbt.io> * [r2344] doc/Makefile: Removed >/dev/null redirection of pdfxmltex command, to see what's going on @@ -57853,7 +61915,7 @@ Imporoved Geometry setter/getter updated postgis version -2006-05-04 15:19 Sandro Santilli <strk@keybit.net> +2006-05-04 15:19 Sandro Santilli <strk@kbt.io> * [r2342] CHANGES, lwgeom/lex.yy.c, lwgeom/wktparse.lex: Support for Tru64 build (bug#104) @@ -57878,42 +61940,42 @@ * [r2338] jdbc2/src/examples/TestParser.java: fixed typo in regression test online help -2006-04-26 12:19 Sandro Santilli <strk@keybit.net> +2006-04-26 12:19 Sandro Santilli <strk@kbt.io> * [r2337] CHANGES, Makefile.config.in, configure.in, lwgeom/Makefile: Added --with-geos-libdir and --with-proj-libdir configure switches -2006-04-18 16:57 Sandro Santilli <strk@keybit.net> +2006-04-18 16:57 Sandro Santilli <strk@kbt.io> * [r2336] lwgeom/lex.yy.c, lwgeom/wktparse.y: Fixed invalid C++ style comment -2006-04-18 16:56 Sandro Santilli <strk@keybit.net> +2006-04-18 16:56 Sandro Santilli <strk@kbt.io> * [r2335] configure.in: Used ad-hoc AC_PROG_YACC for yacc detection -2006-04-18 14:09 Sandro Santilli <strk@keybit.net> +2006-04-18 14:09 Sandro Santilli <strk@kbt.io> * [r2334] loader/pgsql2shp.c: Limited text field size to 255 (bug #84) [will eventually provide a switch to support wider fields ] -2006-04-18 12:36 Sandro Santilli <strk@keybit.net> +2006-04-18 12:36 Sandro Santilli <strk@kbt.io> * [r2333] CHANGES: updated -2006-04-18 12:30 Sandro Santilli <strk@keybit.net> +2006-04-18 12:30 Sandro Santilli <strk@kbt.io> * [r2332] regress/Makefile, regress/wkt.sql, regress/wkt_expected: Added test for wkt parser -2006-04-18 12:30 Sandro Santilli <strk@keybit.net> +2006-04-18 12:30 Sandro Santilli <strk@kbt.io> * [r2331] lwgeom/lex.yy.c, lwgeom/wktparse.tab.c, lwgeom/wktparse.y: WKT parser: forbidden EMPTY elements in non-collection multigeoms. -2006-04-18 10:28 Sandro Santilli <strk@keybit.net> +2006-04-18 10:28 Sandro Santilli <strk@kbt.io> * [r2330] lwgeom/liblwgeom.c, lwgeom/lwline.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c: Cleanly handled deserialization of points with @@ -57922,63 +61984,63 @@ lwgeom_typename() to avoid memory corruption when input geometrytype is out of range. -2006-04-18 09:19 Sandro Santilli <strk@keybit.net> +2006-04-18 09:19 Sandro Santilli <strk@kbt.io> * [r2329] configure.in: Added check for libiconv_open (for MingW) - patch provided by Mark Cave-Ayland -2006-04-18 09:16 Sandro Santilli <strk@keybit.net> +2006-04-18 09:16 Sandro Santilli <strk@kbt.io> * [r2328] loader/shp2pgsql.c: Substituted bzero() use with memset() -2006-04-18 09:10 Sandro Santilli <strk@keybit.net> +2006-04-18 09:10 Sandro Santilli <strk@kbt.io> * [r2327] Makefile.config.in, configure.in, lwgeom/Makefile: Applied patch by Mark Cave-Ayland allowing in-place regression tests to be run under MingW (Win32) -2006-04-10 08:19 Sandro Santilli <strk@keybit.net> +2006-04-10 08:19 Sandro Santilli <strk@kbt.io> * [r2326] lwgeom/lwgeom_jts.c: Added support for printing argument geoms on union failures within unite_garray() loop. -2006-03-29 09:25 Sandro Santilli <strk@keybit.net> +2006-03-29 09:25 Sandro Santilli <strk@kbt.io> * [r2325] TODO: removed obsoleted items -2006-03-29 09:19 Sandro Santilli <strk@keybit.net> +2006-03-29 09:19 Sandro Santilli <strk@kbt.io> * [r2323] README.postgis: Set release version and date -2006-03-29 09:14 Sandro Santilli <strk@keybit.net> +2006-03-29 09:14 Sandro Santilli <strk@kbt.io> * [r2322] CHANGES, Version.config, doc/postgis.xml: Prepared for 1.1.2 release -2006-03-28 08:39 Sandro Santilli <strk@keybit.net> +2006-03-28 08:39 Sandro Santilli <strk@kbt.io> * [r2321] regress/run_test: Mangled Self-intersection message to remove 'at or near point' so that test works with both GEOS 2.x (w/out point spec) and 3.x (with point spec) -2006-03-27 09:33 Sandro Santilli <strk@keybit.net> +2006-03-27 09:33 Sandro Santilli <strk@kbt.io> * [r2320] regress/regress_ogc.sql, regress/regress_ogc_expected: Used a larger grid for buffer() test, to account for rounding changes between GEOS-2.2 and GEOS-3.0 -2006-03-13 10:54 Sandro Santilli <strk@keybit.net> +2006-03-13 10:54 Sandro Santilli <strk@kbt.io> * [r2319] CHANGES, lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in: Applied patch from Mark Cave Ayland embedding access control for the estimated_extent functions. -2006-03-13 10:41 Sandro Santilli <strk@keybit.net> +2006-03-13 10:41 Sandro Santilli <strk@kbt.io> * [r2318] CHANGES: added enforceRHR fix @@ -57993,13 +62055,13 @@ rather than just reverse. (Note that seems to be enforcing CW RHR rather than CCW RHR.) -2006-03-08 18:21 Sandro Santilli <strk@keybit.net> +2006-03-08 18:21 Sandro Santilli <strk@kbt.io> * [r2315] configure.in: Added pg_config --libs to PGFELIBS as a workaround for systems that doesn't automatically detect dependencies -2006-03-01 09:10 Sandro Santilli <strk@keybit.net> +2006-03-01 09:10 Sandro Santilli <strk@kbt.io> * [r2314] regress/Makefile: Fixed 'clean' rule to succeed also when tree already cleaned (rm -f) @@ -58015,7 +62077,7 @@ regress/affine.sql, regress/affine_expected: documented affine(), rewrote transscale() to use affine() -2006-02-22 14:06 Sandro Santilli <strk@keybit.net> +2006-02-22 14:06 Sandro Santilli <strk@kbt.io> * [r2311] CHANGES, doc/postgis.xml, lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in, @@ -58027,16 +62089,16 @@ Fixed a bbox-related bug in transscale() Added a test for affine transformations. -2006-02-15 08:38 Sandro Santilli <strk@keybit.net> +2006-02-15 08:38 Sandro Santilli <strk@kbt.io> * [r2310] regress/regress_ogc.sql: Qualified args of difference() to avoid clashes with other packages -2006-02-10 10:58 Sandro Santilli <strk@keybit.net> +2006-02-10 10:58 Sandro Santilli <strk@kbt.io> * [r2309] spatial_ref_sys.sql: Made it a single transaction -2006-02-10 10:57 Sandro Santilli <strk@keybit.net> +2006-02-10 10:57 Sandro Santilli <strk@kbt.io> * [r2308] spatial_ref_sys.sql: Removed intermediate VACUUM @@ -58049,27 +62111,27 @@ 'inner' geometries with no given srid from inheriting the srid from outer collection. -2006-02-06 11:16 Sandro Santilli <strk@keybit.net> +2006-02-06 11:16 Sandro Santilli <strk@kbt.io> * [r2306] lwgeom/lwgeom.h: Added uchar typedef -2006-02-06 11:12 Sandro Santilli <strk@keybit.net> +2006-02-06 11:12 Sandro Santilli <strk@kbt.io> * [r2305] lwgeom/lwgparse.c, lwgeom/wktparse.h, lwgeom/wktunparse.c: uint32_t typedef moved back from wktparse.h to lwgparse.c and wktunparse.c -2006-02-06 11:09 Sandro Santilli <strk@keybit.net> +2006-02-06 11:09 Sandro Santilli <strk@kbt.io> * [r2304] lwgeom/BBOXCACHE_BEHAVIOURS: added snaptogrid behavior -2006-02-03 20:53 Sandro Santilli <strk@keybit.net> +2006-02-03 20:53 Sandro Santilli <strk@kbt.io> * [r2303] loader/pgsql2shp.c, loader/wkb.h, lwgeom/lwgparse.c, lwgeom/wktparse.h, lwgeom/wktunparse.c: Swapped stdint.h (unavailable on Solaris9) with inttypes.h -2006-02-03 09:52 Sandro Santilli <strk@keybit.net> +2006-02-03 09:52 Sandro Santilli <strk@kbt.io> * [r2302] CHANGES, lwgeom/lwgparse.c, lwgeom/wktunparse.c: Changed int4 typedefs to use POSIX uint32_t @@ -58078,20 +62140,20 @@ * [r2301] doc/postgis.xml: Updated maintainers info. -2006-02-01 22:15 Sandro Santilli <strk@keybit.net> +2006-02-01 22:15 Sandro Santilli <strk@kbt.io> * [r2300] CHANGES, regress/Makefile, regress/run_test: Made regress/run_test create and drop it's regress database unless otherwise specified using --nocreate and --nodrop switches. -2006-02-01 20:48 Sandro Santilli <strk@keybit.net> +2006-02-01 20:48 Sandro Santilli <strk@kbt.io> * [r2299] configure.in: Portable tests for docdir and datadir, comments fixed. Thanks to Havard Tveite for pointing out. -2006-01-29 13:54 Sandro Santilli <strk@keybit.net> +2006-01-29 13:54 Sandro Santilli <strk@kbt.io> * [r2298] CHANGES, README.postgis, Version.config, lwgeom/Makefile, lwgeom/box2d.c, lwgeom/lwgeom.c, @@ -58113,7 +62175,7 @@ Version bumped to 1.1.2 and CHANGES file updated. -2006-01-23 00:13 Sandro Santilli <strk@keybit.net> +2006-01-23 00:13 Sandro Santilli <strk@kbt.io> * [r2296] CHANGES, Version.config, doc/postgis.xml: Set version to 1.1.1, edited 1.1.1 Release Notes chapter in manual @@ -58123,60 +62185,60 @@ * [r2295] spatial_ref_sys.sql: Fix for bug 10, SRID 28992 incorrect -2006-01-21 08:40 Sandro Santilli <strk@keybit.net> +2006-01-21 08:40 Sandro Santilli <strk@kbt.io> * [r2294] regress/run_test, regress/test_index_concurrency: Separated 'export' from assignment, for Solaris support - reported by Michael Fuhr -2006-01-19 19:19 Sandro Santilli <strk@keybit.net> +2006-01-19 19:19 Sandro Santilli <strk@kbt.io> * [r2293] doc/postgis.xml: Updated documentation for line_substring() and line_interpolate_point() -2006-01-19 19:13 Sandro Santilli <strk@keybit.net> +2006-01-19 19:13 Sandro Santilli <strk@kbt.io> * [r2292] regress/regress_lrs.sql, regress/regress_lrs_expected: Added a couple of line_interpolate_point tests -2006-01-19 19:11 Sandro Santilli <strk@keybit.net> +2006-01-19 19:11 Sandro Santilli <strk@kbt.io> * [r2291] CHANGES, lwgeom/lwgeom_functions_analytic.c: Z and M interpolation in line_interpolate_point() -2006-01-19 18:26 Sandro Santilli <strk@keybit.net> +2006-01-19 18:26 Sandro Santilli <strk@kbt.io> * [r2290] lwgeom/lwgeom_functions_analytic.c, lwgeom/ptarray.c, regress/regress_lrs.sql, regress/regress_lrs_expected: Made line_substring() handle corner case of start/end having the same value. A point is returned in that case. -2006-01-19 18:17 Sandro Santilli <strk@keybit.net> +2006-01-19 18:17 Sandro Santilli <strk@kbt.io> * [r2289] regress/regress_lrs.sql, regress/regress_lrs_expected: Added more regress tests for line_substring -2006-01-19 18:17 Sandro Santilli <strk@keybit.net> +2006-01-19 18:17 Sandro Santilli <strk@kbt.io> * [r2288] CHANGES, lwgeom/ptarray.c: Added Z and M interpolation in ptarray_substring(), fixed some corner-case bugs -2006-01-19 18:16 Sandro Santilli <strk@keybit.net> +2006-01-19 18:16 Sandro Santilli <strk@kbt.io> * [r2287] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Added interpolate_point4d() general function in API -2006-01-19 18:15 Sandro Santilli <strk@keybit.net> +2006-01-19 18:15 Sandro Santilli <strk@kbt.io> * [r2286] regress/run_test: Added -v switch to show differences inline -2006-01-18 21:06 Sandro Santilli <strk@keybit.net> +2006-01-18 21:06 Sandro Santilli <strk@kbt.io> * [r2285] CHANGES, regress/run_test: Forced lc_messages to be 'C' during regress tests -2006-01-18 10:19 Sandro Santilli <strk@keybit.net> +2006-01-18 10:19 Sandro Santilli <strk@kbt.io> * [r2284] CHANGES, lwgeom/ptarray.c, regress/regress_lrs.sql, regress/regress_lrs_expected: Fixed out-of-bound condition in @@ -58185,7 +62247,7 @@ Added regress test for the case (postgis-devel/2006-January/001951.html) -2006-01-17 14:53 Sandro Santilli <strk@keybit.net> +2006-01-17 14:53 Sandro Santilli <strk@kbt.io> * [r2283] configure.in: Fixed $datadir and $docdir paths to support postgresql convention @@ -58193,39 +62255,39 @@ 'postgres' already appear in the path. -2006-01-17 08:37 Sandro Santilli <strk@keybit.net> +2006-01-17 08:37 Sandro Santilli <strk@kbt.io> * [r2282] CHANGES: Added postgis_restore.pl fix -2006-01-17 08:36 Sandro Santilli <strk@keybit.net> +2006-01-17 08:36 Sandro Santilli <strk@kbt.io> * [r2281] utils/postgis_restore.pl: Commented out debugging premature exit left from last review -2006-01-16 10:42 Sandro Santilli <strk@keybit.net> +2006-01-16 10:42 Sandro Santilli <strk@kbt.io> * [r2280] loader/dbfopen.c, loader/pgsql2shp.c, loader/shapefil.h, loader/shp2pgsql.c: Added support for Bool and Date DBF<=>PGIS mapping -2006-01-16 10:10 Sandro Santilli <strk@keybit.net> +2006-01-16 10:10 Sandro Santilli <strk@kbt.io> * [r2279] CHANGES, configure.in: Fixed default pgsql prefix to /usr/local/pgsql (default since pgsql 7.2) -2006-01-15 22:56 Sandro Santilli <strk@keybit.net> +2006-01-15 22:56 Sandro Santilli <strk@kbt.io> * [r2278] CHANGES, Makefile.config.in, configure.in: Fixed handling of pg_config --bindir -2006-01-13 09:11 Sandro Santilli <strk@keybit.net> +2006-01-13 09:11 Sandro Santilli <strk@kbt.io> * [r2277] CHANGES, lwgeom/ptarray.c, regress/lwgeom_regress.sql, regress/lwgeom_regress_expected, regress/regress_lrs.sql, regress/regress_lrs_expected: Fixed bug in ptarray_locate_point() - added regress test for specific case -2006-01-12 12:26 Sandro Santilli <strk@keybit.net> +2006-01-12 12:26 Sandro Santilli <strk@kbt.io> * [r2276] CHANGES, lwgeom/lwgeom_geos_c.c: Fixed bug blessing all GEOMETRYCOLLECTIONS to MULTIPOLYGONS in postgis->GEOS @@ -58236,13 +62298,13 @@ * [r2275] CHANGES, doc/postgis.xml, lwgeom/lwpostgis.sql.in: Added NumInteriorRing(geometry) alias function -2006-01-09 16:40 Sandro Santilli <strk@keybit.net> +2006-01-09 16:40 Sandro Santilli <strk@kbt.io> * [r2274] loader/PQunescapeBytea.c, loader/compat.h, loader/dbfopen.c, loader/pgsql2shp.c, loader/shp2pgsql.c: ISO C90 comments, signedness mismatch fixes -2006-01-09 15:55 Sandro Santilli <strk@keybit.net> +2006-01-09 15:55 Sandro Santilli <strk@kbt.io> * [r2273] lwgeom/lwgeom_box.c, lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_btree.c, @@ -58253,93 +62315,93 @@ lwgeom/stringBuffer.c, lwgeom/stringBuffer.h: ISO C90 comments (finished in lwgeom/) -2006-01-09 15:12 Sandro Santilli <strk@keybit.net> +2006-01-09 15:12 Sandro Santilli <strk@kbt.io> * [r2272] lwgeom/lwcollection.c, lwgeom/lwgeom_spheroid.c, lwgeom/lwline.c, lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c, lwgeom/lwpoint.c, lwgeom/wktunparse.c: ISO C90 comments -2006-01-09 15:11 Sandro Santilli <strk@keybit.net> +2006-01-09 15:11 Sandro Santilli <strk@kbt.io> * [r2271] lwgeom/lwgeom_functions_analytic.c: Removed variable-sized array and fixed comments as for ISO C90 requirements. -2006-01-09 15:09 Sandro Santilli <strk@keybit.net> +2006-01-09 15:09 Sandro Santilli <strk@kbt.io> * [r2270] regress/Makefile, regress/simplify.sql, regress/simplify_expected: Added simplify() test unit -2006-01-09 14:43 Sandro Santilli <strk@keybit.net> +2006-01-09 14:43 Sandro Santilli <strk@kbt.io> * [r2269] lwgeom/lwgeom_api.c: ISO C90 comments, indenting -2006-01-09 12:56 Sandro Santilli <strk@keybit.net> +2006-01-09 12:56 Sandro Santilli <strk@kbt.io> * [r2268] lwgeom/lwpostgis.sql.in: Proc upgrade requirement message made more clear. -2006-01-09 12:55 Sandro Santilli <strk@keybit.net> +2006-01-09 12:55 Sandro Santilli <strk@kbt.io> * [r2267] lwgeom/lwgeom_debug.c: Removed variable-sized array forbidden by ISO C90. -2006-01-09 12:39 Sandro Santilli <strk@keybit.net> +2006-01-09 12:39 Sandro Santilli <strk@kbt.io> * [r2266] lwgeom/liblwgeom.c: C++ style comments removed, fixed return from void function. -2006-01-09 12:36 Sandro Santilli <strk@keybit.net> +2006-01-09 12:36 Sandro Santilli <strk@kbt.io> * [r2265] lwgeom/ptarray.c: Changed C++ style comments to ISO C format -2006-01-09 12:30 Sandro Santilli <strk@keybit.net> +2006-01-09 12:30 Sandro Santilli <strk@kbt.io> * [r2264] lwgeom/measures.c: Changed C++ style comments to ISO C ones. -2006-01-09 12:17 Sandro Santilli <strk@keybit.net> +2006-01-09 12:17 Sandro Santilli <strk@kbt.io> * [r2263] CHANGES: Added Solaris 2.7 and MingW support improvements item -2006-01-09 11:48 Sandro Santilli <strk@keybit.net> +2006-01-09 11:48 Sandro Santilli <strk@kbt.io> * [r2262] lwgeom/lwgeom_estimate.c: Fixed "strict-aliasing rule" breaks. -2006-01-09 11:43 Sandro Santilli <strk@keybit.net> +2006-01-09 11:43 Sandro Santilli <strk@kbt.io> * [r2261] lwgeom/ptarray.c: Found another (faster) way to avoid breaking "strict-aliasing rules" -2006-01-09 11:05 Sandro Santilli <strk@keybit.net> +2006-01-09 11:05 Sandro Santilli <strk@kbt.io> * [r2260] lwgeom/ptarray.c: Removed POINT4D=>POINT2D cast raising GCC warning -2006-01-09 10:56 Sandro Santilli <strk@keybit.net> +2006-01-09 10:56 Sandro Santilli <strk@kbt.io> * [r2259] configure.in: Changed "! test" to "test !" and "-e" to "-f" for Solaris compatibility. -2006-01-09 10:42 Sandro Santilli <strk@keybit.net> +2006-01-09 10:42 Sandro Santilli <strk@kbt.io> * [r2258] lwgeom/lwgeom_functions_basic.c: Changed all C++ style comments to ISO C ones. -2006-01-08 15:02 Sandro Santilli <strk@keybit.net> +2006-01-08 15:02 Sandro Santilli <strk@kbt.io> * [r2257] ., .cvsignore: Added lwpostgis_upgrade.sql -2006-01-07 10:18 Sandro Santilli <strk@keybit.net> +2006-01-07 10:18 Sandro Santilli <strk@kbt.io> * [r2256] configure.in: Changed $PWD uses with `pwd` (required for Solaris 2.7) -2006-01-05 15:01 Sandro Santilli <strk@keybit.net> +2006-01-05 15:01 Sandro Santilli <strk@kbt.io> * [r2255] configure.in: More portable (hopefully) use of quotes and backticks @@ -58376,35 +62438,35 @@ * [r2249] lwgeom/lwgeom_chip.c: Added the CHIP_send function which enables Postgres 8.0 to send a binary CHIP -2006-01-01 02:30 Sandro Santilli <strk@keybit.net> +2006-01-01 02:30 Sandro Santilli <strk@kbt.io> * [r2248] lwgeom/lwgeom_pg.c: Added missing include for definition of unparse_WKB() -2006-01-01 02:19 Sandro Santilli <strk@keybit.net> +2006-01-01 02:19 Sandro Santilli <strk@kbt.io> * [r2247] lwgeom/lwgeom_box.c, lwgeom/lwgeom_pg.h: Dropped unused box2df_to_box() and box_to_box2df() functions. Added box_to_box2df_p() function to complement exiting box2df_to_box_p(). -2005-12-31 15:11 Sandro Santilli <strk@keybit.net> +2005-12-31 15:11 Sandro Santilli <strk@kbt.io> * [r2246] doc/postgis.xml: Fixed reference to PostgreSQL "contrib" directory (no more required) -2005-12-31 14:57 Sandro Santilli <strk@keybit.net> +2005-12-31 14:57 Sandro Santilli <strk@kbt.io> * [r2245] lwgeom/lwgeom_api.c: Fixed "possibly uninitialized" warning in box2df_to_box3d -2005-12-30 18:14 Sandro Santilli <strk@keybit.net> +2005-12-30 18:14 Sandro Santilli <strk@kbt.io> * [r2244] lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_chip.c, lwgeom/lwgeom_gml.c, lwgeom/lwgeom_svg.c, lwgeom/lwgeom_transform.c: Fixed all signedness warnings -2005-12-30 17:40 Sandro Santilli <strk@keybit.net> +2005-12-30 17:40 Sandro Santilli <strk@kbt.io> * [r2243] CHANGES, Version.config, lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom_chip.c, @@ -58430,89 +62492,89 @@ * [r2241] extras/rpm/spec/postgis.spec: Lots of fixes for 1.1 -2005-12-21 18:45 Sandro Santilli <strk@keybit.net> +2005-12-21 18:45 Sandro Santilli <strk@kbt.io> * [r2239] configure.in: Removed awk usage, --with-template is detected during the single pg_config --configure scan -2005-12-21 13:18 Sandro Santilli <strk@keybit.net> +2005-12-21 13:18 Sandro Santilli <strk@kbt.io> * [r2238] configure.in: Changed $() constructs to "``" ones, for portability -2005-12-21 12:12 Sandro Santilli <strk@keybit.net> +2005-12-21 12:12 Sandro Santilli <strk@kbt.io> * [r2237] lwgeom/lwgeom_transform.c: Raised a warning on pj_errno==-38 (a nodatum transform is attempted before giving up) -2005-12-20 09:17 Sandro Santilli <strk@keybit.net> +2005-12-20 09:17 Sandro Santilli <strk@kbt.io> * [r2236] regress/run_test: Used more portable sed syntax, submitted by Michael Fuhr. -2005-12-20 09:06 Sandro Santilli <strk@keybit.net> +2005-12-20 09:06 Sandro Santilli <strk@kbt.io> * [r2235] doc/Makefile: Fixed inconsistency between docs install/uninstall paths -2005-12-19 20:33 Sandro Santilli <strk@keybit.net> +2005-12-19 20:33 Sandro Santilli <strk@kbt.io> * [r2234] configure.in: Fixed eprefix (bindir) use -2005-12-19 20:23 Sandro Santilli <strk@keybit.net> +2005-12-19 20:23 Sandro Santilli <strk@kbt.io> * [r2233] GNUmakefile: Dropped `liblwgeom' dependency from 'test' rule -2005-12-19 15:07 Sandro Santilli <strk@keybit.net> +2005-12-19 15:07 Sandro Santilli <strk@kbt.io> * [r2232] configure.in: Allowed for overriding of --datadir. reworked pg_config --configure parsing to make a single scan. Fixed mishanlding of --prefix -2005-12-19 12:26 Sandro Santilli <strk@keybit.net> +2005-12-19 12:26 Sandro Santilli <strk@kbt.io> * [r2231] README.postgis: make regress => make test -2005-12-19 10:39 Sandro Santilli <strk@keybit.net> +2005-12-19 10:39 Sandro Santilli <strk@kbt.io> * [r2230] regress/regress_expected, regress/run_test: used a consistent construct for out_and_err redirect, added rule to make [eE][-+]0+[0-9]+ become e[-+][1-9]+ -2005-12-19 10:17 Sandro Santilli <strk@keybit.net> +2005-12-19 10:17 Sandro Santilli <strk@kbt.io> * [r2229] regress/run_test: Applied patch for MingW support (buffering and INF representation problems) -2005-12-19 09:43 Sandro Santilli <strk@keybit.net> +2005-12-19 09:43 Sandro Santilli <strk@kbt.io> * [r2228] lwgeom/Makefile: Fixed uninstall rule for scripts -2005-12-16 16:53 Sandro Santilli <strk@keybit.net> +2005-12-16 16:53 Sandro Santilli <strk@kbt.io> * [r2227] configure.in: fixed iconv check -2005-12-16 16:47 Sandro Santilli <strk@keybit.net> +2005-12-16 16:47 Sandro Santilli <strk@kbt.io> * [r2226] Makefile.config.in, configure.in, loader/Makefile: Added support for mixed libiconv/iconv -2005-12-16 15:07 Sandro Santilli <strk@keybit.net> +2005-12-16 15:07 Sandro Santilli <strk@kbt.io> * [r2225] HOWTO_RELEASE: Added make_dist.sh argument. -2005-12-16 11:55 Sandro Santilli <strk@keybit.net> +2005-12-16 11:55 Sandro Santilli <strk@kbt.io> * [r2224] TODO: Almost done with closure -2005-12-16 11:53 Sandro Santilli <strk@keybit.net> +2005-12-16 11:53 Sandro Santilli <strk@kbt.io> * [r2223] doc/postgis.xml: Added Carl Anderson to release-specifi credits section (forgot, who know how many else) -2005-12-16 11:14 Sandro Santilli <strk@keybit.net> +2005-12-16 11:14 Sandro Santilli <strk@kbt.io> * [r2222] CHANGES, doc/postgis.xml: Edited release notes in manual, set release date to 2005/12/21 @@ -58522,17 +62584,17 @@ * [r2221] jdbc2/README: small README improvements -2005-12-16 09:36 Sandro Santilli <strk@keybit.net> +2005-12-16 09:36 Sandro Santilli <strk@kbt.io> * [r2220] lwgeom/lwpostgis.sql.in: Added installed procs version when proc upgrade needed -2005-12-16 09:32 Sandro Santilli <strk@keybit.net> +2005-12-16 09:32 Sandro Santilli <strk@kbt.io> * [r2219] HOWTO_RELEASE, TODO, make_dist.sh: Added release procedure and Versioning rationale. -2005-12-16 08:59 Sandro Santilli <strk@keybit.net> +2005-12-16 08:59 Sandro Santilli <strk@kbt.io> * [r2218] Version.config, lwgeom/Makefile: lwpostgis_upgrade.sql installed by install and removed by uninstall, @@ -58540,40 +62602,40 @@ version strings and added note about SO/REL versions being the same. -2005-12-16 08:56 Sandro Santilli <strk@keybit.net> +2005-12-16 08:56 Sandro Santilli <strk@kbt.io> * [r2217] lwgeom/lwgeom_geos_wrapper.cpp: Added required typinfo include -2005-12-16 08:38 Sandro Santilli <strk@keybit.net> +2005-12-16 08:38 Sandro Santilli <strk@kbt.io> * [r2216] lwgeom/lwpostgis.sql.in: Simplified top warning about upgradability of changes. -2005-12-16 08:37 Sandro Santilli <strk@keybit.net> +2005-12-16 08:37 Sandro Santilli <strk@kbt.io> * [r2215] lwgeom/Makefile: Added dependency of postgis_proc_upgrade.pl in lwpostgis_upgrade.sql rule -2005-12-16 08:33 Sandro Santilli <strk@keybit.net> +2005-12-16 08:33 Sandro Santilli <strk@kbt.io> * [r2214] utils/postgis_proc_upgrade.pl: Fixed version checker to only use Major to compare -2005-12-16 02:08 Sandro Santilli <strk@keybit.net> +2005-12-16 02:08 Sandro Santilli <strk@kbt.io> * [r2213] lwgeom/Makefile: Reverted use of $(shlib_major) to $(shlib). Since lwpostgis_upgrade.sql is always enough to rebind, and also required... -2005-12-16 01:48 Sandro Santilli <strk@keybit.net> +2005-12-16 01:48 Sandro Santilli <strk@kbt.io> * [r2212] utils/postgis_proc_upgrade.pl: Added comment about the use of postgis_lib_version in version checker (last commit log was incomplete) -2005-12-16 01:41 Sandro Santilli <strk@keybit.net> +2005-12-16 01:41 Sandro Santilli <strk@kbt.io> * [r2211] CHANGES, Version.config, lwgeom/Makefile, lwgeom/lwpostgis.sql.in, utils/postgis_proc_upgrade.pl: Unified @@ -58584,7 +62646,7 @@ written in the database at the time of lwpostgis.sql sourcing. -2005-12-16 01:35 Sandro Santilli <strk@keybit.net> +2005-12-16 01:35 Sandro Santilli <strk@kbt.io> * [r2210] doc/postgis.xml: Added notes `bout postgis_scripts_released(), postgis_scripts_installed() @@ -58592,18 +62654,18 @@ README file - removed most references about DBPROC/RELPROC and the like. -2005-12-15 23:57 Sandro Santilli <strk@keybit.net> +2005-12-15 23:57 Sandro Santilli <strk@kbt.io> * [r2209] Makefile.config.in, configure.in, lwgeom/Makefile: perl availability check by ./configure (sorry, you'll need it from now on) -2005-12-15 23:52 Sandro Santilli <strk@keybit.net> +2005-12-15 23:52 Sandro Santilli <strk@kbt.io> * [r2208] CHANGES: Added note about jdbc/ drop and PgSQL source dependency relief -2005-12-15 23:49 Sandro Santilli <strk@keybit.net> +2005-12-15 23:49 Sandro Santilli <strk@kbt.io> * [r2207] jdbc: Removed obsoleted code @@ -58612,7 +62674,7 @@ * [r2206] doc/postgis.xml: Remove qandasetdiv tags and fix numbering... -2005-12-15 23:28 Sandro Santilli <strk@keybit.net> +2005-12-15 23:28 Sandro Santilli <strk@kbt.io> * [r2205] CHANGES, GNUmakefile, lwgeom/Makefile, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_nojts.c, @@ -58628,101 +62690,101 @@ * [r2204] README.postgis: Wording changes here and there. -2005-12-15 22:50 Sandro Santilli <strk@keybit.net> +2005-12-15 22:50 Sandro Santilli <strk@kbt.io> * [r2203] README.postgis: Updated Upgrading section -2005-12-15 19:11 Sandro Santilli <strk@keybit.net> +2005-12-15 19:11 Sandro Santilli <strk@kbt.io> * [r2202] make_dist.sh: back to single full package -2005-12-15 18:34 Sandro Santilli <strk@keybit.net> +2005-12-15 18:34 Sandro Santilli <strk@kbt.io> * [r2201] doc/postgis.xml: Switched HARD/SOFT upgrade and removed HACK upgrade sections. -2005-12-15 18:30 Sandro Santilli <strk@keybit.net> +2005-12-15 18:30 Sandro Santilli <strk@kbt.io> * [r2200] TODO: Added item for 1.1 closure -2005-12-15 15:18 Sandro Santilli <strk@keybit.net> +2005-12-15 15:18 Sandro Santilli <strk@kbt.io> * [r2199] TODO: Added things to do for 1.1.0 closeup -2005-12-15 09:28 Sandro Santilli <strk@keybit.net> +2005-12-15 09:28 Sandro Santilli <strk@kbt.io> * [r2198] regress/run_test: Infinite->Infinity -2005-12-15 01:27 Sandro Santilli <strk@keybit.net> +2005-12-15 01:27 Sandro Santilli <strk@kbt.io> * [r2197] regress/run_test: Added PROJ version in output - would change the whole thing to postgis_full_version() if it only fit into 80 cols -2005-12-15 01:21 Sandro Santilli <strk@keybit.net> +2005-12-15 01:21 Sandro Santilli <strk@kbt.io> * [r2196] regress/Makefile: Made PROJ test be run only if USE_PROJ=1 -2005-12-15 01:19 Sandro Santilli <strk@keybit.net> +2005-12-15 01:19 Sandro Santilli <strk@kbt.io> * [r2195] regress/regress.sql, regress/regress_expected, regress/regress_ogc.sql, regress/regress_ogc_expected: Moved GEOS/JTS function from regress to ogc test -2005-12-15 01:07 Sandro Santilli <strk@keybit.net> +2005-12-15 01:07 Sandro Santilli <strk@kbt.io> * [r2194] regress/regress.sql, regress/run_test: Removed call to replace(text,text,text) in regress.sql (unsupported by pgsql 7.2) Used sed in run_test to Transform Infinite to inf and Inf to inf -2005-12-15 00:49 Sandro Santilli <strk@keybit.net> +2005-12-15 00:49 Sandro Santilli <strk@kbt.io> * [r2193] Version.config, lwgeom/Makefile: Splitted SCRIPTS_VERSION in MAJOR,MINOR,MICRO -2005-12-15 00:47 Sandro Santilli <strk@keybit.net> +2005-12-15 00:47 Sandro Santilli <strk@kbt.io> * [r2192] lwgeom/lwpostgis.sql.in: 'IMMUTABLE STRICT' -> '_IMMUTABLE_STRICT' fix for new polygon ctors -2005-12-15 00:28 Sandro Santilli <strk@keybit.net> +2005-12-15 00:28 Sandro Santilli <strk@kbt.io> * [r2191] regress/run_test: typo fixed -2005-12-14 18:56 Sandro Santilli <strk@keybit.net> +2005-12-14 18:56 Sandro Santilli <strk@kbt.io> * [r2190] TODO: Removed rectangle-level locking (DONE) -2005-12-14 18:45 Sandro Santilli <strk@keybit.net> +2005-12-14 18:45 Sandro Santilli <strk@kbt.io> * [r2189] TODO: Dropped 1.1.0 specific section - all pending items dumped to 'other random items' -2005-12-14 18:44 Sandro Santilli <strk@keybit.net> +2005-12-14 18:44 Sandro Santilli <strk@kbt.io> * [r2188] doc/postgis.xml: Typo fixed (dumber->dumper) - was tempted to keep it ;) -2005-12-14 18:34 Sandro Santilli <strk@keybit.net> +2005-12-14 18:34 Sandro Santilli <strk@kbt.io> * [r2187] README.postgis: Reintroduced revised INSTALLATION, UPGRADE, USAGE. Added REQUIREMENTS, CONFIGURATION and TESTING. UPGRADE still requires some cleanup (IMHO). -2005-12-14 15:40 Sandro Santilli <strk@keybit.net> +2005-12-14 15:40 Sandro Santilli <strk@kbt.io> * [r2186] README.postgis: Removed most info, added reference to PostGIS manual instead -2005-12-14 15:29 Sandro Santilli <strk@keybit.net> +2005-12-14 15:29 Sandro Santilli <strk@kbt.io> * [r2185] ., .cvsignore: Removed postgis_geos_version.h - should be under lwgeom/ -2005-12-14 15:23 Sandro Santilli <strk@keybit.net> +2005-12-14 15:23 Sandro Santilli <strk@kbt.io> * [r2184] make_dist.sh: - Create two packages: postgis-$$.tar.gz and postgis-regress-$$.tar.gz @@ -58733,27 +62795,27 @@ -- postgis-1.1.0.tar.gz postgis-regress-1.1.0.tar.gz sh make_dist.sh 1.1.0 -2005-12-14 14:14 Sandro Santilli <strk@keybit.net> +2005-12-14 14:14 Sandro Santilli <strk@kbt.io> * [r2183] doc/Makefile: Removed obsoleted --param shade.verbatim param from xsltproc call, moved common flags on top file. -2005-12-14 13:43 Sandro Santilli <strk@keybit.net> +2005-12-14 13:43 Sandro Santilli <strk@kbt.io> * [r2182] doc/postgis.xml: fixed closing tag mismatch -2005-12-14 13:42 Sandro Santilli <strk@keybit.net> +2005-12-14 13:42 Sandro Santilli <strk@kbt.io> * [r2181] doc/postgis.xml: Added release version in abstract, updated INSTALL section to reflect autoconf-based layout -2005-12-14 12:24 Sandro Santilli <strk@keybit.net> +2005-12-14 12:24 Sandro Santilli <strk@kbt.io> * [r2180] Makefile.config.in, configure.in, doc/Makefile: Nicely handled missing requirements for docs build -2005-12-14 11:13 Sandro Santilli <strk@keybit.net> +2005-12-14 11:13 Sandro Santilli <strk@kbt.io> * [r2179] regress/regress.sql, regress/regress_ogc.sql, regress/regress_ogc_expected: Snapped buffer() output to a grid @@ -58761,25 +62823,25 @@ different floating number behaviours on Solaris. Normalized Infinity to inf to account for different libc outputs. -2005-12-14 00:26 Sandro Santilli <strk@keybit.net> +2005-12-14 00:26 Sandro Santilli <strk@kbt.io> * [r2178] regress/Makefile, regress/run_test: Regression tests output made much more concise -2005-12-13 23:25 Sandro Santilli <strk@keybit.net> +2005-12-13 23:25 Sandro Santilli <strk@kbt.io> * [r2177] lwgeom/ptarray.c: removed unused variable -2005-12-13 22:04 Sandro Santilli <strk@keybit.net> +2005-12-13 22:04 Sandro Santilli <strk@kbt.io> * [r2176] regress/run_test: Added GEOS/JTS version info when available -2005-12-13 21:16 Sandro Santilli <strk@keybit.net> +2005-12-13 21:16 Sandro Santilli <strk@kbt.io> * [r2175] regress/Makefile: Fixed a misnamed test -2005-12-13 19:01 Sandro Santilli <strk@keybit.net> +2005-12-13 19:01 Sandro Santilli <strk@kbt.io> * [r2174] doc/postgis.xml, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in, regress/Makefile, @@ -58787,7 +62849,7 @@ regress/setpoint.sql, regress/setpoint_expected: Renamed ReplacePoint() to SetPoint() -2005-12-13 18:39 Sandro Santilli <strk@keybit.net> +2005-12-13 18:39 Sandro Santilli <strk@kbt.io> * [r2173] CHANGES, doc/postgis.xml, lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c, @@ -58798,16 +62860,16 @@ function. Added regress tests for them. -2005-12-13 18:19 Sandro Santilli <strk@keybit.net> +2005-12-13 18:19 Sandro Santilli <strk@kbt.io> * [r2172] lwgeom/lwgeom.c: Fixed bug in lwgeom_as_anytype cast funcions -2005-12-13 14:19 Sandro Santilli <strk@keybit.net> +2005-12-13 14:19 Sandro Santilli <strk@kbt.io> * [r2170] doc/postgis.xml: LRS section repopulated -2005-12-13 12:51 Sandro Santilli <strk@keybit.net> +2005-12-13 12:51 Sandro Santilli <strk@kbt.io> * [r2169] doc/postgis.xml: Moved out of LRS section: line_locate_point back (to Misc), @@ -58815,21 +62877,21 @@ constructors). Added more cross-references. -2005-12-13 12:12 Sandro Santilli <strk@keybit.net> +2005-12-13 12:12 Sandro Santilli <strk@kbt.io> * [r2168] TODO: updated -2005-12-12 20:41 Sandro Santilli <strk@keybit.net> +2005-12-12 20:41 Sandro Santilli <strk@kbt.io> * [r2167] regress/run_test: Handled common invokation mistake (accept trailing .sql in test names) -2005-12-12 20:31 Sandro Santilli <strk@keybit.net> +2005-12-12 20:31 Sandro Santilli <strk@kbt.io> * [r2166] regress/run_test: Changed math statements to be compatible with solaris shell, fixed typo -2005-12-12 17:40 Sandro Santilli <strk@keybit.net> +2005-12-12 17:40 Sandro Santilli <strk@kbt.io> * [r2165] CHANGES, doc/postgis.xml, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_geos_wrapper.cpp, @@ -58846,18 +62908,18 @@ - Reworked regress test runner to be more succint and report a summary of test results -2005-12-12 11:35 Sandro Santilli <strk@keybit.net> +2005-12-12 11:35 Sandro Santilli <strk@kbt.io> * [r2164] lwgeom/Makefile: Avoided detect_geos_version rule when using the GEOS C-API -2005-12-12 11:33 Sandro Santilli <strk@keybit.net> +2005-12-12 11:33 Sandro Santilli <strk@kbt.io> * [r2163] lwgeom/lwgeom_functions_analytic.c: Wrapped grid_print declaration and definition in VERBOSE block, to avoid compiler warning about it being unused -2005-12-10 15:46 Sandro Santilli <strk@keybit.net> +2005-12-10 15:46 Sandro Santilli <strk@kbt.io> * [r2161] lwgeom/lwgeom_api.c: Fixed error message typo @@ -58865,32 +62927,32 @@ * [r2160] doc/postgis.xml: Added credits for GEOS and Proj4. -2005-12-09 15:14 Sandro Santilli <strk@keybit.net> +2005-12-09 15:14 Sandro Santilli <strk@kbt.io> * [r2158] CHANGES: Organized Change log for 1.1.0 -2005-12-09 12:02 Sandro Santilli <strk@keybit.net> +2005-12-09 12:02 Sandro Santilli <strk@kbt.io> * [r2157] doc/postgis.xml: Added Charlie Savage in credits -2005-12-09 12:00 Sandro Santilli <strk@keybit.net> +2005-12-09 12:00 Sandro Santilli <strk@kbt.io> * [r2155] CHANGES, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_geos_wrapper.cpp: Plugged memory leaks in Polygonize(). -2005-12-09 10:14 Sandro Santilli <strk@keybit.net> +2005-12-09 10:14 Sandro Santilli <strk@kbt.io> * [r2153] regress/regress_ogc.sql, regress/regress_ogc_expected: Added a couple of polygonize tests -2005-12-07 12:22 Sandro Santilli <strk@keybit.net> +2005-12-07 12:22 Sandro Santilli <strk@kbt.io> * [r2151] utils/postgis_restore.pl: Fixed handling of CAST for 8.0.0 restore. Type name canonicalization function defined separately. -2005-12-07 09:05 Sandro Santilli <strk@keybit.net> +2005-12-07 09:05 Sandro Santilli <strk@kbt.io> * [r2150] utils/postgis_restore.pl: Added note about OID column drop in pre 8.1 to 8.1+ upgrades @@ -58900,7 +62962,7 @@ * [r2148] extras/rpm/spec/postgis.spec: Label the spec file as 1.1.0 -2005-12-06 15:37 Sandro Santilli <strk@keybit.net> +2005-12-06 15:37 Sandro Santilli <strk@kbt.io> * [r2147] doc/postgis.xml: Updated SnapToGrid documentation @@ -58908,90 +62970,90 @@ * [r2146] extras/rpm/spec/postgis.spec: Update to 1.0.6 -2005-12-06 15:09 Sandro Santilli <strk@keybit.net> +2005-12-06 15:09 Sandro Santilli <strk@kbt.io> * [r2145] CHANGES, doc/postgis.xml: Updated after release 1.0.6 -2005-12-06 14:56 Sandro Santilli <strk@keybit.net> +2005-12-06 14:56 Sandro Santilli <strk@kbt.io> * [r2142] regress/run_test: Added check for successfully postgis installation before running tests -2005-12-06 14:51 Sandro Santilli <strk@keybit.net> +2005-12-06 14:51 Sandro Santilli <strk@kbt.io> * [r2141] regress/regress_ogc.sql, regress/regress_ogc_expected: Added user-reported intersects() test -2005-12-02 15:11 Sandro Santilli <strk@keybit.net> +2005-12-02 15:11 Sandro Santilli <strk@kbt.io> * [r2139] regress/Makefile: Had regress_ogc test skipped if no GEOS nor JTS support is compiled in -2005-12-02 14:56 Sandro Santilli <strk@keybit.net> +2005-12-02 14:56 Sandro Santilli <strk@kbt.io> * [r2138] Makefile: Added missing rules -2005-12-02 14:52 Sandro Santilli <strk@keybit.net> +2005-12-02 14:52 Sandro Santilli <strk@kbt.io> * [r2137] GNUmakefile, Makefile: Copied PostgreSQL top-level Makefile for use by systems in which make != gmake -2005-12-02 14:35 Sandro Santilli <strk@keybit.net> +2005-12-02 14:35 Sandro Santilli <strk@kbt.io> * [r2136] lwgeom/lwgeom_transform.c: Fixed support for PGSQL version 7.2 and 7.3 -2005-12-02 14:15 Sandro Santilli <strk@keybit.net> +2005-12-02 14:15 Sandro Santilli <strk@kbt.io> * [r2135] regress/regress_proj_expected: Fixed SnapToGrid output expectance (higher dims no more discarded) -2005-12-02 13:21 Sandro Santilli <strk@keybit.net> +2005-12-02 13:21 Sandro Santilli <strk@kbt.io> * [r2134] CHANGES: Added note about new SnapToGrid function -2005-12-02 13:16 Sandro Santilli <strk@keybit.net> +2005-12-02 13:16 Sandro Santilli <strk@kbt.io> * [r2133] lwgeom/lwpostgis.sql.in: Added SnapToGrid(geom, point_offset, xsz, ysz, zsz, msz) -2005-12-02 10:46 Sandro Santilli <strk@keybit.net> +2005-12-02 10:46 Sandro Santilli <strk@kbt.io> * [r2132] lwgeom/lwgeom_functions_analytic.c: Added LWGEOM_snaptogrid_pointoff and gridspec utility funx -2005-12-02 09:12 Sandro Santilli <strk@keybit.net> +2005-12-02 09:12 Sandro Santilli <strk@kbt.io> * [r2131] CHANGES: Added note about SnapToGrid bbox computation -2005-12-02 09:07 Sandro Santilli <strk@keybit.net> +2005-12-02 09:07 Sandro Santilli <strk@kbt.io> * [r2129] lwgeom/lwgeom_functions_analytic.c: Fixed output box2d computation in SnapToGrid (was working with float, changed to work with doubles and call appropriate box3d->box2d converter). -2005-12-02 09:06 Sandro Santilli <strk@keybit.net> +2005-12-02 09:06 Sandro Santilli <strk@kbt.io> * [r2128] lwgeom/lwgeom_api.c: Added PARANOIA_LEVEL checks in box3d<->box2d converters -2005-12-02 08:26 Sandro Santilli <strk@keybit.net> +2005-12-02 08:26 Sandro Santilli <strk@kbt.io> * [r2127] regress/Makefile, regress/run_test: Quoted grep pattern (Solaris' shell threats carets as pipes). Added a sleep 1 before dropping DB (to avoid "database being accessed" errors). -2005-12-01 22:29 Sandro Santilli <strk@keybit.net> +2005-12-01 22:29 Sandro Santilli <strk@kbt.io> * [r2126] regress/Makefile: Changed back 'tests' to 'test' -2005-12-01 19:25 Sandro Santilli <strk@keybit.net> +2005-12-01 19:25 Sandro Santilli <strk@kbt.io> * [r2125] CHANGES: Added note about SnapToGrid and higher dims -2005-12-01 19:09 Sandro Santilli <strk@keybit.net> +2005-12-01 19:09 Sandro Santilli <strk@kbt.io> * [r2124] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_analytic.c, @@ -59000,34 +63062,34 @@ Rewritten ptarray_grid() to allow snapping of all dimensions and never discard input ordinates. -2005-12-01 17:14 Sandro Santilli <strk@keybit.net> +2005-12-01 17:14 Sandro Santilli <strk@kbt.io> * [r2123] lwgeom/lwgeom_geos_wrapper.cpp: Fixed missing LineMerge symbol when built against geos-1.0 -2005-12-01 16:21 Sandro Santilli <strk@keybit.net> +2005-12-01 16:21 Sandro Santilli <strk@kbt.io> * [r2122] CHANGES, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_jts.c: Added SRID mismatch checks in GEOS and JTS wrappers -2005-12-01 16:19 Sandro Santilli <strk@keybit.net> +2005-12-01 16:19 Sandro Santilli <strk@kbt.io> * [r2121] Makefile.config.in: Updated comment about GEOS C-API (starts with 2.2.x) -2005-12-01 15:53 Sandro Santilli <strk@keybit.net> +2005-12-01 15:53 Sandro Santilli <strk@kbt.io> * [r2118] regress/Makefile: Renamed clean: to cleanup:, provided empty clean: to make things work from toplevel makefile. -2005-12-01 15:50 Sandro Santilli <strk@keybit.net> +2005-12-01 15:50 Sandro Santilli <strk@kbt.io> * [r2117] configure.in: Fixed handling of bogus geos-1.0 -2005-12-01 14:07 Sandro Santilli <strk@keybit.net> +2005-12-01 14:07 Sandro Santilli <strk@kbt.io> * [r2116] regress/Makefile, regress/lwgeom_regress_expected, regress/regress_expected, regress/regress_index_expected, @@ -59035,77 +63097,77 @@ (INSERT,UPDATE,CREATE,DROP). Cleaned up postgis_reg after tests run. -2005-12-01 13:53 Sandro Santilli <strk@keybit.net> +2005-12-01 13:53 Sandro Santilli <strk@kbt.io> * [r2115] CHANGES, lwgeom/lwgeom.c: Fixed lwgeom_segmentize2d() to always return a clone -2005-12-01 13:49 Sandro Santilli <strk@keybit.net> +2005-12-01 13:49 Sandro Santilli <strk@kbt.io> * [r2113] CHANGES, lwgeom/lwcollection.c: Fixed short-allocation in lwcollection_clone() -2005-12-01 13:37 Sandro Santilli <strk@keybit.net> +2005-12-01 13:37 Sandro Santilli <strk@kbt.io> * [r2111] regress/regress_proj.sql, regress/regress_proj_expected: Fixed test to cleanup after run -2005-11-30 21:02 Sandro Santilli <strk@keybit.net> +2005-11-30 21:02 Sandro Santilli <strk@kbt.io> * [r2109] regress/regress_proj.sql, regress/regress_proj_expected: Added missing proj tests -2005-11-30 18:24 Sandro Santilli <strk@keybit.net> +2005-11-30 18:24 Sandro Santilli <strk@kbt.io> * [r2108] CHANGES, lwgeom/lwgeom_functions_basic.c, lwgeom/ptarray.c: Fixed segfault on addPoint() with invalid offset -2005-11-30 18:24 Sandro Santilli <strk@keybit.net> +2005-11-30 18:24 Sandro Santilli <strk@kbt.io> * [r2107] regress/run_test: Fixed error message on non-readable expected file -2005-11-30 17:04 Sandro Santilli <strk@keybit.net> +2005-11-30 17:04 Sandro Santilli <strk@kbt.io> * [r2105] doc/postgis.xml: Added Alex Mayrhofer to list of contributors -2005-11-30 16:59 Sandro Santilli <strk@keybit.net> +2005-11-30 16:59 Sandro Santilli <strk@kbt.io> * [r2103] CHANGES: Moved 8.2 support to 1.0.6 section -2005-11-30 16:57 Sandro Santilli <strk@keybit.net> +2005-11-30 16:57 Sandro Santilli <strk@kbt.io> * [r2101] regress/Makefile: Added proj tests, curtesy of Alex Mayrhofer -2005-11-29 22:40 Sandro Santilli <strk@keybit.net> +2005-11-29 22:40 Sandro Santilli <strk@kbt.io> * [r2099] configure.in: CAPI usage triggered starting at geos-2.2 -2005-11-29 10:05 Sandro Santilli <strk@keybit.net> +2005-11-29 10:05 Sandro Santilli <strk@kbt.io> * [r2096] CHANGES, doc/postgis.xml: Added locate_among_measure() and locate_between_measures() dox. Updated CHANGES adding new LRS funx and new transform() code. -2005-11-29 09:00 Sandro Santilli <strk@keybit.net> +2005-11-29 09:00 Sandro Santilli <strk@kbt.io> * [r2095] TODO, doc/postgis.xml: Updated documentation for X,Y,M and Z -2005-11-28 16:01 Sandro Santilli <strk@keybit.net> +2005-11-28 16:01 Sandro Santilli <strk@kbt.io> * [r2094] CHANGES, lwgeom/lwgeom_functions_basic.c: Fixed a segfault on geom_accum(NULL, NULL) condition -2005-11-28 15:59 Sandro Santilli <strk@keybit.net> +2005-11-28 15:59 Sandro Santilli <strk@kbt.io> * [r2091] regress/regress.sql, regress/regress_expected: Added geom_accum(NULL,NULL) test -2005-11-28 15:06 Sandro Santilli <strk@keybit.net> +2005-11-28 15:06 Sandro Santilli <strk@kbt.io> * [r2090] lwgeom/SERIALIZED_FORM, lwgeom/compat.h, lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_lrs.c, @@ -59116,32 +63178,32 @@ -pedantic errors. (more to come on this front) -2005-11-28 11:49 Sandro Santilli <strk@keybit.net> +2005-11-28 11:49 Sandro Santilli <strk@kbt.io> * [r2088] CHANGES: Added bbox cache handling fix in 1.0.6 -2005-11-28 11:48 Sandro Santilli <strk@keybit.net> +2005-11-28 11:48 Sandro Santilli <strk@kbt.io> * [r2087] lwgeom/lwgeom_functions_basic.c: minor cleanups and comments -2005-11-28 11:31 Sandro Santilli <strk@keybit.net> +2005-11-28 11:31 Sandro Santilli <strk@kbt.io> * [r2085] lwgeom/lwgeom_functions_basic.c: memory release in force_collection -2005-11-28 11:27 Sandro Santilli <strk@keybit.net> +2005-11-28 11:27 Sandro Santilli <strk@kbt.io> * [r2083] regress/regress.sql, regress/regress_expected: Added force_collection test -2005-11-28 11:20 Sandro Santilli <strk@keybit.net> +2005-11-28 11:20 Sandro Santilli <strk@kbt.io> * [r2081] lwgeom/lwcollection.c, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c, lwgeom/lwline.c, lwgeom/lwpoly.c: Fixed ExteriorRing() and Segmentize() handling of bbox cache -2005-11-28 11:04 Sandro Santilli <strk@keybit.net> +2005-11-28 11:04 Sandro Santilli <strk@kbt.io> * [r2079] regress/regress.sql, regress/regress_expected, regress/regress_ogc.sql, regress/regress_ogc_expected: Added @@ -59154,7 +63216,7 @@ jdbc2/src/org/postgis/java2d/ShapeBinaryParser.java: java2d and doc improvements -2005-11-25 16:14 Sandro Santilli <strk@keybit.net> +2005-11-25 16:14 Sandro Santilli <strk@kbt.io> * [r2076] CHANGES, Makefile.config.in, lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_chip.c, lwgeom/lwgeom_functions_basic.c, @@ -59163,65 +63225,65 @@ PostgreSQL head, as suggested by Michael Fuhr. Cleaned up includes. -2005-11-25 16:11 Sandro Santilli <strk@keybit.net> +2005-11-25 16:11 Sandro Santilli <strk@kbt.io> * [r2075] lwgeom/lwgeom_transform.c: Wrapped PROJ4SRSCacheCheck function in ifdef MEMORY_CONTEXT_CHECKING block, to avoid compiler warning -2005-11-25 15:43 Sandro Santilli <strk@keybit.net> +2005-11-25 15:43 Sandro Santilli <strk@kbt.io> * [r2074] regress/regress_ogc.sql, regress/regress_ogc_expected: Added unite_garray() test -2005-11-25 15:43 Sandro Santilli <strk@keybit.net> +2005-11-25 15:43 Sandro Santilli <strk@kbt.io> * [r2073] regress/run_test: Added database version info -2005-11-25 15:34 Sandro Santilli <strk@keybit.net> +2005-11-25 15:34 Sandro Santilli <strk@kbt.io> * [r2072] regress/regress_expected, regress/regress_ogc_expected: Fixed expected ERROR and NOTICEs -2005-11-25 15:28 Sandro Santilli <strk@keybit.net> +2005-11-25 15:28 Sandro Santilli <strk@kbt.io> * [r2071] lwgeom/lwcollection.c: Fixed 0-size allocation in lwcollection deserializer (only matters when backend is compiled with --enable-cassert) -2005-11-25 14:14 Sandro Santilli <strk@keybit.net> +2005-11-25 14:14 Sandro Santilli <strk@kbt.io> * [r2069] regress/run_test: Added postgis library version and builddate, to make sure the existing database being used is equipped with the library we are willing to test. -2005-11-24 20:20 Sandro Santilli <strk@keybit.net> +2005-11-24 20:20 Sandro Santilli <strk@kbt.io> * [r2068] TODO: Added note about documentation updates requirement (will anyone read it before 1.1.0 ? ;) -2005-11-24 20:18 Sandro Santilli <strk@keybit.net> +2005-11-24 20:18 Sandro Santilli <strk@kbt.io> * [r2067] lwgeom/lwgeom_geos_c.c: Fixed sizeof(GEOSGeom) calls, minor debugging improvements. -2005-11-24 20:11 Sandro Santilli <strk@keybit.net> +2005-11-24 20:11 Sandro Santilli <strk@kbt.io> * [r2064] doc/man/shp2pgsql.1: Added -N and -g documentation -2005-11-23 15:54 Sandro Santilli <strk@keybit.net> +2005-11-23 15:54 Sandro Santilli <strk@kbt.io> * [r2061] lwgeom/lwgeom_ogc.c: Changed X(), Y(), M() and Z() to raise an error if input is not strictly a point (must update documentation) -2005-11-23 15:30 Sandro Santilli <strk@keybit.net> +2005-11-23 15:30 Sandro Santilli <strk@kbt.io> * [r2060] lwgeom/lwgeom_functions_lrs.c, regress/regress_lrs.sql, regress/regress_lrs_expected: Changed locate_between_measures() to return simpler types -2005-11-23 14:52 Sandro Santilli <strk@keybit.net> +2005-11-23 14:52 Sandro Santilli <strk@kbt.io> * [r2059] CHANGES, lwgeom/lwgeom_ogc.c, regress/regress.sql, regress/regress_expected: Changed M() and Z() to return NULL when @@ -59229,12 +63291,12 @@ the requested dimension. Updated regress tests with a few of these cases. -2005-11-23 14:44 Sandro Santilli <strk@keybit.net> +2005-11-23 14:44 Sandro Santilli <strk@kbt.io> * [r2058] regress/run_test: Added usage dox and check for required input files -2005-11-23 14:38 Sandro Santilli <strk@keybit.net> +2005-11-23 14:38 Sandro Santilli <strk@kbt.io> * [r2057] regress/Makefile, regress/lwgeom_regress.sql, regress/lwgeom_regress_expected, regress/regress.sql, @@ -59245,24 +63307,24 @@ regress/run_regress, regress/run_test: Reworked regress tests to avoid multiple database creations -2005-11-23 13:48 Sandro Santilli <strk@keybit.net> +2005-11-23 13:48 Sandro Santilli <strk@kbt.io> * [r2056] lwgeom/lwgeom_functions_lrs.c: fixed bug in points duplication check of dynptarray_addPoint4d -2005-11-23 13:46 Sandro Santilli <strk@keybit.net> +2005-11-23 13:46 Sandro Santilli <strk@kbt.io> * [r2055] regress/regress.sql, regress/regress_expected: Added a few regression tests for LRS functions -2005-11-23 13:19 Sandro Santilli <strk@keybit.net> +2005-11-23 13:19 Sandro Santilli <strk@kbt.io> * [r2054] lwgeom/Makefile, lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_lrs.c, lwgeom/lwpostgis.sql.in: Initial implementation of locate_among_measure() and locate_between_measures() -2005-11-22 21:29 Sandro Santilli <strk@keybit.net> +2005-11-22 21:29 Sandro Santilli <strk@kbt.io> * [r2053] CHANGES, doc/postgis.xml, lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c, regress/regress.sql, @@ -59273,7 +63335,7 @@ Wrapped paranoid checks in PARANOIA_LEVEL preprocessor blocks. Updated release notes and CHANGES file. -2005-11-22 19:59 Sandro Santilli <strk@keybit.net> +2005-11-22 19:59 Sandro Santilli <strk@kbt.io> * [r2051] lwgeom/lwcollection.c: Fixed debugging printf call @@ -59282,12 +63344,12 @@ * [r2049] lwgeom/lwgeom_transform.c: Add fix for PG 8.1 calling the MemoryContext check method when compiled as a debug build -2005-11-18 10:48 Sandro Santilli <strk@keybit.net> +2005-11-18 10:48 Sandro Santilli <strk@kbt.io> * [r2048] lwgeom/lwgeom_transform.c: fixed double release of bbox cache memory -2005-11-18 10:16 Sandro Santilli <strk@keybit.net> +2005-11-18 10:16 Sandro Santilli <strk@kbt.io> * [r2047] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_gml.c, lwgeom/lwgeom_svg.c: Removed casts on lwalloc return. @@ -59315,22 +63377,22 @@ * [r2042] jdbc2/src/org/postgis/Point.java: small comment improvements in Point.java -2005-11-16 10:34 Sandro Santilli <strk@keybit.net> +2005-11-16 10:34 Sandro Santilli <strk@kbt.io> * [r2041] doc/postgis.xml: Added availability info of line_interpolate_point function -2005-11-16 09:49 Sandro Santilli <strk@keybit.net> +2005-11-16 09:49 Sandro Santilli <strk@kbt.io> * [r2040] CHANGES, doc/postgis.xml: Updated 1.0.5 release documentation -2005-11-14 10:05 Sandro Santilli <strk@keybit.net> +2005-11-14 10:05 Sandro Santilli <strk@kbt.io> * [r2038] configure.in: Forced use of CAPI when building against GEOS 3.x.x or superior -2005-11-14 09:01 Sandro Santilli <strk@keybit.net> +2005-11-14 09:01 Sandro Santilli <strk@kbt.io> * [r2037] lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c, @@ -59341,75 +63403,75 @@ released by lwgeom_release(). This will remove memory alignment problems. -2005-11-11 18:04 Sandro Santilli <strk@keybit.net> +2005-11-11 18:04 Sandro Santilli <strk@kbt.io> * [r2034] TODO: updated -2005-11-11 17:49 Sandro Santilli <strk@keybit.net> +2005-11-11 17:49 Sandro Santilli <strk@kbt.io> * [r2032] CHANGES: Updated -2005-11-11 17:45 Sandro Santilli <strk@keybit.net> +2005-11-11 17:45 Sandro Santilli <strk@kbt.io> * [r2030] lwgeom/lwline.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c: Fixed memory alignment bug in base geometry type serializers, added integrity check for geometry type flag and it's pointarrays dimension mismatch -2005-11-11 17:23 Sandro Santilli <strk@keybit.net> +2005-11-11 17:23 Sandro Santilli <strk@kbt.io> * [r2029] lwgeom/lwgeom_functions_basic.c: Fixed memory alignment issues in force_*d*_recursive -2005-11-11 17:03 Sandro Santilli <strk@keybit.net> +2005-11-11 17:03 Sandro Santilli <strk@kbt.io> * [r2027] regress/lwgeom_regress.sql, regress/lwgeom_regress_expected: Added some dimensionality changes tests -2005-11-11 17:02 Sandro Santilli <strk@keybit.net> +2005-11-11 17:02 Sandro Santilli <strk@kbt.io> * [r2026] regress/regress.sql, regress/regress_expected: Added linemerge test -2005-11-11 10:49 Sandro Santilli <strk@keybit.net> +2005-11-11 10:49 Sandro Santilli <strk@kbt.io> * [r2020] CHANGES, lwgeom/lwgeom_api.c: Fixed short-initialization in getPoint4d_p -2005-11-01 17:11 Sandro Santilli <strk@keybit.net> +2005-11-01 17:11 Sandro Santilli <strk@kbt.io> * [r2019] Makefile.config.in, configure.in: Ported ELF detection code from PostgreSQL. PostGIS builds on freebsd > 2 out of the box now. -2005-11-01 11:56 Sandro Santilli <strk@keybit.net> +2005-11-01 11:56 Sandro Santilli <strk@kbt.io> * [r2018] topology/topology.sql.in: Initial work on ST_AddEdgeNewFaces -2005-11-01 11:46 Sandro Santilli <strk@keybit.net> +2005-11-01 11:46 Sandro Santilli <strk@kbt.io> * [r2016] lwgeom/lwpostgis.sql.in: Removed calls to get_proj4_from_srid() from transform() to require a single scan of spatial_ref_sys for call rather then two. -2005-11-01 11:37 Sandro Santilli <strk@keybit.net> +2005-11-01 11:37 Sandro Santilli <strk@kbt.io> * [r2015] configure.in: Fixed handling of --with-proj handling -2005-11-01 10:29 Sandro Santilli <strk@keybit.net> +2005-11-01 10:29 Sandro Santilli <strk@kbt.io> * [r2014] CHANGES: updated -2005-11-01 10:22 Sandro Santilli <strk@keybit.net> +2005-11-01 10:22 Sandro Santilli <strk@kbt.io> * [r2011] utils/postgis_proc_upgrade.pl: Changed major-minor version numbers extraction to be compatible with postgresql 7.2.1 (relies on the fact that this information will always be in the first 4 characters - single digit per version) -2005-11-01 09:25 Sandro Santilli <strk@keybit.net> +2005-11-01 09:25 Sandro Santilli <strk@kbt.io> * [r2010] loader/shp2pgsql.c: Reworked NULL geometries handling code letting user specify policy (insert,skip,abort). Insert is @@ -59425,36 +63487,36 @@ * [r2008] jdbc2/src/org/postgis/java2d/PGShapeGeometry.java: Small winding rule fix and some comment improvements -2005-10-26 11:10 Sandro Santilli <strk@keybit.net> +2005-10-26 11:10 Sandro Santilli <strk@kbt.io> * [r2006] CHANGES: updated -2005-10-26 11:07 Sandro Santilli <strk@keybit.net> +2005-10-26 11:07 Sandro Santilli <strk@kbt.io> * [r2004] utils/postgis_proc_upgrade.pl: Added optional second argument to specify schema in which postgis functions are to be replaced -2005-10-25 14:31 Sandro Santilli <strk@keybit.net> +2005-10-25 14:31 Sandro Santilli <strk@kbt.io> * [r2003] CHANGES: Added azimuth() and shift_longitude() functions -2005-10-25 14:31 Sandro Santilli <strk@keybit.net> +2005-10-25 14:31 Sandro Santilli <strk@kbt.io> * [r2002] doc/postgis.xml: Added documentation for azimuth() -2005-10-25 14:21 Sandro Santilli <strk@keybit.net> +2005-10-25 14:21 Sandro Santilli <strk@kbt.io> * [r2001] lwgeom/lwgeom_functions_basic.c: Added missing SRID check in azimuth() function -2005-10-25 14:15 Sandro Santilli <strk@keybit.net> +2005-10-25 14:15 Sandro Santilli <strk@kbt.io> * [r2000] lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in, lwgeom/measures.c: Added azimuth(point,point) function. -2005-10-25 11:38 Sandro Santilli <strk@keybit.net> +2005-10-25 11:38 Sandro Santilli <strk@kbt.io> * [r1999] lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in, @@ -59464,37 +63526,37 @@ lwgeom_longitude_shift(LWGEOM *) functions. -2005-10-25 11:37 Sandro Santilli <strk@keybit.net> +2005-10-25 11:37 Sandro Santilli <strk@kbt.io> * [r1998] lwgeom/lwgeom_geos_c.c: Fixed bug in GEOSCoordSeq to POINTARRAY converter -2005-10-25 11:16 Sandro Santilli <strk@keybit.net> +2005-10-25 11:16 Sandro Santilli <strk@kbt.io> * [r1997] lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Added pglwgeom_deserialize() -2005-10-24 16:14 Sandro Santilli <strk@keybit.net> +2005-10-24 16:14 Sandro Santilli <strk@kbt.io> * [r1996] CHANGES: Moved loader/dumper stricter handling of attribute sizes from 1.0.5 to head section -2005-10-24 15:54 Sandro Santilli <strk@keybit.net> +2005-10-24 15:54 Sandro Santilli <strk@kbt.io> * [r1993] loader/shp2pgsql.c: fixed wrong assumption about maximum size of integer attributes (width is maximum size of text representation) -2005-10-24 13:29 Sandro Santilli <strk@keybit.net> +2005-10-24 13:29 Sandro Santilli <strk@kbt.io> * [r1991] lwgeom/lwgeom_geos_c.c: Updated to reflect ownership policy in GEOS C-api. -2005-10-24 11:33 Sandro Santilli <strk@keybit.net> +2005-10-24 11:33 Sandro Santilli <strk@kbt.io> * [r1990] CHANGES: Added attribute types mapping change -2005-10-24 11:30 Sandro Santilli <strk@keybit.net> +2005-10-24 11:30 Sandro Santilli <strk@kbt.io> * [r1987] loader/pgsql2shp.c, loader/shp2pgsql.c: Fixed a bug in string attributes handling truncating values of maximum @@ -59521,7 +63583,7 @@ jdbc2/src/examples/TestJava2d.java: implemented JTS GeometryFactory caching -2005-10-21 11:33 Sandro Santilli <strk@keybit.net> +2005-10-21 11:33 Sandro Santilli <strk@kbt.io> * [r1982] CHANGES, loader/shp2pgsql.c: Applied patch by Lars Roessiger handling numerical values with a trailing decima @@ -59576,21 +63638,21 @@ jdbc2/java2dsrc/org/postgis/java2d/ShapeBinaryParser.java: Added some source for java2D readonly support -2005-10-19 13:11 Sandro Santilli <strk@keybit.net> +2005-10-19 13:11 Sandro Santilli <strk@kbt.io> * [r1974] lwgeom/lwgeom_geos_c.c: Handled some more errors. -2005-10-19 10:12 Sandro Santilli <strk@keybit.net> +2005-10-19 10:12 Sandro Santilli <strk@kbt.io> * [r1973] lwgeom/lwgeom_jts.c: Removed useless variables from linemerge() -2005-10-19 10:09 Sandro Santilli <strk@keybit.net> +2005-10-19 10:09 Sandro Santilli <strk@kbt.io> * [r1972] lwgeom/lwgeom_geos.c: Removed unused variables in linemerge() -2005-10-19 10:04 Sandro Santilli <strk@keybit.net> +2005-10-19 10:04 Sandro Santilli <strk@kbt.io> * [r1971] topology/test/Makefile, topology/test/cache_geometries.sql, @@ -59600,12 +63662,12 @@ ST_ModEdgesSplit function, cleaned up test files, added tests for the new topology editing functions. -2005-10-18 16:39 Sandro Santilli <strk@keybit.net> +2005-10-18 16:39 Sandro Santilli <strk@kbt.io> * [r1970] topology/topology.sql.in: Fixed ST_NewEdgesSplit function to return new Node id rather then text -2005-10-18 15:31 Sandro Santilli <strk@keybit.net> +2005-10-18 15:31 Sandro Santilli <strk@kbt.io> * [r1969] topology/test/load_topology.sql, topology/test/sqlmm_topology.sql, topology/topology.sql.in: Added @@ -59613,26 +63675,26 @@ The ST_NewEdgesSplit also updates the Relation table (out of SQL/MM specs). -2005-10-17 09:40 Sandro Santilli <strk@keybit.net> +2005-10-17 09:40 Sandro Santilli <strk@kbt.io> * [r1968] lwgeom/lwgeom_geos_c.c: Changed GEOS initializzation to use lwnotice for errors rather then lwerror, to allow for cleanup on exceptions. -2005-10-17 09:39 Sandro Santilli <strk@keybit.net> +2005-10-17 09:39 Sandro Santilli <strk@kbt.io> * [r1967] lwgeom/Makefile: Added -Wall flag to compilers invocation -2005-10-17 08:37 Sandro Santilli <strk@keybit.net> +2005-10-17 08:37 Sandro Santilli <strk@kbt.io> * [r1966] lwgeom/lwgeom_geos_c.c: Fixed compiler warnings, handled exceptions in POSTGIS2GEOS conversions -2005-10-14 08:29 Sandro Santilli <strk@keybit.net> +2005-10-14 08:29 Sandro Santilli <strk@kbt.io> * [r1965] CHANGES: Added topology change -2005-10-13 16:21 Sandro Santilli <strk@keybit.net> +2005-10-13 16:21 Sandro Santilli <strk@kbt.io> * [r1964] topology, topology/.cvsignore, topology/ER, topology/ER/.cvsignore, topology/ER/Makefile, @@ -59646,12 +63708,12 @@ topology/test/validate_topology.sql, topology/topology.sql.in: Initial work on topology model support -2005-10-13 13:40 Sandro Santilli <strk@keybit.net> +2005-10-13 13:40 Sandro Santilli <strk@kbt.io> * [r1963] CHANGES, loader/shp2pgsql.c: Fixed return code from shp2pgsql -2005-10-10 16:19 Sandro Santilli <strk@keybit.net> +2005-10-10 16:19 Sandro Santilli <strk@kbt.io> * [r1961] CHANGES, lwgeom/lwgeom_estimate.c: Fixed null values fraction computation in geometry analyzer as suggested by Michael @@ -59668,7 +63730,7 @@ - Fixed all build errors except jdbc (so, defaulted to 0) - Added new files under %utils -2005-10-03 18:08 Sandro Santilli <strk@keybit.net> +2005-10-03 18:08 Sandro Santilli <strk@kbt.io> * [r1957] loader/pgsql2shp.c, loader/shp2pgsql.c: Stricter string attributes lenght handling. DBF header will be used @@ -59686,12 +63748,12 @@ * [r1955] extras/rpm/patches/postgis-jdbc2-makefile.patch: Applied to HEAD, so removed -2005-10-03 07:53 Sandro Santilli <strk@keybit.net> +2005-10-03 07:53 Sandro Santilli <strk@kbt.io> * [r1954] doc/man/shp2pgsql.1, doc/postgis.xml: Added -W and -I loader switches to manuals. -2005-10-03 07:45 Sandro Santilli <strk@keybit.net> +2005-10-03 07:45 Sandro Santilli <strk@kbt.io> * [r1953] loader/shp2pgsql.c: Issued a warning when -W is specified and no UTF8 support has been compiled in. @@ -59705,13 +63767,13 @@ * [r1951] extras/rpm/README: Renamed the file and fixed the non-ascii char -2005-09-30 12:44 Sandro Santilli <strk@keybit.net> +2005-09-30 12:44 Sandro Santilli <strk@kbt.io> * [r1950] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c: undefined UNITE_USING_BUFFER (defining it to 0 did not have the expected result) -2005-09-30 08:59 Sandro Santilli <strk@keybit.net> +2005-09-30 08:59 Sandro Santilli <strk@kbt.io> * [r1949] CHANGES, loader/shp2pgsql.c: Fixed release of stack memory occurring when shp2pgsql is compiled with USE_ICONV @@ -59723,7 +63785,7 @@ Devrim GUNDUZ (extras/rpm/patches/postgis-jdbc2-makefile.patch) to HEAD jdbc2 Makefile -2005-09-28 16:34 Sandro Santilli <strk@keybit.net> +2005-09-28 16:34 Sandro Santilli <strk@kbt.io> * [r1946] lwgeom/lwgeom_geos_c.c: Honoured want3d parameter in GEOS2POSTGIS converters @@ -59752,57 +63814,57 @@ extras/rpm/patches/postgis-version.config.patch: Necesarry patches used to build PostGIS RPMs. -2005-09-27 16:30 Sandro Santilli <strk@keybit.net> +2005-09-27 16:30 Sandro Santilli <strk@kbt.io> * [r1941] lwgeom/lwgeom_geos_c.c: Wrapped debugging line in preprocessor block. -2005-09-26 13:48 Sandro Santilli <strk@keybit.net> +2005-09-26 13:48 Sandro Santilli <strk@kbt.io> * [r1940] Makefile.config.in: Made USE_GEOS_CAPI definable by ./configure -2005-09-26 13:47 Sandro Santilli <strk@keybit.net> +2005-09-26 13:47 Sandro Santilli <strk@kbt.io> * [r1939] configure.in: Added --with-geos-capi switch -2005-09-26 12:53 Sandro Santilli <strk@keybit.net> +2005-09-26 12:53 Sandro Santilli <strk@kbt.io> * [r1938] doc/postgis.xml: Added LineMerge function in Geometry Editors chapter -2005-09-26 12:36 Sandro Santilli <strk@keybit.net> +2005-09-26 12:36 Sandro Santilli <strk@kbt.io> * [r1937] CHANGES, Makefile.config.in, lwgeom/Makefile: Initial switches for use of GEOS C-API -2005-09-26 12:30 Sandro Santilli <strk@keybit.net> +2005-09-26 12:30 Sandro Santilli <strk@kbt.io> * [r1936] lwgeom/lwgeom_geos_c.c: Added LineMerge interface -2005-09-26 12:09 Sandro Santilli <strk@keybit.net> +2005-09-26 12:09 Sandro Santilli <strk@kbt.io> * [r1935] TODO: Updated LineMerge facts -2005-09-26 12:08 Sandro Santilli <strk@keybit.net> +2005-09-26 12:08 Sandro Santilli <strk@kbt.io> * [r1934] lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp: Added JTSLineMerge stub, fixed typos in profiling outputs. -2005-09-26 12:07 Sandro Santilli <strk@keybit.net> +2005-09-26 12:07 Sandro Santilli <strk@kbt.io> * [r1933] lwgeom/lwgeom_nojts.c: Added stub for linemerge() -2005-09-26 12:04 Sandro Santilli <strk@keybit.net> +2005-09-26 12:04 Sandro Santilli <strk@kbt.io> * [r1932] CHANGES: Added new LineMerge funtion -2005-09-26 12:03 Sandro Santilli <strk@keybit.net> +2005-09-26 12:03 Sandro Santilli <strk@kbt.io> * [r1931] lwgeom/lwgeom_geos.c: Fixed prototype of linemerge() and error typo in it -2005-09-26 11:35 Sandro Santilli <strk@keybit.net> +2005-09-26 11:35 Sandro Santilli <strk@kbt.io> * [r1930] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwpostgis.sql.in: Changed GEOSLineMerge function to take @@ -59811,110 +63873,110 @@ in GEOSrelate(). -2005-09-23 17:25 Sandro Santilli <strk@keybit.net> +2005-09-23 17:25 Sandro Santilli <strk@kbt.io> * [r1929] lwgeom/lwpostgis.sql.in: Added linemerge_garray function -2005-09-23 17:22 Sandro Santilli <strk@keybit.net> +2005-09-23 17:22 Sandro Santilli <strk@kbt.io> * [r1928] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp: Added LineMerger interface -2005-09-23 17:06 Sandro Santilli <strk@keybit.net> +2005-09-23 17:06 Sandro Santilli <strk@kbt.io> * [r1927] lwgeom/lwgeom_geos_c.c: Initial wrapper to GEOS C api -2005-09-23 16:43 Sandro Santilli <strk@keybit.net> +2005-09-23 16:43 Sandro Santilli <strk@kbt.io> * [r1926] lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added wrappers for ewkb output -2005-09-23 16:41 Sandro Santilli <strk@keybit.net> +2005-09-23 16:41 Sandro Santilli <strk@kbt.io> * [r1925] lwgeom/lwgeom_inout.c: cleanups -2005-09-23 16:24 Sandro Santilli <strk@keybit.net> +2005-09-23 16:24 Sandro Santilli <strk@kbt.io> * [r1924] lwgeom/ptarray.c: cleanups -2005-09-23 15:43 Sandro Santilli <strk@keybit.net> +2005-09-23 15:43 Sandro Santilli <strk@kbt.io> * [r1923] lwgeom/wktparse.h: added header sentinels -2005-09-23 11:45 Sandro Santilli <strk@keybit.net> +2005-09-23 11:45 Sandro Santilli <strk@kbt.io> * [r1922] lwgeom/lwgeom_inout.c: Made LWGEOMFromWKB use underlying pglwgeom_from_ewkb() -2005-09-23 11:23 Sandro Santilli <strk@keybit.net> +2005-09-23 11:23 Sandro Santilli <strk@kbt.io> * [r1921] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Added pglwgeom_from_ewkb function -2005-09-16 13:19 Sandro Santilli <strk@keybit.net> +2005-09-16 13:19 Sandro Santilli <strk@kbt.io> * [r1920] CHANGES: given some consistent format to items -2005-09-15 14:53 Sandro Santilli <strk@keybit.net> +2005-09-15 14:53 Sandro Santilli <strk@kbt.io> * [r1918] doc/postgis.xml: Fixed X(),Y() and Z() functions descriptions, added M(). -2005-09-15 10:24 Sandro Santilli <strk@keybit.net> +2005-09-15 10:24 Sandro Santilli <strk@kbt.io> * [r1917] doc/postgis.xml: Moved AddPoint() function from 'geometry constructors' to 'geometry editors' chapter -2005-09-15 10:16 Sandro Santilli <strk@keybit.net> +2005-09-15 10:16 Sandro Santilli <strk@kbt.io> * [r1915] CHANGES, lwgeom/lwgeom_geos.c: Disabled buffer-based GeomUnion -2005-09-15 10:13 Sandro Santilli <strk@keybit.net> +2005-09-15 10:13 Sandro Santilli <strk@kbt.io> * [r1914] CHANGES: Moved the fix_geometry_column() removal to 1.1.0 section -2005-09-15 09:55 Sandro Santilli <strk@keybit.net> +2005-09-15 09:55 Sandro Santilli <strk@kbt.io> * [r1911] CHANGES, lwgeom/lwpostgis.sql.in: Removed automatic fix_geometry_columns() call in update_geometry_stats and AddGeometryColumns() -2005-09-15 09:50 Sandro Santilli <strk@keybit.net> +2005-09-15 09:50 Sandro Santilli <strk@kbt.io> * [r1910] doc/postgis.xml: Added Reporting Bugs chapter -2005-09-09 17:03 Sandro Santilli <strk@keybit.net> +2005-09-09 17:03 Sandro Santilli <strk@kbt.io> * [r1908] CHANGES, doc/postgis.xml: Updated release info for 1.0.4 -2005-09-09 16:21 Sandro Santilli <strk@keybit.net> +2005-09-09 16:21 Sandro Santilli <strk@kbt.io> * [r1906] lwgeom/lwgeom_functions_basic.c: Fixed bug in scale() and transscale() functions corrupting output bounding box -2005-09-09 15:23 Sandro Santilli <strk@keybit.net> +2005-09-09 15:23 Sandro Santilli <strk@kbt.io> * [r1903] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c: cleanups for waste left in previous patches -2005-09-09 14:47 Sandro Santilli <strk@keybit.net> +2005-09-09 14:47 Sandro Santilli <strk@kbt.io> * [r1901] CHANGES, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c: Fixed bug in translate() corrupting output bounding box. Bounding-box related cleanups in exterior_ring() -2005-09-08 23:30 Sandro Santilli <strk@keybit.net> +2005-09-08 23:30 Sandro Santilli <strk@kbt.io> * [r1899] CHANGES, lwgeom/ptarray.c: Made ptarray_compute_box3d a wrapper of ptarray_compute_box3d_p -2005-09-08 22:59 Sandro Santilli <strk@keybit.net> +2005-09-08 22:59 Sandro Santilli <strk@kbt.io> * [r1896] CHANGES, lwgeom/measures.c: minor speedups in distance() -2005-09-08 19:26 Sandro Santilli <strk@keybit.net> +2005-09-08 19:26 Sandro Santilli <strk@kbt.io> * [r1894] CHANGES, lwgeom/lwgeom_estimate.c: Handled search_box outside of histogram_box case in selectivity estimator @@ -59923,61 +63985,61 @@ * [r1892] TODO: added some more Todo points -2005-09-06 09:22 Sandro Santilli <strk@keybit.net> +2005-09-06 09:22 Sandro Santilli <strk@kbt.io> * [r1891] CHANGES, doc/postgis.xml: Added notes about PointN, GeometryN and InteriorRingN indexing method -2005-09-06 08:29 Sandro Santilli <strk@keybit.net> +2005-09-06 08:29 Sandro Santilli <strk@kbt.io> * [r1889] CHANGES: BOX3d parser note -2005-09-06 08:28 Sandro Santilli <strk@keybit.net> +2005-09-06 08:28 Sandro Santilli <strk@kbt.io> * [r1887] lwgeom/lwgeom_box3d.c: looser BOX3D parser -2005-09-03 06:11 Sandro Santilli <strk@keybit.net> +2005-09-03 06:11 Sandro Santilli <strk@kbt.io> * [r1885] CHANGES, lwgeom/lwgeom_api.c: Leak plugged in compute_serialized_box3d_p -2005-08-31 17:09 Sandro Santilli <strk@keybit.net> +2005-08-31 17:09 Sandro Santilli <strk@kbt.io> * [r1883] lwgeom/lwgeom_api.c: removed compiler warnings -2005-08-31 16:49 Sandro Santilli <strk@keybit.net> +2005-08-31 16:49 Sandro Santilli <strk@kbt.io> * [r1881] CHANGES, lwgeom/lwgeom_api.c: Fixed bug in pointArray_construct() misinterpreting hasZ and hasM parameters -2005-08-29 22:36 Sandro Santilli <strk@keybit.net> +2005-08-29 22:36 Sandro Santilli <strk@kbt.io> * [r1879] CHANGES, loader/shp2pgsql.c: Removed premature object destruction in InsertLineString{WKT,} causing segfault -2005-08-29 12:08 Sandro Santilli <strk@keybit.net> +2005-08-29 12:08 Sandro Santilli <strk@kbt.io> * [r1877] doc/postgis.xml: Added Nikita Shulga <malfet@jscc.ru> in contributors list. -2005-08-29 11:56 Sandro Santilli <strk@keybit.net> +2005-08-29 11:56 Sandro Santilli <strk@kbt.io> * [r1875] lwgeom/liblwgeom.h, lwgeom/lwgparse.c, lwgeom/lwpostgis.sql.in: Typo fixed -2005-08-29 11:48 Sandro Santilli <strk@keybit.net> +2005-08-29 11:48 Sandro Santilli <strk@kbt.io> * [r1872] CHANGES, loader/shp2pgsql.c: Fixed sprintf() calls to avoid overlapping memory, reworked not-null objects existance check to reduce startup costs. -2005-08-16 21:38 Sandro Santilli <strk@keybit.net> +2005-08-16 21:38 Sandro Santilli <strk@kbt.io> * [r1871] CHANGES, lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Added M(point) function -2005-08-16 11:24 Sandro Santilli <strk@keybit.net> +2005-08-16 11:24 Sandro Santilli <strk@kbt.io> * [r1870] CHANGES, lwgeom/lwgeom_gist.c: Early memory release in GiST indexing @@ -59987,47 +64049,47 @@ * [r1867] spatial_ref_sys.sql: Added +proj=longlat to all corrupt srs entries. -2005-08-10 23:16 Sandro Santilli <strk@keybit.net> +2005-08-10 23:16 Sandro Santilli <strk@kbt.io> * [r1865] lwgeom/lwgeom_transform.c: Removed pfree of proj4 text in make_project failure cases (required for error message) -2005-08-10 23:12 Sandro Santilli <strk@keybit.net> +2005-08-10 23:12 Sandro Santilli <strk@kbt.io> * [r1863] CHANGES: Added segfault fix -2005-08-10 23:06 Sandro Santilli <strk@keybit.net> +2005-08-10 23:06 Sandro Santilli <strk@kbt.io> * [r1860] lwgeom/lwgeom_transform.c: Fixed a segfault in transform_geom exploited by proj4's make_project error. -2005-08-04 16:29 Sandro Santilli <strk@keybit.net> +2005-08-04 16:29 Sandro Santilli <strk@kbt.io> * [r1857] utils/postgis_restore.pl: Checked for PSQL run success -2005-08-04 15:20 Sandro Santilli <strk@keybit.net> +2005-08-04 15:20 Sandro Santilli <strk@kbt.io> * [r1855] doc/postgis.xml: Added availability note for version functions -2005-08-04 15:03 Sandro Santilli <strk@keybit.net> +2005-08-04 15:03 Sandro Santilli <strk@kbt.io> * [r1854] TODO: Updated -2005-08-04 14:55 Sandro Santilli <strk@keybit.net> +2005-08-04 14:55 Sandro Santilli <strk@kbt.io> * [r1853] CHANGES, doc/postgis.xml: 1.0.3 release notes and date -2005-08-04 14:54 Sandro Santilli <strk@keybit.net> +2005-08-04 14:54 Sandro Santilli <strk@kbt.io> * [r1852] utils/postgis_restore.pl: Added plpgsql_validator explicit function skip -2005-07-29 22:24 Sandro Santilli <strk@keybit.net> +2005-07-29 22:24 Sandro Santilli <strk@kbt.io> * [r1846] CHANGES: updated 1.0.3 section -2005-07-29 22:08 Sandro Santilli <strk@keybit.net> +2005-07-29 22:08 Sandro Santilli <strk@kbt.io> * [r1844] utils/postgis_restore.pl: Added more obsoleted functions, new obsoleted_ops considered, @@ -60042,82 +64104,82 @@ jdbc2/src/org/postgis/Point.java: fix EWKT constructors to accept SRID=4711; representation -2005-07-27 02:47 Sandro Santilli <strk@keybit.net> +2005-07-27 02:47 Sandro Santilli <strk@kbt.io> * [r1838] CHANGES, loader/shp2pgsql.c: Support for multibyte field names in loader -2005-07-27 02:35 Sandro Santilli <strk@keybit.net> +2005-07-27 02:35 Sandro Santilli <strk@kbt.io> * [r1836] CHANGES, loader/shp2pgsql.c: Minor cleanups in loader -2005-07-27 02:07 Sandro Santilli <strk@keybit.net> +2005-07-27 02:07 Sandro Santilli <strk@kbt.io> * [r1834] CHANGES, loader/shp2pgsql.c: Fixed handling of POINT types as WKT (-w) in loader -2005-07-25 22:24 Sandro Santilli <strk@keybit.net> +2005-07-25 22:24 Sandro Santilli <strk@kbt.io> * [r1828] CHANGES, lwgeom/ptarray.c: bugfix in ptarray_compute_box2d_p -2005-07-22 19:15 Sandro Santilli <strk@keybit.net> +2005-07-22 19:15 Sandro Santilli <strk@kbt.io> * [r1825] CHANGES, loader/pgsql2shp.c: Fixed bug in {get,pop}{int,double} for 64bit archs -2005-07-19 11:26 Sandro Santilli <strk@keybit.net> +2005-07-19 11:26 Sandro Santilli <strk@kbt.io> * [r1820] CHANGES, lwgeom/lwgeom_inout.c: removed useless strchr call in LWGEOM_in -2005-07-13 14:28 Sandro Santilli <strk@keybit.net> +2005-07-13 14:28 Sandro Santilli <strk@kbt.io> * [r1818] CHANGES: updated -2005-07-13 14:26 Sandro Santilli <strk@keybit.net> +2005-07-13 14:26 Sandro Santilli <strk@kbt.io> * [r1815] utils/create_undef.pl: Fixed bug reported by klaus F�rster -2005-07-12 16:19 Sandro Santilli <strk@keybit.net> +2005-07-12 16:19 Sandro Santilli <strk@kbt.io> * [r1813] CHANGES, loader/pgsql2shp.c: Fixed bug in user query handling, reported by Andrew Seales -2005-07-05 16:12 Sandro Santilli <strk@keybit.net> +2005-07-05 16:12 Sandro Santilli <strk@kbt.io> * [r1811] configure.in: Forced INSTALL to be install-sh -2005-07-05 15:13 Sandro Santilli <strk@keybit.net> +2005-07-05 15:13 Sandro Santilli <strk@kbt.io> * [r1810] Makefile.config.in, configure.in: Added more win32-specific variables -2005-07-04 17:04 Sandro Santilli <strk@keybit.net> +2005-07-04 17:04 Sandro Santilli <strk@kbt.io> * [r1809] Makefile.config.in, configure.in, lwgeom/Makefile: Cleaned up to use more facilities from Makefile.shlib -2005-07-04 09:47 Sandro Santilli <strk@keybit.net> +2005-07-04 09:47 Sandro Santilli <strk@kbt.io> * [r1808] ., .cvsignore, Makefile, config.h.in, configure.in, loader/shp2pgsql.c: Added conservative iconv detection code -2005-07-04 09:14 Sandro Santilli <strk@keybit.net> +2005-07-04 09:14 Sandro Santilli <strk@kbt.io> * [r1807] CHANGES: adjusted for 1.0.2 release -2005-07-04 09:12 Sandro Santilli <strk@keybit.net> +2005-07-04 09:12 Sandro Santilli <strk@kbt.io> * [r1806] configure.in: Dropped broken attempt at 'detecting' iconv. -2005-07-03 17:46 Sandro Santilli <strk@keybit.net> +2005-07-03 17:46 Sandro Santilli <strk@kbt.io> * [r1805] doc/postgis.xml: Added 1.0.2 release notes -2005-07-01 21:10 Sandro Santilli <strk@keybit.net> +2005-07-01 21:10 Sandro Santilli <strk@kbt.io> * [r1804] extras/debian, extras/debian/README.Debian, extras/debian/changelog, extras/debian/compat, @@ -60148,49 +64210,49 @@ extras/debian/sofiles.mk, extras/debian/watch: Included debian packaging scripts -2005-06-28 22:01 Sandro Santilli <strk@keybit.net> +2005-06-28 22:01 Sandro Santilli <strk@kbt.io> * [r1794] regress/test_index_concurrency: Added index concurrency tester -2005-06-28 22:00 Sandro Santilli <strk@keybit.net> +2005-06-28 22:00 Sandro Santilli <strk@kbt.io> * [r1791] lwgeom/lwgeom_estimate.c: Fixed extimators to work with postgresql 8.1.x -2005-06-28 14:58 Sandro Santilli <strk@keybit.net> +2005-06-28 14:58 Sandro Santilli <strk@kbt.io> * [r1787] lwgeom/lwgeom_gist.c: Reverted rtree logic back to use leaf/internal consistency functions -2005-06-28 14:51 Sandro Santilli <strk@keybit.net> +2005-06-28 14:51 Sandro Santilli <strk@kbt.io> * [r1786] CHANGES, lwgeom/Makefile: updated -2005-06-28 14:42 Sandro Santilli <strk@keybit.net> +2005-06-28 14:42 Sandro Santilli <strk@kbt.io> * [r1783] lwgeom/Makefile: Maintained separate vars for CFLAGS and CXXFLAGS -2005-06-28 14:34 Sandro Santilli <strk@keybit.net> +2005-06-28 14:34 Sandro Santilli <strk@kbt.io> * [r1781] lwgeom/lwgeom_gist.c: Bugfix in RTBelowStrategyNumber handling -2005-06-28 14:00 Sandro Santilli <strk@keybit.net> +2005-06-28 14:00 Sandro Santilli <strk@kbt.io> * [r1780] CHANGES: updated -2005-06-28 13:53 Sandro Santilli <strk@keybit.net> +2005-06-28 13:53 Sandro Santilli <strk@kbt.io> * [r1778] lwgeom/lwgeom_gist.c: Inclusion of core rtree header for StratregyNumber typedef (8.1 support) -2005-06-28 11:33 Sandro Santilli <strk@keybit.net> +2005-06-28 11:33 Sandro Santilli <strk@kbt.io> * [r1777] Makefile.config.in: Added switch for pgsql 8.1 build -2005-06-28 11:33 Sandro Santilli <strk@keybit.net> +2005-06-28 11:33 Sandro Santilli <strk@kbt.io> * [r1776] CHANGES, lwgeom/lwgeom_geos.c: Moved chunked GeomUnion defines on top of file @@ -60200,22 +64262,22 @@ * [r1774] CHANGES, jdbc2/src/org/postgis/binary/ValueSetter.java: fix compile problems in ValueSetter for ancient jdk releases. -2005-06-27 15:16 Sandro Santilli <strk@keybit.net> +2005-06-27 15:16 Sandro Santilli <strk@kbt.io> * [r1773] CHANGES, lwgeom/lwgeom_geos.c: Initial chunk-based unite_garray implementation -2005-06-26 09:15 Sandro Santilli <strk@keybit.net> +2005-06-26 09:15 Sandro Santilli <strk@kbt.io> * [r1772] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_jts.c: Added collect,buffer implementation for unite_garray(). Compile-time definable: GEOS version defaults to on, JTS to off -2005-06-25 10:24 Sandro Santilli <strk@keybit.net> +2005-06-25 10:24 Sandro Santilli <strk@kbt.io> * [r1770] TODO: Added pgsql standard geometryc types cast -2005-06-24 12:36 Sandro Santilli <strk@keybit.net> +2005-06-24 12:36 Sandro Santilli <strk@kbt.io> * [r1769] CHANGES, lwgeom/lwgeom_gist.c: Fixed rtree indexing (ported from pgsql rtree fix) @@ -60225,115 +64287,115 @@ * [r1767] TODO: added casts between PostgreSQL and PostGIS geometries to TODO list -2005-06-17 14:51 Sandro Santilli <strk@keybit.net> +2005-06-17 14:51 Sandro Santilli <strk@kbt.io> * [r1766] CHANGES, lwgeom/lwgeom_pg.c: Memory leak fix in pg_error -2005-06-16 17:55 Sandro Santilli <strk@keybit.net> +2005-06-16 17:55 Sandro Santilli <strk@kbt.io> * [r1764] CHANGES, TODO, doc/man/shp2pgsql.1, loader/shp2pgsql.c: Added -I switch for GiST index creation in loader -2005-06-15 16:04 Sandro Santilli <strk@keybit.net> +2005-06-15 16:04 Sandro Santilli <strk@kbt.io> * [r1762] CHANGES: fault tolerant btree ops -2005-06-15 16:04 Sandro Santilli <strk@keybit.net> +2005-06-15 16:04 Sandro Santilli <strk@kbt.io> * [r1761] lwgeom/lwgeom_btree.c: fault tolerant btree ops -2005-06-10 16:27 Sandro Santilli <strk@keybit.net> +2005-06-10 16:27 Sandro Santilli <strk@kbt.io> * [r1759] utils/postgis_proc_upgrade.pl: Added (commented) aggregates handling -2005-06-10 16:03 Sandro Santilli <strk@keybit.net> +2005-06-10 16:03 Sandro Santilli <strk@kbt.io> * [r1758] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_jts.c, lwgeom/lwgeom_nojts.c, lwgeom/lwpostgis.sql.in: Renamed {GEOS,JTS}_polygonize_garray to polygonize_garray to reduce redundancies. -2005-06-10 16:02 Sandro Santilli <strk@keybit.net> +2005-06-10 16:02 Sandro Santilli <strk@kbt.io> * [r1757] configure.in: Fixed handling of --with-geos -2005-06-10 12:36 Sandro Santilli <strk@keybit.net> +2005-06-10 12:36 Sandro Santilli <strk@kbt.io> * [r1756] doc/postgis.xml: Added availability info for postgis_full_version() and postgis_jts_version() -2005-06-10 12:00 Sandro Santilli <strk@keybit.net> +2005-06-10 12:00 Sandro Santilli <strk@kbt.io> * [r1755] CHANGES, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp, lwgeom/lwgeom_nojts.c, lwgeom/lwpostgis.sql.in: Added JTSnoop and JTSversion functions. -2005-06-10 11:58 Sandro Santilli <strk@keybit.net> +2005-06-10 11:58 Sandro Santilli <strk@kbt.io> * [r1754] doc/postgis.xml: More info in the Upgrade chapter (soft upgrade/hard upgrade) -2005-06-10 09:54 Sandro Santilli <strk@keybit.net> +2005-06-10 09:54 Sandro Santilli <strk@kbt.io> * [r1753] regress/regress_ogc.sql, regress/regress_ogc_expected: Added isvalid(empty) test -2005-06-09 16:02 Sandro Santilli <strk@keybit.net> +2005-06-09 16:02 Sandro Santilli <strk@kbt.io> * [r1752] TODO: updated -2005-06-09 16:02 Sandro Santilli <strk@keybit.net> +2005-06-09 16:02 Sandro Santilli <strk@kbt.io> * [r1751] lwgeom/lwgeom_functions_analytic.c: Added SRID check in line_locate_point() -2005-06-09 16:02 Sandro Santilli <strk@keybit.net> +2005-06-09 16:02 Sandro Santilli <strk@kbt.io> * [r1750] lwgeom/lwpostgis.sql.in: removed spurious comments -2005-06-09 16:01 Sandro Santilli <strk@keybit.net> +2005-06-09 16:01 Sandro Santilli <strk@kbt.io> * [r1749] lwgeom/ptarray.c: Fixed bug in ptarray_locate_point -2005-06-09 16:00 Sandro Santilli <strk@keybit.net> +2005-06-09 16:00 Sandro Santilli <strk@kbt.io> * [r1748] regress/lwgeom_regress.sql, regress/lwgeom_regress_expected: Added test for line_locate_point -2005-06-09 15:12 Sandro Santilli <strk@keybit.net> +2005-06-09 15:12 Sandro Santilli <strk@kbt.io> * [r1747] CHANGES, TODO, doc/postgis.xml, lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in, lwgeom/ptarray.c: Added line_locate_point() function -2005-06-09 12:30 Sandro Santilli <strk@keybit.net> +2005-06-09 12:30 Sandro Santilli <strk@kbt.io> * [r1746] lwgeom/lwgeom_functions_analytic.c: Added a check for correct order of ``from'' and ``to'' args in line_substring() -2005-06-09 12:24 Sandro Santilli <strk@keybit.net> +2005-06-09 12:24 Sandro Santilli <strk@kbt.io> * [r1745] CHANGES, TODO, doc/postgis.xml, lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in, lwgeom/ptarray.c: NEW line_substring() function -2005-06-07 07:51 Sandro Santilli <strk@keybit.net> +2005-06-07 07:51 Sandro Santilli <strk@kbt.io> * [r1744] Makefile, lwgeom/Makefile.shlib: Added missing Makefile.shlib and removed explicit 'all' rule from lwgeom build -2005-06-06 18:42 Sandro Santilli <strk@keybit.net> +2005-06-06 18:42 Sandro Santilli <strk@kbt.io> * [r1743] Makefile.config.in, TODO, configure.in: iconv autodetection -2005-06-06 17:28 Sandro Santilli <strk@keybit.net> +2005-06-06 17:28 Sandro Santilli <strk@kbt.io> * [r1742] lwgeom/Makefile: Moved 'all' rule before Makefile.shlib inclusion, to have bare 'make' calls work again -2005-06-06 17:21 Sandro Santilli <strk@keybit.net> +2005-06-06 17:21 Sandro Santilli <strk@kbt.io> * [r1741] lwgeom/lwpostgis.sql.in: Added WARNING about changes implications in terms of SCRIPTS_VERSION @@ -60341,28 +64403,28 @@ newer preprocessor (3.4.3) happy. -2005-06-06 16:49 Sandro Santilli <strk@keybit.net> +2005-06-06 16:49 Sandro Santilli <strk@kbt.io> * [r1740] CHANGES, utils/Makefile, utils/README, utils/postgis_proc_upgrade.pl: Initial implementation of postgis procedures upgrade script -2005-06-06 16:49 Sandro Santilli <strk@keybit.net> +2005-06-06 16:49 Sandro Santilli <strk@kbt.io> * [r1739] lwgeom/lwpostgis.sql.in: Added availability info for new functions -2005-06-06 16:48 Sandro Santilli <strk@keybit.net> +2005-06-06 16:48 Sandro Santilli <strk@kbt.io> * [r1738] Version.config: Incremented micro version number in SCRIPTS_VERSION (due to functions addition) -2005-06-06 16:47 Sandro Santilli <strk@keybit.net> +2005-06-06 16:47 Sandro Santilli <strk@kbt.io> * [r1737] create_undef.pl, utils/create_undef.pl: Moved create_undef.pl from root to utils/ dir -2005-06-06 16:47 Sandro Santilli <strk@keybit.net> +2005-06-06 16:47 Sandro Santilli <strk@kbt.io> * [r1736] Makefile: Removed automatic build of docs @@ -60378,13 +64440,13 @@ * [r1734] jdbc2/Makefile: merge Alex' jdbc2 specific Makefile patches -2005-06-04 10:06 Sandro Santilli <strk@keybit.net> +2005-06-04 10:06 Sandro Santilli <strk@kbt.io> * [r1733] Makefile, Makefile.config.in, configure.in, doc/Makefile, jdbc2/Makefile, loader/Makefile, lwgeom/Makefile: Applied Alex Bodnaru patch for pgsql source tree dependency drop. -2005-05-25 12:01 Sandro Santilli <strk@keybit.net> +2005-05-25 12:01 Sandro Santilli <strk@kbt.io> * [r1731] extras/wkb_reader/printwkb.c, extras/wkb_reader/readwkb.c, extras/wkb_reader/wkbtest.h: @@ -60405,16 +64467,16 @@ jdbc2/src/org/postgis/binary/ValueSetter.java: JTS binary parser now passes basic regression suite -2005-05-24 17:19 Sandro Santilli <strk@keybit.net> +2005-05-24 17:19 Sandro Santilli <strk@kbt.io> * [r1728] CHANGES: Added release date for postgis-1.0.1 -2005-05-24 16:56 Sandro Santilli <strk@keybit.net> +2005-05-24 16:56 Sandro Santilli <strk@kbt.io> * [r1727] TODO: Added iconv autodetection, removed already-added things -2005-05-24 14:02 Sandro Santilli <strk@keybit.net> +2005-05-24 14:02 Sandro Santilli <strk@kbt.io> * [r1726] doc/postgis.xml: Added postgis-1.0.1 release date @@ -60423,131 +64485,131 @@ * [r1722] jdbc2/src/org/postgis/Point.java: Cleaned up Point.equals(Point) mess -2005-05-23 14:15 Sandro Santilli <strk@keybit.net> +2005-05-23 14:15 Sandro Santilli <strk@kbt.io> * [r1721] doc/postgis.xml: Compiled 1.0.1 release notes -2005-05-18 17:01 Sandro Santilli <strk@keybit.net> +2005-05-18 17:01 Sandro Santilli <strk@kbt.io> * [r1719] CHANGES, utils/postgis_restore.pl: Applied 'strictness' patch by James Marca -2005-05-18 15:49 Sandro Santilli <strk@keybit.net> +2005-05-18 15:49 Sandro Santilli <strk@kbt.io> * [r1717] doc/postgis.xml: Fixed SetSRID() entry -2005-05-18 15:39 Sandro Santilli <strk@keybit.net> +2005-05-18 15:39 Sandro Santilli <strk@kbt.io> * [r1715] CHANGES: added Paris projections fixes -2005-05-18 15:36 Sandro Santilli <strk@keybit.net> +2005-05-18 15:36 Sandro Santilli <strk@kbt.io> * [r1713] spatial_ref_sys.sql: Updated proj4text for some French projections, as for Nicolas Ribot report -2005-05-16 17:50 Sandro Santilli <strk@keybit.net> +2005-05-16 17:50 Sandro Santilli <strk@kbt.io> * [r1709] CHANGES: Added note about pgsq2shp attributes names bugfix -2005-05-16 17:22 Sandro Santilli <strk@keybit.net> +2005-05-16 17:22 Sandro Santilli <strk@kbt.io> * [r1708] loader/pgsql2shp.c: Fixed DBF field names handling as for clashes avoiding. pgsql field renames are warned. -2005-05-16 08:05 Sandro Santilli <strk@keybit.net> +2005-05-16 08:05 Sandro Santilli <strk@kbt.io> * [r1707] CHANGES: Moved dumper and postgis_restore.pl changes in 1.0.1 section (back-ported) -2005-05-16 07:49 Sandro Santilli <strk@keybit.net> +2005-05-16 07:49 Sandro Santilli <strk@kbt.io> * [r1703] utils/postgis_restore.pl: Allowed custom args passing to createdb invocation -2005-05-15 08:05 Sandro Santilli <strk@keybit.net> +2005-05-15 08:05 Sandro Santilli <strk@kbt.io> * [r1702] doc/man/pgsql2shp.1, doc/man/shp2pgsql.1: updated docs as for -k switch -2005-05-13 14:16 Sandro Santilli <strk@keybit.net> +2005-05-13 14:16 Sandro Santilli <strk@kbt.io> * [r1701] CHANGES, CREDITS: Added new -k switch and credits for it -2005-05-13 14:06 Sandro Santilli <strk@keybit.net> +2005-05-13 14:06 Sandro Santilli <strk@kbt.io> * [r1700] loader/pgsql2shp.c: Applied patch from Obe, Regina to keep identifiers case. -2005-05-13 08:03 Sandro Santilli <strk@keybit.net> +2005-05-13 08:03 Sandro Santilli <strk@kbt.io> * [r1699] Makefile.config.in, configure.in, lwgeom/Makefile: Added support for macosx build -2005-05-12 10:09 Sandro Santilli <strk@keybit.net> +2005-05-12 10:09 Sandro Santilli <strk@kbt.io> * [r1698] configure.in: changed PGBELIBS command to avoid backtics and newlines -2005-05-12 07:45 Sandro Santilli <strk@keybit.net> +2005-05-12 07:45 Sandro Santilli <strk@kbt.io> * [r1697] configure.in: Added another dir in search path for docbook.xml, changed shell invocation line for mingw to avoid newline char being used. -2005-05-11 08:55 Sandro Santilli <strk@keybit.net> +2005-05-11 08:55 Sandro Santilli <strk@kbt.io> * [r1696] lwgeom/Makefile: Renamed MINGW to mingw in HOST_OS findstrings -2005-05-10 12:52 Sandro Santilli <strk@keybit.net> +2005-05-10 12:52 Sandro Santilli <strk@kbt.io> * [r1694] lwgeom/lwpostgis.sql.in: Forced OID usage in geometry_column table -2005-05-10 12:32 Sandro Santilli <strk@keybit.net> +2005-05-10 12:32 Sandro Santilli <strk@kbt.io> * [r1693] configure.in: fixed mingw handling syntax -2005-05-10 10:58 Sandro Santilli <strk@keybit.net> +2005-05-10 10:58 Sandro Santilli <strk@kbt.io> * [r1692] ., .cvsignore: Added Makefile.config -2005-05-10 10:57 Sandro Santilli <strk@keybit.net> +2005-05-10 10:57 Sandro Santilli <strk@kbt.io> * [r1691] config.guess, config.sub, install-sh: Added scripts used by autoconf -2005-05-10 09:35 Sandro Santilli <strk@keybit.net> +2005-05-10 09:35 Sandro Santilli <strk@kbt.io> * [r1690] Makefile.config.in, configure.in, loader/Makefile, lwgeom/Makefile: Added initial custom support for MINGW -2005-05-10 08:31 Sandro Santilli <strk@keybit.net> +2005-05-10 08:31 Sandro Santilli <strk@kbt.io> * [r1689] configure.in: GEOS autodetect activated -2005-05-10 08:15 Sandro Santilli <strk@keybit.net> +2005-05-10 08:15 Sandro Santilli <strk@kbt.io> * [r1687] doc/postgis.xml: fixed upgrade procedure section as suggested by Steven Bowden -2005-05-09 22:33 Sandro Santilli <strk@keybit.net> +2005-05-09 22:33 Sandro Santilli <strk@kbt.io> * [r1686] TODO: updated -2005-05-04 07:00 Sandro Santilli <strk@keybit.net> +2005-05-04 07:00 Sandro Santilli <strk@kbt.io> * [r1683] Version.config: Version bumped to 1.1.0CVS -2005-05-04 06:58 Sandro Santilli <strk@keybit.net> +2005-05-04 06:58 Sandro Santilli <strk@kbt.io> * [r1682] doc/postgis.xml: GEOS/JTS performed operations dox made more explicit about which argument is 'this' and which is 'otherGeometry'. -2005-05-02 10:52 Sandro Santilli <strk@keybit.net> +2005-05-02 10:52 Sandro Santilli <strk@kbt.io> * [r1680] CHANGES: Moved 1.0.1 changes into their own section - added jdbc2 -target change notice @@ -60556,7 +64618,7 @@ * [r1678] Makefile, jdbc2/Makefile: added jdbc2 maintainerclean -2005-04-28 11:01 Sandro Santilli <strk@keybit.net> +2005-04-28 11:01 Sandro Santilli <strk@kbt.io> * [r1677] Makefile: Fixed distclean rule to build required Makefile.config @@ -60569,11 +64631,11 @@ * [r1675] jdbc2/Makefile, jdbc2/sources.inc: Reworked Makefile -2005-04-26 18:45 Sandro Santilli <strk@keybit.net> +2005-04-26 18:45 Sandro Santilli <strk@kbt.io> * [r1674] TODO: Added MakeValidShape() function -2005-04-26 18:08 Sandro Santilli <strk@keybit.net> +2005-04-26 18:08 Sandro Santilli <strk@kbt.io> * [r1673] Makefile.config.in: Fixed USE_JTS variable to actually use autoconf-detected value @@ -60584,39 +64646,39 @@ versionprinter to print offline versions even if database is not available -2005-04-22 01:07 Sandro Santilli <strk@keybit.net> +2005-04-22 01:07 Sandro Santilli <strk@kbt.io> * [r1671] CHANGES: Added fix in join selectivity -2005-04-22 01:07 Sandro Santilli <strk@keybit.net> +2005-04-22 01:07 Sandro Santilli <strk@kbt.io> * [r1669] lwgeom/lwgeom_estimate.c: Fixed bug in join selectivity estimator returning invalid estimates (>1) -2005-04-21 16:31 Sandro Santilli <strk@keybit.net> +2005-04-21 16:31 Sandro Santilli <strk@kbt.io> * [r1666] CHANGES, lwgeom/lwgeom_spheroid.c: Fixed bug in 3d spheroid length computation, patch by zmocnik at hotmail dot com -2005-04-21 09:21 Sandro Santilli <strk@keybit.net> +2005-04-21 09:21 Sandro Santilli <strk@kbt.io> * [r1665] TODO: Added new LRS funx suggested by Paul -2005-04-21 09:09 Sandro Santilli <strk@keybit.net> +2005-04-21 09:09 Sandro Santilli <strk@kbt.io> * [r1664] CHANGES: updated -2005-04-21 09:08 Sandro Santilli <strk@keybit.net> +2005-04-21 09:08 Sandro Santilli <strk@kbt.io> * [r1663] loader/shp2pgsql.c: Applied patch from Ron Mayer fixing a segfault in string escaper funx -2005-04-20 15:22 Sandro Santilli <strk@keybit.net> +2005-04-20 15:22 Sandro Santilli <strk@kbt.io> * [r1659] doc/postgis.xml: Fixed link to SimpleFeature Specification -2005-04-20 15:17 Sandro Santilli <strk@keybit.net> +2005-04-20 15:17 Sandro Santilli <strk@kbt.io> * [r1658] lwgeom/Makefile: Fixed clean-lib rule (wasn't removing anything!) @@ -60626,96 +64688,96 @@ * [r1657] lwgeom/lwpostgis.sql.in: Fixed pg_opclass update to be schema-aware. -2005-04-20 10:21 Sandro Santilli <strk@keybit.net> +2005-04-20 10:21 Sandro Santilli <strk@kbt.io> * [r1654] doc/postgis.xml: Fixed bogus example of GeometryFromText(box3d, int) changing it to SetSRID(box3d, int) in chapter 5.1.2 -2005-04-20 08:12 Sandro Santilli <strk@keybit.net> +2005-04-20 08:12 Sandro Santilli <strk@kbt.io> * [r1653] TODO: Updated -2005-04-20 08:10 Sandro Santilli <strk@keybit.net> +2005-04-20 08:10 Sandro Santilli <strk@kbt.io> * [r1652] Makefile: Added rules to automatically call configure or config.status, added docs rule to be invoked by topdir. -2005-04-20 08:01 Sandro Santilli <strk@keybit.net> +2005-04-20 08:01 Sandro Santilli <strk@kbt.io> * [r1651] Makefile.config: Removed again, can't work anymore. -2005-04-20 07:55 Sandro Santilli <strk@keybit.net> +2005-04-20 07:55 Sandro Santilli <strk@kbt.io> * [r1650] Makefile.config: Put old Makefile.config back to allow for automatic documentation production, must be removed again when process gets updated. -2005-04-19 10:58 Sandro Santilli <strk@keybit.net> +2005-04-19 10:58 Sandro Santilli <strk@kbt.io> * [r1648] configure.in: added LPATH to summary output (if different from install dir) -2005-04-19 10:41 Sandro Santilli <strk@keybit.net> +2005-04-19 10:41 Sandro Santilli <strk@kbt.io> * [r1647] Makefile.config.in, configure.in, doc/Makefile, lwgeom/Makefile: Reworked autoconf path to use pgsql or custom layout based on presence of a --prefix switch. -2005-04-19 09:32 Sandro Santilli <strk@keybit.net> +2005-04-19 09:32 Sandro Santilli <strk@kbt.io> * [r1646] Makefile.config.in: Added -c flag to INSTALL invokations (copy, not move) -2005-04-19 09:20 Sandro Santilli <strk@keybit.net> +2005-04-19 09:20 Sandro Santilli <strk@kbt.io> * [r1645] autogen.sh, configure.in: More info in configure output, added autogen.sh wrapper -2005-04-18 23:31 Sandro Santilli <strk@keybit.net> +2005-04-18 23:31 Sandro Santilli <strk@kbt.io> * [r1644] CREDITS: Added 1.0.0 section -2005-04-18 14:46 Sandro Santilli <strk@keybit.net> +2005-04-18 14:46 Sandro Santilli <strk@kbt.io> * [r1641] ., .cvsignore, Makefile, Makefile.config, Makefile.config.in, configure.in, doc/Makefile, loader/Makefile, lwgeom/Makefile: Improved autoconf script, dropped pgsql source dependency. EXPERIMENTAL. -2005-04-18 14:25 Sandro Santilli <strk@keybit.net> +2005-04-18 14:25 Sandro Santilli <strk@kbt.io> * [r1640] TODO: Added TODO list for release 1.1 -2005-04-18 14:15 Sandro Santilli <strk@keybit.net> +2005-04-18 14:15 Sandro Santilli <strk@kbt.io> * [r1639] CHANGES, doc/postgis.xml: Fixed 1.0.0 release date to 2005/04/19 -2005-04-18 14:12 Sandro Santilli <strk@keybit.net> +2005-04-18 14:12 Sandro Santilli <strk@kbt.io> * [r1636] CHANGES, doc/postgis.xml, lwgeom/lwgeom_estimate.c: Slightly changed standard deviation computation to be more corner-case-friendly. -2005-04-18 14:04 Sandro Santilli <strk@keybit.net> +2005-04-18 14:04 Sandro Santilli <strk@kbt.io> * [r1635] CHANGES, doc/postgis.xml: Added estmator code and testers bugfix for 1.0.0 release. -2005-04-18 13:50 Sandro Santilli <strk@keybit.net> +2005-04-18 13:50 Sandro Santilli <strk@kbt.io> * [r1633] utils/test_joinestimation.pl: Fixed bug in table2 schema parsing. -2005-04-18 13:30 Sandro Santilli <strk@keybit.net> +2005-04-18 13:30 Sandro Santilli <strk@kbt.io> * [r1631] utils/test_estimation.pl: Fixed to work against LWGEOM installations -2005-04-18 10:57 Sandro Santilli <strk@keybit.net> +2005-04-18 10:57 Sandro Santilli <strk@kbt.io> * [r1629] lwgeom/lwgeom_estimate.c: Applied patched by Ron Mayer fixing memory leakages and invalid results @@ -60724,16 +64786,16 @@ selectivity estimate instead of default RESTRICT selectivity estimate. -2005-04-15 20:12 Sandro Santilli <strk@keybit.net> +2005-04-15 20:12 Sandro Santilli <strk@kbt.io> * [r1627] doc/postgis.xml: Fixed Makefile to read Makefile.config -2005-04-15 15:10 Sandro Santilli <strk@keybit.net> +2005-04-15 15:10 Sandro Santilli <strk@kbt.io> * [r1624] README.postgis: Updated to reflect examples->extras rename -2005-04-15 15:09 Sandro Santilli <strk@keybit.net> +2005-04-15 15:09 Sandro Santilli <strk@kbt.io> * [r1623] examples, extras, extras/WFS_locks, extras/WFS_locks/Makefile, extras/WFS_locks/README, @@ -60801,69 +64863,69 @@ + Support for (Hex)(E)wkb + Autoprobing DriverWrapper for HexWKB / EWKT switching -2005-04-15 10:01 Sandro Santilli <strk@keybit.net> +2005-04-15 10:01 Sandro Santilli <strk@kbt.io> * [r1621] ., .cvsignore: Added configure outputs -2005-04-15 09:54 Sandro Santilli <strk@keybit.net> +2005-04-15 09:54 Sandro Santilli <strk@kbt.io> * [r1620] CREDITS, doc/postgis.xml: Added more people to manual "CREDITS" chapter (copied from CREDITS file). Added a not in CREDITS redirecting to the postgis manual. -2005-04-15 09:31 Sandro Santilli <strk@keybit.net> +2005-04-15 09:31 Sandro Santilli <strk@kbt.io> * [r1619] Version.config: Version bumbed to 1.0.0 -2005-04-14 13:35 Sandro Santilli <strk@keybit.net> +2005-04-14 13:35 Sandro Santilli <strk@kbt.io> * [r1618] CHANGES, doc/postgis.xml: Added shp2pgsql bugfix and autoconf improvement in Release Notes. -2005-04-14 12:58 Sandro Santilli <strk@keybit.net> +2005-04-14 12:58 Sandro Santilli <strk@kbt.io> * [r1617] loader/shp2pgsql.c: Applied patch by Gino Lucrezi fixing bug in string escaping code. -2005-04-14 11:25 Sandro Santilli <strk@keybit.net> +2005-04-14 11:25 Sandro Santilli <strk@kbt.io> * [r1616] configure.in: --enable-autoconf put back -2005-04-14 11:23 Sandro Santilli <strk@keybit.net> +2005-04-14 11:23 Sandro Santilli <strk@kbt.io> * [r1615] configure.in: Cleanup, improvements, JTS support added -2005-04-14 09:40 Sandro Santilli <strk@keybit.net> +2005-04-14 09:40 Sandro Santilli <strk@kbt.io> * [r1614] doc/postgis.xml: Added Alex Bodnaru in the "Other contributors" section, for debian packaging. -2005-04-14 08:02 Sandro Santilli <strk@keybit.net> +2005-04-14 08:02 Sandro Santilli <strk@kbt.io> * [r1613] lwgeom/TODO: Added a not about need of memory alignment constraints handling for deserializers -2005-04-13 15:57 Sandro Santilli <strk@keybit.net> +2005-04-13 15:57 Sandro Santilli <strk@kbt.io> * [r1612] doc/postgis.xml: Removed the CREDITS section from Release Notes and move contributors in chapter 1.1 (Credits). -2005-04-13 14:25 Sandro Santilli <strk@keybit.net> +2005-04-13 14:25 Sandro Santilli <strk@kbt.io> * [r1611] doc/postgis.xml: Release notes made an appendix, updated credits section -2005-04-13 14:24 Sandro Santilli <strk@keybit.net> +2005-04-13 14:24 Sandro Santilli <strk@kbt.io> * [r1610] loader/Makefile: Added MINGW support as suggested by David Techer. -2005-04-12 11:18 Sandro Santilli <strk@keybit.net> +2005-04-12 11:18 Sandro Santilli <strk@kbt.io> * [r1609] doc/postgis.xml: Added release notes for 1.0.0 final -2005-04-12 11:17 Sandro Santilli <strk@keybit.net> +2005-04-12 11:17 Sandro Santilli <strk@kbt.io> * [r1608] doc/Makefile: XSLBASE made back-redefinable @@ -60877,12 +64939,12 @@ * [r1606] doc/Makefile, doc/postgis.xml: typo fixes and linked function in 4.2.4 -2005-04-07 19:03 Sandro Santilli <strk@keybit.net> +2005-04-07 19:03 Sandro Santilli <strk@kbt.io> * [r1605] CHANGES: Added new strict OGC compliancy enforcement sector of manual -2005-04-07 19:00 Sandro Santilli <strk@keybit.net> +2005-04-07 19:00 Sandro Santilli <strk@kbt.io> * [r1604] doc/postgis.xml: Corrected and augmented the new chapter about ensuring OGC compliancy. @@ -60892,11 +64954,11 @@ * [r1603] doc/postgis.xml: Added information about geometry validity. -2005-04-06 16:49 Sandro Santilli <strk@keybit.net> +2005-04-06 16:49 Sandro Santilli <strk@kbt.io> * [r1602] CHANGES: Added -p flag addition for shp2pgsql -2005-04-06 14:16 Sandro Santilli <strk@keybit.net> +2005-04-06 14:16 Sandro Santilli <strk@kbt.io> * [r1601] loader/shp2pgsql.c: Removed manual update of gid field. @@ -60907,17 +64969,17 @@ (prepare mode) that spits out the table schema without inserting any data. -2005-04-06 10:46 Sandro Santilli <strk@keybit.net> +2005-04-06 10:46 Sandro Santilli <strk@kbt.io> * [r1599] loader/shp2pgsql.c: Bugfix in -w (hwgeom) handling of ZM shapefiles. Big reorganizzation of code to easy maintainance. -2005-04-06 08:53 Sandro Santilli <strk@keybit.net> +2005-04-06 08:53 Sandro Santilli <strk@kbt.io> * [r1598] CHANGES: force_3dm() bugfix -2005-04-06 08:53 Sandro Santilli <strk@keybit.net> +2005-04-06 08:53 Sandro Santilli <strk@kbt.io> * [r1597] lwgeom/lwgeom_functions_basic.c: Augmented memory allocated by force_3dm() - detected cases of memory shortage @@ -60927,47 +64989,47 @@ * [r1596] doc/man/shp2pgsql.1: Fix documentation of -D option in shp2pgsql manpage -2005-04-05 10:18 Sandro Santilli <strk@keybit.net> +2005-04-05 10:18 Sandro Santilli <strk@kbt.io> * [r1595] CHANGES: Added transform() bugfix -2005-04-05 10:18 Sandro Santilli <strk@keybit.net> +2005-04-05 10:18 Sandro Santilli <strk@kbt.io> * [r1594] lwgeom/lwgeom_transform.c: BUGFIX in transform() releaseing random memory address -2005-04-05 08:00 Sandro Santilli <strk@keybit.net> +2005-04-05 08:00 Sandro Santilli <strk@kbt.io> * [r1593] CHANGES, doc/man/shp2pgsql.1, doc/postgis.xml: Documented loader support for 0.x versions -2005-04-04 20:51 Sandro Santilli <strk@keybit.net> +2005-04-04 20:51 Sandro Santilli <strk@kbt.io> * [r1592] loader/shp2pgsql.c: Added -w flag to output old (WKT/HWGEOM) sql. -2005-04-04 09:48 Sandro Santilli <strk@keybit.net> +2005-04-04 09:48 Sandro Santilli <strk@kbt.io> * [r1591] lwgeom/Makefile: Added install of loader/dumper manual pages -2005-04-01 09:39 Sandro Santilli <strk@keybit.net> +2005-04-01 09:39 Sandro Santilli <strk@kbt.io> * [r1590] CHANGES: Added not about new manual pages -2005-04-01 09:38 Sandro Santilli <strk@keybit.net> +2005-04-01 09:38 Sandro Santilli <strk@kbt.io> * [r1589] doc/Makefile, doc/man, doc/man/pgsql2shp.1, doc/man/shp2pgsql.1: Added manual pages provided by Roberto Boati <roberto.boati@daisyred.com> -2005-03-30 17:25 Sandro Santilli <strk@keybit.net> +2005-03-30 17:25 Sandro Santilli <strk@kbt.io> * [r1588] make_dist.sh: Updated to replace 'RC' into '-rc' when building package dir (and tar). Removed autom4te.cache directory after call to autoconf. -2005-03-30 17:03 Sandro Santilli <strk@keybit.net> +2005-03-30 17:03 Sandro Santilli <strk@kbt.io> * [r1586] CHANGES, Version.config, doc/postgis.xml: Scripts version set to 0.3.0 (minor increment as a scripts override won't @@ -61012,25 +65074,25 @@ email addres to private one because schabios@logi-track.com is currently not working. -2005-03-30 11:47 Sandro Santilli <strk@keybit.net> +2005-03-30 11:47 Sandro Santilli <strk@kbt.io> * [r1584] CHANGES, doc/postgis.xml: Added RC6 release notes. -2005-03-30 11:46 Sandro Santilli <strk@keybit.net> +2005-03-30 11:46 Sandro Santilli <strk@kbt.io> * [r1583] lwgeom/lwgeom_box2dfloat4.c: Obsoleted functions set back in, to avoid problems upgrading. -2005-03-30 11:40 Sandro Santilli <strk@keybit.net> +2005-03-30 11:40 Sandro Santilli <strk@kbt.io> * [r1582] lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwpostgis.sql.in: Removed obsoleted box2d functions -2005-03-29 16:34 Sandro Santilli <strk@keybit.net> +2005-03-29 16:34 Sandro Santilli <strk@kbt.io> * [r1581] CHANGES: Added postgis_restore.pl bugfix -2005-03-29 16:33 Sandro Santilli <strk@keybit.net> +2005-03-29 16:33 Sandro Santilli <strk@kbt.io> * [r1580] utils/postgis_restore.pl: Changed she-bang back the way it was (disabled) - didn't work like that! Added @@ -61040,63 +65102,63 @@ * [r1579] jdbc2/Makefile: Fix build for win32 using mingw -2005-03-28 11:37 Sandro Santilli <strk@keybit.net> +2005-03-28 11:37 Sandro Santilli <strk@kbt.io> * [r1578] CHANGES, Version.config, lwgeom/lwpostgis.sql.in: Dropped {x,y}{min,max}(box2d) functions -2005-03-28 09:48 Sandro Santilli <strk@keybit.net> +2005-03-28 09:48 Sandro Santilli <strk@kbt.io> * [r1577] CHANGES: Added multi() changes -2005-03-28 09:47 Sandro Santilli <strk@keybit.net> +2005-03-28 09:47 Sandro Santilli <strk@kbt.io> * [r1576] CHANGES, lwgeom/lwgeom_functions_basic.c: Fixed bug in multi() leaving SRID in inner geometries. Added early return for already multi() and BBOX'ed geoms. -2005-03-28 09:45 Sandro Santilli <strk@keybit.net> +2005-03-28 09:45 Sandro Santilli <strk@kbt.io> * [r1575] regress/regress.sql, regress/regress_expected: Added regress tests for multi() -2005-03-25 18:43 Sandro Santilli <strk@keybit.net> +2005-03-25 18:43 Sandro Santilli <strk@kbt.io> * [r1574] loader/pgsql2shp.c: Fixed PQunescapeBytearea argument (might give problems on 64bit archs) -2005-03-25 16:38 Sandro Santilli <strk@keybit.net> +2005-03-25 16:38 Sandro Santilli <strk@kbt.io> * [r1572] Version.config: MICRO_VERSION set to RC5 -2005-03-25 16:38 Sandro Santilli <strk@keybit.net> +2005-03-25 16:38 Sandro Santilli <strk@kbt.io> * [r1571] CHANGES: Added release date and version -2005-03-25 16:37 Sandro Santilli <strk@keybit.net> +2005-03-25 16:37 Sandro Santilli <strk@kbt.io> * [r1570] doc/postgis.xml: Added release dates -2005-03-25 16:28 Sandro Santilli <strk@keybit.net> +2005-03-25 16:28 Sandro Santilli <strk@kbt.io> * [r1569] doc/postgis.xml: Added a not in performance tips chapter about dimension constraints. Removed part on update_geometry_stats as it should have no effect. -2005-03-25 14:49 Sandro Santilli <strk@keybit.net> +2005-03-25 14:49 Sandro Santilli <strk@kbt.io> * [r1568] doc/postgis.xml: generalized Other changes -2005-03-25 14:48 Sandro Santilli <strk@keybit.net> +2005-03-25 14:48 Sandro Santilli <strk@kbt.io> * [r1567] utils/postgis_restore.pl: Fixed bogus she-bang -2005-03-25 13:56 Sandro Santilli <strk@keybit.net> +2005-03-25 13:56 Sandro Santilli <strk@kbt.io> * [r1566] doc/postgis.xml: Updated release notes section -2005-03-25 09:34 Sandro Santilli <strk@keybit.net> +2005-03-25 09:34 Sandro Santilli <strk@kbt.io> * [r1565] lwgeom/lwgeom_estimate.c: code cleanup @@ -61104,55 +65166,55 @@ * [r1564] CHANGES, doc/postgis.xml: additional performance tips -2005-03-24 16:28 Sandro Santilli <strk@keybit.net> +2005-03-24 16:28 Sandro Santilli <strk@kbt.io> * [r1563] lwgeom/lwgeom_functions_basic.c: Variable declaration set in place in lwgeom_centroid() -2005-03-24 16:27 Sandro Santilli <strk@keybit.net> +2005-03-24 16:27 Sandro Santilli <strk@kbt.io> * [r1562] CHANGES: Added estimated_extent() bugfix notice -2005-03-24 16:27 Sandro Santilli <strk@keybit.net> +2005-03-24 16:27 Sandro Santilli <strk@kbt.io> * [r1561] lwgeom/lwgeom_estimate.c: Added comments in estimate_allocation() bugfix point. -2005-03-24 15:07 Sandro Santilli <strk@keybit.net> +2005-03-24 15:07 Sandro Santilli <strk@kbt.io> * [r1560] lwgeom/lwgeom_functions_basic.c: Fixed non-GEOS centroid() function to avoid obsoleted LWGEOM_EXPLODED funx -2005-03-24 14:45 Sandro Santilli <strk@keybit.net> +2005-03-24 14:45 Sandro Santilli <strk@kbt.io> * [r1559] lwgeom/lwgeom_estimate.c: Fixed bug in estimated_extent() returning pointer to a memory allocated in SPI memory context -2005-03-23 17:10 Sandro Santilli <strk@keybit.net> +2005-03-23 17:10 Sandro Santilli <strk@kbt.io> * [r1558] lwgeom/lwgeom_box3d.c: Removed cr -2005-03-23 16:29 Sandro Santilli <strk@keybit.net> +2005-03-23 16:29 Sandro Santilli <strk@kbt.io> * [r1557] regress/regress.sql, regress/regress_expected: Added box3d computation tests -2005-03-23 16:24 Sandro Santilli <strk@keybit.net> +2005-03-23 16:24 Sandro Santilli <strk@kbt.io> * [r1556] CHANGES: added box3d computation fix -2005-03-23 16:23 Sandro Santilli <strk@keybit.net> +2005-03-23 16:23 Sandro Santilli <strk@kbt.io> * [r1555] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_box3d.c: Fixed bug in box3d computation. Dropped obsoleted LWGEOM_EXPLODED structure and associated functions. -2005-03-21 17:56 Sandro Santilli <strk@keybit.net> +2005-03-21 17:56 Sandro Santilli <strk@kbt.io> * [r1554] CHANGES: grep -v arg quoted.. -2005-03-21 17:52 Sandro Santilli <strk@keybit.net> +2005-03-21 17:52 Sandro Santilli <strk@kbt.io> * [r1553] lwgeom/Makefile: Quoted grep argument @@ -61161,37 +65223,37 @@ * [r1552] jdbc2, jdbc2/.cvsignore: handle versioned jars in cvsignore -2005-03-21 12:24 Sandro Santilli <strk@keybit.net> +2005-03-21 12:24 Sandro Santilli <strk@kbt.io> * [r1551] doc/postgis.xml: Expanded estimated_extent() paragraph to document differences between pre and post pgsql 800. -2005-03-18 21:04 Sandro Santilli <strk@keybit.net> +2005-03-18 21:04 Sandro Santilli <strk@kbt.io> * [r1549] CHANGES: Set release date -2005-03-18 17:47 Sandro Santilli <strk@keybit.net> +2005-03-18 17:47 Sandro Santilli <strk@kbt.io> * [r1548] CHANGES: postgis_restore.pl improvements -2005-03-18 17:23 Sandro Santilli <strk@keybit.net> +2005-03-18 17:23 Sandro Santilli <strk@kbt.io> * [r1547] utils/postgis_restore.pl: Hash used for detecting obsoleted funx in dump -2005-03-18 12:43 Sandro Santilli <strk@keybit.net> +2005-03-18 12:43 Sandro Santilli <strk@kbt.io> * [r1546] lwgeom/Makefile, lwgeom/lwpostgis.sql.in: Fixed missing use of _IMMUTABLE_STRICT define in new get_proj4_from_srid(). Improvement in Makefile to allow reconstruction of missing ../lwpostgis.sql -2005-03-18 12:37 Sandro Santilli <strk@keybit.net> +2005-03-18 12:37 Sandro Santilli <strk@kbt.io> * [r1545] CHANGES: added box3d-computation bugfix note -2005-03-18 12:36 Sandro Santilli <strk@keybit.net> +2005-03-18 12:36 Sandro Santilli <strk@kbt.io> * [r1544] lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom.h, @@ -61202,93 +65264,93 @@ Bug fix in box3d computation for collections containing empty elements. -2005-03-18 10:47 Sandro Santilli <strk@keybit.net> +2005-03-18 10:47 Sandro Santilli <strk@kbt.io> * [r1543] regress/lwgeom_regress.sql, regress/lwgeom_regress_expected: Added extent(), extent3d() and collect() tests - should really give this tests a new layout ... -2005-03-17 18:14 Sandro Santilli <strk@keybit.net> +2005-03-17 18:14 Sandro Santilli <strk@kbt.io> * [r1542] CHANGES: box2d outupt precision increment -2005-03-17 18:11 Sandro Santilli <strk@keybit.net> +2005-03-17 18:11 Sandro Santilli <strk@kbt.io> * [r1541] lwgeom/lwgeom_box2dfloat4.c: BOX2D output reverted to .15g precision -2005-03-17 09:39 Sandro Santilli <strk@keybit.net> +2005-03-17 09:39 Sandro Santilli <strk@kbt.io> * [r1540] lwgeom/lwgeom_functions_basic.c: Early memory releases in lwgeom_translate_recursive -2005-03-16 15:08 Sandro Santilli <strk@keybit.net> +2005-03-16 15:08 Sandro Santilli <strk@kbt.io> * [r1539] CHANGES, lwgeom/lwpostgis.sql.in: Changed get_proj4_from_srid() implementation from SQL to PLPGSQL to workaround a bug of pgsql8.0.{1,2} -2005-03-16 11:41 Sandro Santilli <strk@keybit.net> +2005-03-16 11:41 Sandro Santilli <strk@kbt.io> * [r1538] lwgeom/liblwgeom.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_transform.c: Early memory releases on transform_geometry_recursive() and LWGEOM_asText(). Code cleanups. -2005-03-15 12:24 Sandro Santilli <strk@keybit.net> +2005-03-15 12:24 Sandro Santilli <strk@kbt.io> * [r1537] loader/shp2pgsql.c: hole-in-ring detector made more readable -2005-03-15 09:25 Sandro Santilli <strk@keybit.net> +2005-03-15 09:25 Sandro Santilli <strk@kbt.io> * [r1536] CHANGES: Added loader bug fix -2005-03-14 22:02 Sandro Santilli <strk@keybit.net> +2005-03-14 22:02 Sandro Santilli <strk@kbt.io> * [r1535] loader/shp2pgsql.c: Fixed holes handling. -2005-03-14 11:31 Sandro Santilli <strk@keybit.net> +2005-03-14 11:31 Sandro Santilli <strk@kbt.io> * [r1534] jdbc2/Makefile: Added cleanup of versioned jars -2005-03-14 11:14 Sandro Santilli <strk@keybit.net> +2005-03-14 11:14 Sandro Santilli <strk@kbt.io> * [r1533] lwgeom/Makefile: installdirs/clean rules cleanup suggested by Alex Bodnaru -2005-03-11 17:56 Sandro Santilli <strk@keybit.net> +2005-03-11 17:56 Sandro Santilli <strk@kbt.io> * [r1532] lwgeom/lwgeom_transform.c: Early memory release in transform_geom -2005-03-11 17:47 Sandro Santilli <strk@keybit.net> +2005-03-11 17:47 Sandro Santilli <strk@kbt.io> * [r1531] lwgeom/lwgeom_functions_basic.c: Fixed destructive memory release in LWGEOM_translate() -2005-03-11 17:47 Sandro Santilli <strk@keybit.net> +2005-03-11 17:47 Sandro Santilli <strk@kbt.io> * [r1530] regress/regress.sql, regress/regress_expected: Added test for translate() -2005-03-10 21:37 Sandro Santilli <strk@keybit.net> +2005-03-10 21:37 Sandro Santilli <strk@kbt.io> * [r1529] CHANGES: added 64bit bug fix -2005-03-10 19:26 Sandro Santilli <strk@keybit.net> +2005-03-10 19:26 Sandro Santilli <strk@kbt.io> * [r1528] lwgeom/lwgparse.c, lwgeom/wktparse.h: Hopefully fixed bug in int4 and double reader from byte stream (was not working on 64bit machines). -2005-03-10 18:19 Sandro Santilli <strk@keybit.net> +2005-03-10 18:19 Sandro Santilli <strk@kbt.io> * [r1527] lwgeom/lwgparse.c, lwgeom/wktunparse.c: Made void args explicit to make newer compilers happy -2005-03-10 18:18 Sandro Santilli <strk@keybit.net> +2005-03-10 18:18 Sandro Santilli <strk@kbt.io> * [r1526] lwgeom/wktparse.h: changed report_error typedef to allow for lwerror usage w/out problems @@ -61303,108 +65365,108 @@ pointer exception if PostGIS is compiled without geos / proj support. -2005-03-08 16:46 Sandro Santilli <strk@keybit.net> +2005-03-08 16:46 Sandro Santilli <strk@kbt.io> * [r1523] Makefile, lwgeom/Makefile: More cleanups on 'clean' -2005-03-08 16:41 Sandro Santilli <strk@keybit.net> +2005-03-08 16:41 Sandro Santilli <strk@kbt.io> * [r1522] lwgeom/Makefile: Simplified clean rule -2005-03-08 16:39 Sandro Santilli <strk@keybit.net> +2005-03-08 16:39 Sandro Santilli <strk@kbt.io> * [r1521] Makefile: Added configure script removal in maintainer-clean rule -2005-03-08 16:00 Sandro Santilli <strk@keybit.net> +2005-03-08 16:00 Sandro Santilli <strk@kbt.io> * [r1520] libjts: Deleted libjts directory... libjts production should happen from within JTS itself. -2005-03-08 15:44 Sandro Santilli <strk@keybit.net> +2005-03-08 15:44 Sandro Santilli <strk@kbt.io> * [r1519] Makefile.config: Changed default JTS includes and lib paths -2005-03-08 12:39 Sandro Santilli <strk@keybit.net> +2005-03-08 12:39 Sandro Santilli <strk@kbt.io> * [r1518] Makefile.config, libjts, libjts/Makefile, libjts/README: Added libjts build scripts -2005-03-08 12:21 Sandro Santilli <strk@keybit.net> +2005-03-08 12:21 Sandro Santilli <strk@kbt.io> * [r1517] Makefile: Added a distclean rule to get rid of autoconf-generated files. Had maintainer-clean rule invoke distclean rule. -2005-03-08 12:13 Sandro Santilli <strk@keybit.net> +2005-03-08 12:13 Sandro Santilli <strk@kbt.io> * [r1516] Makefile.config: set USE_JTS back to 0 - got set to 1 from previous commit -2005-03-08 12:11 Sandro Santilli <strk@keybit.net> +2005-03-08 12:11 Sandro Santilli <strk@kbt.io> * [r1515] Makefile, utils/Makefile: Added utils rule to set the execute bit on utilities. -2005-03-08 12:04 Sandro Santilli <strk@keybit.net> +2005-03-08 12:04 Sandro Santilli <strk@kbt.io> * [r1514] Makefile.config, Makefile.config.in: synced makefiles, changed default path of libjts -2005-03-08 11:24 Sandro Santilli <strk@keybit.net> +2005-03-08 11:24 Sandro Santilli <strk@kbt.io> * [r1513] lwgeom/lwgeom_jts.c: Commented out debugging lines -2005-03-08 11:24 Sandro Santilli <strk@keybit.net> +2005-03-08 11:24 Sandro Santilli <strk@kbt.io> * [r1512] lwgeom/lwgeom_jts_wrapper.cpp: avoided initializzation of JvNewObjectArray with undefined pointer -2005-03-08 11:06 Sandro Santilli <strk@keybit.net> +2005-03-08 11:06 Sandro Santilli <strk@kbt.io> * [r1511] loader/pgsql2shp.c, loader/shp2pgsql.c: modernized old-style parameter declarations -2005-03-08 09:42 Sandro Santilli <strk@keybit.net> +2005-03-08 09:42 Sandro Santilli <strk@kbt.io> * [r1510] CHANGES: Added estimator changes -2005-03-08 09:27 Sandro Santilli <strk@keybit.net> +2005-03-08 09:27 Sandro Santilli <strk@kbt.io> * [r1509] lwgeom/lwgeom_estimate.c: RESTRICT selectivity estimator use self->varno instead of varRelid. Seems to work for subqueries... -2005-03-08 09:23 Sandro Santilli <strk@keybit.net> +2005-03-08 09:23 Sandro Santilli <strk@kbt.io> * [r1508] lwgeom/lwgeom_estimate.c: Fixed debugging lines. -2005-03-08 08:38 Sandro Santilli <strk@keybit.net> +2005-03-08 08:38 Sandro Santilli <strk@kbt.io> * [r1507] Makefile.config: Discarded environmental variable USE_JTS to avoid unexpected enabling -2005-03-07 21:24 Sandro Santilli <strk@keybit.net> +2005-03-07 21:24 Sandro Santilli <strk@kbt.io> * [r1506] lwgeom/lwgeom_geos.c: Added missing JTSnoop prototype -2005-03-07 21:19 Sandro Santilli <strk@keybit.net> +2005-03-07 21:19 Sandro Santilli <strk@kbt.io> * [r1505] lwgeom/Makefile: Put optimization flag back to -O2 -2005-03-07 21:11 Sandro Santilli <strk@keybit.net> +2005-03-07 21:11 Sandro Santilli <strk@kbt.io> * [r1504] lwgeom/lwgeom_geos.c: Removed stub functions (moved to lwgeom_nojts.c) and added stub for JTSnoop. -2005-03-07 21:07 Sandro Santilli <strk@keybit.net> +2005-03-07 21:07 Sandro Santilli <strk@kbt.io> * [r1503] lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp: Added initial JTS wrapper. -2005-03-07 21:06 Sandro Santilli <strk@keybit.net> +2005-03-07 21:06 Sandro Santilli <strk@kbt.io> * [r1502] lwgeom/Makefile: Added spatial_ref_sys.sql and README.postgis to scripts install targets. @@ -61412,35 +65474,35 @@ Modified GEOS/JTS stub handling to use separate file when disabled. -2005-03-07 20:47 Sandro Santilli <strk@keybit.net> +2005-03-07 20:47 Sandro Santilli <strk@kbt.io> * [r1501] lwgeom/lwgeom_nojts.c: Separate stub funx file for builds w/out GEOS or JTS -2005-03-07 20:46 Sandro Santilli <strk@keybit.net> +2005-03-07 20:46 Sandro Santilli <strk@kbt.io> * [r1500] Makefile.config.in: sync'd with Makefile.config -2005-03-07 20:44 Sandro Santilli <strk@keybit.net> +2005-03-07 20:44 Sandro Santilli <strk@kbt.io> * [r1499] Makefile.config: Added JTS support parameter -2005-03-07 18:36 Sandro Santilli <strk@keybit.net> +2005-03-07 18:36 Sandro Santilli <strk@kbt.io> * [r1498] Makefile.config.in: Sync with Makefile.config -2005-03-07 16:08 Sandro Santilli <strk@keybit.net> +2005-03-07 16:08 Sandro Santilli <strk@kbt.io> * [r1497] Version.config: Incremented SCRIPTS_VERSION micro num -2005-03-07 13:58 Sandro Santilli <strk@keybit.net> +2005-03-07 13:58 Sandro Santilli <strk@kbt.io> * [r1496] regress/Makefile, regress/run_index_regress, regress/run_lwgeom_regress, regress/run_ogc_regress, regress/run_regress: Added process id to output files. Removed 'clean' rule. -2005-03-07 13:20 Sandro Santilli <strk@keybit.net> +2005-03-07 13:20 Sandro Santilli <strk@kbt.io> * [r1495] lwgeom/lwgeom_functions_basic.c: Removed unused lwexploded_dump() function @@ -61449,7 +65511,7 @@ * [r1494] jdbc2/Makefile: Fix version.in vs. version.config typo -2005-03-04 19:34 Sandro Santilli <strk@keybit.net> +2005-03-04 19:34 Sandro Santilli <strk@kbt.io> * [r1493] doc/Makefile: cleanups - version file source @@ -61459,29 +65521,29 @@ lwgeom/lwpostgis.sql.in: Cleaned up distance_sphere and updated documentation. -2005-03-04 19:25 Sandro Santilli <strk@keybit.net> +2005-03-04 19:25 Sandro Santilli <strk@kbt.io> * [r1491] make_dist.sh: removed temp files used in docs creation step -2005-03-04 19:18 Sandro Santilli <strk@keybit.net> +2005-03-04 19:18 Sandro Santilli <strk@kbt.io> * [r1490] doc/postgis.xml: Expanded "upgrading" chapter to explain postgis_restore.pl upgrade procedure. -2005-03-04 19:18 Sandro Santilli <strk@keybit.net> +2005-03-04 19:18 Sandro Santilli <strk@kbt.io> * [r1489] doc/Makefile: Made 'html' the default rule -2005-03-04 19:15 Sandro Santilli <strk@keybit.net> +2005-03-04 19:15 Sandro Santilli <strk@kbt.io> * [r1488] doc/Makefile: Parametrized XSLBASE directory -2005-03-04 16:29 Sandro Santilli <strk@keybit.net> +2005-03-04 16:29 Sandro Santilli <strk@kbt.io> * [r1487] make_dist.sh: Changed to use Version.config -2005-03-04 15:54 Sandro Santilli <strk@keybit.net> +2005-03-04 15:54 Sandro Santilli <strk@kbt.io> * [r1486] lwgeom/lwgeom_spheroid.c: Commented out unused variable @@ -61505,28 +65567,28 @@ initialize its values, so it is always "in sync" with Version.config -2005-03-04 14:55 Sandro Santilli <strk@keybit.net> +2005-03-04 14:55 Sandro Santilli <strk@kbt.io> * [r1483] CHANGES: Added loader/dumper bug fixes -2005-03-04 14:54 Sandro Santilli <strk@keybit.net> +2005-03-04 14:54 Sandro Santilli <strk@kbt.io> * [r1482] loader/pgsql2shp.c: Fixed bug in multiline handling. -2005-03-04 14:48 Sandro Santilli <strk@keybit.net> +2005-03-04 14:48 Sandro Santilli <strk@kbt.io> * [r1481] loader/shp2pgsql.c: Applied patch from Jonne Savolainen fixing multilines handling -2005-03-04 14:25 Sandro Santilli <strk@keybit.net> +2005-03-04 14:25 Sandro Santilli <strk@kbt.io> * [r1480] Makefile: Added 'test' and 'maintainer-clean' rules. -2005-03-04 14:25 Sandro Santilli <strk@keybit.net> +2005-03-04 14:25 Sandro Santilli <strk@kbt.io> * [r1479] lwgeom/Makefile: Added a maintainer-clean rule. -2005-03-04 14:13 Sandro Santilli <strk@keybit.net> +2005-03-04 14:13 Sandro Santilli <strk@kbt.io> * [r1478] regress/Makefile, regress/run_index_regress, regress/run_lwgeom_regress, regress/run_ogc_regress, @@ -61537,12 +65599,12 @@ * [r1477] jdbc2/Makefile: another make install fix :-( -2005-03-04 09:03 Sandro Santilli <strk@keybit.net> +2005-03-04 09:03 Sandro Santilli <strk@kbt.io> * [r1476] lwgeom/lwgeom_api.c, lwgeom/lwgeom_pg.c: PG_LWGEOM_construct() moved from lwgeom_api.c to lwgeom_pg.c. -2005-03-04 08:52 Sandro Santilli <strk@keybit.net> +2005-03-04 08:52 Sandro Santilli <strk@kbt.io> * [r1475] README.postgis: Modified upgrade section to show postgis_restore.pl based procedure. @@ -61594,31 +65656,31 @@ * [r1465] jdbc2/Makefile: Fix compile with jikes -2005-03-03 10:32 Sandro Santilli <strk@keybit.net> +2005-03-03 10:32 Sandro Santilli <strk@kbt.io> * [r1464] CHANGES: parser additions note -2005-03-03 10:31 Sandro Santilli <strk@keybit.net> +2005-03-03 10:31 Sandro Santilli <strk@kbt.io> * [r1463] lwgeom, lwgeom/.cvsignore: Removed generated parser files. -2005-03-03 10:29 Sandro Santilli <strk@keybit.net> +2005-03-03 10:29 Sandro Santilli <strk@kbt.io> * [r1462] lwgeom/Makefile, lwgeom/lex.yy.c, lwgeom/wktparse.tab.c, lwgeom/wktparse.tab.h: Added generated parsers to avoid FLEX/YACC requirement on release. -2005-03-02 17:29 Sandro Santilli <strk@keybit.net> +2005-03-02 17:29 Sandro Santilli <strk@kbt.io> * [r1461] make_dist.sh: Commented out parser generation... requires PGSQL source :( -2005-03-02 17:26 Sandro Santilli <strk@keybit.net> +2005-03-02 17:26 Sandro Santilli <strk@kbt.io> * [r1460] make_dist.sh: Added parser generation. -2005-03-02 17:04 Sandro Santilli <strk@keybit.net> +2005-03-02 17:04 Sandro Santilli <strk@kbt.io> * [r1459] CHANGES: added FLEX & YACC fix @@ -61646,28 +65708,28 @@ jdbc2/src/org/postgis/Polygon.java: Code cleanups, Makefile improvements. -2005-03-01 13:22 Sandro Santilli <strk@keybit.net> +2005-03-01 13:22 Sandro Santilli <strk@kbt.io> * [r1456] lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/test.c: Renamed lwgeom_to_wkt to lwgeom_to_ewkt, as it doesn't strip out non-ogc extensions. -2005-03-01 13:20 Sandro Santilli <strk@keybit.net> +2005-03-01 13:20 Sandro Santilli <strk@kbt.io> * [r1455] regress/regress_ogc_expected: Corrected expected results. -2005-03-01 11:41 Sandro Santilli <strk@keybit.net> +2005-03-01 11:41 Sandro Santilli <strk@kbt.io> * [r1454] regress/regress_ogc.sql, regress/regress_ogc_expected, regress/run_ogc_regress: Added GEOS/JTS provided functions test -2005-03-01 08:43 Sandro Santilli <strk@keybit.net> +2005-03-01 08:43 Sandro Santilli <strk@kbt.io> * [r1453] lwgeom/Makefile: Fixed install-lwgeom-scripts rule as suggested by Rhys Ickeringill. -2005-03-01 08:40 Sandro Santilli <strk@keybit.net> +2005-03-01 08:40 Sandro Santilli <strk@kbt.io> * [r1452] Makefile.config: FLEX and YACC variables set after PGSQL/Makefile.global has been sourced @@ -61689,31 +65751,31 @@ serialVersionUID for jdk1.5 correctly setType(), needed for jdbc 8.0+ -2005-02-25 13:44 Sandro Santilli <strk@keybit.net> +2005-02-25 13:44 Sandro Santilli <strk@kbt.io> * [r1448] CHANGES: Added geom_accum and SnapToGrid bug fixes -2005-02-25 13:42 Sandro Santilli <strk@keybit.net> +2005-02-25 13:42 Sandro Santilli <strk@kbt.io> * [r1447] lwgeom/lwgeom_functions_analytic.c: SnapToGrid: Fixed minor bug in consistency check. -2005-02-25 13:28 Sandro Santilli <strk@keybit.net> +2005-02-25 13:28 Sandro Santilli <strk@kbt.io> * [r1446] lwgeom/lwgeom_functions_basic.c: Fixed a bugus free() in LWGEOM_accum. -2005-02-25 09:34 Sandro Santilli <strk@keybit.net> +2005-02-25 09:34 Sandro Santilli <strk@kbt.io> * [r1445] CHANGES: added force_collection early return -2005-02-25 09:31 Sandro Santilli <strk@keybit.net> +2005-02-25 09:31 Sandro Santilli <strk@kbt.io> * [r1444] lwgeom/lwgeom_functions_basic.c: Added early return from force_collection when input is already a collection AND has a bbox cache. Suggested by Ron Majer. -2005-02-25 08:57 Sandro Santilli <strk@keybit.net> +2005-02-25 08:57 Sandro Santilli <strk@kbt.io> * [r1443] lwgeom/liblwgeom.h: Added comment on top of TYPE macros @@ -61735,21 +65797,21 @@ * [r1440] jdbc2/src/examples/TestParser.java: Additional regression tests for EWKT and EWKB on PostGIS 1.X -2005-02-24 08:36 Sandro Santilli <strk@keybit.net> +2005-02-24 08:36 Sandro Santilli <strk@kbt.io> * [r1438] lwgeom/lwgeom_inout.c: Added missing prototype -2005-02-24 08:32 Sandro Santilli <strk@keybit.net> +2005-02-24 08:32 Sandro Santilli <strk@kbt.io> * [r1437] lwgeom/lwgeom_ogc.c: Fixed bug in StartPoint and EndPoint functions. -2005-02-24 08:10 Sandro Santilli <strk@keybit.net> +2005-02-24 08:10 Sandro Santilli <strk@kbt.io> * [r1436] lwgeom/Makefile: lib version changed to 1.0.0RC3, scripts version to 0.2.0. -2005-02-24 08:08 Sandro Santilli <strk@keybit.net> +2005-02-24 08:08 Sandro Santilli <strk@kbt.io> * [r1435] CHANGES: Added spatial_ref_sys change and version/release @@ -61768,20 +65830,20 @@ * [r1432] jdbc2/src/org/postgis/DriverWrapper.java: Fixed jikes compiler warning, using super. for static methods is suboptimal. -2005-02-23 09:59 Sandro Santilli <strk@keybit.net> +2005-02-23 09:59 Sandro Santilli <strk@kbt.io> * [r1431] CHANGES: GeometryFromText() bug fix -2005-02-23 09:58 Sandro Santilli <strk@keybit.net> +2005-02-23 09:58 Sandro Santilli <strk@kbt.io> * [r1430] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_ogc.c: Fixed GeometryFromText() to add a bbox cache FOR_COMPLEX_GEOMS -2005-02-23 09:44 Sandro Santilli <strk@keybit.net> +2005-02-23 09:44 Sandro Santilli <strk@kbt.io> * [r1429] CHANGES: Added bool::text cast -2005-02-23 09:00 Sandro Santilli <strk@keybit.net> +2005-02-23 09:00 Sandro Santilli <strk@kbt.io> * [r1428] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added bool::text cast. @@ -61821,25 +65883,25 @@ * [r1423] jdbc/Makefile: Patches from Alex Bodnaru (debian maintainer) -2005-02-22 12:12 Sandro Santilli <strk@keybit.net> +2005-02-22 12:12 Sandro Santilli <strk@kbt.io> * [r1422] CHANGES: Added not about early memory release -2005-02-22 10:10 Sandro Santilli <strk@keybit.net> +2005-02-22 10:10 Sandro Santilli <strk@kbt.io> * [r1421] lwgeom/lwgeom_geos.c: Early release of DETOASTED geoms. -2005-02-22 09:59 Sandro Santilli <strk@keybit.net> +2005-02-22 09:59 Sandro Santilli <strk@kbt.io> * [r1420] examples/ogc_test_suite/README: Fixed path to lwpostgis.sql script -2005-02-22 09:55 Sandro Santilli <strk@keybit.net> +2005-02-22 09:55 Sandro Santilli <strk@kbt.io> * [r1419] lwgeom/lwgeom_ogc.c: Early release of DETOASTED or deserialized geometries, to reduce memory usage -2005-02-22 09:39 Sandro Santilli <strk@keybit.net> +2005-02-22 09:39 Sandro Santilli <strk@kbt.io> * [r1418] lwgeom/lwgeom_functions_basic.c: Forced cleanup of DETOASTED and deserialized geometries for better memory @@ -61862,12 +65924,12 @@ jdbc2/src/org/postgis/Polygon.java, jdbc2/todo.txt: *** empty log message *** -2005-02-21 16:22 Sandro Santilli <strk@keybit.net> +2005-02-21 16:22 Sandro Santilli <strk@kbt.io> * [r1416] lwgeom/lwgeom_estimate.c: Changed min() max() usage with LW_MIN() LW_MAX() -2005-02-21 16:16 Sandro Santilli <strk@keybit.net> +2005-02-21 16:16 Sandro Santilli <strk@kbt.io> * [r1415] lwgeom/lwgeom.c, lwgeom/lwgparse.c, lwgeom/wktparse.h, lwgeom/wktunparse.c: Changed byte to uchar to avoid clashes with @@ -61918,21 +65980,21 @@ jdbc2/jtssrc/org/postgis/jts/JtsWrapper.java: Added beta support for JTS classes -2005-02-18 08:43 Sandro Santilli <strk@keybit.net> +2005-02-18 08:43 Sandro Santilli <strk@kbt.io> * [r1408] CHANGES: added memory leak fix -2005-02-18 08:42 Sandro Santilli <strk@keybit.net> +2005-02-18 08:42 Sandro Santilli <strk@kbt.io> * [r1407] lwgeom/lwgeom_geos.c: Removed memory leak in geos2postgis polygon conversion. -2005-02-17 16:09 Sandro Santilli <strk@keybit.net> +2005-02-17 16:09 Sandro Santilli <strk@kbt.io> * [r1406] lwgeom/lwpostgis.sql.in: Improved transform() errors verbosity. -2005-02-17 15:54 Sandro Santilli <strk@keybit.net> +2005-02-17 15:54 Sandro Santilli <strk@kbt.io> * [r1405] lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c, @@ -61947,7 +66009,7 @@ * [r1403] jdbc2/Makefile: fixed postgis_debug.jar -2005-02-17 15:39 Sandro Santilli <strk@keybit.net> +2005-02-17 15:39 Sandro Santilli <strk@kbt.io> * [r1402] lwgeom/measures.c: Fixed some introduced misorderings of func declaration/body. @@ -61962,7 +66024,7 @@ dependency management for jars, additional targets for debian, more comments. -2005-02-17 09:19 Sandro Santilli <strk@keybit.net> +2005-02-17 09:19 Sandro Santilli <strk@kbt.io> * [r1399] lwgeom/lwgeom_api.c: Fixed a bug in pointArray_construct() copying input points instead @@ -61970,16 +66032,16 @@ RC2 was released. -2005-02-17 08:36 Sandro Santilli <strk@keybit.net> +2005-02-17 08:36 Sandro Santilli <strk@kbt.io> * [r1398] utils/postgis_restore.pl: Added wkb_recv and wkb_send obsoleted functions handling -2005-02-14 20:49 Sandro Santilli <strk@keybit.net> +2005-02-14 20:49 Sandro Santilli <strk@kbt.io> * [r1397] CHANGES: Added force_collection() bug fix -2005-02-14 20:45 Sandro Santilli <strk@keybit.net> +2005-02-14 20:45 Sandro Santilli <strk@kbt.io> * [r1396] lwgeom/lwgeom_functions_basic.c: Fixed bug in force_collection() leaving spurious bbox cache and SRID info @@ -61996,11 +66058,11 @@ Now compiles against 7.2 with some magic trickery instead of patching. -2005-02-10 17:56 Sandro Santilli <strk@keybit.net> +2005-02-10 17:56 Sandro Santilli <strk@kbt.io> * [r1394] CHANGES: added memory alignment handling -2005-02-10 17:41 Sandro Santilli <strk@keybit.net> +2005-02-10 17:41 Sandro Santilli <strk@kbt.io> * [r1393] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_functions_analytic.c, @@ -62017,16 +66079,16 @@ alignment constraints which might be the cause of recent crash bug reports. -2005-02-10 17:38 Sandro Santilli <strk@keybit.net> +2005-02-10 17:38 Sandro Santilli <strk@kbt.io> * [r1392] regress/regress.sql, regress/regress_expected: Added a couple of distance() tests. -2005-02-10 16:34 Sandro Santilli <strk@keybit.net> +2005-02-10 16:34 Sandro Santilli <strk@kbt.io> * [r1391] loader/Makefile: Added -Wall to CFLAGS -2005-02-10 10:52 Sandro Santilli <strk@keybit.net> +2005-02-10 10:52 Sandro Santilli <strk@kbt.io> * [r1390] lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom_chip.c, @@ -62038,7 +66100,7 @@ typedef) wherever octet is actually meant to be. -2005-02-10 10:03 Sandro Santilli <strk@keybit.net> +2005-02-10 10:03 Sandro Santilli <strk@kbt.io> * [r1389] regress/regress.sql, regress/regress_expected: Added X(), Y() and Z() tests. @@ -62049,17 +66111,17 @@ driverconfig.properties to reflect what jdbc actually does. -2005-02-09 11:55 Sandro Santilli <strk@keybit.net> +2005-02-09 11:55 Sandro Santilli <strk@kbt.io> * [r1387] CHANGES: documentation update item -2005-02-09 11:53 Sandro Santilli <strk@keybit.net> +2005-02-09 11:53 Sandro Santilli <strk@kbt.io> * [r1386] doc/postgis.xml: Removed PGSQL7.1 references, clearly stated support starting from 72. Renamed all postgis.sql refs to lwpostgis.sql. -2005-02-09 11:48 Sandro Santilli <strk@keybit.net> +2005-02-09 11:48 Sandro Santilli <strk@kbt.io> * [r1385] lwgeom/lwgeom_inout.c: fixed debugging output @@ -62083,32 +66145,32 @@ features to allow jdbc2 to be build with older jdk releases (tested with 1.3) -2005-02-08 08:17 Sandro Santilli <strk@keybit.net> +2005-02-08 08:17 Sandro Santilli <strk@kbt.io> * [r1381] spatial_ref_sys.sql: Reduced scope of VACUUM ANALYZE call to the sole spatial_ref_sys table as suggested by Kevin Neufeld -2005-02-08 07:59 Sandro Santilli <strk@keybit.net> +2005-02-08 07:59 Sandro Santilli <strk@kbt.io> * [r1380] CHANGES: updated -2005-02-08 07:59 Sandro Santilli <strk@keybit.net> +2005-02-08 07:59 Sandro Santilli <strk@kbt.io> * [r1379] lwgeom/lwpostgis.sql.in: Fixed probe_geometry_columns to work with PG72 (pg_constraint was pg_relcheck) -2005-02-08 07:37 Sandro Santilli <strk@keybit.net> +2005-02-08 07:37 Sandro Santilli <strk@kbt.io> * [r1378] lwgeom/lwpostgis.sql.in: Fixed probe_geometry_columns so to work on spatial tables with multiple geometry columns. -2005-02-07 14:06 Sandro Santilli <strk@keybit.net> +2005-02-07 14:06 Sandro Santilli <strk@kbt.io> * [r1377] CHANGES: updated -2005-02-07 14:02 Sandro Santilli <strk@keybit.net> +2005-02-07 14:02 Sandro Santilli <strk@kbt.io> * [r1376] lwgeom/lwpostgis.sql.in: Fixed broken 72 index bindings. @@ -62116,7 +66178,7 @@ * [r1375] CHANGES: Fixed pgjdbc 8.0 autoregistration. -2005-02-07 13:21 Sandro Santilli <strk@keybit.net> +2005-02-07 13:21 Sandro Santilli <strk@kbt.io> * [r1374] lwgeom/liblwgeom.c, lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, @@ -62130,20 +66192,20 @@ lwgeom/wktunparse.c: Replaced DEBUG* macros with PGIS_DEBUG*, to avoid clashes with postgresql DEBUG -2005-02-07 12:56 Sandro Santilli <strk@keybit.net> +2005-02-07 12:56 Sandro Santilli <strk@kbt.io> * [r1373] CHANGES: updated CHANGES -2005-02-07 12:56 Sandro Santilli <strk@keybit.net> +2005-02-07 12:56 Sandro Santilli <strk@kbt.io> * [r1372] lwgeom/Makefile: More portable date command for BUILDDATE extraction -2005-02-07 12:32 Sandro Santilli <strk@keybit.net> +2005-02-07 12:32 Sandro Santilli <strk@kbt.io> * [r1371] CHANGES: updated with next release changes -2005-02-07 12:31 Sandro Santilli <strk@keybit.net> +2005-02-07 12:31 Sandro Santilli <strk@kbt.io> * [r1370] CHANGES: updated @@ -62170,15 +66232,15 @@ * [r1366] doc/postgis.xml: Fixed literal && inside the text, replaced with & -2005-02-04 14:20 Sandro Santilli <strk@keybit.net> +2005-02-04 14:20 Sandro Santilli <strk@kbt.io> * [r1365] jdbc2/COPYING_LGPL: missing license -2005-02-04 10:20 Sandro Santilli <strk@keybit.net> +2005-02-04 10:20 Sandro Santilli <strk@kbt.io> * [r1364] doc/postgis.xml: Added Performance Tips chapter -2005-02-04 09:05 Sandro Santilli <strk@keybit.net> +2005-02-04 09:05 Sandro Santilli <strk@kbt.io> * [r1363] jdbc2/Makefile, jdbc2/README, jdbc2/build.xml, jdbc2/src/examples/Test.java, jdbc2/src/examples/TestBoxes.java, @@ -62205,47 +66267,47 @@ jdbc2/src/org/postgis/binary/ValueGetter.java: Applied Markus Shaber licensing patches. -2005-02-01 16:53 Sandro Santilli <strk@keybit.net> +2005-02-01 16:53 Sandro Santilli <strk@kbt.io> * [r1362] lwgeom/lwpostgis.sql.in: Changed performance-sensible functions from STABLE to IMMUTABLE -2005-02-01 15:26 Sandro Santilli <strk@keybit.net> +2005-02-01 15:26 Sandro Santilli <strk@kbt.io> * [r1361] jdbc2/src/org/postgis/DriverWrapper.java: Another small patch from Markus -2005-01-31 22:15 Sandro Santilli <strk@keybit.net> +2005-01-31 22:15 Sandro Santilli <strk@kbt.io> * [r1360] loader/pgsql2shp.c, loader/shp2pgsql.c: Added maintainer notice, to reduce Jeff-strk mail bounces -2005-01-31 17:17 Sandro Santilli <strk@keybit.net> +2005-01-31 17:17 Sandro Santilli <strk@kbt.io> * [r1359] ., .cvsignore, jdbc2/src/org/postgis/DriverWrapper.java, jdbc2/src/org/postgis/PGgeometry.java: Applied Markus Shaber patches. -2005-01-31 12:32 Sandro Santilli <strk@keybit.net> +2005-01-31 12:32 Sandro Santilli <strk@kbt.io> * [r1358] jdbc2/README: Markus Shaber version. -2005-01-31 09:24 Sandro Santilli <strk@keybit.net> +2005-01-31 09:24 Sandro Santilli <strk@kbt.io> * [r1357] lwgeom/lwgeom_box2dfloat4.c: Used default float precision in BOX2D output -2005-01-31 09:01 Sandro Santilli <strk@keybit.net> +2005-01-31 09:01 Sandro Santilli <strk@kbt.io> * [r1356] lwgeom/lwpostgis.sql.in: More error handlings in transform(geom, int) -2005-01-30 09:48 Sandro Santilli <strk@keybit.net> +2005-01-30 09:48 Sandro Santilli <strk@kbt.io> * [r1355] jdbc2/src/org/postgis/PGbox.java: replaced by PGbox2d.java -2005-01-30 09:46 Sandro Santilli <strk@keybit.net> +2005-01-30 09:46 Sandro Santilli <strk@kbt.io> * [r1354] jdbc2/Makefile, jdbc2/src/examples/TestBoxes.java, jdbc2/src/org/postgis/DriverWrapper.java, @@ -62254,13 +66316,13 @@ jdbc2/src/org/postgis/PGboxbase.java: Added BOX2D and BOX3D support and tests, by Markus Shaber. -2005-01-30 09:12 Sandro Santilli <strk@keybit.net> +2005-01-30 09:12 Sandro Santilli <strk@kbt.io> * [r1353] lwgeom/lwgeom_transform.c: Made unparsable proj strings error more verbose and removed a typo in transform_geom(). -2005-01-28 16:10 Sandro Santilli <strk@keybit.net> +2005-01-28 16:10 Sandro Santilli <strk@kbt.io> * [r1352] configure.in: Changed --with-geos arg to express GEOS_DIR (is more intuitive). @@ -62268,147 +66330,147 @@ and --with-proj. Made configure show used variables values on path checks. -2005-01-28 15:40 Sandro Santilli <strk@keybit.net> +2005-01-28 15:40 Sandro Santilli <strk@kbt.io> * [r1351] doc/Makefile: LAST_RELEASE_VERSION bumped to 1.0.0 -2005-01-28 14:50 Sandro Santilli <strk@keybit.net> +2005-01-28 14:50 Sandro Santilli <strk@kbt.io> * [r1350] jdbc2/src/org/postgis/Point.java, jdbc2/src/org/postgis/binary/ValueGetter.java, jdbc2/todo.txt: Applied small patches from Markus Shaber -2005-01-27 18:06 Sandro Santilli <strk@keybit.net> +2005-01-27 18:06 Sandro Santilli <strk@kbt.io> * [r1349] lwgeom/lwgeom_transform.c: Fixed a bug in transform() missing to update SRID in output -2005-01-27 11:17 Sandro Santilli <strk@keybit.net> +2005-01-27 11:17 Sandro Santilli <strk@kbt.io> * [r1348] doc/postgis.xml: Fixed FAQ to use the schema version of AddGeometryColumn (generated confusion for 0.7.5 users) -2005-01-26 08:35 Sandro Santilli <strk@keybit.net> +2005-01-26 08:35 Sandro Santilli <strk@kbt.io> * [r1346] lwgeom/Makefile: Version bumped to 1.0.0RC2 -2005-01-26 08:34 Sandro Santilli <strk@keybit.net> +2005-01-26 08:34 Sandro Santilli <strk@kbt.io> * [r1345] CHANGES: Added 1.0.0RC2 section -2005-01-26 08:18 Sandro Santilli <strk@keybit.net> +2005-01-26 08:18 Sandro Santilli <strk@kbt.io> * [r1344] configure.in: Added an --enable-autoconf switch to make sure users will known about the untested nature of the ./configure script. -2005-01-25 13:52 Sandro Santilli <strk@keybit.net> +2005-01-25 13:52 Sandro Santilli <strk@kbt.io> * [r1343] Makefile.config.in: Removed ?= construct in FLEX/YACC rules -2005-01-25 11:29 Sandro Santilli <strk@keybit.net> +2005-01-25 11:29 Sandro Santilli <strk@kbt.io> * [r1342] lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Made all *FromText() accept only WKT <text>, no more cheating. -2005-01-25 09:47 Sandro Santilli <strk@keybit.net> +2005-01-25 09:47 Sandro Santilli <strk@kbt.io> * [r1341] lwgeom/lwgeom_transform.c: Fixed a bug in transform() missing to update bbox cache -2005-01-25 09:03 Sandro Santilli <strk@keybit.net> +2005-01-25 09:03 Sandro Santilli <strk@kbt.io> * [r1340] lwgeom/lwpostgis.sql.in: Made all OGC TypeFromWKB() functions consistent in taking a bytea -2005-01-25 08:48 Sandro Santilli <strk@keybit.net> +2005-01-25 08:48 Sandro Santilli <strk@kbt.io> * [r1339] make_dist.sh: Added autoconf invokation -2005-01-24 18:11 Sandro Santilli <strk@keybit.net> +2005-01-24 18:11 Sandro Santilli <strk@kbt.io> * [r1338] lwgeom/lwgeom_spheroid.c: Fixed bug in definition of distance_spheroid. -2005-01-24 15:22 Sandro Santilli <strk@keybit.net> +2005-01-24 15:22 Sandro Santilli <strk@kbt.io> * [r1337] Makefile.config.in, configure.in: Added checks for flex and yacc paths. -2005-01-24 15:16 Sandro Santilli <strk@keybit.net> +2005-01-24 15:16 Sandro Santilli <strk@kbt.io> * [r1336] Makefile.config, lwgeom/Makefile: Moved YACC default value set from inner to config Makefile. -2005-01-24 15:14 Sandro Santilli <strk@keybit.net> +2005-01-24 15:14 Sandro Santilli <strk@kbt.io> * [r1335] Makefile.config: Added default value for FLEX -2005-01-24 11:23 Sandro Santilli <strk@keybit.net> +2005-01-24 11:23 Sandro Santilli <strk@kbt.io> * [r1334] Makefile.config.in, configure.in: Removed spaces and '?' signs in Makefile.config.in. Added support for geos-config call in configure. -2005-01-24 11:00 Sandro Santilli <strk@keybit.net> +2005-01-24 11:00 Sandro Santilli <strk@kbt.io> * [r1333] Makefile.config.in, configure.in: Initial autoconf script. -2005-01-19 18:18 Sandro Santilli <strk@keybit.net> +2005-01-19 18:18 Sandro Santilli <strk@kbt.io> * [r1332] jdbc2/regression.txt, jdbc2/src/examples/BitTest.java: removed unused files -2005-01-19 18:15 Sandro Santilli <strk@keybit.net> +2005-01-19 18:15 Sandro Santilli <strk@kbt.io> * [r1331] jdbc2/src/examples/TestParser.java: Added failcount output. -2005-01-19 18:05 Sandro Santilli <strk@keybit.net> +2005-01-19 18:05 Sandro Santilli <strk@kbt.io> * [r1330] jdbc2/Makefile: Fixed ptest rule. -2005-01-19 17:37 Sandro Santilli <strk@keybit.net> +2005-01-19 17:37 Sandro Santilli <strk@kbt.io> * [r1329] jdbc2/Makefile: Quoted -classpath args, added ptest args in make ptest rule -2005-01-19 17:00 Sandro Santilli <strk@keybit.net> +2005-01-19 17:00 Sandro Santilli <strk@kbt.io> * [r1328] jdbc2/Makefile: Added bin/ removal to clean rule -2005-01-19 16:58 Sandro Santilli <strk@keybit.net> +2005-01-19 16:58 Sandro Santilli <strk@kbt.io> * [r1327] jdbc2/Makefile: Changed postgis_debug.jar rule to be portable -2005-01-19 16:55 Sandro Santilli <strk@keybit.net> +2005-01-19 16:55 Sandro Santilli <strk@kbt.io> * [r1326] jdbc2/Makefile: Added command line params to jtest rule -2005-01-19 16:51 Sandro Santilli <strk@keybit.net> +2005-01-19 16:51 Sandro Santilli <strk@kbt.io> * [r1325] jdbc2/src/examples/TestParser.java, jdbc2/src/examples/TestServer.java: Applied Markus patch to accept command line params -2005-01-19 16:49 Sandro Santilli <strk@keybit.net> +2005-01-19 16:49 Sandro Santilli <strk@kbt.io> * [r1324] jdbc2/build.xml: Applied Markus patch -2005-01-19 16:46 Sandro Santilli <strk@keybit.net> +2005-01-19 16:46 Sandro Santilli <strk@kbt.io> * [r1323] jdbc2/Makefile: Changed postgis.jar creation rule to respect postgresql.properties path -2005-01-19 12:30 Sandro Santilli <strk@keybit.net> +2005-01-19 12:30 Sandro Santilli <strk@kbt.io> * [r1322] jdbc2, jdbc2/.cvsignore: Added jar files -2005-01-19 12:27 Sandro Santilli <strk@keybit.net> +2005-01-19 12:27 Sandro Santilli <strk@kbt.io> * [r1321] jdbc2, jdbc2/.cvsignore, jdbc2/Makefile, jdbc2/src/org/postgresql, @@ -62417,24 +66479,24 @@ assignment to be quoted. -2005-01-19 09:53 Sandro Santilli <strk@keybit.net> +2005-01-19 09:53 Sandro Santilli <strk@kbt.io> * [r1320] jdbc2/src/examples/Test.java: Made output more readable -2005-01-19 09:47 Sandro Santilli <strk@keybit.net> +2005-01-19 09:47 Sandro Santilli <strk@kbt.io> * [r1319] jdbc2/Makefile: Changed 'compile' rule to keep track of last compile time and avoid recompilation -2005-01-19 09:38 Sandro Santilli <strk@keybit.net> +2005-01-19 09:38 Sandro Santilli <strk@kbt.io> * [r1318] jdbc2/Makefile: fixed jar call for postgis.jar production -2005-01-19 09:21 Sandro Santilli <strk@keybit.net> +2005-01-19 09:21 Sandro Santilli <strk@kbt.io> * [r1317] jdbc2/Makefile: user env CLASSPATH honoured -2005-01-19 08:54 Sandro Santilli <strk@keybit.net> +2005-01-19 08:54 Sandro Santilli <strk@kbt.io> * [r1316] jdbc2, jdbc2/Makefile, jdbc2/README, jdbc2/build.xml, jdbc2/regression.txt, jdbc2/src, jdbc2/src/examples, @@ -62461,54 +66523,54 @@ jdbc2/src/org/postgis/binary/ValueGetter.java, jdbc2/todo.txt: Imported new jdbc driver source by Markus Schaber -2005-01-18 15:39 Sandro Santilli <strk@keybit.net> +2005-01-18 15:39 Sandro Santilli <strk@kbt.io> * [r1315] lwgeom/lwgeom_api.c: Fixed a bug in pointarray box3d computation. -2005-01-18 13:31 Sandro Santilli <strk@keybit.net> +2005-01-18 13:31 Sandro Santilli <strk@kbt.io> * [r1314] lwgeom/wktparse.y: Reintroduced support for '<anygeom> EMPTY' form, for OGC compliance. -2005-01-18 12:44 Sandro Santilli <strk@keybit.net> +2005-01-18 12:44 Sandro Santilli <strk@kbt.io> * [r1313] lwgeom/lwgeom_geos.c: Handled GEOS Geometry construction errors as FALSE results in isvalid(geom). -2005-01-18 10:09 Sandro Santilli <strk@keybit.net> +2005-01-18 10:09 Sandro Santilli <strk@kbt.io> * [r1312] lwgeom/TODO: updated -2005-01-18 09:32 Sandro Santilli <strk@keybit.net> +2005-01-18 09:32 Sandro Santilli <strk@kbt.io> * [r1311] lwgeom/lwgeom.c, lwgeom/lwgeom_inout.c, lwgeom/wktparse.h, lwgeom/wktunparse.c: Changed unparse_WKB interface to take an output size pointer and an HEXFORM specifier. Reworked code in wktunparse to use function pointers. -2005-01-18 09:30 Sandro Santilli <strk@keybit.net> +2005-01-18 09:30 Sandro Santilli <strk@kbt.io> * [r1310] lwgeom/wktparse.y: Fixed bug introduced supporting GEOMETRYCOLLECTION(EMPTY). Dropped support for all EMPTY goems execept GEOMETRYCOLLECTION. -2005-01-17 12:15 Sandro Santilli <strk@keybit.net> +2005-01-17 12:15 Sandro Santilli <strk@kbt.io> * [r1309] lwgeom/wktparse.y: Added GEOMETRYCOLLECTION(EMPTY) support -2005-01-17 11:44 Sandro Santilli <strk@keybit.net> +2005-01-17 11:44 Sandro Santilli <strk@kbt.io> * [r1308] lwgeom/lwpostgis.sql.in: Used quote_ident() for spatial columns constraints nams, suggested by Bernhard Herzog -2005-01-17 09:21 Sandro Santilli <strk@keybit.net> +2005-01-17 09:21 Sandro Santilli <strk@kbt.io> * [r1307] loader/shp2pgsql.c: Added one more bytes for terminating NULL in utf8 encoder -2005-01-16 16:50 Sandro Santilli <strk@keybit.net> +2005-01-16 16:50 Sandro Santilli <strk@kbt.io> * [r1306] loader/shp2pgsql.c: String escaping algorithm made simpler and more robust. @@ -62516,169 +66578,169 @@ Fixed UTF8 encoder to allocate enough space for 3bytes chars strings. -2005-01-14 16:36 Sandro Santilli <strk@keybit.net> +2005-01-14 16:36 Sandro Santilli <strk@kbt.io> * [r1305] lwgeom/lwpostgis.sql.in: Switched to preprocessor driver CREATEFUNCTION attribute specification -2005-01-13 18:26 Sandro Santilli <strk@keybit.net> +2005-01-13 18:26 Sandro Santilli <strk@kbt.io> * [r1303] lwgeom/lwgeom_estimate.c: estimated_extent() implemented for PG<80 -2005-01-13 17:41 Sandro Santilli <strk@keybit.net> +2005-01-13 17:41 Sandro Santilli <strk@kbt.io> * [r1302] lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in: estimated_extent() prepared for future expansion (support of pre-800 PGSQL) -2005-01-13 13:37 Sandro Santilli <strk@keybit.net> +2005-01-13 13:37 Sandro Santilli <strk@kbt.io> * [r1301] regress/regress_expected: Updated expected error message on !closed polygon rings to match current one. -2005-01-13 13:36 Sandro Santilli <strk@keybit.net> +2005-01-13 13:36 Sandro Santilli <strk@kbt.io> * [r1300] lwgeom/lwgparse.c: Added closed-ring check for polygon geometry inputs. -2005-01-13 10:54 Sandro Santilli <strk@keybit.net> +2005-01-13 10:54 Sandro Santilli <strk@kbt.io> * [r1299] regress/lwgeom_regress.sql: changed asText to asEWKT for lossless conversions -2005-01-13 10:45 Sandro Santilli <strk@keybit.net> +2005-01-13 10:45 Sandro Santilli <strk@kbt.io> * [r1298] regress/regress.sql, regress/regress_expected: Added GEOSexception test -2005-01-13 10:44 Sandro Santilli <strk@keybit.net> +2005-01-13 10:44 Sandro Santilli <strk@kbt.io> * [r1297] regress/regress.sql, regress/regress_expected: Fixed more tests -2005-01-13 10:37 Sandro Santilli <strk@keybit.net> +2005-01-13 10:37 Sandro Santilli <strk@kbt.io> * [r1296] regress/regress.sql: Changed astext() calls with asewkt() to mach expected results. -2005-01-13 09:42 Sandro Santilli <strk@keybit.net> +2005-01-13 09:42 Sandro Santilli <strk@kbt.io> * [r1295] CHANGES, README.postgis, TODO, doc/Makefile, lwgeom/Makefile: Updated 1.0.0 release date and changed version to 1.0.0RC1 -2005-01-13 09:10 Sandro Santilli <strk@keybit.net> +2005-01-13 09:10 Sandro Santilli <strk@kbt.io> * [r1294] lwgeom/README.initial: Removed initial README, replaced with an updated one. -2005-01-13 09:10 Sandro Santilli <strk@keybit.net> +2005-01-13 09:10 Sandro Santilli <strk@kbt.io> * [r1293] lwgeom/README: Added updated README file -2005-01-13 08:48 Sandro Santilli <strk@keybit.net> +2005-01-13 08:48 Sandro Santilli <strk@kbt.io> * [r1292] README.postgis: Added note about utils/postgis_restore.pl -2005-01-13 08:43 Sandro Santilli <strk@keybit.net> +2005-01-13 08:43 Sandro Santilli <strk@kbt.io> * [r1291] CHANGES: Added more New Things -2005-01-13 08:39 Sandro Santilli <strk@keybit.net> +2005-01-13 08:39 Sandro Santilli <strk@kbt.io> * [r1290] doc/postgis.xml: Added release notes chapter -2005-01-12 17:03 Sandro Santilli <strk@keybit.net> +2005-01-12 17:03 Sandro Santilli <strk@kbt.io> * [r1289] Makefile.config, loader/Makefile: added USE_ICONV configuration -2005-01-12 17:03 Sandro Santilli <strk@keybit.net> +2005-01-12 17:03 Sandro Santilli <strk@kbt.io> * [r1288] loader/shp2pgsql.c: Added optional UTF8 output support as suggested by IIDA Tetsushi -2005-01-12 09:38 Sandro Santilli <strk@keybit.net> +2005-01-12 09:38 Sandro Santilli <strk@kbt.io> * [r1287] Makefile.config: Added not for AUTOCACHE_BBOX setting -2005-01-12 09:31 Sandro Santilli <strk@keybit.net> +2005-01-12 09:31 Sandro Santilli <strk@kbt.io> * [r1286] make_dist.sh: don't drop the regress test -2005-01-12 09:23 Sandro Santilli <strk@keybit.net> +2005-01-12 09:23 Sandro Santilli <strk@kbt.io> * [r1285] make_dist.sh: Added a sleep before running make dist -2005-01-12 08:43 Sandro Santilli <strk@keybit.net> +2005-01-12 08:43 Sandro Santilli <strk@kbt.io> * [r1284] lwgeom/lwgeom_functions_basic.c: commented notice in LWGEOM_noop() -2005-01-12 08:30 Sandro Santilli <strk@keybit.net> +2005-01-12 08:30 Sandro Santilli <strk@kbt.io> * [r1283] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c: Changed force_*d(geom) and multi(geom) to support AUTOCACHE_BBOX -2005-01-12 07:37 Sandro Santilli <strk@keybit.net> +2005-01-12 07:37 Sandro Santilli <strk@kbt.io> * [r1282] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c: setSRID() and force_2d() changed to use PG_LWGEOM_construct() entry point, for AUTOCACHE_BBOX support. -2005-01-12 07:27 Sandro Santilli <strk@keybit.net> +2005-01-12 07:27 Sandro Santilli <strk@kbt.io> * [r1281] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c: forceRHR() and reverse() forced to use pglwgeom_serialize() entry point for honouring the AUTOCACHE_BBOX define -2005-01-11 18:05 Sandro Santilli <strk@keybit.net> +2005-01-11 18:05 Sandro Santilli <strk@kbt.io> * [r1280] lwgeom/lwpostgis.sql.in: fixed postgis_gist_joinsel signature for PG72 -2005-01-11 18:04 Sandro Santilli <strk@keybit.net> +2005-01-11 18:04 Sandro Santilli <strk@kbt.io> * [r1279] make_dist.sh: added optional versions specificatoin on command line -2005-01-11 17:56 Sandro Santilli <strk@keybit.net> +2005-01-11 17:56 Sandro Santilli <strk@kbt.io> * [r1278] lwgeom/lwpostgis.sql.in: dropped special pgsql 7.1 handling -2005-01-11 17:46 Sandro Santilli <strk@keybit.net> +2005-01-11 17:46 Sandro Santilli <strk@kbt.io> * [r1277] doc/postgis.xml: added postgis_lib_build_date() and postgis_scripts_build_date() docs -2005-01-11 17:45 Sandro Santilli <strk@keybit.net> +2005-01-11 17:45 Sandro Santilli <strk@kbt.io> * [r1276] lwgeom/Makefile: Changed builddate format to Y-m-D H:M:S -2005-01-11 17:39 Sandro Santilli <strk@keybit.net> +2005-01-11 17:39 Sandro Santilli <strk@kbt.io> * [r1275] lwgeom/Makefile, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added postgis_lib_build_date() and postgis_scripts_build_date() provided by Markus Schaber -2005-01-11 16:54 Sandro Santilli <strk@keybit.net> +2005-01-11 16:54 Sandro Santilli <strk@kbt.io> * [r1274] make_dist.sh: initial revision -2005-01-11 15:40 Sandro Santilli <strk@keybit.net> +2005-01-11 15:40 Sandro Santilli <strk@kbt.io> * [r1273] lwgeom/lwgeom_box2dfloat4.c: Comments cleanup. -2005-01-11 15:10 Sandro Santilli <strk@keybit.net> +2005-01-11 15:10 Sandro Santilli <strk@kbt.io> * [r1272] lwgeom/lwgeom.sql.in: removed obsoleted script -2005-01-11 15:09 Sandro Santilli <strk@keybit.net> +2005-01-11 15:09 Sandro Santilli <strk@kbt.io> * [r1271] lwgeom/lwgeom_gist.c: Added SRID checks for all operators. @@ -62691,7 +66753,7 @@ operators <<|, &<|, |&> and |>> to allow comparisons of bounding box positions in the Y axis -2005-01-11 14:10 Sandro Santilli <strk@keybit.net> +2005-01-11 14:10 Sandro Santilli <strk@kbt.io> * [r1269] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c: Fixed translate() to always use @@ -62699,205 +66761,205 @@ entry points. Cleaned up expand(geom). -2005-01-11 08:33 Sandro Santilli <strk@keybit.net> +2005-01-11 08:33 Sandro Santilli <strk@kbt.io> * [r1268] doc/postgis.xml: removed link from geometry_dump type ref -2005-01-11 08:29 Sandro Santilli <strk@keybit.net> +2005-01-11 08:29 Sandro Santilli <strk@kbt.io> * [r1267] lwgeom/Makefile: Dropped inherithed rule for static lib build (liblwgeom.a), added a 'tsort' rule to check xdeps status. -2005-01-11 08:12 Sandro Santilli <strk@keybit.net> +2005-01-11 08:12 Sandro Santilli <strk@kbt.io> * [r1266] lwgeom/lwgeom_dump.c: Fixed memory handling bug in dump(geom) -2005-01-10 09:47 Sandro Santilli <strk@keybit.net> +2005-01-10 09:47 Sandro Santilli <strk@kbt.io> * [r1265] lwgeom/lwgparse.c, lwgeom/wktparse.h, lwgeom/wktparse.lex, lwgeom/wktparse.y: Added missing prototypes -2005-01-10 09:28 Sandro Santilli <strk@keybit.net> +2005-01-10 09:28 Sandro Santilli <strk@kbt.io> * [r1264] lwgeom/lwgeom_functions_basic.c: changed size_t printing lines to use %lu and unsigned long cast -2005-01-10 09:27 Sandro Santilli <strk@keybit.net> +2005-01-10 09:27 Sandro Santilli <strk@kbt.io> * [r1263] lwgeom/Makefile, lwgeom/measures.c, lwgeom/misures.c: renamed misures.c to measures.c -2005-01-09 20:28 Sandro Santilli <strk@keybit.net> +2005-01-09 20:28 Sandro Santilli <strk@kbt.io> * [r1262] lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c: size_t usage cleanups. -2005-01-09 18:32 Sandro Santilli <strk@keybit.net> +2005-01-09 18:32 Sandro Santilli <strk@kbt.io> * [r1261] lwgeom/lwgeom_ogc.c: Avoided lwcollection_deserialize call for non collections (was broken). -2005-01-07 18:32 Sandro Santilli <strk@keybit.net> +2005-01-07 18:32 Sandro Santilli <strk@kbt.io> * [r1260] lwgeom/lwpostgis.sql.in: Dropped BOX2D operators. They will rely on cast to geometry. -2005-01-07 16:43 Sandro Santilli <strk@keybit.net> +2005-01-07 16:43 Sandro Santilli <strk@kbt.io> * [r1259] lwgeom/lwgeom_geos.c: Fixed handling of empty collection in GEOS2POSTGIS converter -2005-01-07 14:42 Sandro Santilli <strk@keybit.net> +2005-01-07 14:42 Sandro Santilli <strk@kbt.io> * [r1258] lwgeom/lwgeom_functions_basic.c: Made accum(geometry) compatible with PG73. -2005-01-07 14:23 Sandro Santilli <strk@keybit.net> +2005-01-07 14:23 Sandro Santilli <strk@kbt.io> * [r1257] lwgeom/lwgeom_transform.c: removed unused variable -2005-01-07 14:20 Sandro Santilli <strk@keybit.net> +2005-01-07 14:20 Sandro Santilli <strk@kbt.io> * [r1256] lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Added a geometry type OID extractor and caching function. -2005-01-07 12:33 Sandro Santilli <strk@keybit.net> +2005-01-07 12:33 Sandro Santilli <strk@kbt.io> * [r1255] doc/postgis.xml: Added a note about compatibility of Dump(geometry) -2005-01-07 12:28 Sandro Santilli <strk@keybit.net> +2005-01-07 12:28 Sandro Santilli <strk@kbt.io> * [r1254] lwgeom/lwgeom_functions_basic.c: made accum(geom) compatible with PG72 -2005-01-07 12:24 Sandro Santilli <strk@keybit.net> +2005-01-07 12:24 Sandro Santilli <strk@kbt.io> * [r1253] lwgeom/lwgeom_dump.c, lwgeom/lwpostgis.sql.in: dropped dump(geometry) for PGSQL<73 builds -2005-01-07 12:09 Sandro Santilli <strk@keybit.net> +2005-01-07 12:09 Sandro Santilli <strk@kbt.io> * [r1252] lwgeom/lwgeom_functions_basic.c: fixed var declaration misplacement -2005-01-07 12:00 Sandro Santilli <strk@keybit.net> +2005-01-07 12:00 Sandro Santilli <strk@kbt.io> * [r1251] lwgeom/lwgeom_inout.c: make LWGEOM_{to,from}_bytea available to all pgsql versions -2005-01-07 11:57 Sandro Santilli <strk@keybit.net> +2005-01-07 11:57 Sandro Santilli <strk@kbt.io> * [r1250] lwgeom/lwpostgis.sql.in: fixed typo in symdifference function definition -2005-01-07 11:55 Sandro Santilli <strk@keybit.net> +2005-01-07 11:55 Sandro Santilli <strk@kbt.io> * [r1249] lwgeom/lwpostgis.sql.in: fixed postgis_gist_joinsel definition for PG73 -2005-01-07 11:50 Sandro Santilli <strk@keybit.net> +2005-01-07 11:50 Sandro Santilli <strk@kbt.io> * [r1248] lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h, lwgeom/pgsql_compat.h: Moved pgsql compatibility code into pgsql_compat.h -2005-01-07 10:26 Sandro Santilli <strk@keybit.net> +2005-01-07 10:26 Sandro Santilli <strk@kbt.io> * [r1247] lwgeom/lwgeom_functions_analytic.c: variable declaration cleanups. -2005-01-07 10:25 Sandro Santilli <strk@keybit.net> +2005-01-07 10:25 Sandro Santilli <strk@kbt.io> * [r1246] lwgeom/lwgeom_ogc.c: Added WARNING define for pgsql<73 -2005-01-07 10:13 Sandro Santilli <strk@keybit.net> +2005-01-07 10:13 Sandro Santilli <strk@kbt.io> * [r1245] lwgeom/lwgparse.c: fixed misplaced declaration after body start -2005-01-07 10:10 Sandro Santilli <strk@keybit.net> +2005-01-07 10:10 Sandro Santilli <strk@kbt.io> * [r1244] lwgeom/Makefile, lwgeom/lwpostgis.sql.in: Dump(geometry) enabled by default. -2005-01-07 10:06 Sandro Santilli <strk@keybit.net> +2005-01-07 10:06 Sandro Santilli <strk@kbt.io> * [r1243] doc/postgis.xml: Added Dump(geometry) doc -2005-01-07 10:04 Sandro Santilli <strk@keybit.net> +2005-01-07 10:04 Sandro Santilli <strk@kbt.io> * [r1242] lwgeom/lwgeom_dump.c: cleanup -2005-01-07 09:56 Sandro Santilli <strk@keybit.net> +2005-01-07 09:56 Sandro Santilli <strk@kbt.io> * [r1241] lwgeom/lwcollection.c: fixed typo in error message -2005-01-07 09:56 Sandro Santilli <strk@keybit.net> +2005-01-07 09:56 Sandro Santilli <strk@kbt.io> * [r1240] lwgeom/lwcollection.c: fixed typo in error message -2005-01-07 09:52 Sandro Santilli <strk@keybit.net> +2005-01-07 09:52 Sandro Santilli <strk@kbt.io> * [r1239] lwgeom/lwgeom_estimate.c: JOINSEL disabled for builds against pgsql<80 -2005-01-07 00:58 Sandro Santilli <strk@keybit.net> +2005-01-07 00:58 Sandro Santilli <strk@kbt.io> * [r1238] lwgeom/lwgeom_dump.c: Initial import -2005-01-06 15:45 Sandro Santilli <strk@keybit.net> +2005-01-06 15:45 Sandro Santilli <strk@kbt.io> * [r1237] doc/postgis.xml: Added MakePolygon documentation -2005-01-06 15:34 Sandro Santilli <strk@keybit.net> +2005-01-06 15:34 Sandro Santilli <strk@kbt.io> * [r1236] doc/postgis.xml: Added not about possible lost of simplicity() using SnapToGrid(), added links to the function from there and simplify() -2005-01-06 15:29 Sandro Santilli <strk@keybit.net> +2005-01-06 15:29 Sandro Santilli <strk@kbt.io> * [r1235] doc/postgis.xml, lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in: Renamed Apply_Grid to SnapToGrid, documented behaviour of collapsed geoms. -2005-01-06 13:46 Sandro Santilli <strk@keybit.net> +2005-01-06 13:46 Sandro Santilli <strk@kbt.io> * [r1234] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added makepolygon(geometry, geometry[]) -2005-01-06 13:45 Sandro Santilli <strk@keybit.net> +2005-01-06 13:45 Sandro Santilli <strk@kbt.io> * [r1233] lwgeom/liblwgeom.h: forward declarations for lwpoly_from_lwlines(), ptarray_clone() and ptarray_isclosed2d() -2005-01-06 13:45 Sandro Santilli <strk@keybit.net> +2005-01-06 13:45 Sandro Santilli <strk@kbt.io> * [r1232] lwgeom/lwpoly.c: Added lwpoly_from_lwlines() -2005-01-06 13:44 Sandro Santilli <strk@keybit.net> +2005-01-06 13:44 Sandro Santilli <strk@kbt.io> * [r1231] lwgeom/ptarray.c: Added ptarray_clone() and ptarray_isclosed2d() -2005-01-06 09:38 Sandro Santilli <strk@keybit.net> +2005-01-06 09:38 Sandro Santilli <strk@kbt.io> * [r1230] doc/postgis.xml: Added accum(geom) documentation -2005-01-06 09:36 Sandro Santilli <strk@keybit.net> +2005-01-06 09:36 Sandro Santilli <strk@kbt.io> * [r1229] lwgeom/lwpostgis.sql.in: Added accom(geom) aggregate -2005-01-06 09:08 Sandro Santilli <strk@keybit.net> +2005-01-06 09:08 Sandro Santilli <strk@kbt.io> * [r1228] doc/postgis.xml, lwgeom/lwpostgis.sql.in: Added apply_grid wrappers. -2005-01-06 08:51 Sandro Santilli <strk@keybit.net> +2005-01-06 08:51 Sandro Santilli <strk@kbt.io> * [r1227] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_transform.c: Modified transform() to always use PG_LWGEOM_construct entry @@ -62908,40 +66970,40 @@ * [r1226] doc/postgis.xml: Fix spelling error -2005-01-05 22:52 Sandro Santilli <strk@keybit.net> +2005-01-05 22:52 Sandro Santilli <strk@kbt.io> * [r1225] doc/postgis.xml: updated Polygonize doc -2005-01-05 22:48 Sandro Santilli <strk@keybit.net> +2005-01-05 22:48 Sandro Santilli <strk@kbt.io> * [r1224] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_transform.c: Had translate compute bbox cache translating input one if present. Cleanups. -2005-01-05 22:11 Sandro Santilli <strk@keybit.net> +2005-01-05 22:11 Sandro Santilli <strk@kbt.io> * [r1223] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_analytic.c: Made apply_grid compute output bbox WHEN_SIMPLE (input bbox is present) -2005-01-05 21:59 Sandro Santilli <strk@keybit.net> +2005-01-05 21:59 Sandro Santilli <strk@kbt.io> * [r1222] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_analytic.c: Simplify reworked to use LWGEOM abstraction (no more flattening of input collection). -2005-01-05 17:08 Sandro Santilli <strk@keybit.net> +2005-01-05 17:08 Sandro Santilli <strk@kbt.io> * [r1221] doc/postgis.xml: Added apply_grid doc -2005-01-05 17:06 Sandro Santilli <strk@keybit.net> +2005-01-05 17:06 Sandro Santilli <strk@kbt.io> * [r1220] lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in: Integrated apply_grid() contributed function. -2005-01-05 12:44 Sandro Santilli <strk@keybit.net> +2005-01-05 12:44 Sandro Santilli <strk@kbt.io> * [r1219] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_btree.c, @@ -62954,12 +67016,12 @@ for AUTOCACHE_BBOX. -2005-01-05 10:06 Sandro Santilli <strk@keybit.net> +2005-01-05 10:06 Sandro Santilli <strk@kbt.io> * [r1218] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_api.c: Added AUTOCACHE_BBOX support in PG_LWGEOM_construct(). -2005-01-05 09:47 Sandro Santilli <strk@keybit.net> +2005-01-05 09:47 Sandro Santilli <strk@kbt.io> * [r1217] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_pg.c: @@ -62969,206 +67031,206 @@ AUTOCACHE_BBOX define. BBOXCACHE_BEHAVIOURS updated. -2005-01-03 17:51 Sandro Santilli <strk@keybit.net> +2005-01-03 17:51 Sandro Santilli <strk@kbt.io> * [r1216] lwgeom/lwgeom_geos_wrapper.cpp: GEOSpolygonize returns GEOMETRYCOLLECTION instead of MULTIPOLYGON -2005-01-03 15:00 Sandro Santilli <strk@keybit.net> +2005-01-03 15:00 Sandro Santilli <strk@kbt.io> * [r1215] lwgeom/lwpostgis.sql.in: iscacheable patch from Carl Anderson -2004-12-31 13:11 Sandro Santilli <strk@keybit.net> +2004-12-31 13:11 Sandro Santilli <strk@kbt.io> * [r1214] doc/postgis.xml: update ExteriorRing doc -2004-12-31 13:10 Sandro Santilli <strk@keybit.net> +2004-12-31 13:10 Sandro Santilli <strk@kbt.io> * [r1213] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_ogc.c: Made ExteriorRing use LWGEOM. -2004-12-31 12:46 Sandro Santilli <strk@keybit.net> +2004-12-31 12:46 Sandro Santilli <strk@kbt.io> * [r1212] doc/postgis.xml: update InteriorRingN doc -2004-12-31 12:44 Sandro Santilli <strk@keybit.net> +2004-12-31 12:44 Sandro Santilli <strk@kbt.io> * [r1211] lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_ogc.c: GeometryN and InteriorRingN changed to use LWGEOM format (and the latter made OGC-strict). -2004-12-31 12:00 Sandro Santilli <strk@keybit.net> +2004-12-31 12:00 Sandro Santilli <strk@kbt.io> * [r1210] lwgeom/BBOXCACHE_BEHAVIOURS: updated -2004-12-31 11:39 Sandro Santilli <strk@keybit.net> +2004-12-31 11:39 Sandro Santilli <strk@kbt.io> * [r1209] lwgeom/lwgeom_functions_basic.c: All output geoms serializzations made using pglwgeom_serialize -2004-12-31 11:31 Sandro Santilli <strk@keybit.net> +2004-12-31 11:31 Sandro Santilli <strk@kbt.io> * [r1208] lwgeom/lwgeom_geos.c: fixed bugs in convexhull, made GEOS2POSTGIS use pglwgeom_serialize -2004-12-31 11:30 Sandro Santilli <strk@keybit.net> +2004-12-31 11:30 Sandro Santilli <strk@kbt.io> * [r1207] lwgeom/lwpoint.c: Fixed a bug in lwpoint_serialize_size -2004-12-31 11:26 Sandro Santilli <strk@keybit.net> +2004-12-31 11:26 Sandro Santilli <strk@kbt.io> * [r1206] lwgeom/lwgeom_pg.c: error messages and VARLENA handling cleanups -2004-12-31 10:47 Sandro Santilli <strk@keybit.net> +2004-12-31 10:47 Sandro Santilli <strk@kbt.io> * [r1205] lwgeom/BBOXCACHE_BEHAVIOURS: initial import -2004-12-31 10:35 Sandro Santilli <strk@keybit.net> +2004-12-31 10:35 Sandro Santilli <strk@kbt.io> * [r1204] lwgeom/lwgeom_geos.c: re-introduced G2P conversion profile for convexhull (was missing from previous patch) -2004-12-31 10:28 Sandro Santilli <strk@keybit.net> +2004-12-31 10:28 Sandro Santilli <strk@kbt.io> * [r1203] lwgeom/lwgeom_geos.c: Made convexhull use input bbox cache if any for output geom. -2004-12-31 09:04 Sandro Santilli <strk@keybit.net> +2004-12-31 09:04 Sandro Santilli <strk@kbt.io> * [r1202] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_inout.c: Varlena handling cleanups -2004-12-30 20:41 Sandro Santilli <strk@keybit.net> +2004-12-30 20:41 Sandro Santilli <strk@kbt.io> * [r1201] lwgeom/TODO: updated -2004-12-30 20:36 Sandro Santilli <strk@keybit.net> +2004-12-30 20:36 Sandro Santilli <strk@kbt.io> * [r1200] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp: Rewrote GEOSCentroid() to pass exception using an input arg, and return NULL for EMPTY geom. -2004-12-30 16:08 Sandro Santilli <strk@keybit.net> +2004-12-30 16:08 Sandro Santilli <strk@kbt.io> * [r1199] lwgeom/lwgeom_inout.c: Made parse_WKT_lwgeom (text::geometry) use AUTOCACHE_BBOX heuristic, stricter use of PG text type -2004-12-30 15:59 Sandro Santilli <strk@keybit.net> +2004-12-30 15:59 Sandro Santilli <strk@kbt.io> * [r1198] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_transform.c: Fixed a bug in translate() and transform() leaving result geometries with the old bounding box cache. -2004-12-30 15:58 Sandro Santilli <strk@keybit.net> +2004-12-30 15:58 Sandro Santilli <strk@kbt.io> * [r1197] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Added compute_serialized_bbox_p() to always recomputed a geometry bounding box -2004-12-30 15:11 Sandro Santilli <strk@keybit.net> +2004-12-30 15:11 Sandro Santilli <strk@kbt.io> * [r1196] lwgeom/lwgeom_functions_basic.c: Had LineFromMultiPoint make use of input SRID -2004-12-30 14:44 Sandro Santilli <strk@keybit.net> +2004-12-30 14:44 Sandro Santilli <strk@kbt.io> * [r1195] Makefile.config, lwgeom/Makefile, lwgeom/lwgeom_inout.c: Added AUTOCACHE_BBOX variable, defaulting to 1. -2004-12-30 13:47 Sandro Santilli <strk@keybit.net> +2004-12-30 13:47 Sandro Santilli <strk@kbt.io> * [r1194] lwgeom/liblwgeom.h, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_inout.c: Introduced bbox caching worth evaluation functions, honoured in LWGEOM_in, LWGEOMFromWKB, and GEOS2POSTGIS. -2004-12-30 13:35 Sandro Santilli <strk@keybit.net> +2004-12-30 13:35 Sandro Santilli <strk@kbt.io> * [r1193] lwgeom/lwgeom_geos_wrapper.cpp: Handled NULL returns from getCentroid making it an EMPTY GEOM -2004-12-30 10:27 Sandro Santilli <strk@keybit.net> +2004-12-30 10:27 Sandro Santilli <strk@kbt.io> * [r1192] lwgeom/lwgeom_geos_wrapper.cpp: Applied Carl Anderson patch for LinearRing support. -2004-12-30 10:27 Sandro Santilli <strk@keybit.net> +2004-12-30 10:27 Sandro Santilli <strk@kbt.io> * [r1191] Makefile.config: USE_GEOS and USE_PROJ defaults switched to NO, and made overridable via environment. -2004-12-30 10:24 Sandro Santilli <strk@keybit.net> +2004-12-30 10:24 Sandro Santilli <strk@kbt.io> * [r1190] lwgeom/Makefile, lwgeom/lwgeom_triggers.c, lwgeom/lwpostgis.sql.in: Added cache_bbox trigger -2004-12-30 10:22 Sandro Santilli <strk@keybit.net> +2004-12-30 10:22 Sandro Santilli <strk@kbt.io> * [r1189] lwgeom/lwgeom_inout.c, lwgeom/lwgeom_pg.h: moved some BBOX procs signatures from lwgeom_inout.c to lwgeom_pg.h -2004-12-30 10:21 Sandro Santilli <strk@keybit.net> +2004-12-30 10:21 Sandro Santilli <strk@kbt.io> * [r1188] lwgeom/lwgeom_functions_basic.c: removed useless memory copies in ndims(geom) -2004-12-30 10:18 Sandro Santilli <strk@keybit.net> +2004-12-30 10:18 Sandro Santilli <strk@kbt.io> * [r1187] doc/ZMSgeoms.txt: initial revision -2004-12-28 09:23 Sandro Santilli <strk@keybit.net> +2004-12-28 09:23 Sandro Santilli <strk@kbt.io> * [r1186] doc/postgis.xml: specified LineString input requirement for StartPoint and LastPoint -2004-12-27 13:34 Sandro Santilli <strk@keybit.net> +2004-12-27 13:34 Sandro Santilli <strk@kbt.io> * [r1185] doc/postgis.xml: Expanded "GIS Objects" chapter adding OGC/PostGIS (E)WKT/B and canonical forms. -2004-12-27 12:50 Sandro Santilli <strk@keybit.net> +2004-12-27 12:50 Sandro Santilli <strk@kbt.io> * [r1184] doc/postgis.xml: Added HasBBOX() item -2004-12-27 09:59 Sandro Santilli <strk@keybit.net> +2004-12-27 09:59 Sandro Santilli <strk@kbt.io> * [r1183] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added bool hasBBOX(geometry). Removed useless input copy in zmflag(geometry). -2004-12-23 14:48 Sandro Santilli <strk@keybit.net> +2004-12-23 14:48 Sandro Santilli <strk@kbt.io> * [r1182] utils/test_joinestimation.pl: Fixed help string, and added a TODO item -2004-12-23 11:02 Sandro Santilli <strk@keybit.net> +2004-12-23 11:02 Sandro Santilli <strk@kbt.io> * [r1181] doc/postgis.xml: Updated <GEOM>FromWKB signatures to take bytea instead of text, Removed non-standard GeometryFromText references and substituted with OGC GeomFromText. -2004-12-23 10:39 Sandro Santilli <strk@keybit.net> +2004-12-23 10:39 Sandro Santilli <strk@kbt.io> * [r1180] doc/postgis.xml: Adjusted some function refereces, added another subsection for Geometry Output functions. -2004-12-22 17:12 Sandro Santilli <strk@keybit.net> +2004-12-22 17:12 Sandro Santilli <strk@kbt.io> * [r1179] lwgeom/lwgeom_estimate.c: Added Mark Cave-Ayland implementation of JOIN selectivity estimator. -2004-12-22 17:02 Sandro Santilli <strk@keybit.net> +2004-12-22 17:02 Sandro Santilli <strk@kbt.io> * [r1178] utils/test_joinestimation.pl: initial revision -2004-12-22 10:32 Sandro Santilli <strk@keybit.net> +2004-12-22 10:32 Sandro Santilli <strk@kbt.io> * [r1177] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: GeomFromWKB() and GeometryFromText() @@ -63177,12 +67239,12 @@ for extended formats. -2004-12-22 10:29 Sandro Santilli <strk@keybit.net> +2004-12-22 10:29 Sandro Santilli <strk@kbt.io> * [r1176] loader/pgsql2shp.c: Drop useless SRID from geometry when downloading EWKB format. -2004-12-21 17:46 Sandro Santilli <strk@keybit.net> +2004-12-21 17:46 Sandro Santilli <strk@kbt.io> * [r1175] doc/postgis.xml, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h, @@ -63190,13 +67252,13 @@ conformant, introduced asEWKT and asEWKB for extended version outputs. -2004-12-21 15:19 Sandro Santilli <strk@keybit.net> +2004-12-21 15:19 Sandro Santilli <strk@kbt.io> * [r1174] lwgeom/lwgeom_inout.c, lwgeom/lwgparse.c, lwgeom/wktunparse.c: Canonical binary reverted back to EWKB, now supporting SRID inclusion. -2004-12-21 15:17 Sandro Santilli <strk@keybit.net> +2004-12-21 15:17 Sandro Santilli <strk@kbt.io> * [r1173] lwgeom/lwgeom_api.c: Made setSRID(geom, -1) actually *remove* srid from LWGEOM. @@ -63207,7 +67269,7 @@ sample boxes were referred as BOXs and not BOX2DFLOAT4. Also increased SDFACTOR to 3.25 -2004-12-21 12:04 Sandro Santilli <strk@keybit.net> +2004-12-21 12:04 Sandro Santilli <strk@kbt.io> * [r1171] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_ogc.c: Updated geom_accum to create *real* geometry @@ -63216,46 +67278,46 @@ dropped CR/LF in lwgeom_functions_basic.c -2004-12-21 11:25 Sandro Santilli <strk@keybit.net> +2004-12-21 11:25 Sandro Santilli <strk@kbt.io> * [r1170] lwgeom/lwline.c: allocation for deserialized lwline made after type checking -2004-12-20 17:49 Sandro Santilli <strk@keybit.net> +2004-12-20 17:49 Sandro Santilli <strk@kbt.io> * [r1169] lwgeom/lwpostgis.sql.in: Added array element delimiter for type geometry -2004-12-20 14:21 Sandro Santilli <strk@keybit.net> +2004-12-20 14:21 Sandro Santilli <strk@kbt.io> * [r1168] lwgeom/lwgeom_ogc.c: SRID is no more skipped from asText output. -2004-12-20 14:11 Sandro Santilli <strk@keybit.net> +2004-12-20 14:11 Sandro Santilli <strk@kbt.io> * [r1167] doc/postgis.xml: Created a new 'Geometry Editors' section. -2004-12-20 14:02 Sandro Santilli <strk@keybit.net> +2004-12-20 14:02 Sandro Santilli <strk@kbt.io> * [r1166] doc/postgis.xml: Added addBBOX() and dropBBOX() documentation. -2004-12-20 14:01 Sandro Santilli <strk@keybit.net> +2004-12-20 14:01 Sandro Santilli <strk@kbt.io> * [r1165] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added dropBBOX(). -2004-12-17 18:00 Sandro Santilli <strk@keybit.net> +2004-12-17 18:00 Sandro Santilli <strk@kbt.io> * [r1164] lwgeom/lwgeom_estimate.c: LWGEOM_gist_joinsel defined for all PG versions -2004-12-17 18:00 Sandro Santilli <strk@keybit.net> +2004-12-17 18:00 Sandro Santilli <strk@kbt.io> * [r1163] lwgeom/Makefile: Fixed call to geos_version.sh -2004-12-17 11:08 Sandro Santilli <strk@keybit.net> +2004-12-17 11:08 Sandro Santilli <strk@kbt.io> * [r1162] lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwgeom_inout.c, lwgeom/lwgparse.c, lwgeom/wktparse.h, @@ -63264,22 +67326,22 @@ Added XDR and NDR defines. Fixed all usage of them. -2004-12-17 11:07 Sandro Santilli <strk@keybit.net> +2004-12-17 11:07 Sandro Santilli <strk@kbt.io> * [r1161] lwgeom/lwgeom_estimate.c: Added missing prototype -2004-12-17 11:06 Sandro Santilli <strk@keybit.net> +2004-12-17 11:06 Sandro Santilli <strk@kbt.io> * [r1160] lwgeom/lwgeom_geos.c: Added GEOSnoop stub for non-geos installations -2004-12-17 10:10 Sandro Santilli <strk@keybit.net> +2004-12-17 10:10 Sandro Santilli <strk@kbt.io> * [r1159] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added canonical binary conversions as bytea<->geometry casts and explicit _send and _recv for PG>73 -2004-12-17 10:10 Sandro Santilli <strk@keybit.net> +2004-12-17 10:10 Sandro Santilli <strk@kbt.io> * [r1158] lwgeom/lwgparse.c, lwgeom/wktparse.h: getMachineEndian exported @@ -63289,104 +67351,104 @@ * [r1157] CHANGES, CREDITS, README.postgis, TODO: Changes in preparation for 1.0.0RC1 -2004-12-16 12:30 Sandro Santilli <strk@keybit.net> +2004-12-16 12:30 Sandro Santilli <strk@kbt.io> * [r1155] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Initial skel for geometry_send canonical binary rep. -2004-12-16 12:07 Sandro Santilli <strk@keybit.net> +2004-12-16 12:07 Sandro Santilli <strk@kbt.io> * [r1154] utils/postgis_restore.pl: pg_restore-800 handling -2004-12-15 13:10 Sandro Santilli <strk@keybit.net> +2004-12-15 13:10 Sandro Santilli <strk@kbt.io> * [r1152] doc/postgis.xml: Added UpdateGeometrySRID documentation -2004-12-15 12:59 Sandro Santilli <strk@keybit.net> +2004-12-15 12:59 Sandro Santilli <strk@kbt.io> * [r1151] lwgeom/lwpostgis.sql.in: Enforced schema use in UpdateGeometrySRID -2004-12-15 12:54 Sandro Santilli <strk@keybit.net> +2004-12-15 12:54 Sandro Santilli <strk@kbt.io> * [r1150] lwgeom/lwpostgis.sql.in: Added UpdateGeometrySRID -2004-12-15 09:46 Sandro Santilli <strk@keybit.net> +2004-12-15 09:46 Sandro Santilli <strk@kbt.io> * [r1149] lwgeom/TODO: updated TODO -2004-12-15 09:43 Sandro Santilli <strk@keybit.net> +2004-12-15 09:43 Sandro Santilli <strk@kbt.io> * [r1148] utils/postgis_restore.pl: Die if target database exists -2004-12-15 08:46 Sandro Santilli <strk@keybit.net> +2004-12-15 08:46 Sandro Santilli <strk@kbt.io> * [r1145] loader/pgsql2shp.c: Fixed memory leaks depending on input size. -2004-12-14 11:41 Sandro Santilli <strk@keybit.net> +2004-12-14 11:41 Sandro Santilli <strk@kbt.io> * [r1144] lwgeom/lwgeom.c: Fixed a bug in lwgeom_dropBBOX() -2004-12-14 11:02 Sandro Santilli <strk@keybit.net> +2004-12-14 11:02 Sandro Santilli <strk@kbt.io> * [r1143] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added geometry::text cast. -2004-12-14 09:47 Sandro Santilli <strk@keybit.net> +2004-12-14 09:47 Sandro Santilli <strk@kbt.io> * [r1142] lwgeom/lwgeom_functions_basic.c: Added SRID check in collect_garray(); -2004-12-14 09:37 Sandro Santilli <strk@keybit.net> +2004-12-14 09:37 Sandro Santilli <strk@kbt.io> * [r1141] lwgeom/lwcollection.c: reduced function calls in lwcollection_serialize_size -2004-12-14 09:29 Sandro Santilli <strk@keybit.net> +2004-12-14 09:29 Sandro Santilli <strk@kbt.io> * [r1140] lwgeom/lwgeom_geos.c: fixed a typo in polygonize function -2004-12-13 14:12 Sandro Santilli <strk@keybit.net> +2004-12-13 14:12 Sandro Santilli <strk@kbt.io> * [r1139] ., .cvsignore: updated -2004-12-13 14:03 Sandro Santilli <strk@keybit.net> +2004-12-13 14:03 Sandro Santilli <strk@kbt.io> * [r1138] lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in: Initial skeleton on join selectivity estimator. Current estimators application for box2d && box2d operator. -2004-12-13 13:04 Sandro Santilli <strk@keybit.net> +2004-12-13 13:04 Sandro Santilli <strk@kbt.io> * [r1137] Makefile, lwgeom/Makefile: lwpostgis.sql copy moved from root to lwgeom/Makefile -2004-12-13 12:56 Sandro Santilli <strk@keybit.net> +2004-12-13 12:56 Sandro Santilli <strk@kbt.io> * [r1136] utils/postgis_restore.pl: Handled more schema specification in 800 pg_restore output. -2004-12-13 12:25 Sandro Santilli <strk@keybit.net> +2004-12-13 12:25 Sandro Santilli <strk@kbt.io> * [r1135] lwgeom/lwgeom_api.c, lwgeom/lwgeom_estimate.c: Removed obsoleted function and fixed some warnings. -2004-12-10 22:20 Sandro Santilli <strk@keybit.net> +2004-12-10 22:20 Sandro Santilli <strk@kbt.io> * [r1131] doc/postgis.xml: Added notice about availability of shorter syntax for estimated_extent() -2004-12-10 22:16 Sandro Santilli <strk@keybit.net> +2004-12-10 22:16 Sandro Santilli <strk@kbt.io> * [r1130] doc/postgis.xml: Added estimated_extent() doc. -2004-12-10 12:35 Sandro Santilli <strk@keybit.net> +2004-12-10 12:35 Sandro Santilli <strk@kbt.io> * [r1129] lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in: implemented estimated_extent() function -2004-12-09 09:42 Sandro Santilli <strk@keybit.net> +2004-12-09 09:42 Sandro Santilli <strk@kbt.io> * [r1128] examples/wkb_reader, examples/wkb_reader/.cvsignore, examples/wkb_reader/Makefile, examples/wkb_reader/printwkb.c, @@ -63394,44 +67456,44 @@ examples/wkb_reader/wkbtest.h: Adjusted to work with new bytea WKB encoding, only supports 2d/3dz. -2004-12-08 14:46 Sandro Santilli <strk@keybit.net> +2004-12-08 14:46 Sandro Santilli <strk@kbt.io> * [r1127] examples/wkb_reader/README: updated -2004-12-05 11:46 Sandro Santilli <strk@keybit.net> +2004-12-05 11:46 Sandro Santilli <strk@kbt.io> * [r1126] examples/ogc_test_suite, examples/ogc_test_suite/.cvsignore, examples/ogc_test_suite/Makefile: Initial revision -2004-12-05 11:45 Sandro Santilli <strk@keybit.net> +2004-12-05 11:45 Sandro Santilli <strk@kbt.io> * [r1125] examples/ogc_test_suite/3_cleanup.sql: commented out drops of unexistant tables -2004-12-05 11:44 Sandro Santilli <strk@keybit.net> +2004-12-05 11:44 Sandro Santilli <strk@kbt.io> * [r1124] examples/ogc_test_suite/1_schema.sql: Changed AddGeometryColumns to not complain about invalid schema -2004-11-29 16:37 Sandro Santilli <strk@keybit.net> +2004-11-29 16:37 Sandro Santilli <strk@kbt.io> * [r1123] lwgeom/misures.c: Fixed a bug in pt_in_ring_2d. -2004-11-29 11:16 Sandro Santilli <strk@keybit.net> +2004-11-29 11:16 Sandro Santilli <strk@kbt.io> * [r1122] lwgeom/Makefile: Commented out useless CFLAGS override. -2004-11-29 11:15 Sandro Santilli <strk@keybit.net> +2004-11-29 11:15 Sandro Santilli <strk@kbt.io> * [r1121] lwgeom/lwgeom_geos.c: Some initializzations to make compiler happy. -2004-11-26 17:08 Sandro Santilli <strk@keybit.net> +2004-11-26 17:08 Sandro Santilli <strk@kbt.io> * [r1120] lwgeom/regress: Removed duplicated tests -2004-11-26 17:06 Sandro Santilli <strk@keybit.net> +2004-11-26 17:06 Sandro Santilli <strk@kbt.io> * [r1119] lwgeom/regress/lwgeom_regress.sql, lwgeom/regress/lwgeom_regress2.sql, @@ -63442,122 +67504,122 @@ regress/run_lwgeom_regress: Moved basic LWGEOM parsing tests in mainstream regress dir. -2004-11-26 16:54 Sandro Santilli <strk@keybit.net> +2004-11-26 16:54 Sandro Santilli <strk@kbt.io> * [r1118] lwgeom/regress/lwgeom_regress.sql, lwgeom/regress/lwgeom_regress_expected, lwgeom/regress/run_regress: First regress test cleaned up. -2004-11-26 16:26 Sandro Santilli <strk@keybit.net> +2004-11-26 16:26 Sandro Santilli <strk@kbt.io> * [r1117] regress/regress_index.sql, regress/regress_index_expected, regress/regress_lots_of_points.sql, regress/run_index_regress, regress/run_regress: Ported index regress test to lwgeom -2004-11-26 15:52 Sandro Santilli <strk@keybit.net> +2004-11-26 15:52 Sandro Santilli <strk@kbt.io> * [r1116] regress/README: Added regressions test notes -2004-11-26 15:50 Sandro Santilli <strk@keybit.net> +2004-11-26 15:50 Sandro Santilli <strk@kbt.io> * [r1115] regress/regress.sql, regress/regress_expected, regress/regress_index_out, regress/regress_out, regress/run_regress: Finished cleanup of main regression test. -2004-11-26 15:06 Sandro Santilli <strk@keybit.net> +2004-11-26 15:06 Sandro Santilli <strk@kbt.io> * [r1114] lwgeom/lwcollection.c: lwcollection_same allows different components ordering to reflect older behaviour. -2004-11-26 14:56 Sandro Santilli <strk@keybit.net> +2004-11-26 14:56 Sandro Santilli <strk@kbt.io> * [r1113] lwgeom/lwcollection.c: Cleanup -2004-11-26 14:55 Sandro Santilli <strk@keybit.net> +2004-11-26 14:55 Sandro Santilli <strk@kbt.io> * [r1112] lwgeom/lwcollection.c: Fixed a bug in lwcollection_same -2004-11-26 13:04 Sandro Santilli <strk@keybit.net> +2004-11-26 13:04 Sandro Santilli <strk@kbt.io> * [r1111] regress/regress.sql, regress/regress_expected, regress/regress_out, regress/run_regress: Initial regress tests adaptation for lwgeom -2004-11-23 16:16 Sandro Santilli <strk@keybit.net> +2004-11-23 16:16 Sandro Santilli <strk@kbt.io> * [r1109] lwgeom/lwgeom_geos.c: POSTGIS2GEOS conversion failures handled cleanier -2004-11-19 17:39 Sandro Santilli <strk@keybit.net> +2004-11-19 17:39 Sandro Santilli <strk@kbt.io> * [r1107] utils/postgis_restore.pl: Massaged to work with pg_dump-7.2 and pg_restore-7.2 -2004-11-19 17:29 Sandro Santilli <strk@keybit.net> +2004-11-19 17:29 Sandro Santilli <strk@kbt.io> * [r1106] lwgeom/lwgeom_gml.c: precision made of type signed int (for %.*d correct use). -2004-11-19 13:48 Sandro Santilli <strk@keybit.net> +2004-11-19 13:48 Sandro Santilli <strk@kbt.io> * [r1105] lwgeom/lwpostgis.sql.in: Added support for PG<73 in gist support functions and modified preprocessor flags to be compatible with older versions. -2004-11-19 13:32 Sandro Santilli <strk@keybit.net> +2004-11-19 13:32 Sandro Santilli <strk@kbt.io> * [r1104] lwgeom/lwpostgis.sql.in: Fixed IN/OUT representation of types to support < 73 PG versions -2004-11-18 18:16 Sandro Santilli <strk@keybit.net> +2004-11-18 18:16 Sandro Santilli <strk@kbt.io> * [r1103] loader/TODO: updated -2004-11-18 18:14 Sandro Santilli <strk@keybit.net> +2004-11-18 18:14 Sandro Santilli <strk@kbt.io> * [r1102] loader/Makefile, loader/PQunescapeBytea.c, loader/compat.h, loader/pgsql2shp.c: Added a copy of the PQunescapeBytea function found in libpq of PG>=73 -2004-11-18 13:47 Sandro Santilli <strk@keybit.net> +2004-11-18 13:47 Sandro Santilli <strk@kbt.io> * [r1101] lwgeom/lwgeom_geos_wrapper.cpp: Substituted isfinite() with finite(). -2004-11-17 15:28 Sandro Santilli <strk@keybit.net> +2004-11-17 15:28 Sandro Santilli <strk@kbt.io> * [r1100] lwgeom/lwgeom_geos_wrapper.cpp: Yet another GEOSHasZ bug fix -2004-11-17 15:18 Sandro Santilli <strk@keybit.net> +2004-11-17 15:18 Sandro Santilli <strk@kbt.io> * [r1099] lwgeom/lwgeom_geos_wrapper.cpp: GEOSHasZ now checks both DoubleNotANumber and isFinite -2004-11-17 09:07 Sandro Santilli <strk@keybit.net> +2004-11-17 09:07 Sandro Santilli <strk@kbt.io> * [r1098] lwgeom/lwgeom_geos_wrapper.cpp: Changes GEOSHasZ to use isfinite() -2004-11-17 07:57 Sandro Santilli <strk@keybit.net> +2004-11-17 07:57 Sandro Santilli <strk@kbt.io> * [r1097] doc/postgis.xml: Fixed a typo in geometry type names. -2004-11-16 13:54 Sandro Santilli <strk@keybit.net> +2004-11-16 13:54 Sandro Santilli <strk@kbt.io> * [r1096] lwgeom/lwgeom_geos.c: SRID checks and enforce for all GEOS operations. Z value handled so to show it only when available. -2004-11-16 13:52 Sandro Santilli <strk@keybit.net> +2004-11-16 13:52 Sandro Santilli <strk@kbt.io> * [r1095] lwgeom/lwgeom_geos_wrapper.cpp: Added GEOSHasZ() and GEOSSetSRID() -2004-11-15 10:51 Sandro Santilli <strk@keybit.net> +2004-11-15 10:51 Sandro Santilli <strk@kbt.io> * [r1094] loader/shp2pgsql.c: Fixed a bug in PIP invocation, added some debugging lines. @@ -63567,12 +67629,12 @@ * [r1093] examples/ogc_test_suite/README: Add information about where test was downloaded from. -2004-11-12 18:13 Sandro Santilli <strk@keybit.net> +2004-11-12 18:13 Sandro Santilli <strk@kbt.io> * [r1092] examples/ogc_test_suite/3_cleanup.sql: Deleted entries in spatial_ref_sys and geometry_columns. -2004-11-12 17:50 Sandro Santilli <strk@keybit.net> +2004-11-12 17:50 Sandro Santilli <strk@kbt.io> * [r1091] lwgeom/lwgeom_ogc.c: Made PointN, InteriorRingN and GeometryN 1-based as required by @@ -63584,139 +67646,139 @@ .sql generation. Under OS/X cpp adds a header with a # comment field to the start of the output file. -2004-11-11 09:42 Sandro Santilli <strk@keybit.net> +2004-11-11 09:42 Sandro Santilli <strk@kbt.io> * [r1089] lwgeom/MISSING_OBJECTS: updated -2004-11-08 11:08 Sandro Santilli <strk@keybit.net> +2004-11-08 11:08 Sandro Santilli <strk@kbt.io> * [r1086] lwgeom/Makefile: Added -fPIC to CFLAGS as suggested by Vincent Schut. -2004-11-05 11:44 Sandro Santilli <strk@keybit.net> +2004-11-05 11:44 Sandro Santilli <strk@kbt.io> * [r1085] lwgeom/TODO: updated -2004-11-05 11:44 Sandro Santilli <strk@keybit.net> +2004-11-05 11:44 Sandro Santilli <strk@kbt.io> * [r1084] lwgeom/lwgeom_geos_wrapper.cpp: Had isvalid raise a NOTICE with invalidity message. -2004-11-05 10:04 Sandro Santilli <strk@keybit.net> +2004-11-05 10:04 Sandro Santilli <strk@kbt.io> * [r1083] lwgeom/TODO: updated -2004-11-05 08:16 Sandro Santilli <strk@keybit.net> +2004-11-05 08:16 Sandro Santilli <strk@kbt.io> * [r1082] doc/postgis.xml, lwgeom/TODO, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added ndims(geometry) function, used in a 3rd constraint set by AddGeometryColumn, documented. -2004-11-04 11:40 Sandro Santilli <strk@keybit.net> +2004-11-04 11:40 Sandro Santilli <strk@kbt.io> * [r1081] lwgeom/liblwgeom.h, lwgeom/lwgeom_estimate.c, lwgeom/misures.c: Renamed max/min/avg macros to LW_MAX, LW_MIN, LW_AVG. -2004-11-04 09:18 Sandro Santilli <strk@keybit.net> +2004-11-04 09:18 Sandro Santilli <strk@kbt.io> * [r1080] Makefile, lwgeom/Makefile, lwgeom/lwpostgis.sql.in, lwpostgis.sql.in: Oops.. my attemt at moving lwpostgis.sql.in one dir up was bogus. -2004-11-04 08:56 Sandro Santilli <strk@keybit.net> +2004-11-04 08:56 Sandro Santilli <strk@kbt.io> * [r1079] Makefile, lwgeom/Makefile, lwgeom/lwpostgis.sql.in, lwpostgis.sql.in: Moved lwpostgis.sql.in and it's build logic up to root directory. -2004-11-02 17:53 Sandro Santilli <strk@keybit.net> +2004-11-02 17:53 Sandro Santilli <strk@kbt.io> * [r1078] lwgeom/liblwgeom.h: Fixed "compat.h" include to be local. -2004-11-02 16:48 Sandro Santilli <strk@keybit.net> +2004-11-02 16:48 Sandro Santilli <strk@kbt.io> * [r1077] lwgeom/Makefile, lwgeom/compat.h, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwgeom_pg.c, lwgeom/vsprintf.c: Added a copy of GNU vsprintf.c file and compiled in. -2004-11-02 15:59 Sandro Santilli <strk@keybit.net> +2004-11-02 15:59 Sandro Santilli <strk@kbt.io> * [r1076] lwgeom/liblwgeom.h: min/max macro made available regardless of MINGW32 define. -2004-11-02 07:50 Sandro Santilli <strk@keybit.net> +2004-11-02 07:50 Sandro Santilli <strk@kbt.io> * [r1074] spatial_ref_sys.sql: Updated as suggested by Frank Warmerdam. -2004-11-02 07:25 Sandro Santilli <strk@keybit.net> +2004-11-02 07:25 Sandro Santilli <strk@kbt.io> * [r1073] lwgeom/lwpostgis.sql.in: Fixed a typo in probe_geometry_columns() reported by Vinko Vrsalovic. -2004-10-29 05:28 Sandro Santilli <strk@keybit.net> +2004-10-29 05:28 Sandro Santilli <strk@kbt.io> * [r1072] lwgeom/TODO: updated -2004-10-29 05:27 Sandro Santilli <strk@keybit.net> +2004-10-29 05:27 Sandro Santilli <strk@kbt.io> * [r1071] lwgeom/lwpostgis.sql.in: Fixed bug in AddGeometryColumn refusing to add 4D geoms. -2004-10-28 16:48 Sandro Santilli <strk@keybit.net> +2004-10-28 16:48 Sandro Santilli <strk@kbt.io> * [r1070] loader/TODO: Initial local TODO -2004-10-28 16:28 Sandro Santilli <strk@keybit.net> +2004-10-28 16:28 Sandro Santilli <strk@kbt.io> * [r1069] lwgeom/stringBuffer.c: header inclusion cleanup -2004-10-28 16:25 Sandro Santilli <strk@keybit.net> +2004-10-28 16:25 Sandro Santilli <strk@kbt.io> * [r1068] lwgeom/lwgeom_inout.c: Fixed bug in debugguing output -2004-10-28 16:24 Sandro Santilli <strk@keybit.net> +2004-10-28 16:24 Sandro Santilli <strk@kbt.io> * [r1067] lwgeom/lwgeom_inout.c: removed LF -2004-10-28 16:23 Sandro Santilli <strk@keybit.net> +2004-10-28 16:23 Sandro Santilli <strk@kbt.io> * [r1066] lwgeom/Makefile, lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwgeom_gml.c: More cleanups. -2004-10-28 16:13 Sandro Santilli <strk@keybit.net> +2004-10-28 16:13 Sandro Santilli <strk@kbt.io> * [r1065] lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_geos.c: cleanups. -2004-10-28 16:10 Sandro Santilli <strk@keybit.net> +2004-10-28 16:10 Sandro Santilli <strk@kbt.io> * [r1064] lwgeom/lwgparse.c: Made data structurs old-compilers-friendly. -2004-10-28 16:10 Sandro Santilli <strk@keybit.net> +2004-10-28 16:10 Sandro Santilli <strk@kbt.io> * [r1063] lwgeom/lwgeom_gml.c: Fixed a bug in LWGEOM_asGML. -2004-10-28 15:40 Sandro Santilli <strk@keybit.net> +2004-10-28 15:40 Sandro Santilli <strk@kbt.io> * [r1062] lwgeom/lwgeom_geos_wrapper.cpp: Fixed geos-based opPolygonize include. -2004-10-28 09:38 Sandro Santilli <strk@keybit.net> +2004-10-28 09:38 Sandro Santilli <strk@kbt.io> * [r1061] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Cleanups. -2004-10-28 09:29 Sandro Santilli <strk@keybit.net> +2004-10-28 09:29 Sandro Santilli <strk@kbt.io> * [r1060] doc/postgis.xml, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added makeline(point, point). Changed LineFromMultiPoint definition. -2004-10-28 09:00 Sandro Santilli <strk@keybit.net> +2004-10-28 09:00 Sandro Santilli <strk@kbt.io> * [r1059] doc/postgis.xml, lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_pg.c, @@ -63724,299 +67786,299 @@ lwgeom/ptarray.c: Added AddPoint(line, point, [position]) and support API functions. -2004-10-28 07:56 Sandro Santilli <strk@keybit.net> +2004-10-28 07:56 Sandro Santilli <strk@kbt.io> * [r1058] doc/postgis.xml, lwgeom/lwpostgis.sql.in: fixed name of line constructor as documentation reports it. LineFromMultiPoint(). -2004-10-28 07:45 Sandro Santilli <strk@keybit.net> +2004-10-28 07:45 Sandro Santilli <strk@kbt.io> * [r1057] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: collect(geometry, geometry) re-introduced. collector() is an alias for collect(). -2004-10-27 15:40 Sandro Santilli <strk@keybit.net> +2004-10-27 15:40 Sandro Santilli <strk@kbt.io> * [r1056] doc/postgis.xml, lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_pg.h, lwgeom/lwpostgis.sql.in: Added MakeBox2D, MakeBox3D implementation and documentation. -2004-10-27 15:19 Sandro Santilli <strk@keybit.net> +2004-10-27 15:19 Sandro Santilli <strk@kbt.io> * [r1055] doc/postgis.xml, lwgeom/lwgeom_geos.c, lwgeom/lwpostgis.sql.in: MakePoly renamed to Polygonize -2004-10-27 15:09 Sandro Santilli <strk@keybit.net> +2004-10-27 15:09 Sandro Santilli <strk@kbt.io> * [r1054] lwgeom/TODO: updated -2004-10-27 14:28 Sandro Santilli <strk@keybit.net> +2004-10-27 14:28 Sandro Santilli <strk@kbt.io> * [r1052] doc/postgis.xml: Added constructors docs and intial organizzation for postgis extension functions. -2004-10-27 13:35 Sandro Santilli <strk@keybit.net> +2004-10-27 13:35 Sandro Santilli <strk@kbt.io> * [r1051] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp: Unset debug define. -2004-10-27 12:30 Sandro Santilli <strk@keybit.net> +2004-10-27 12:30 Sandro Santilli <strk@kbt.io> * [r1049] lwgeom/lwgeom_svg.c: AsSVG returns NULL on GEOMETRY COLLECTION input. -2004-10-27 11:06 Sandro Santilli <strk@keybit.net> +2004-10-27 11:06 Sandro Santilli <strk@kbt.io> * [r1048] lwgeom/TODO: updated -2004-10-27 11:05 Sandro Santilli <strk@keybit.net> +2004-10-27 11:05 Sandro Santilli <strk@kbt.io> * [r1047] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp: Added polygonize interface (makepoly aggregate) -2004-10-27 11:02 Sandro Santilli <strk@keybit.net> +2004-10-27 11:02 Sandro Santilli <strk@kbt.io> * [r1046] lwgeom/lwgeom_estimate.c: Removed another getbox2d() call. -2004-10-27 10:55 Sandro Santilli <strk@keybit.net> +2004-10-27 10:55 Sandro Santilli <strk@kbt.io> * [r1045] lwgeom/lwpostgis.sql.in: Fixed fix_geometry_columns() to leave correctly linked records untouched. -2004-10-26 16:48 Sandro Santilli <strk@keybit.net> +2004-10-26 16:48 Sandro Santilli <strk@kbt.io> * [r1042] geos_version.sh: Bug fix in GEOS version extractor. -2004-10-25 17:07 Sandro Santilli <strk@keybit.net> +2004-10-25 17:07 Sandro Santilli <strk@kbt.io> * [r1041] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_gist.c: Obsoleted getbox2d(). Use getbox2d_p() or getbox2d_internal() instead. -2004-10-25 15:31 Sandro Santilli <strk@keybit.net> +2004-10-25 15:31 Sandro Santilli <strk@kbt.io> * [r1040] geos_version.sh: portable math expressions. -2004-10-25 14:20 Sandro Santilli <strk@keybit.net> +2004-10-25 14:20 Sandro Santilli <strk@kbt.io> * [r1039] lwgeom/lwgeom_svg.c: Y axis reverse and relative path fixes from Olivier Courtin. -2004-10-25 12:27 Sandro Santilli <strk@keybit.net> +2004-10-25 12:27 Sandro Santilli <strk@kbt.io> * [r1038] lwgeom/lwgeom_inout.c, lwgeom/wktunparse.c: Removed useless network type includes, Added param.h include for BYTE_ORDER defines under win32. -2004-10-21 19:48 Sandro Santilli <strk@keybit.net> +2004-10-21 19:48 Sandro Santilli <strk@kbt.io> * [r1037] lwgeom/lwgeom.c, lwgeom/wktunparse.c: Stricter syntax fixes. Reported by S�bastien NICAISE <snicaise@iciatechnologies.com> -2004-10-21 19:47 Sandro Santilli <strk@keybit.net> +2004-10-21 19:47 Sandro Santilli <strk@kbt.io> * [r1036] lwgeom/TODO: updated -2004-10-21 19:46 Sandro Santilli <strk@keybit.net> +2004-10-21 19:46 Sandro Santilli <strk@kbt.io> * [r1035] lwgeom/lwcollection.c: ZMflags check on costituent geometries only performed when there is at least one. -2004-10-21 19:45 Sandro Santilli <strk@keybit.net> +2004-10-21 19:45 Sandro Santilli <strk@kbt.io> * [r1034] lwgeom/Makefile: Added detect_geos_version in all: rule -2004-10-18 11:35 Sandro Santilli <strk@keybit.net> +2004-10-18 11:35 Sandro Santilli <strk@kbt.io> * [r1033] doc/postgis.xml: Added reverse(geometry) and ForceRHR(geometry) documentation. -2004-10-18 11:29 Sandro Santilli <strk@keybit.net> +2004-10-18 11:29 Sandro Santilli <strk@kbt.io> * [r1032] lwgeom/lwpostgis.sql.in: makeline_from_multipoint renamed to line_from_multipoint -2004-10-18 09:37 Sandro Santilli <strk@keybit.net> +2004-10-18 09:37 Sandro Santilli <strk@kbt.io> * [r1031] lwgeom/TODO: updated -2004-10-17 13:25 Sandro Santilli <strk@keybit.net> +2004-10-17 13:25 Sandro Santilli <strk@kbt.io> * [r1030] loader/shp2pgsql.c: removed USE_WKB partially-used define -2004-10-17 13:24 Sandro Santilli <strk@keybit.net> +2004-10-17 13:24 Sandro Santilli <strk@kbt.io> * [r1029] loader/shp2pgsql.c: HEXWKB polygon -2004-10-17 13:01 Sandro Santilli <strk@keybit.net> +2004-10-17 13:01 Sandro Santilli <strk@kbt.io> * [r1028] lwgeom/TODO: updated -2004-10-17 12:59 Sandro Santilli <strk@keybit.net> +2004-10-17 12:59 Sandro Santilli <strk@kbt.io> * [r1027] loader/shp2pgsql.c: HEXWKB multiline output -2004-10-17 12:51 Sandro Santilli <strk@keybit.net> +2004-10-17 12:51 Sandro Santilli <strk@kbt.io> * [r1026] lwgeom/lwline.c: Fixed a bug in lwline_serialize_buf preventing dimension override -2004-10-17 12:43 Sandro Santilli <strk@keybit.net> +2004-10-17 12:43 Sandro Santilli <strk@kbt.io> * [r1025] lwgeom/lwline.c: Fixed a debugging function output bug -2004-10-17 12:26 Sandro Santilli <strk@keybit.net> +2004-10-17 12:26 Sandro Santilli <strk@kbt.io> * [r1024] loader/shp2pgsql.c: Point and MultiPoint loaded using HEXWKB. -2004-10-17 12:16 Sandro Santilli <strk@keybit.net> +2004-10-17 12:16 Sandro Santilli <strk@kbt.io> * [r1022] loader/pgsql2shp.c: fixed prototype for user query table -2004-10-17 12:15 Sandro Santilli <strk@keybit.net> +2004-10-17 12:15 Sandro Santilli <strk@kbt.io> * [r1020] loader/pgsql2shp.c: Bug fixed in multipoint4D creation -2004-10-15 22:02 Sandro Santilli <strk@keybit.net> +2004-10-15 22:02 Sandro Santilli <strk@kbt.io> * [r1019] lwgeom/TODO: updated -2004-10-15 22:01 Sandro Santilli <strk@keybit.net> +2004-10-15 22:01 Sandro Santilli <strk@kbt.io> * [r1018] loader/shp2pgsql.c: Initial WKB functionalities -2004-10-15 16:21 Sandro Santilli <strk@keybit.net> +2004-10-15 16:21 Sandro Santilli <strk@kbt.io> * [r1017] lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwgeom.h, lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c, lwgeom/lwpostgis.sql.in: makeline_from_multipoint() implemented and exposed. -2004-10-15 15:25 Sandro Santilli <strk@keybit.net> +2004-10-15 15:25 Sandro Santilli <strk@kbt.io> * [r1016] lwgeom/TODO: updated -2004-10-15 15:21 Sandro Santilli <strk@keybit.net> +2004-10-15 15:21 Sandro Santilli <strk@kbt.io> * [r1015] lwgeom/lwline.c: Fixed a bug in outputput dimension detection for makeline() -2004-10-15 15:01 Sandro Santilli <strk@keybit.net> +2004-10-15 15:01 Sandro Santilli <strk@kbt.io> * [r1014] lwgeom/TODO: updated -2004-10-15 15:00 Sandro Santilli <strk@keybit.net> +2004-10-15 15:00 Sandro Santilli <strk@kbt.io> * [r1013] lwgeom/lwgeom_functions_basic.c: Added debugging lines -2004-10-15 15:00 Sandro Santilli <strk@keybit.net> +2004-10-15 15:00 Sandro Santilli <strk@kbt.io> * [r1012] lwgeom/lwline.c: Fixed a bug in make_lwline -2004-10-15 11:52 Sandro Santilli <strk@keybit.net> +2004-10-15 11:52 Sandro Santilli <strk@kbt.io> * [r1011] TODO, lwgeom/TODO: updated -2004-10-15 11:48 Sandro Santilli <strk@keybit.net> +2004-10-15 11:48 Sandro Santilli <strk@kbt.io> * [r1009] lwgeom/lwgeom_svg.c: Fixed a bug making asSVG return a spurious char at the end. -2004-10-15 11:42 Sandro Santilli <strk@keybit.net> +2004-10-15 11:42 Sandro Santilli <strk@kbt.io> * [r1008] lwgeom/liblwgeom.h, lwgeom/lwgeom.h, lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c, lwgeom/lwpostgis.sql.in, lwgeom/ptarray.c: Added makeline() aggregate and make_lwline() API method. -2004-10-15 09:44 Sandro Santilli <strk@keybit.net> +2004-10-15 09:44 Sandro Santilli <strk@kbt.io> * [r1007] doc/postgis.xml: updated AsSVG doc -2004-10-15 09:41 Sandro Santilli <strk@keybit.net> +2004-10-15 09:41 Sandro Santilli <strk@kbt.io> * [r1006] lwgeom/lwgeom_svg.c: changed precision semantic back to number of decimal digits -2004-10-15 09:41 Sandro Santilli <strk@keybit.net> +2004-10-15 09:41 Sandro Santilli <strk@kbt.io> * [r1005] lwgeom/liblwgeom.c, lwgeom/liblwgeom.h: Added a trailing zeros trimmer -2004-10-15 08:26 Sandro Santilli <strk@keybit.net> +2004-10-15 08:26 Sandro Santilli <strk@kbt.io> * [r1004] loader/pgsql2shp.c: Fixed handling of mixed dimensioned geometries in source table. -2004-10-15 07:35 Sandro Santilli <strk@keybit.net> +2004-10-15 07:35 Sandro Santilli <strk@kbt.io> * [r1003] lwgeom/wktunparse.c: Fixed a bug introduced by me (byteorder skipped for inner geoms in WKB) -2004-10-14 10:28 Sandro Santilli <strk@keybit.net> +2004-10-14 10:28 Sandro Santilli <strk@kbt.io> * [r1001] doc/postgis.xml: Updated pgsql2shp documentation. -2004-10-14 09:59 Sandro Santilli <strk@keybit.net> +2004-10-14 09:59 Sandro Santilli <strk@kbt.io> * [r999] loader/pgsql2shp.c: Added support for user query (replacing schema.table) -2004-10-13 19:33 Sandro Santilli <strk@keybit.net> +2004-10-13 19:33 Sandro Santilli <strk@kbt.io> * [r998] TODO: updated -2004-10-13 19:32 Sandro Santilli <strk@keybit.net> +2004-10-13 19:32 Sandro Santilli <strk@kbt.io> * [r996] doc/postgis.xml: Added third buffer arg expanation -2004-10-13 18:49 Sandro Santilli <strk@keybit.net> +2004-10-13 18:49 Sandro Santilli <strk@kbt.io> * [r994] lwgeom/lwgeom_geos.c: fixed arg number in buffer third arg -2004-10-13 18:39 Sandro Santilli <strk@keybit.net> +2004-10-13 18:39 Sandro Santilli <strk@kbt.io> * [r993] lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwpostgis.sql.in: Added a third argument to the buffer() function. -2004-10-13 17:21 Sandro Santilli <strk@keybit.net> +2004-10-13 17:21 Sandro Santilli <strk@kbt.io> * [r992] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Dropped SRID argument from point constructor. Unified procedure name to 'makepoint' for 2d,3dz,4d and 'makepointm' for 3dm. -2004-10-13 15:20 Sandro Santilli <strk@keybit.net> +2004-10-13 15:20 Sandro Santilli <strk@kbt.io> * [r991] lwgeom/TODO: updated -2004-10-13 15:19 Sandro Santilli <strk@keybit.net> +2004-10-13 15:19 Sandro Santilli <strk@kbt.io> * [r990] lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added point constructors PG funx. -2004-10-13 14:26 Sandro Santilli <strk@keybit.net> +2004-10-13 14:26 Sandro Santilli <strk@kbt.io> * [r989] lwgeom/liblwgeom.h, lwgeom/lwgeom.h, lwgeom/lwpoint.c, lwgeom/test.c: Added simpler lwpoint constructors. -2004-10-11 14:36 Sandro Santilli <strk@keybit.net> +2004-10-11 14:36 Sandro Santilli <strk@kbt.io> * [r986] lwgeom/TODO: updated -2004-10-11 14:34 Sandro Santilli <strk@keybit.net> +2004-10-11 14:34 Sandro Santilli <strk@kbt.io> * [r985] loader/pgsql2shp.c: Added endiannes specification for postgis-1.0.0+ -2004-10-11 14:03 Sandro Santilli <strk@keybit.net> +2004-10-11 14:03 Sandro Santilli <strk@kbt.io> * [r984] lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/lwgeom.h, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h, @@ -64024,64 +68086,64 @@ lwgeom/wktunparse.c: Added endiannes specification to unparse_WKB, AsBinary, lwgeom_to_wkb. -2004-10-11 12:23 Sandro Santilli <strk@keybit.net> +2004-10-11 12:23 Sandro Santilli <strk@kbt.io> * [r983] lwgeom/Makefile: Added test.o to cleanup list -2004-10-11 12:23 Sandro Santilli <strk@keybit.net> +2004-10-11 12:23 Sandro Santilli <strk@kbt.io> * [r982] lwgeom/TODO: updated -2004-10-11 11:53 Sandro Santilli <strk@keybit.net> +2004-10-11 11:53 Sandro Santilli <strk@kbt.io> * [r981] lwgeom/Makefile, lwgeom/lwgeom_functions_basic.c, lwgeom/misures.c: Moved misuring functions to misures.c (from lwgeom_functions_basic.c). Added -lm to build line for the API test application. -2004-10-11 11:46 Sandro Santilli <strk@keybit.net> +2004-10-11 11:46 Sandro Santilli <strk@kbt.io> * [r980] doc/postgis.xml: changed description of pgsql2shp -b switch -2004-10-11 10:31 Sandro Santilli <strk@keybit.net> +2004-10-11 10:31 Sandro Santilli <strk@kbt.io> * [r979] lwgeom/lwgeom_functions_basic.c: Changed collect() to return MULTI* if applicabe (all input is corresponding SINGLE type). -2004-10-11 10:30 Sandro Santilli <strk@keybit.net> +2004-10-11 10:30 Sandro Santilli <strk@kbt.io> * [r978] lwgeom/lwgeom.c: Added debug strings -2004-10-11 09:55 Sandro Santilli <strk@keybit.net> +2004-10-11 09:55 Sandro Santilli <strk@kbt.io> * [r977] lwgeom/lwgeom_functions_basic.c: collect() always return a collection, with a component for each input geometry. memcollect() obsoleted. -2004-10-11 09:46 Sandro Santilli <strk@keybit.net> +2004-10-11 09:46 Sandro Santilli <strk@kbt.io> * [r976] lwgeom/lwcollection.c: Fixed bug making it unbuildable. -2004-10-11 09:32 Sandro Santilli <strk@keybit.net> +2004-10-11 09:32 Sandro Santilli <strk@kbt.io> * [r975] lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c: Added lwgeom_addBBOX() and lwcollection_construct_empty() -2004-10-11 07:15 Sandro Santilli <strk@keybit.net> +2004-10-11 07:15 Sandro Santilli <strk@kbt.io> * [r974] lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwline.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c, lwgeom/ptarray.c: lwgeom_same new implementation -2004-10-11 06:03 Sandro Santilli <strk@keybit.net> +2004-10-11 06:03 Sandro Santilli <strk@kbt.io> * [r973] TODO: updated -2004-10-10 20:31 Sandro Santilli <strk@keybit.net> +2004-10-10 20:31 Sandro Santilli <strk@kbt.io> * [r972] lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom.h, @@ -64089,19 +68151,19 @@ lwgeom/lwpoly.c, lwgeom/ptarray.c: segmentize2d() port and use of new LWGEOM structure. -2004-10-09 15:17 Sandro Santilli <strk@keybit.net> +2004-10-09 15:17 Sandro Santilli <strk@kbt.io> * [r971] lwgeom/TODO: updated -2004-10-08 13:26 Sandro Santilli <strk@keybit.net> +2004-10-08 13:26 Sandro Santilli <strk@kbt.io> * [r969] lwgeom/TODO: updated -2004-10-08 13:21 Sandro Santilli <strk@keybit.net> +2004-10-08 13:21 Sandro Santilli <strk@kbt.io> * [r968] lwgeom/lwgeom.c: Debugging output cleanup. -2004-10-08 13:20 Sandro Santilli <strk@keybit.net> +2004-10-08 13:20 Sandro Santilli <strk@kbt.io> * [r967] lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, @@ -64119,66 +68181,66 @@ (you'll need a dump/reload for it to work) Added more manipulation functions. -2004-10-08 13:16 Sandro Santilli <strk@keybit.net> +2004-10-08 13:16 Sandro Santilli <strk@kbt.io> * [r966] lwgeom/liblwgeom.c: added memory allocation debugging -2004-10-08 13:15 Sandro Santilli <strk@keybit.net> +2004-10-08 13:15 Sandro Santilli <strk@kbt.io> * [r965] lwgeom/Makefile: Added box2d.o module, reverted SCRIPTS_VERSION to 0.1.0. -2004-10-08 13:15 Sandro Santilli <strk@keybit.net> +2004-10-08 13:15 Sandro Santilli <strk@kbt.io> * [r964] lwgeom/box2d.c: Initial revision -2004-10-08 10:48 Sandro Santilli <strk@keybit.net> +2004-10-08 10:48 Sandro Santilli <strk@kbt.io> * [r963] doc/postgis.xml: Some updates -2004-10-08 07:01 Sandro Santilli <strk@keybit.net> +2004-10-08 07:01 Sandro Santilli <strk@kbt.io> * [r962] hwgeom: Dropped HWGEOM from this branch. -2004-10-07 22:02 Sandro Santilli <strk@keybit.net> +2004-10-07 22:02 Sandro Santilli <strk@kbt.io> * [r959] lwgeom/TODO: updated -2004-10-07 21:52 Sandro Santilli <strk@keybit.net> +2004-10-07 21:52 Sandro Santilli <strk@kbt.io> * [r958] loader/shp2pgsql.c: Lots of rewriting/cleanup. TypeM/TypeZ supports. -2004-10-07 21:51 Sandro Santilli <strk@keybit.net> +2004-10-07 21:51 Sandro Santilli <strk@kbt.io> * [r957] loader/pgsql2shp.c: Fixed a bug in 4d handling -2004-10-07 20:39 Sandro Santilli <strk@keybit.net> +2004-10-07 20:39 Sandro Santilli <strk@kbt.io> * [r956] lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c: Fixed bugs in TYPE_ macro usage -2004-10-07 17:18 Sandro Santilli <strk@keybit.net> +2004-10-07 17:18 Sandro Santilli <strk@kbt.io> * [r955] lwgeom/liblwgeom.h, lwgeom/lwgeom.h, lwgeom/ptarray.c, lwgeom/test.c: Changed ptarray2d_construct interface. -2004-10-07 17:18 Sandro Santilli <strk@keybit.net> +2004-10-07 17:18 Sandro Santilli <strk@kbt.io> * [r954] lwgeom/lwgeom_ogc.c: Changed geometrytype() to support TYPEM. -2004-10-07 17:17 Sandro Santilli <strk@keybit.net> +2004-10-07 17:17 Sandro Santilli <strk@kbt.io> * [r953] lwgeom/Makefile, lwgeom/lwpostgis.sql.in: Changed AddGeometryColumn to handle TYPEM. Updated SCRIPTS_VERSION to 1.1.0 -2004-10-07 17:15 Sandro Santilli <strk@keybit.net> +2004-10-07 17:15 Sandro Santilli <strk@kbt.io> * [r952] loader/pgsql2shp.c: Fixed TYPEM handling. -2004-10-07 10:03 Sandro Santilli <strk@keybit.net> +2004-10-07 10:03 Sandro Santilli <strk@kbt.io> * [r951] lwgeom/Makefile, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom.h, @@ -64194,88 +68256,88 @@ lwgeom/wktunparse.c: API cleanup, more steps toward standalone library. -2004-10-07 06:54 Sandro Santilli <strk@keybit.net> +2004-10-07 06:54 Sandro Santilli <strk@kbt.io> * [r950] loader/pgsql2shp.c, loader/shp2pgsql.c: cleanups -2004-10-06 17:04 Sandro Santilli <strk@keybit.net> +2004-10-06 17:04 Sandro Santilli <strk@kbt.io> * [r949] loader/pgsql2shp.c: ZM handling. Log trimmed. -2004-10-06 10:11 Sandro Santilli <strk@keybit.net> +2004-10-06 10:11 Sandro Santilli <strk@kbt.io> * [r947] loader/shp2pgsql.c: Other separator fixes -2004-10-06 09:52 Sandro Santilli <strk@keybit.net> +2004-10-06 09:52 Sandro Santilli <strk@kbt.io> * [r946] doc/postgis.xml: Added zmflag(geom) doc -2004-10-06 09:40 Sandro Santilli <strk@keybit.net> +2004-10-06 09:40 Sandro Santilli <strk@kbt.io> * [r944] loader/shp2pgsql.c: Handled 0-DBF-attributes corner case. -2004-10-06 08:53 Sandro Santilli <strk@keybit.net> +2004-10-06 08:53 Sandro Santilli <strk@kbt.io> * [r943] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added zmflag(geom) function. -2004-10-06 08:17 Sandro Santilli <strk@keybit.net> +2004-10-06 08:17 Sandro Santilli <strk@kbt.io> * [r942] TODO: updated -2004-10-06 07:19 Sandro Santilli <strk@keybit.net> +2004-10-06 07:19 Sandro Santilli <strk@kbt.io> * [r941] jdbc/org/postgis/Point.java: Left off a semicolon in previous patch... -2004-10-05 22:46 Sandro Santilli <strk@keybit.net> +2004-10-05 22:46 Sandro Santilli <strk@kbt.io> * [r939] jdbc/org/postgis/Point.java: Removed PGSQLException use as suggested by Kris Jurka -2004-10-05 21:59 Sandro Santilli <strk@keybit.net> +2004-10-05 21:59 Sandro Santilli <strk@kbt.io> * [r938] lwgeom/Makefile: Flex invocation patch by Kris Jurka. -2004-10-05 21:54 Sandro Santilli <strk@keybit.net> +2004-10-05 21:54 Sandro Santilli <strk@kbt.io> * [r936] lwgeom/lwgeom_estimate.c: Yes another change in SPI_cursor_open -2004-10-05 21:53 Sandro Santilli <strk@keybit.net> +2004-10-05 21:53 Sandro Santilli <strk@kbt.io> * [r935] lwgeom/lwgeom_functions_basic.c: Fixed bugs in Centroid (not GEOS) -2004-10-05 21:42 Sandro Santilli <strk@keybit.net> +2004-10-05 21:42 Sandro Santilli <strk@kbt.io> * [r934] lwgeom/lwgeom_api.c, lwgeom/lwgeom_debug.c, lwgeom/lwgeom_gist.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_spheroid.c: Cleanups for older compilers and PG verisons. -2004-10-05 21:20 Sandro Santilli <strk@keybit.net> +2004-10-05 21:20 Sandro Santilli <strk@kbt.io> * [r933] lwgeom/TODO: updated -2004-10-05 21:08 Sandro Santilli <strk@keybit.net> +2004-10-05 21:08 Sandro Santilli <strk@kbt.io> * [r932] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c, lwgeom/wktunparse.c: Added debugging lines, fixed a bug in TYPE_HASSRID and TYPE_HASBBOX macros. -2004-10-05 21:08 Sandro Santilli <strk@keybit.net> +2004-10-05 21:08 Sandro Santilli <strk@kbt.io> * [r931] lwgeom/Makefile: Made clean rule verbose -2004-10-05 17:15 Sandro Santilli <strk@keybit.net> +2004-10-05 17:15 Sandro Santilli <strk@kbt.io> * [r930] lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c: Bug fix in size computation. -2004-10-05 16:28 Sandro Santilli <strk@keybit.net> +2004-10-05 16:28 Sandro Santilli <strk@kbt.io> * [r929] lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c, @@ -64289,30 +68351,30 @@ lwgeom/wktparse.lex, lwgeom/wktparse.y: Added ZM dimensions flags knowledge. -2004-10-05 16:07 Sandro Santilli <strk@keybit.net> +2004-10-05 16:07 Sandro Santilli <strk@kbt.io> * [r928] lwgeom/TODO: updated -2004-10-05 15:12 Sandro Santilli <strk@keybit.net> +2004-10-05 15:12 Sandro Santilli <strk@kbt.io> * [r927] lwgeom/liblwgeom.c: Added newlines in standalone reporters -2004-10-05 15:11 Sandro Santilli <strk@keybit.net> +2004-10-05 15:11 Sandro Santilli <strk@kbt.io> * [r926] doc/postgis.xml: Added force_3dz, force_3dm docs -2004-10-05 15:11 Sandro Santilli <strk@keybit.net> +2004-10-05 15:11 Sandro Santilli <strk@kbt.io> * [r925] Makefile.config: Changed default variable setting to a more portable syntax -2004-10-05 07:53 Sandro Santilli <strk@keybit.net> +2004-10-05 07:53 Sandro Santilli <strk@kbt.io> * [r924] lwgeom/liblwgeom.h, lwgeom/lwgparse.c, lwgeom/wktparse.lex, lwgeom/wktparse.y, lwgeom/wktunparse.c: ZM aware WKT/WKB input/output. -2004-10-04 13:53 Sandro Santilli <strk@keybit.net> +2004-10-04 13:53 Sandro Santilli <strk@kbt.io> * [r923] lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, @@ -64327,15 +68389,15 @@ lwgeom/wktunparse.c: Serialized form and WKB prepared to accept ZM flags replacing DD (dimensions) -2004-10-04 09:25 Sandro Santilli <strk@keybit.net> +2004-10-04 09:25 Sandro Santilli <strk@kbt.io> * [r922] lwgeom/lwgeom_functions_basic.c: Added missing prototype -2004-10-03 15:57 Sandro Santilli <strk@keybit.net> +2004-10-03 15:57 Sandro Santilli <strk@kbt.io> * [r921] lwgeom/TODO: updated -2004-10-03 15:52 Sandro Santilli <strk@keybit.net> +2004-10-03 15:52 Sandro Santilli <strk@kbt.io> * [r920] lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, @@ -64346,7 +68408,7 @@ Fixed bug in serializers. Added noop(geometry) for deserialize/serialize debugging. -2004-10-01 14:49 Sandro Santilli <strk@keybit.net> +2004-10-01 14:49 Sandro Santilli <strk@kbt.io> * [r919] lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom_geos.c, @@ -64356,21 +68418,21 @@ int where, LWGEOM *what). Added LWGEOM2GEOS keeping input geometry structure. -2004-10-01 07:51 Sandro Santilli <strk@keybit.net> +2004-10-01 07:51 Sandro Santilli <strk@kbt.io> * [r918] lwgeom/lwgeom_debug.c: initial revision -2004-10-01 07:51 Sandro Santilli <strk@keybit.net> +2004-10-01 07:51 Sandro Santilli <strk@kbt.io> * [r917] lwgeom/liblwgeom.h, lwgeom/lwgeom.c: Added runtime cast functions. -2004-09-30 16:06 Sandro Santilli <strk@keybit.net> +2004-09-30 16:06 Sandro Santilli <strk@kbt.io> * [r916] lwgeom/TODO, lwgeom/liblwgeom.c, lwgeom/lwgeom.h, lwgeom/lwgeom_functions_basic.c: bug fixes -2004-09-30 15:42 Sandro Santilli <strk@keybit.net> +2004-09-30 15:42 Sandro Santilli <strk@kbt.io> * [r915] lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, @@ -64380,11 +68442,11 @@ lwgeom/lwpoly.c: Added BBOX finders and its support in serializer. -2004-09-30 11:49 Sandro Santilli <strk@keybit.net> +2004-09-30 11:49 Sandro Santilli <strk@kbt.io> * [r914] lwgeom/TODO: updated -2004-09-30 11:45 Sandro Santilli <strk@keybit.net> +2004-09-30 11:45 Sandro Santilli <strk@kbt.io> * [r913] lwgeom/Makefile, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom_functions_basic.c, @@ -64393,7 +68455,7 @@ lwgeom/lwpoly.c: More common flags between LW<type>s. LWGEOM_summary output made cleaner and moved to lwgeom_debug.c -2004-09-30 08:18 Sandro Santilli <strk@keybit.net> +2004-09-30 08:18 Sandro Santilli <strk@kbt.io> * [r912] lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c, @@ -64403,11 +68465,11 @@ Made LWMPOINT, LWMLINE, LWMPOLY compatible with LWCOLLECTION. Fixed reverse() and forcerhr() to maintain geometry structure. -2004-09-30 06:54 Sandro Santilli <strk@keybit.net> +2004-09-30 06:54 Sandro Santilli <strk@kbt.io> * [r911] lwgeom/TODO: updated -2004-09-29 15:25 Sandro Santilli <strk@keybit.net> +2004-09-29 15:25 Sandro Santilli <strk@kbt.io> * [r910] lwgeom/Makefile, lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c, @@ -64416,7 +68478,7 @@ lwgeom/lwpoint.c, lwgeom/lwpoly.c: Added serialize function for LWGEOM -2004-09-29 10:50 Sandro Santilli <strk@keybit.net> +2004-09-29 10:50 Sandro Santilli <strk@kbt.io> * [r909] lwgeom/Makefile, lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom.h, @@ -64436,7 +68498,7 @@ lwgeom_pg.h is for PG-links lw<type>.c contains type-specific functions -2004-09-29 06:31 Sandro Santilli <strk@keybit.net> +2004-09-29 06:31 Sandro Santilli <strk@kbt.io> * [r908] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c, @@ -64448,180 +68510,180 @@ lwgeom/lwgeom_transform.c: Changed LWGEOM to PG_LWGEOM. Changed LWGEOM_construct to PG_LWGEOM_construct. -2004-09-28 17:13 Sandro Santilli <strk@keybit.net> +2004-09-28 17:13 Sandro Santilli <strk@kbt.io> * [r907] lwgeom/lwgeom.h: Removed ^Ms, added note about flatting nature of LWGEOM_EXPLODED. -2004-09-28 16:22 Sandro Santilli <strk@keybit.net> +2004-09-28 16:22 Sandro Santilli <strk@kbt.io> * [r906] doc/postgis.xml: Added AsGML function ref -2004-09-28 09:31 Sandro Santilli <strk@keybit.net> +2004-09-28 09:31 Sandro Santilli <strk@kbt.io> * [r905] lwgeom/lwgeom_geos_wrapper.cpp: Fixed a bug in PostGIS2GEOS_point -2004-09-28 09:05 Sandro Santilli <strk@keybit.net> +2004-09-28 09:05 Sandro Santilli <strk@kbt.io> * [r904] lwgeom/TODO: updated -2004-09-28 09:01 Sandro Santilli <strk@keybit.net> +2004-09-28 09:01 Sandro Santilli <strk@kbt.io> * [r903] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added forceRHR() and support functions. -2004-09-28 09:00 Sandro Santilli <strk@keybit.net> +2004-09-28 09:00 Sandro Santilli <strk@kbt.io> * [r902] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added ptarray_isccw(). Added extern modifiers to public prototypes. -2004-09-28 08:28 Sandro Santilli <strk@keybit.net> +2004-09-28 08:28 Sandro Santilli <strk@kbt.io> * [r901] lwgeom/TODO: updated -2004-09-28 08:22 Sandro Santilli <strk@keybit.net> +2004-09-28 08:22 Sandro Santilli <strk@kbt.io> * [r900] lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added reverse(geometry) and support functions -2004-09-28 08:21 Sandro Santilli <strk@keybit.net> +2004-09-28 08:21 Sandro Santilli <strk@kbt.io> * [r899] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added some const modifiers -2004-09-27 17:27 Sandro Santilli <strk@keybit.net> +2004-09-27 17:27 Sandro Santilli <strk@kbt.io> * [r898] lwgeom/TODO: updated -2004-09-27 08:26 Sandro Santilli <strk@keybit.net> +2004-09-27 08:26 Sandro Santilli <strk@kbt.io> * [r897] lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_gist.c, lwgeom/profile.h: Debugging defines set to NODEBUG. -2004-09-27 08:24 Sandro Santilli <strk@keybit.net> +2004-09-27 08:24 Sandro Santilli <strk@kbt.io> * [r896] utils/README: updated -2004-09-27 08:23 Sandro Santilli <strk@keybit.net> +2004-09-27 08:23 Sandro Santilli <strk@kbt.io> * [r895] utils/profile_intersects.pl: Added USE_GIST variable on top of file. Changed true values report as fraction of total rows. -2004-09-24 22:27 Sandro Santilli <strk@keybit.net> +2004-09-24 22:27 Sandro Santilli <strk@kbt.io> * [r894] lwgeom/Makefile: Added profile.h deps -2004-09-24 12:20 Sandro Santilli <strk@keybit.net> +2004-09-24 12:20 Sandro Santilli <strk@kbt.io> * [r893] utils/profile_intersects.pl: Added worst and best percentile for both intersects and distance -2004-09-24 11:58 Sandro Santilli <strk@keybit.net> +2004-09-24 11:58 Sandro Santilli <strk@kbt.io> * [r892] utils/profile_intersects.pl: approximated nums to 2 decimal digits -2004-09-24 11:35 Sandro Santilli <strk@keybit.net> +2004-09-24 11:35 Sandro Santilli <strk@kbt.io> * [r891] utils/profile_intersects.pl: initial intersects profiler frontend implementation -2004-09-24 09:46 Sandro Santilli <strk@keybit.net> +2004-09-24 09:46 Sandro Santilli <strk@kbt.io> * [r890] lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwpostgis.sql.in: Added box2d->geometry cast. -2004-09-23 16:14 Sandro Santilli <strk@keybit.net> +2004-09-23 16:14 Sandro Santilli <strk@kbt.io> * [r889] loader/pgsql2shp.c: Added -m / -z switches to control output type: XYM,XYMZ. -2004-09-23 15:09 Sandro Santilli <strk@keybit.net> +2004-09-23 15:09 Sandro Santilli <strk@kbt.io> * [r888] lwgeom/lwgeom_gml.c, lwgeom/lwpostgis.sql.in: Modified GML output as suggested by Martin Daly. -2004-09-23 11:12 Sandro Santilli <strk@keybit.net> +2004-09-23 11:12 Sandro Santilli <strk@kbt.io> * [r887] lwgeom/Makefile, lwgeom/lwgeom_gml.c, lwgeom/lwpostgis.sql.in: Initial GML output routines. -2004-09-23 10:13 Sandro Santilli <strk@keybit.net> +2004-09-23 10:13 Sandro Santilli <strk@kbt.io> * [r886] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c, lwgeom/profile.h: Profile output modified again, input geoms points and conversion times separated -2004-09-22 17:13 Sandro Santilli <strk@keybit.net> +2004-09-22 17:13 Sandro Santilli <strk@kbt.io> * [r885] lwgeom/lwgeom_api.c: indentation fixes -2004-09-22 17:12 Sandro Santilli <strk@keybit.net> +2004-09-22 17:12 Sandro Santilli <strk@kbt.io> * [r884] lwgeom/lwgeom_gist.c: indentation and function-call-debugging preparation -2004-09-22 17:11 Sandro Santilli <strk@keybit.net> +2004-09-22 17:11 Sandro Santilli <strk@kbt.io> * [r883] lwgeom/lwgeom_functions_analytic.c: removed some compiler warnings -2004-09-22 17:11 Sandro Santilli <strk@keybit.net> +2004-09-22 17:11 Sandro Santilli <strk@kbt.io> * [r882] lwgeom/lwgeom_functions_basic.c: Added missing prototype to make compiler happy -2004-09-22 16:52 Sandro Santilli <strk@keybit.net> +2004-09-22 16:52 Sandro Santilli <strk@kbt.io> * [r881] lwgeom/TODO, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c: Added lwpoint_size, lwline_size, lwpoly_size for computing serialized size from deserialized objects. -2004-09-22 16:29 Sandro Santilli <strk@keybit.net> +2004-09-22 16:29 Sandro Santilli <strk@kbt.io> * [r880] lwgeom/lwgeom.h: Some more source file cleanups. -2004-09-22 16:09 Sandro Santilli <strk@keybit.net> +2004-09-22 16:09 Sandro Santilli <strk@kbt.io> * [r879] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c: Moved size computation functions in module static scope. Renamed public one to lwgeom_size(char *). -2004-09-22 15:15 Sandro Santilli <strk@keybit.net> +2004-09-22 15:15 Sandro Santilli <strk@kbt.io> * [r878] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: lw<type>_findlength function made statics of lwgeom_api.c. public functions with those names should accept LW<TYPE> pointers instead.. -2004-09-22 15:11 Sandro Santilli <strk@keybit.net> +2004-09-22 15:11 Sandro Santilli <strk@kbt.io> * [r877] TODO.lwgeom, lwgeom/TODO: LWGEOM TODO moved back to the lwgeom/ dir. -2004-09-22 14:57 Sandro Santilli <strk@keybit.net> +2004-09-22 14:57 Sandro Santilli <strk@kbt.io> * [r876] lwgeom/MISSING_OBJECTS: updated -2004-09-22 14:57 Sandro Santilli <strk@keybit.net> +2004-09-22 14:57 Sandro Santilli <strk@kbt.io> * [r875] lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in: line_interpolate_point added. -2004-09-22 14:56 Sandro Santilli <strk@keybit.net> +2004-09-22 14:56 Sandro Santilli <strk@kbt.io> * [r874] lwgeom/lwgeom.h: fixed a comment -2004-09-22 13:45 Sandro Santilli <strk@keybit.net> +2004-09-22 13:45 Sandro Santilli <strk@kbt.io> * [r873] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c, lwgeom/profile.h: Added 'label' argument to the profreport macro. -2004-09-22 11:42 Sandro Santilli <strk@keybit.net> +2004-09-22 11:42 Sandro Santilli <strk@kbt.io> * [r872] lwgeom/lwgeom.h, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c, lwgeom/profile.h: Renamed @@ -64637,12 +68699,12 @@ * [r871] doc/Makefile, doc/postgis.xml: Add number nesting to sections. Fix link in postgis.xml -2004-09-21 21:04 Sandro Santilli <strk@keybit.net> +2004-09-21 21:04 Sandro Santilli <strk@kbt.io> * [r870] lwgeom/lwgeom_geos.c: slightly changed PROF_SUM output for sort acceptance -2004-09-21 20:44 Sandro Santilli <strk@keybit.net> +2004-09-21 20:44 Sandro Santilli <strk@kbt.io> * [r869] lwgeom/lwgeom_geos.c: Fixed a profiler bug. Added points count and doubled profiler output. @@ -64656,111 +68718,111 @@ * [r867] doc/Makefile: Add autolabelling to sections in generated HTML. -2004-09-21 17:50 Sandro Santilli <strk@keybit.net> +2004-09-21 17:50 Sandro Santilli <strk@kbt.io> * [r866] lwgeom/lwgeom_geos.c: Added missing profiling report calls in predicates -2004-09-21 17:36 Sandro Santilli <strk@keybit.net> +2004-09-21 17:36 Sandro Santilli <strk@kbt.io> * [r865] lwgeom/lwgeom_geos.c: Added GEOS profiling support. -2004-09-21 16:08 Sandro Santilli <strk@keybit.net> +2004-09-21 16:08 Sandro Santilli <strk@kbt.io> * [r864] lwgeom/lwgeom_geos.c: reduced memory copies in GEOS2POSTGIS() -2004-09-21 16:07 Sandro Santilli <strk@keybit.net> +2004-09-21 16:07 Sandro Santilli <strk@kbt.io> * [r863] lwgeom/lwgeom_api.c: buffer serialized accept NULL as return-size pointer -2004-09-21 15:44 Sandro Santilli <strk@keybit.net> +2004-09-21 15:44 Sandro Santilli <strk@kbt.io> * [r862] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added lwgeom_empy_length(), lwgeom_constructempty_buf(), lwexploded_serialize_buf() -2004-09-21 10:57 Sandro Santilli <strk@keybit.net> +2004-09-21 10:57 Sandro Santilli <strk@kbt.io> * [r861] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added lwexploded_findlength -2004-09-20 21:13 Sandro Santilli <strk@keybit.net> +2004-09-20 21:13 Sandro Santilli <strk@kbt.io> * [r860] lwgeom/lwgeom_geos_wrapper.cpp: Optimized postgis->geos conversion -2004-09-20 21:13 Sandro Santilli <strk@keybit.net> +2004-09-20 21:13 Sandro Santilli <strk@kbt.io> * [r859] lwgeom/lwgeom_geos.c: commented pfree call in GEOSnoop (seems to generate memory faults) -2004-09-20 17:14 Sandro Santilli <strk@keybit.net> +2004-09-20 17:14 Sandro Santilli <strk@kbt.io> * [r858] TODO.lwgeom: updated -2004-09-20 17:13 Sandro Santilli <strk@keybit.net> +2004-09-20 17:13 Sandro Santilli <strk@kbt.io> * [r857] loader/shp2pgsql.c: changed comments to better show shape type handling -2004-09-20 17:11 Sandro Santilli <strk@keybit.net> +2004-09-20 17:11 Sandro Santilli <strk@kbt.io> * [r856] loader/pgsql2shp.c: Added -d -d availability notice in help string. Added user notice about output shape type. -2004-09-20 17:03 Sandro Santilli <strk@keybit.net> +2004-09-20 17:03 Sandro Santilli <strk@kbt.io> * [r855] doc/postgis.xml, lwgeom/lwgeom.h, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added force_4d(geometry) -2004-09-20 16:33 Sandro Santilli <strk@keybit.net> +2004-09-20 16:33 Sandro Santilli <strk@kbt.io> * [r854] loader/pgsql2shp.c: Added 4d geometries support. Changelog section moved at bottom file. -2004-09-20 14:14 Sandro Santilli <strk@keybit.net> +2004-09-20 14:14 Sandro Santilli <strk@kbt.io> * [r852] loader/pgsql2shp.c: Fixed a bug in popbyte. Trapped WKB endiannes errors. -2004-09-20 13:50 Sandro Santilli <strk@keybit.net> +2004-09-20 13:50 Sandro Santilli <strk@kbt.io> * [r851] TODO.lwgeom: updated -2004-09-20 13:49 Sandro Santilli <strk@keybit.net> +2004-09-20 13:49 Sandro Santilli <strk@kbt.io> * [r850] loader/pgsql2shp.c: Postgis-1.x support (LWGEOM) added. postgis version detected at runtime. Endiannes unchecked ... TODO. -2004-09-20 12:07 Sandro Santilli <strk@keybit.net> +2004-09-20 12:07 Sandro Santilli <strk@kbt.io> * [r849] README.postgis: Changed postgis.sql to lwpostgis.sql -2004-09-20 12:07 Sandro Santilli <strk@keybit.net> +2004-09-20 12:07 Sandro Santilli <strk@kbt.io> * [r848] Makefile: Added lwpostgis.sql rule -2004-09-20 10:58 Sandro Santilli <strk@keybit.net> +2004-09-20 10:58 Sandro Santilli <strk@kbt.io> * [r847] README.postgis: updated layout description and configuration instructions -2004-09-20 10:09 Sandro Santilli <strk@keybit.net> +2004-09-20 10:09 Sandro Santilli <strk@kbt.io> * [r846] lwgeom/README, lwgeom/README.initial: Renamed README -2004-09-20 10:08 Sandro Santilli <strk@keybit.net> +2004-09-20 10:08 Sandro Santilli <strk@kbt.io> * [r845] Makefile, Makefile.config, loader/Makefile, lwgeom/Makefile: Added missing 'uninstall' rules. Fixed existing install rules. -2004-09-20 09:58 Sandro Santilli <strk@keybit.net> +2004-09-20 09:58 Sandro Santilli <strk@kbt.io> * [r844] Makefile, Makefile.config, hwgeom/Makefile, loader/Makefile, lwgeom/Makefile: Configuration and common @@ -64768,46 +68830,46 @@ Build is possible from each directory and from the root directory. -2004-09-20 09:29 Sandro Santilli <strk@keybit.net> +2004-09-20 09:29 Sandro Santilli <strk@kbt.io> * [r843] lwgeom/lwgeom_inout.c: added missing prototype -2004-09-20 09:22 Sandro Santilli <strk@keybit.net> +2004-09-20 09:22 Sandro Santilli <strk@kbt.io> * [r842] Makefile, hwgeom/Makefile, lwgeom/Makefile: Reworked build scripts. -2004-09-20 09:21 Sandro Santilli <strk@keybit.net> +2004-09-20 09:21 Sandro Santilli <strk@kbt.io> * [r841] lwgeom/lwgeom_functions_basic.c: fixed bugs in non-GEOS centroid function -2004-09-20 09:20 Sandro Santilli <strk@keybit.net> +2004-09-20 09:20 Sandro Santilli <strk@kbt.io> * [r840] lwgeom/lwgeom_api.c: cleanups -2004-09-20 08:53 Sandro Santilli <strk@keybit.net> +2004-09-20 08:53 Sandro Santilli <strk@kbt.io> * [r839] lwgeom, lwgeom/.cvsignore: generalized library ignore line -2004-09-20 08:52 Sandro Santilli <strk@keybit.net> +2004-09-20 08:52 Sandro Santilli <strk@kbt.io> * [r838] lwgeom, lwgeom/.cvsignore: Added postgis_geos_version.h -2004-09-20 08:52 Sandro Santilli <strk@keybit.net> +2004-09-20 08:52 Sandro Santilli <strk@kbt.io> * [r837] lwgeom/lwgeom_geos_wrapper.cpp: included local postgis_geos_version.h -2004-09-20 08:51 Sandro Santilli <strk@keybit.net> +2004-09-20 08:51 Sandro Santilli <strk@kbt.io> * [r836] lwgeom/Makefile: Added detect_geos_version rule -2004-09-20 08:29 Sandro Santilli <strk@keybit.net> +2004-09-20 08:29 Sandro Santilli <strk@kbt.io> * [r835] TODO.lwgeom, lwgeom/TODO: Moved lwgeom TODO in the root -2004-09-20 08:25 Sandro Santilli <strk@keybit.net> +2004-09-20 08:25 Sandro Santilli <strk@kbt.io> * [r834] Makefile, postgis.h, postgis.sql.in, postgis_algo.c, postgis_chip.c, postgis_debug.c, postgis_estimate.c, @@ -64817,11 +68879,11 @@ postgis_transform.c: HWGEOM functions moved under hwgeom/ directory -2004-09-20 08:21 Sandro Santilli <strk@keybit.net> +2004-09-20 08:21 Sandro Santilli <strk@kbt.io> * [r833] utils/postgis_restore.pl: fixed typo -2004-09-20 07:50 Sandro Santilli <strk@keybit.net> +2004-09-20 07:50 Sandro Santilli <strk@kbt.io> * [r832] hwgeom, hwgeom/Makefile, hwgeom/postgis.h, hwgeom/postgis.sql.in, hwgeom/postgis_algo.c, @@ -64834,14 +68896,14 @@ hwgeom/postgis_transform.c: prepared to contain old internal representation code -2004-09-18 22:15 Sandro Santilli <strk@keybit.net> +2004-09-18 22:15 Sandro Santilli <strk@kbt.io> * [r831] lwgeom/lwgeom_api.c: Fixed a serius bug in pointArray_construct. Added debugging output, optimized some functions, indentation buties.. -2004-09-18 22:13 Sandro Santilli <strk@keybit.net> +2004-09-18 22:13 Sandro Santilli <strk@kbt.io> * [r830] lwgeom/lwgeom_gist.c: Added more debugging output @@ -64859,56 +68921,56 @@ Wolff III. Added the postgresql loader function. -2004-09-16 10:42 Sandro Santilli <strk@keybit.net> +2004-09-16 10:42 Sandro Santilli <strk@kbt.io> * [r827] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added box3d_to_box2df_p to reduce number of required memcpys -2004-09-16 09:06 Sandro Santilli <strk@keybit.net> +2004-09-16 09:06 Sandro Santilli <strk@kbt.io> * [r826] lwgeom/lwgeom_estimate.c: Changed SPI_cursor_open call changes to be used for USE_VERSION > 80 (change seems to be intended for future releases) -2004-09-16 09:05 Sandro Santilli <strk@keybit.net> +2004-09-16 09:05 Sandro Santilli <strk@kbt.io> * [r825] lwgeom/lwgeom_geos.c: Added binary predicate short-circuits -2004-09-16 09:05 Sandro Santilli <strk@keybit.net> +2004-09-16 09:05 Sandro Santilli <strk@kbt.io> * [r824] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added getbox2d_internal -2004-09-16 09:04 Sandro Santilli <strk@keybit.net> +2004-09-16 09:04 Sandro Santilli <strk@kbt.io> * [r823] lwgeom/TODO: updated -2004-09-14 12:31 Sandro Santilli <strk@keybit.net> +2004-09-14 12:31 Sandro Santilli <strk@kbt.io> * [r821] lwgeom/lwgeom_chip.c, lwgeom/lwgeom_geos_wrapper.cpp: CHIP and GEOS types (forgot to add) -2004-09-14 12:23 Sandro Santilli <strk@keybit.net> +2004-09-14 12:23 Sandro Santilli <strk@kbt.io> * [r819] doc/postgis.xml: Added a note about tweeking random_page_cost -2004-09-14 08:39 Sandro Santilli <strk@keybit.net> +2004-09-14 08:39 Sandro Santilli <strk@kbt.io> * [r818] lwgeom/lwpostgis.sql.in: fixed a typo in the geometry_send function definition -2004-09-14 07:43 Sandro Santilli <strk@keybit.net> +2004-09-14 07:43 Sandro Santilli <strk@kbt.io> * [r816] lwgeom/lwgeom_estimate.c: Updated call to SPI_cursor_open to 8.0 (beta2) interface. -2004-09-13 19:04 Sandro Santilli <strk@keybit.net> +2004-09-13 19:04 Sandro Santilli <strk@kbt.io> * [r815] lwgeom/TODO: updated -2004-09-13 17:59 Sandro Santilli <strk@keybit.net> +2004-09-13 17:59 Sandro Santilli <strk@kbt.io> * [r813] Attic: removed old files from Attic/ @@ -64916,25 +68978,25 @@ * [r810] doc/Makefile: Added pdf rule that uses pdfxmltex -2004-09-13 14:26 Sandro Santilli <strk@keybit.net> +2004-09-13 14:26 Sandro Santilli <strk@kbt.io> * [r808] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added binary input/output function for type geometry. -2004-09-13 14:26 Sandro Santilli <strk@keybit.net> +2004-09-13 14:26 Sandro Santilli <strk@kbt.io> * [r807] postgis_svg.c: indentation fix -2004-09-13 13:35 Sandro Santilli <strk@keybit.net> +2004-09-13 13:35 Sandro Santilli <strk@kbt.io> * [r806] lwgeom/MISSING_OBJECTS: updated -2004-09-13 13:32 Sandro Santilli <strk@keybit.net> +2004-09-13 13:32 Sandro Santilli <strk@kbt.io> * [r805] lwgeom/Makefile, lwgeom/lwgeom_svg.c, lwgeom/lwpostgis.sql.in: Added AsSVG(). -2004-09-13 08:48 Sandro Santilli <strk@keybit.net> +2004-09-13 08:48 Sandro Santilli <strk@kbt.io> * [r804] doc/postgis.xml: Added POINT rendering info for AsSVG function @@ -64955,30 +69017,30 @@ * [r800] postgis_svg.c: Added Log tag to header. -2004-09-10 15:52 Sandro Santilli <strk@keybit.net> +2004-09-10 15:52 Sandro Santilli <strk@kbt.io> * [r799] doc/postgis.xml: Added asSVG documentation -2004-09-10 13:26 Sandro Santilli <strk@keybit.net> +2004-09-10 13:26 Sandro Santilli <strk@kbt.io> * [r798] lwgeom/MISSING_OBJECTS: updated -2004-09-10 13:25 Sandro Santilli <strk@keybit.net> +2004-09-10 13:25 Sandro Santilli <strk@kbt.io> * [r797] postgis_svg.c: fixed a memory fault -2004-09-10 12:49 Sandro Santilli <strk@keybit.net> +2004-09-10 12:49 Sandro Santilli <strk@kbt.io> * [r796] Makefile, postgis.sql.in, postgis_svg.c: Included SVG output function, modified to have precision expressed in terms of significant digits. -2004-09-10 08:48 Sandro Santilli <strk@keybit.net> +2004-09-10 08:48 Sandro Santilli <strk@kbt.io> * [r795] lwgeom/MISSING_OBJECTS, lwgeom/lwpostgis.sql.in: Added all ..FromWKB functions, asbinary(geom) and bytea<->geom casts -2004-09-10 07:36 Sandro Santilli <strk@keybit.net> +2004-09-10 07:36 Sandro Santilli <strk@kbt.io> * [r794] lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: asbinary(), geomfromwkb @@ -65007,41 +69069,41 @@ * [r789] doc/Makefile: Add --output flag to html build rule -2004-09-08 16:34 Sandro Santilli <strk@keybit.net> +2004-09-08 16:34 Sandro Santilli <strk@kbt.io> * [r788] lwgeom/TODO, lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: some bug fixes... geometry_analyze added -2004-09-08 14:30 Sandro Santilli <strk@keybit.net> +2004-09-08 14:30 Sandro Santilli <strk@kbt.io> * [r787] doc/postgis.xml: Fixed bug in GEOS link reference -2004-09-08 14:27 Sandro Santilli <strk@keybit.net> +2004-09-08 14:27 Sandro Santilli <strk@kbt.io> * [r786] lwgeom/MISSING_OBJECTS: updated -2004-09-08 14:19 Sandro Santilli <strk@keybit.net> +2004-09-08 14:19 Sandro Santilli <strk@kbt.io> * [r785] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h, lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added segmentize() -2004-09-08 14:18 Sandro Santilli <strk@keybit.net> +2004-09-08 14:18 Sandro Santilli <strk@kbt.io> * [r784] doc/postgis.xml: Added segmentize(geom,double) documentation -2004-09-08 10:57 Sandro Santilli <strk@keybit.net> +2004-09-08 10:57 Sandro Santilli <strk@kbt.io> * [r783] lwgeom/MISSING_OBJECTS: updated -2004-09-08 10:44 Sandro Santilli <strk@keybit.net> +2004-09-08 10:44 Sandro Santilli <strk@kbt.io> * [r782] doc/Makefile: re-introduced 'jw' optional production method -2004-09-08 10:25 Sandro Santilli <strk@keybit.net> +2004-09-08 10:25 Sandro Santilli <strk@kbt.io> * [r781] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Fixed a bug in the @@ -65069,27 +69131,27 @@ * [r776] doc/Makefile: Changed Docbook processing from DSSSL to XSL. -2004-09-07 17:04 Sandro Santilli <strk@keybit.net> +2004-09-07 17:04 Sandro Santilli <strk@kbt.io> * [r775] lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/TODO, lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c, lwgeom/lwpostgis.sql.in: GEOS support added. -2004-09-07 07:47 Sandro Santilli <strk@keybit.net> +2004-09-07 07:47 Sandro Santilli <strk@kbt.io> * [r774] lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom.h, lwgeom/lwpostgis.sql.in: Added CHIP type and support funx -2004-09-06 16:18 Sandro Santilli <strk@keybit.net> +2004-09-06 16:18 Sandro Santilli <strk@kbt.io> * [r773] lwgeom/lwgeom.h: updated some comments -2004-09-06 16:05 Sandro Santilli <strk@keybit.net> +2004-09-06 16:05 Sandro Santilli <strk@kbt.io> * [r772] lwgeom/MISSING_OBJECTS, lwgeom/TODO: updated -2004-09-06 16:04 Sandro Santilli <strk@keybit.net> +2004-09-06 16:04 Sandro Santilli <strk@kbt.io> * [r771] lwgeom/MISSING_OBJECTS, lwgeom/TODO, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c, @@ -65099,12 +69161,12 @@ for EMPTY geometries. Ported DP simplifier. -2004-09-06 12:24 Sandro Santilli <strk@keybit.net> +2004-09-06 12:24 Sandro Santilli <strk@kbt.io> * [r770] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added IsEmpty() -2004-09-06 10:37 Sandro Santilli <strk@keybit.net> +2004-09-06 10:37 Sandro Santilli <strk@kbt.io> * [r769] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c, @@ -65112,14 +69174,14 @@ lwgeom/lwpostgis.sql.in: Finished BOX3D functions porting. Added envelope() and extent3d(). -2004-09-06 09:32 Sandro Santilli <strk@keybit.net> +2004-09-06 09:32 Sandro Santilli <strk@kbt.io> * [r768] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c, lwgeom/lwpostgis.sql.in: Added min/max coordinates from box2d and box3d. Made geometry->box3d cast actually use 'z' value. -2004-09-06 09:13 Sandro Santilli <strk@keybit.net> +2004-09-06 09:13 Sandro Santilli <strk@kbt.io> * [r767] lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c, @@ -65143,22 +69205,22 @@ * [r763] doc/postgis.xml: Removed < sign and replaced with < -2004-08-27 16:01 Sandro Santilli <strk@keybit.net> +2004-08-27 16:01 Sandro Santilli <strk@kbt.io> * [r762] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added geom_accum(), collect_garray() and collect() -2004-08-27 15:04 Sandro Santilli <strk@keybit.net> +2004-08-27 15:04 Sandro Santilli <strk@kbt.io> * [r761] lwgeom/MISSING_OBJECTS, lwgeom/TODO: updated -2004-08-27 15:03 Sandro Santilli <strk@keybit.net> +2004-08-27 15:03 Sandro Santilli <strk@kbt.io> * [r760] lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c: Fixed bug in lwgeom_explode allocating less memory then needed. -2004-08-27 14:35 Sandro Santilli <strk@keybit.net> +2004-08-27 14:35 Sandro Santilli <strk@kbt.io> * [r759] lwgeom/MISSING_OBJECTS, lwgeom/TODO, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c, @@ -65167,80 +69229,80 @@ Added collector() function and memcollect() aggregate. Still faulting... -2004-08-27 08:13 Sandro Santilli <strk@keybit.net> +2004-08-27 08:13 Sandro Santilli <strk@kbt.io> * [r758] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added point_inside_circle() and translate() -2004-08-27 08:12 Sandro Santilli <strk@keybit.net> +2004-08-27 08:12 Sandro Santilli <strk@kbt.io> * [r757] doc/postgis.xml: Fixed typo ( mem_collect ==> memcollect ) -2004-08-26 16:55 Sandro Santilli <strk@keybit.net> +2004-08-26 16:55 Sandro Santilli <strk@kbt.io> * [r756] lwgeom/lwgeom_functions_basic.c, postgis_fn.c: max_distance() raises an 'unimplemented yet' error. -2004-08-26 16:44 Sandro Santilli <strk@keybit.net> +2004-08-26 16:44 Sandro Santilli <strk@kbt.io> * [r755] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added nrings(geom), multi(geom) and all of <type>FromText(geom, [srid]) -2004-08-26 15:04 Sandro Santilli <strk@keybit.net> +2004-08-26 15:04 Sandro Santilli <strk@kbt.io> * [r754] lwgeom/TODO: updated -2004-08-26 15:02 Sandro Santilli <strk@keybit.net> +2004-08-26 15:02 Sandro Santilli <strk@kbt.io> * [r753] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added (bogus) max_distance(geom,geom) -2004-08-26 12:55 Sandro Santilli <strk@keybit.net> +2004-08-26 12:55 Sandro Santilli <strk@kbt.io> * [r752] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added distance(geometry) and all support functions. -2004-08-26 12:54 Sandro Santilli <strk@keybit.net> +2004-08-26 12:54 Sandro Santilli <strk@kbt.io> * [r751] lwgeom/TODO: Added a note about spheroid computation -2004-08-26 08:57 Sandro Santilli <strk@keybit.net> +2004-08-26 08:57 Sandro Santilli <strk@kbt.io> * [r750] lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom.h, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_spheroid.c, lwgeom/lwpostgis.sql.in: Added spheroid type and functions -2004-08-25 15:28 Sandro Santilli <strk@keybit.net> +2004-08-25 15:28 Sandro Santilli <strk@kbt.io> * [r749] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Added IsClosed() and force_collection() -2004-08-25 15:26 Sandro Santilli <strk@keybit.net> +2004-08-25 15:26 Sandro Santilli <strk@kbt.io> * [r748] lwgeom/lwgeom.h: Added macros for LWGEOM.type manipulation -2004-08-25 13:41 Sandro Santilli <strk@keybit.net> +2004-08-25 13:41 Sandro Santilli <strk@kbt.io> * [r747] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added force_3d -2004-08-25 12:32 Sandro Santilli <strk@keybit.net> +2004-08-25 12:32 Sandro Santilli <strk@kbt.io> * [r746] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added perimeter,perimeter2d,perimeter3d. Modified length,length2d,length3d semantic. Added force_2d. -2004-08-25 12:29 Sandro Santilli <strk@keybit.net> +2004-08-25 12:29 Sandro Santilli <strk@kbt.io> * [r745] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added serialized functions writing to a pre-allocated buffer. -2004-08-25 07:29 Sandro Santilli <strk@keybit.net> +2004-08-25 07:29 Sandro Santilli <strk@kbt.io> * [r744] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, @@ -65248,145 +69310,145 @@ lwgeom_inout.c to lwgeom_ogc.c. Added area2d (area) to lwgeom_functions_basic.c -2004-08-25 07:28 Sandro Santilli <strk@keybit.net> +2004-08-25 07:28 Sandro Santilli <strk@kbt.io> * [r743] lwgeom/Makefile, lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Added lwgeom_pg to contain PG-specific functions/interfaces. -2004-08-24 16:33 Sandro Santilli <strk@keybit.net> +2004-08-24 16:33 Sandro Santilli <strk@kbt.io> * [r742] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Added StartPoint(), EndPoint() -2004-08-24 16:20 Sandro Santilli <strk@keybit.net> +2004-08-24 16:20 Sandro Santilli <strk@kbt.io> * [r741] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Added X(), Y() and Z() funx -2004-08-24 15:50 Sandro Santilli <strk@keybit.net> +2004-08-24 15:50 Sandro Santilli <strk@kbt.io> * [r740] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: PointN() ported. -2004-08-24 15:10 Sandro Santilli <strk@keybit.net> +2004-08-24 15:10 Sandro Santilli <strk@kbt.io> * [r739] lwgeom/lwgeom_ogc.c: fixed a bug preventing ExteriorRing() and InteriorRingN from setting the correct SRID. -2004-08-24 15:07 Sandro Santilli <strk@keybit.net> +2004-08-24 15:07 Sandro Santilli <strk@kbt.io> * [r738] lwgeom/TODO: updated -2004-08-24 15:05 Sandro Santilli <strk@keybit.net> +2004-08-24 15:05 Sandro Santilli <strk@kbt.io> * [r737] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Added NumInteriorRings() and InteriorRingN() -2004-08-24 14:48 Sandro Santilli <strk@keybit.net> +2004-08-24 14:48 Sandro Santilli <strk@kbt.io> * [r736] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Added dimension() and exteriorring() -2004-08-24 14:47 Sandro Santilli <strk@keybit.net> +2004-08-24 14:47 Sandro Santilli <strk@kbt.io> * [r735] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added LWGEOM_construct() function to easy the work of dealing with SRID/BBOX optional embedding. -2004-08-24 13:45 Sandro Santilli <strk@keybit.net> +2004-08-24 13:45 Sandro Santilli <strk@kbt.io> * [r734] lwgeom/lwgeom_api.c: Fixed a bug in lwgeom_getSRID() -2004-08-24 13:35 Sandro Santilli <strk@keybit.net> +2004-08-24 13:35 Sandro Santilli <strk@kbt.io> * [r733] lwgeom/lwgeom_api.c: Indentation and debugging output. -2004-08-24 13:34 Sandro Santilli <strk@keybit.net> +2004-08-24 13:34 Sandro Santilli <strk@kbt.io> * [r732] lwgeom/lwgeom.h: fixed a typo in a comment -2004-08-24 13:33 Sandro Santilli <strk@keybit.net> +2004-08-24 13:33 Sandro Santilli <strk@kbt.io> * [r731] lwgeom/lwgeom_inout.c: Fixed a bug in LWGEOM_addBBOX preventing it to detect missing BBOX embedding. -2004-08-24 10:01 Sandro Santilli <strk@keybit.net> +2004-08-24 10:01 Sandro Santilli <strk@kbt.io> * [r730] lwgeom/Makefile, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: OGC functions (not implemented by GEOS) moved to lwgeom_ogc.c. Renamed PG-exposed functions to start with LWGEOM -2004-08-24 09:34 Sandro Santilli <strk@keybit.net> +2004-08-24 09:34 Sandro Santilli <strk@kbt.io> * [r729] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added npoints,numpoints,numgeometries,geometryn -2004-08-24 07:40 Sandro Santilli <strk@keybit.net> +2004-08-24 07:40 Sandro Santilli <strk@kbt.io> * [r728] lwgeom/lwgeom_transform.c: transformation work made on an input copy (made by setSRID). previous behaviour was unsafe (scribbling input object). -2004-08-24 07:32 Sandro Santilli <strk@keybit.net> +2004-08-24 07:32 Sandro Santilli <strk@kbt.io> * [r727] lwgeom/TODO: initial import -2004-08-24 06:59 Sandro Santilli <strk@keybit.net> +2004-08-24 06:59 Sandro Santilli <strk@kbt.io> * [r726] lwgeom/lwgeom_functions_basic.c: added missing prototype -2004-08-24 06:56 Sandro Santilli <strk@keybit.net> +2004-08-24 06:56 Sandro Santilli <strk@kbt.io> * [r725] lwgeom/Makefile: geos version detector and wrapper used from parent directory -2004-08-23 16:05 Sandro Santilli <strk@keybit.net> +2004-08-23 16:05 Sandro Santilli <strk@kbt.io> * [r724] lwgeom/lwgeom_api.c: fixed typo -2004-08-23 15:57 Sandro Santilli <strk@keybit.net> +2004-08-23 15:57 Sandro Santilli <strk@kbt.io> * [r723] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_geos.c, lwgeom/lwpostgis.sql.in: versioning functions completed -2004-08-23 15:41 Sandro Santilli <strk@keybit.net> +2004-08-23 15:41 Sandro Santilli <strk@kbt.io> * [r722] lwgeom/Makefile: changed install rule to install lwpostgis.sql instead of lwgeom.sql -2004-08-23 15:37 Sandro Santilli <strk@keybit.net> +2004-08-23 15:37 Sandro Santilli <strk@kbt.io> * [r721] Makefile, lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c, lwgeom/lwpostgis.sql.in, postgis_geos.c: Changed SCRIPTS_VERSION to 0.0.1 -2004-08-23 13:54 Sandro Santilli <strk@keybit.net> +2004-08-23 13:54 Sandro Santilli <strk@kbt.io> * [r720] lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom_transform.c: proj support added -2004-08-23 13:40 Sandro Santilli <strk@keybit.net> +2004-08-23 13:40 Sandro Santilli <strk@kbt.io> * [r719] lwgeom/lwgeom_functions_basic.c: deleted debugging block from summary() fn -2004-08-23 13:38 Sandro Santilli <strk@keybit.net> +2004-08-23 13:38 Sandro Santilli <strk@kbt.io> * [r718] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added getPoint(POINTARRAY *pts, int ptnum) -2004-08-23 10:49 Sandro Santilli <strk@keybit.net> +2004-08-23 10:49 Sandro Santilli <strk@kbt.io> * [r717] lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c: Fixed a bug in serializedform length computation (for collection). -2004-08-23 08:32 Sandro Santilli <strk@keybit.net> +2004-08-23 08:32 Sandro Santilli <strk@kbt.io> * [r716] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c, @@ -65395,29 +69457,29 @@ Added summary(geometry). Some indentation. -2004-08-20 16:36 Sandro Santilli <strk@keybit.net> +2004-08-20 16:36 Sandro Santilli <strk@kbt.io> * [r715] lwgeom/lwpostgis.sql.in: transform() support -2004-08-20 16:35 Sandro Santilli <strk@keybit.net> +2004-08-20 16:35 Sandro Santilli <strk@kbt.io> * [r714] lwgeom/lwgeom_transform.c: initial skel for transform() -2004-08-20 14:54 Sandro Santilli <strk@keybit.net> +2004-08-20 14:54 Sandro Santilli <strk@kbt.io> * [r713] lwgeom/MISSING_OBJECTS: updated -2004-08-20 14:54 Sandro Santilli <strk@keybit.net> +2004-08-20 14:54 Sandro Santilli <strk@kbt.io> * [r712] lwgeom/lwpostgis.sql.in: gist operators support functions renamed to allow for finer control by postgis_restore.pl -2004-08-20 14:52 Sandro Santilli <strk@keybit.net> +2004-08-20 14:52 Sandro Santilli <strk@kbt.io> * [r711] utils/postgis_restore.pl: Hardcoded some functions being obsoleted -2004-08-20 14:08 Sandro Santilli <strk@keybit.net> +2004-08-20 14:08 Sandro Santilli <strk@kbt.io> * [r710] lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_btree.c, @@ -65428,109 +69490,109 @@ Made lwgeom_setSRID an API function. Added LWGEOM_setAllocator(). -2004-08-20 10:24 Sandro Santilli <strk@keybit.net> +2004-08-20 10:24 Sandro Santilli <strk@kbt.io> * [r709] lwgeom, lwgeom/.cvsignore: Added lwpostgis.sql -2004-08-20 10:23 Sandro Santilli <strk@keybit.net> +2004-08-20 10:23 Sandro Santilli <strk@kbt.io> * [r708] postgis_debug.c: removed leak from mem_size() -2004-08-20 09:35 Sandro Santilli <strk@keybit.net> +2004-08-20 09:35 Sandro Santilli <strk@kbt.io> * [r707] lwgeom/lwgeom_functions_basic.c: lwgeom_mem_size uses int32 cast instead of int -2004-08-20 09:31 Sandro Santilli <strk@keybit.net> +2004-08-20 09:31 Sandro Santilli <strk@kbt.io> * [r706] lwgeom/lwgeom_functions_basic.c: bug fixed in lwgeom_mem_size -2004-08-20 08:14 Sandro Santilli <strk@keybit.net> +2004-08-20 08:14 Sandro Santilli <strk@kbt.io> * [r705] loader/shp2pgsql.c: Whole output wrapped in transaction blocks. Drops are out of transaction, and multiple transactions are used for INSERT mode. -2004-08-20 07:57 Sandro Santilli <strk@keybit.net> +2004-08-20 07:57 Sandro Santilli <strk@kbt.io> * [r704] loader/shp2pgsql.c: Fixed a bug in 'append-mode'. Added -g switch to specify geometry column. Added a note about -d mode conceptual bugs. -2004-08-19 14:16 Sandro Santilli <strk@keybit.net> +2004-08-19 14:16 Sandro Santilli <strk@kbt.io> * [r703] lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c: indentation fixes -2004-08-19 14:15 Sandro Santilli <strk@keybit.net> +2004-08-19 14:15 Sandro Santilli <strk@kbt.io> * [r702] lwgeom/Makefile: added lwpostgis.sql build rule -2004-08-19 14:05 Sandro Santilli <strk@keybit.net> +2004-08-19 14:05 Sandro Santilli <strk@kbt.io> * [r701] lwgeom/lwgeom_gist.c: Added finite coordinate check. Reduced required bounding box copies. -2004-08-19 13:57 Sandro Santilli <strk@keybit.net> +2004-08-19 13:57 Sandro Santilli <strk@kbt.io> * [r700] lwgeom/MISSING_OBJECTS: mem_size removed from list -2004-08-19 13:56 Sandro Santilli <strk@keybit.net> +2004-08-19 13:56 Sandro Santilli <strk@kbt.io> * [r699] lwgeom/lwgeom_functions_basic.c: Added mem_size(lwgeom) -2004-08-19 13:54 Sandro Santilli <strk@keybit.net> +2004-08-19 13:54 Sandro Santilli <strk@kbt.io> * [r698] lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in: cpp checks updated to use 80 instead of 75 for USE_VERSION -2004-08-19 13:49 Sandro Santilli <strk@keybit.net> +2004-08-19 13:49 Sandro Santilli <strk@kbt.io> * [r697] lwgeom/lwpostgis.sql.in: initial import -2004-08-19 13:21 Sandro Santilli <strk@keybit.net> +2004-08-19 13:21 Sandro Santilli <strk@kbt.io> * [r696] lwgeom/MISSING_OBJECTS: initial import -2004-08-19 13:18 Sandro Santilli <strk@keybit.net> +2004-08-19 13:18 Sandro Santilli <strk@kbt.io> * [r695] lwgeom/lwgeom_estimate.c: Added selectivity estimation -2004-08-19 13:16 Sandro Santilli <strk@keybit.net> +2004-08-19 13:16 Sandro Santilli <strk@kbt.io> * [r694] lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c: some indentation fixes -2004-08-19 13:10 Sandro Santilli <strk@keybit.net> +2004-08-19 13:10 Sandro Santilli <strk@kbt.io> * [r693] lwgeom/lwgeom_btree.c: fixed typos -2004-08-19 12:29 Sandro Santilli <strk@keybit.net> +2004-08-19 12:29 Sandro Santilli <strk@kbt.io> * [r692] lwgeom/Makefile: added btree index support file -2004-08-19 12:28 Sandro Santilli <strk@keybit.net> +2004-08-19 12:28 Sandro Santilli <strk@kbt.io> * [r691] lwgeom/lwgeom_btree.c: added btree index support -2004-08-19 10:52 Sandro Santilli <strk@keybit.net> +2004-08-19 10:52 Sandro Santilli <strk@kbt.io> * [r690] utils/postgis_restore.pl: Fixed a bug in ascii dump "CREATE OPERATOR" scan -2004-08-19 09:30 Sandro Santilli <strk@keybit.net> +2004-08-19 09:30 Sandro Santilli <strk@kbt.io> * [r689] postgis.sql.in: rename_geometry_table_constraints() re-introduced to make constraint names conformant. -2004-08-19 09:28 Sandro Santilli <strk@keybit.net> +2004-08-19 09:28 Sandro Santilli <strk@kbt.io> * [r688] lwgeom/lwgeom.h: fixed some of the buch of broken comments -2004-08-19 06:15 Sandro Santilli <strk@keybit.net> +2004-08-19 06:15 Sandro Santilli <strk@kbt.io> * [r687] Makefile, lwgeom/Makefile, lwgeom/lwgeom_gist.c, postgis.h, postgis.sql.in, postgis_estimate.c, postgis_gist_72.c: @@ -65542,49 +69604,49 @@ and source code location in the Makefile to add context for new users. -2004-08-18 13:46 Sandro Santilli <strk@keybit.net> +2004-08-18 13:46 Sandro Santilli <strk@kbt.io> * [r685] lwgeom/lwgeom_gist.c: Added PG80 (75) patches. -2004-08-18 13:21 Sandro Santilli <strk@keybit.net> +2004-08-18 13:21 Sandro Santilli <strk@kbt.io> * [r684] utils/postgis_restore.pl: Added skip of postgisgistcostestimate (obsoleted) -2004-08-18 08:26 Sandro Santilli <strk@keybit.net> +2004-08-18 08:26 Sandro Santilli <strk@kbt.io> * [r683] postgis.sql.in: Spatial table constraints names get column name appended. rename_geometry_table_constraints() obsoleted. -2004-08-17 15:27 Sandro Santilli <strk@keybit.net> +2004-08-17 15:27 Sandro Santilli <strk@kbt.io> * [r682] lwgeom/lwgeom.sql.in, lwgeom/lwgeom_functions_basic.c: added extent(lwgeom) and support functions. -2004-08-17 14:35 Sandro Santilli <strk@keybit.net> +2004-08-17 14:35 Sandro Santilli <strk@kbt.io> * [r681] lwgeom/lwgeom.sql.in: SRID(geometry) changed to SRID(lwgeom) -2004-08-17 14:30 Sandro Santilli <strk@keybit.net> +2004-08-17 14:30 Sandro Santilli <strk@kbt.io> * [r680] utils/postgis_restore.pl: Initial support for geometry->lwgeom switch (dump objects defined for 'geometry' are considered same of sql object defined for 'oldgeometry') -2004-08-17 14:28 Sandro Santilli <strk@keybit.net> +2004-08-17 14:28 Sandro Santilli <strk@kbt.io> * [r679] lwgeom/lwgeom.sql.in: Added SRID(geometry) for backward compatibility -2004-08-17 14:21 Sandro Santilli <strk@keybit.net> +2004-08-17 14:21 Sandro Santilli <strk@kbt.io> * [r678] lwgeom/lwgeom.sql.in, lwgeom/lwgeom_functions_basic.c: Added geometrytype(LWGEOM) -2004-08-16 20:38 Sandro Santilli <strk@keybit.net> +2004-08-16 20:38 Sandro Santilli <strk@kbt.io> * [r677] utils/postgis_restore.pl: OPERATOR parsing bug fixed. Schema removal improoved. More test reports. @@ -65597,73 +69659,73 @@ PostgreSQL source tree when compiling PostgreSQL ready for PostGIS. -2004-08-16 10:46 Sandro Santilli <strk@keybit.net> +2004-08-16 10:46 Sandro Santilli <strk@kbt.io> * [r675] Makefile: GEOS version extraction not attempted if USE_GEOS is not set to 1. -2004-08-13 12:29 Sandro Santilli <strk@keybit.net> +2004-08-13 12:29 Sandro Santilli <strk@kbt.io> * [r674] utils/postgis_restore.pl: Support dump generated by pg_dump 7.4 -2004-08-11 17:07 Sandro Santilli <strk@keybit.net> +2004-08-11 17:07 Sandro Santilli <strk@kbt.io> * [r673] postgis_inout.c: Fixed a bug in non-finite Z check -2004-08-10 21:09 Sandro Santilli <strk@keybit.net> +2004-08-10 21:09 Sandro Santilli <strk@kbt.io> * [r672] postgis_transform.c: changed proj version extractor to support pre 4.4.8 releases -2004-08-08 18:10 Sandro Santilli <strk@keybit.net> +2004-08-08 18:10 Sandro Santilli <strk@kbt.io> * [r671] utils/postgis_restore.pl: reduced psql invocation to a single one. -2004-08-08 18:09 Sandro Santilli <strk@keybit.net> +2004-08-08 18:09 Sandro Santilli <strk@kbt.io> * [r670] lwgeom/Makefile, lwgeom/lwgeom.sql.in: lwgeom.sql production follow postgis.sql production rules (cpp usage) -2004-08-08 18:09 Sandro Santilli <strk@keybit.net> +2004-08-08 18:09 Sandro Santilli <strk@kbt.io> * [r669] create_undef.pl: Added missing required parameter to usage string -2004-08-07 12:13 Sandro Santilli <strk@keybit.net> +2004-08-07 12:13 Sandro Santilli <strk@kbt.io> * [r668] utils/postgis_restore.pl: more header comments -2004-08-06 09:54 Sandro Santilli <strk@keybit.net> +2004-08-06 09:54 Sandro Santilli <strk@kbt.io> * [r667] utils/postgis_restore.pl: added handling of operators and operator classes (skip postgis defined, keep others) -2004-08-06 08:08 Sandro Santilli <strk@keybit.net> +2004-08-06 08:08 Sandro Santilli <strk@kbt.io> * [r666] utils/postgis_restore.pl: perl detection and bug fixes. -2004-08-05 20:00 Sandro Santilli <strk@keybit.net> +2004-08-05 20:00 Sandro Santilli <strk@kbt.io> * [r665] loader/shp2pgsql.c: Another schema support bug from Mark -2004-08-05 19:12 Sandro Santilli <strk@keybit.net> +2004-08-05 19:12 Sandro Santilli <strk@kbt.io> * [r664] utils/postgis_restore.pl: fixed bug in automatic perl invokation -2004-08-05 16:53 Sandro Santilli <strk@keybit.net> +2004-08-05 16:53 Sandro Santilli <strk@kbt.io> * [r663] loader/pgsql2shp.c, loader/shp2pgsql.c: schema support patches sent by Mark -2004-08-03 09:41 Sandro Santilli <strk@keybit.net> +2004-08-03 09:41 Sandro Santilli <strk@kbt.io> * [r662] utils/postgis_restore.pl: geometry_columns and spatial_ref_sys back created from dump -2004-08-03 09:30 Sandro Santilli <strk@keybit.net> +2004-08-03 09:30 Sandro Santilli <strk@kbt.io> * [r661] utils/postgis_restore.pl: Always added 'public' to search_path, to bypass pg_dump loss of @@ -65671,38 +69733,38 @@ Added automatic 'perl' invocation. Reduced output (set $DEBUG=1 to have it back). -2004-08-03 09:29 Sandro Santilli <strk@keybit.net> +2004-08-03 09:29 Sandro Santilli <strk@kbt.io> * [r660] utils/README: updated -2004-08-03 07:58 Sandro Santilli <strk@keybit.net> +2004-08-03 07:58 Sandro Santilli <strk@kbt.io> * [r659] utils/postgis_restore.pl: handling of more cases -2004-08-02 19:03 Sandro Santilli <strk@keybit.net> +2004-08-02 19:03 Sandro Santilli <strk@kbt.io> * [r658] utils/postgis_restore.pl: initial import -2004-08-02 16:27 Sandro Santilli <strk@keybit.net> +2004-08-02 16:27 Sandro Santilli <strk@kbt.io> * [r657] postgis.sql.in: Fixed format bugs (needed for postgis_undef.pl to work) -2004-07-29 14:10 Sandro Santilli <strk@keybit.net> +2004-07-29 14:10 Sandro Santilli <strk@kbt.io> * [r656] loader/shp2pgsql.c: Unability to open a shapefile or dbffile reported more nicely. -2004-07-28 17:32 Sandro Santilli <strk@keybit.net> +2004-07-28 17:32 Sandro Santilli <strk@kbt.io> * [r655] doc/postgis.xml: Added postgis_full_version(), marked postgis_version() as deprecated. -2004-07-28 16:15 Sandro Santilli <strk@keybit.net> +2004-07-28 16:15 Sandro Santilli <strk@kbt.io> * [r654] postgis.sql.in: Fixed a bug in postgis_full_version() -2004-07-28 16:10 Sandro Santilli <strk@keybit.net> +2004-07-28 16:10 Sandro Santilli <strk@kbt.io> * [r653] doc/postgis.xml, postgis.sql.in, postgis_fn.c, postgis_geos.c, postgis_transform.c: Changed all version @@ -65711,76 +69773,76 @@ Added postgis_scripts_released(). Added postgis_full_version(). -2004-07-28 13:37 Sandro Santilli <strk@keybit.net> +2004-07-28 13:37 Sandro Santilli <strk@kbt.io> * [r652] doc/postgis.xml, postgis.h, postgis_fn.c, postgis_geos.c: Added postgis_uses_stats and postgis_scripts_version. Experimented with PIP short-circuit in within/contains functions. Documented new version functions. -2004-07-28 10:52 Sandro Santilli <strk@keybit.net> +2004-07-28 10:52 Sandro Santilli <strk@kbt.io> * [r651] Makefile, postgis.sql.in: Added postgis_scripts_version -2004-07-27 17:51 Sandro Santilli <strk@keybit.net> +2004-07-27 17:51 Sandro Santilli <strk@kbt.io> * [r650] postgis_geos.c: short-circuit test for 'contains' -2004-07-27 17:49 Sandro Santilli <strk@keybit.net> +2004-07-27 17:49 Sandro Santilli <strk@kbt.io> * [r649] postgis_geos.c: Added short-circuit test for the within function. -2004-07-23 21:24 Sandro Santilli <strk@keybit.net> +2004-07-23 21:24 Sandro Santilli <strk@kbt.io> * [r648] postgis.h, postgis.sql.in, postgis_transform.c: Added postgis_proj_version() -2004-07-22 16:58 Sandro Santilli <strk@keybit.net> +2004-07-22 16:58 Sandro Santilli <strk@kbt.io> * [r647] postgis_geos.c, postgis_geos_wrapper.cpp: Updated to reflect geos version string split. -2004-07-22 16:20 Sandro Santilli <strk@keybit.net> +2004-07-22 16:20 Sandro Santilli <strk@kbt.io> * [r646] Makefile, postgis.h, postgis.sql.in, postgis_fn.c, postgis_geos.c, postgis_geos_wrapper.cpp, postgis_transform.c: Added postgis_lib_version() and postgis_geos_version() -2004-07-19 16:24 Sandro Santilli <strk@keybit.net> +2004-07-19 16:24 Sandro Santilli <strk@kbt.io> * [r645] loader/shp2pgsql.c: Added -i switch -2004-07-17 09:52 Sandro Santilli <strk@keybit.net> +2004-07-17 09:52 Sandro Santilli <strk@kbt.io> * [r644] postgis_geos_wrapper.cpp: GEOS multi-version support switches implemented with GEOS_LAST_INTERFACE -2004-07-17 09:52 Sandro Santilli <strk@keybit.net> +2004-07-17 09:52 Sandro Santilli <strk@kbt.io> * [r643] geos_version.sh: Added GEOS_FIRST_INTERFACE, GEOS_LAST_INTERFACE, GEOS_JTS_PORT detection -2004-07-17 09:51 Sandro Santilli <strk@keybit.net> +2004-07-17 09:51 Sandro Santilli <strk@kbt.io> * [r642] Makefile: Modified to always detect geos version (no deps) -2004-07-08 19:33 Sandro Santilli <strk@keybit.net> +2004-07-08 19:33 Sandro Santilli <strk@kbt.io> * [r641] postgis_geos_wrapper.cpp: Updated to respect CoordinateSequence GEOS interface switch. -2004-07-02 13:33 Sandro Santilli <strk@keybit.net> +2004-07-02 13:33 Sandro Santilli <strk@kbt.io> * [r640] Makefile, postgis_geos_wrapper.cpp: Changed GEOS header inclusion mechanism to be more polite -2004-07-01 17:02 Sandro Santilli <strk@keybit.net> +2004-07-01 17:02 Sandro Santilli <strk@kbt.io> * [r639] postgis_geos_wrapper.cpp: Updated to support latest GEOS API. -2004-07-01 17:02 Sandro Santilli <strk@keybit.net> +2004-07-01 17:02 Sandro Santilli <strk@kbt.io> * [r638] postgis_geos.c: Updated to support latest GEOS (actually removed all geos-version related @@ -65792,147 +69854,147 @@ * [r637] jdbc/examples/TestServer.java: Compile patch from Markus Schaber -2004-06-22 16:52 Sandro Santilli <strk@keybit.net> +2004-06-22 16:52 Sandro Santilli <strk@kbt.io> * [r636] postgis_estimate.c: Standard deviation factor used in histogram extent computation made a compile-time define. -2004-06-22 11:05 Sandro Santilli <strk@keybit.net> +2004-06-22 11:05 Sandro Santilli <strk@kbt.io> * [r635] loader/shp2pgsql.c: Handled empty strings in numeric fields as '0'es... pg_atoi() does not do this (while atoi() does). -2004-06-18 17:11 Sandro Santilli <strk@keybit.net> +2004-06-18 17:11 Sandro Santilli <strk@kbt.io> * [r634] geos_version.sh: Fixed a bug in minor version extractor. Wrapped GEOS_VERSION in an #ifndef block. More runtime checks. -2004-06-16 20:04 Sandro Santilli <strk@keybit.net> +2004-06-16 20:04 Sandro Santilli <strk@kbt.io> * [r633] Makefile: added geos_version.sh as dependency of postgis_geos_version.h rule -2004-06-16 19:59 Sandro Santilli <strk@keybit.net> +2004-06-16 19:59 Sandro Santilli <strk@kbt.io> * [r632] geos_version.sh, postgis_geos.c, postgis_geos_wrapper.cpp: Changed GEOS_VERSION to POSTGIS_GEOS_VERSION to avoid future clashes -2004-06-16 19:37 Sandro Santilli <strk@keybit.net> +2004-06-16 19:37 Sandro Santilli <strk@kbt.io> * [r631] postgis_geos.c, postgis_geos_wrapper.cpp: Added cleanup needed for GEOS > 1.0 -2004-06-16 19:28 Sandro Santilli <strk@keybit.net> +2004-06-16 19:28 Sandro Santilli <strk@kbt.io> * [r630] geos_version.sh: fixed a typo in preprocessor define -2004-06-16 18:50 Sandro Santilli <strk@keybit.net> +2004-06-16 18:50 Sandro Santilli <strk@kbt.io> * [r629] ., .cvsignore, Makefile: Added postgis_geos_version.h to .cvsignore and to the list of files removed by the clean: rule. -2004-06-16 18:47 Sandro Santilli <strk@keybit.net> +2004-06-16 18:47 Sandro Santilli <strk@kbt.io> * [r628] Makefile, postgis_geos.c, postgis_geos_wrapper.cpp: Added code to detect geos version. Added appropriate includes in geos connectors. -2004-06-16 18:47 Sandro Santilli <strk@keybit.net> +2004-06-16 18:47 Sandro Santilli <strk@kbt.io> * [r627] geos_version.sh: initial import -2004-06-16 13:42 Sandro Santilli <strk@keybit.net> +2004-06-16 13:42 Sandro Santilli <strk@kbt.io> * [r626] loader/pgsql2shp.c: Added schema support in getMaxFieldSize. Added direct support for TIMESTAMP field types (thanks to Steffen Macke). -2004-06-16 13:14 Sandro Santilli <strk@keybit.net> +2004-06-16 13:14 Sandro Santilli <strk@kbt.io> * [r625] doc/postgis.xml: documented statistics gethering operations -2004-06-14 08:06 Sandro Santilli <strk@keybit.net> +2004-06-14 08:06 Sandro Santilli <strk@kbt.io> * [r624] create_undef.pl: fixed bogus support for PG71 -2004-06-14 07:48 Sandro Santilli <strk@keybit.net> +2004-06-14 07:48 Sandro Santilli <strk@kbt.io> * [r623] postgis_estimate.c: Histogram extent redefinition after hard deviant removal fixed to be "at most" the standard deviation based computed. -2004-06-11 11:38 Sandro Santilli <strk@keybit.net> +2004-06-11 11:38 Sandro Santilli <strk@kbt.io> * [r622] postgis_estimate.c: Infinite geometries handling. Histogram extent re-computation after 'hard deviant' features removal. -2004-06-10 18:54 Sandro Santilli <strk@keybit.net> +2004-06-10 18:54 Sandro Santilli <strk@kbt.io> * [r621] postgis_estimate.c: histogram grid size refined to use near-square cells. -2004-06-10 15:44 Sandro Santilli <strk@keybit.net> +2004-06-10 15:44 Sandro Santilli <strk@kbt.io> * [r620] postgis_estimate.c: Added standard deviation based histogram extent refinement -2004-06-10 13:42 Sandro Santilli <strk@keybit.net> +2004-06-10 13:42 Sandro Santilli <strk@kbt.io> * [r619] postgis_estimate.c: Separated the estimator code in an estimate_selectivity() function. Handled complete contaiment and complete miss of histogram by searc box. -2004-06-09 10:19 Sandro Santilli <strk@keybit.net> +2004-06-09 10:19 Sandro Santilli <strk@kbt.io> * [r618] Makefile, postgis_gist_72.c, postgis_gist_75.c: Moved changes needed for PG75 inside postgis_gist_72.c using #if switches. -2004-06-09 10:05 Sandro Santilli <strk@keybit.net> +2004-06-09 10:05 Sandro Santilli <strk@kbt.io> * [r617] Makefile: Added switch for GIST_SUPPORT=75 -2004-06-09 10:05 Sandro Santilli <strk@keybit.net> +2004-06-09 10:05 Sandro Santilli <strk@kbt.io> * [r616] postgis_gist_75.c: initial import -2004-06-09 09:35 Sandro Santilli <strk@keybit.net> +2004-06-09 09:35 Sandro Santilli <strk@kbt.io> * [r615] postgis_estimate.c: Removed partial pgsql List API copy -2004-06-09 09:08 Sandro Santilli <strk@keybit.net> +2004-06-09 09:08 Sandro Santilli <strk@kbt.io> * [r614] postgis_inout.c: changed index/rindex to strchr/strrchr -2004-06-09 09:06 Sandro Santilli <strk@keybit.net> +2004-06-09 09:06 Sandro Santilli <strk@kbt.io> * [r613] postgis.h: Added Romi's Win32 patches. -2004-06-08 17:49 Sandro Santilli <strk@keybit.net> +2004-06-08 17:49 Sandro Santilli <strk@kbt.io> * [r612] postgis_estimate.c: Fixed to build cleanly agains pg75 -2004-06-08 17:48 Sandro Santilli <strk@keybit.net> +2004-06-08 17:48 Sandro Santilli <strk@kbt.io> * [r611] postgis.sql.in: Compression of code terminated. Big blocks switched based on version have been removed. -2004-06-08 17:40 Sandro Santilli <strk@keybit.net> +2004-06-08 17:40 Sandro Santilli <strk@kbt.io> * [r610] lwgeom/regress/lwgeom_regress3_expected, lwgeom/regress/regress_lots_of_points.sql: removed user connect command -2004-06-08 15:18 Sandro Santilli <strk@keybit.net> +2004-06-08 15:18 Sandro Santilli <strk@kbt.io> * [r609] postgis.h, postgis_inout.c: Deleted prototype for isspace() in postgis.h @@ -65940,7 +70002,7 @@ which is the only module calling isspace(). This was needed to compile postgis against PG75(CVS). -2004-06-08 08:42 Sandro Santilli <strk@keybit.net> +2004-06-08 08:42 Sandro Santilli <strk@kbt.io> * [r608] Makefile, lwgeom/Makefile: MODULE_FILENAME path always defaults to $libdir, but is overridable @@ -65948,31 +70010,31 @@ cleaned up code. Made global and lwgeom Makefile conformant about this. -2004-06-08 08:20 Sandro Santilli <strk@keybit.net> +2004-06-08 08:20 Sandro Santilli <strk@kbt.io> * [r607] lwgeom/lwgparse.c: added 'static' modifiers for the 'error' function, possibly clashing with some other declaration -2004-06-07 17:58 Sandro Santilli <strk@keybit.net> +2004-06-07 17:58 Sandro Santilli <strk@kbt.io> * [r606] lwgeom/lwgparse.c: reverted change in lwg_parse_yyerror -2004-06-07 17:26 Sandro Santilli <strk@keybit.net> +2004-06-07 17:26 Sandro Santilli <strk@kbt.io> * [r605] Makefile: Default MODULE_FILENAME uses $libdir unless LPATH is set in the environment -2004-06-07 16:57 Sandro Santilli <strk@keybit.net> +2004-06-07 16:57 Sandro Santilli <strk@kbt.io> * [r604] postgis.sql.in: Removed obsolete postgisgistcostestimate function creation -2004-06-07 16:34 Sandro Santilli <strk@keybit.net> +2004-06-07 16:34 Sandro Santilli <strk@kbt.io> * [r603] Makefile: Removed postgis_old.sql from list of default rules -2004-06-07 16:32 Sandro Santilli <strk@keybit.net> +2004-06-07 16:32 Sandro Santilli <strk@kbt.io> * [r602] Attic, Attic/postgis_sql_71_end.sql.in, Attic/postgis_sql_71_start.sql.in, @@ -65987,47 +70049,47 @@ Attic/postgis_sql_common.sql.in: Moved old version-specific sql files under the Attic directory. -2004-06-07 16:32 Sandro Santilli <strk@keybit.net> +2004-06-07 16:32 Sandro Santilli <strk@kbt.io> * [r601] Attic: Moved old version-specific sql files under the Attic directory. -2004-06-07 16:11 Sandro Santilli <strk@keybit.net> +2004-06-07 16:11 Sandro Santilli <strk@kbt.io> * [r600] postgis.sql.in: AddGeometryColumns call table constraints 'enforce_srid' and 'enforce_geotype' -2004-06-07 15:32 Sandro Santilli <strk@keybit.net> +2004-06-07 15:32 Sandro Santilli <strk@kbt.io> * [r599] lwgeom/lwgparse.c: Fixed a bug killing the backend - lwg_parse_yyerror never called custom error handler -2004-06-07 10:07 Sandro Santilli <strk@keybit.net> +2004-06-07 10:07 Sandro Santilli <strk@kbt.io> * [r598] lwgeom/lwgeom_inout.c: allowed lower case in wkt -2004-06-07 09:16 Sandro Santilli <strk@keybit.net> +2004-06-07 09:16 Sandro Santilli <strk@kbt.io> * [r597] lwgeom/wktparse.lex, lwgeom/wktunparse.c: Added missing prototypes. -2004-06-04 15:24 Sandro Santilli <strk@keybit.net> +2004-06-04 15:24 Sandro Santilli <strk@kbt.io> * [r596] lwgeom, lwgeom/.cvsignore: Added y.output -2004-06-04 15:24 Sandro Santilli <strk@keybit.net> +2004-06-04 15:24 Sandro Santilli <strk@kbt.io> * [r595] lwgeom/Makefile: Added more cleanup -2004-06-04 15:23 Sandro Santilli <strk@keybit.net> +2004-06-04 15:23 Sandro Santilli <strk@kbt.io> * [r594] lwgeom/wktparse.y: added semicolumns at end of blocks -2004-06-04 15:21 Sandro Santilli <strk@keybit.net> +2004-06-04 15:21 Sandro Santilli <strk@kbt.io> * [r593] lwgeom/lex.yy.c: removed, will be created -2004-06-04 13:39 Sandro Santilli <strk@keybit.net> +2004-06-04 13:39 Sandro Santilli <strk@kbt.io> * [r592] postgis.sql.in: Removed references to constraint name (unsafe) from probe_geometry_columns() @@ -66036,93 +70098,93 @@ renaming all geometry constraints to 'enforce_srid' and 'enforce_geotype' -2004-06-04 13:11 Sandro Santilli <strk@keybit.net> +2004-06-04 13:11 Sandro Santilli <strk@kbt.io> * [r591] postgis.sql.in: probe_geometry_columns() return message extended -2004-06-04 12:40 Sandro Santilli <strk@keybit.net> +2004-06-04 12:40 Sandro Santilli <strk@kbt.io> * [r590] postgis.sql.in: Added comments about fix_geometry_columns() job. SRID and type checks made stricter in fix_geometry_columns(). -2004-06-04 12:26 Sandro Santilli <strk@keybit.net> +2004-06-04 12:26 Sandro Santilli <strk@kbt.io> * [r589] postgis.sql.in: Added probe_geometry_columns(). Modified fix_geometry_columns() to prevent fixing of bogus records for which a corrected equivalent already exists. -2004-06-04 10:19 Sandro Santilli <strk@keybit.net> +2004-06-04 10:19 Sandro Santilli <strk@kbt.io> * [r588] doc/postgis.xml: Added DropGeometryTable description -2004-06-04 10:07 Sandro Santilli <strk@keybit.net> +2004-06-04 10:07 Sandro Santilli <strk@kbt.io> * [r587] postgis.sql.in: Added DropGeometryColumn function -2004-06-04 09:16 Sandro Santilli <strk@keybit.net> +2004-06-04 09:16 Sandro Santilli <strk@kbt.io> * [r586] lwgeom, lwgeom/.cvsignore: first entries -2004-06-04 09:11 Sandro Santilli <strk@keybit.net> +2004-06-04 09:11 Sandro Santilli <strk@kbt.io> * [r585] lwgeom/lwgparse.c, lwgeom/wktparse.lex: Added prototypes -2004-06-04 09:07 Sandro Santilli <strk@keybit.net> +2004-06-04 09:07 Sandro Santilli <strk@kbt.io> * [r584] lwgeom/Makefile: Fixed YACC call to rename standardly produced y.tab.c and y.tab.h to wktparse.tab.c and wktparse.tab.h -2004-06-04 08:49 Sandro Santilli <strk@keybit.net> +2004-06-04 08:49 Sandro Santilli <strk@kbt.io> * [r583] postgis.sql.in: Moved all geoemtry_columns cleanup in fix_geometry_columns, update_geometry_stats(*) and addgeometrycolumn(*) will now call the former and print out its result text. -2004-06-04 08:31 Sandro Santilli <strk@keybit.net> +2004-06-04 08:31 Sandro Santilli <strk@kbt.io> * [r582] postgis.sql.in: Lifted AddGeometryColumns result message, including output from fix_geometry_columns -2004-06-04 08:25 Sandro Santilli <strk@keybit.net> +2004-06-04 08:25 Sandro Santilli <strk@kbt.io> * [r581] postgis.sql.in: fix_geometry_columns() makes its best effort to find appropriate schema. -2004-06-03 16:44 Sandro Santilli <strk@keybit.net> +2004-06-03 16:44 Sandro Santilli <strk@kbt.io> * [r580] postgis.h, postgis.sql.in, postgis_fn.c: Added expand_geometry - expand(geometry, int8) -2004-06-03 13:49 Sandro Santilli <strk@keybit.net> +2004-06-03 13:49 Sandro Santilli <strk@kbt.io> * [r579] ., .cvsignore: added postgis_old.sql -2004-06-03 13:44 Sandro Santilli <strk@keybit.net> +2004-06-03 13:44 Sandro Santilli <strk@kbt.io> * [r578] create_undef.pl: Made it functional again. -2004-06-03 13:43 Sandro Santilli <strk@keybit.net> +2004-06-03 13:43 Sandro Santilli <strk@kbt.io> * [r577] postgis.sql.in: compatted CASTS section, commented out bogus cast geometry::chip referring to missing function -2004-06-03 13:20 Sandro Santilli <strk@keybit.net> +2004-06-03 13:20 Sandro Santilli <strk@kbt.io> * [r576] postgis.sql.in: Skipped attrelid, varattnum linking for PG>=75 -2004-06-03 12:48 Sandro Santilli <strk@keybit.net> +2004-06-03 12:48 Sandro Santilli <strk@kbt.io> * [r575] postgis.sql.in: All type definitions moved at the beginning of the file. Left to compat: what was in postgis_sql_end_VER_. -2004-06-03 11:06 Sandro Santilli <strk@keybit.net> +2004-06-03 11:06 Sandro Santilli <strk@kbt.io> * [r574] postgis.sql.in: Fixed bug in update_geometry_stats() choking on null attrelids. @@ -66133,26 +70195,26 @@ for PG > 71. Made update_geometry_stats(*) return meaningful result. -2004-06-03 09:45 Sandro Santilli <strk@keybit.net> +2004-06-03 09:45 Sandro Santilli <strk@kbt.io> * [r573] postgis_inout.c: infinite geoms handled in WKB parser -2004-06-03 08:19 Sandro Santilli <strk@keybit.net> +2004-06-03 08:19 Sandro Santilli <strk@kbt.io> * [r572] postgis_gist_72.c, postgis_inout.c: yet another Infinite check used: finite() - which checks for NaN,-Inf,+Inf -2004-06-03 08:13 Sandro Santilli <strk@keybit.net> +2004-06-03 08:13 Sandro Santilli <strk@kbt.io> * [r571] postgis_gist_72.c, postgis_inout.c: Simplified INFINITY checks by use of isinf() -2004-06-03 07:58 Sandro Santilli <strk@keybit.net> +2004-06-03 07:58 Sandro Santilli <strk@kbt.io> * [r570] postgis_gist_72.c: Infinite coordinate geoms omitted from index -2004-06-03 07:57 Sandro Santilli <strk@keybit.net> +2004-06-03 07:57 Sandro Santilli <strk@kbt.io> * [r569] postgis_inout.c: wkt parser throws an error on Infinite coordinates @@ -66161,46 +70223,46 @@ * [r568] doc/postgis.xml: Document the expand() function (finally!) -2004-06-02 23:54 Sandro Santilli <strk@keybit.net> +2004-06-02 23:54 Sandro Santilli <strk@kbt.io> * [r567] postgis_gist_72.c: Made equality checks the default in picksplit to catch also NaN results (INF geoms) -2004-06-02 23:29 Sandro Santilli <strk@keybit.net> +2004-06-02 23:29 Sandro Santilli <strk@kbt.io> * [r566] postgis_gist_72.c: reverted Inf handling modification (conceptually bogus) -2004-06-02 22:43 Sandro Santilli <strk@keybit.net> +2004-06-02 22:43 Sandro Santilli <strk@kbt.io> * [r565] postgis_gist_72.c: handled special case of Inf boxes as GiST keys in picksplit -2004-06-02 17:15 Sandro Santilli <strk@keybit.net> +2004-06-02 17:15 Sandro Santilli <strk@kbt.io> * [r564] postgis.sql.in: stale locks removal in fix_geometry_columns() and update_geometry_stats(). Fixed a bug in fix_geometry_columns() deleting stats. -2004-06-02 16:21 Sandro Santilli <strk@keybit.net> +2004-06-02 16:21 Sandro Santilli <strk@kbt.io> * [r563] postgis.sql.in: build_histogram2d sets 'local' search_path. fix_geometry_columns sets to NULL cached data for unexistant tables. -2004-06-01 16:56 Sandro Santilli <strk@keybit.net> +2004-06-01 16:56 Sandro Santilli <strk@kbt.io> * [r562] postgis.sql.in: removed namespace check for PG<73 in update_geometry_stats() -2004-06-01 16:30 Sandro Santilli <strk@keybit.net> +2004-06-01 16:30 Sandro Santilli <strk@kbt.io> * [r561] postgis.sql.in: Made AddGeometryColumn delete from geometry_column records which would be incompatible with the one being added -2004-06-01 16:16 Sandro Santilli <strk@keybit.net> +2004-06-01 16:16 Sandro Santilli <strk@kbt.io> * [r560] postgis.sql.in: Placed histogram2d type definition in a common place; @@ -66220,7 +70282,7 @@ * [r557] doc/postgis.xml: Document the multi() function. -2004-05-24 13:02 Sandro Santilli <strk@keybit.net> +2004-05-24 13:02 Sandro Santilli <strk@kbt.io> * [r556] postgis.sql.in: compat definition of fix_geometry_columns @@ -66239,45 +70301,45 @@ * [r553] postgis.sql.in: Add multi() to the new cpp based sql.in file. -2004-05-13 12:24 Sandro Santilli <strk@keybit.net> +2004-05-13 12:24 Sandro Santilli <strk@kbt.io> * [r552] loader/pgsql2shp.c: Transformed NULL numeric values to 0 as it was before the introduction of bigint bug workaround. -2004-05-13 12:13 Sandro Santilli <strk@keybit.net> +2004-05-13 12:13 Sandro Santilli <strk@kbt.io> * [r551] loader/pgsql2shp.c: Used DBFWriteAttributeDirectly interface for writing attributes. This way we are not affected by shapelib long-integer bug. -2004-05-13 12:07 Sandro Santilli <strk@keybit.net> +2004-05-13 12:07 Sandro Santilli <strk@kbt.io> * [r550] loader/pgsql2shp.c: Other fix in 3d handling - you should now be able to dump as 2d or 3d any 2d or 3d object -2004-05-13 11:59 Sandro Santilli <strk@keybit.net> +2004-05-13 11:59 Sandro Santilli <strk@kbt.io> * [r549] loader/pgsql2shp.c: Fixed bug in 3d features handling. -2004-05-13 09:40 Sandro Santilli <strk@keybit.net> +2004-05-13 09:40 Sandro Santilli <strk@kbt.io> * [r548] loader/shp2pgsql.c: Totally reworked code to have a main loop for shapefile objects. Much more readable, I belive. -2004-05-13 07:48 Sandro Santilli <strk@keybit.net> +2004-05-13 07:48 Sandro Santilli <strk@kbt.io> * [r547] loader/shp2pgsql.c: Put table creation code in its own function. Fixed a bug with NULL shape records handling. -2004-05-13 06:38 Sandro Santilli <strk@keybit.net> +2004-05-13 06:38 Sandro Santilli <strk@kbt.io> * [r546] loader/shp2pgsql.c: DBFReadStringValue always used to workaround shapelib bug with int values. -2004-05-04 16:55 Sandro Santilli <strk@keybit.net> +2004-05-04 16:55 Sandro Santilli <strk@kbt.io> * [r545] Makefile: Added -fPIC to CXXFLAGS. Reported to be needed on Solaris7 w/ gcc-3.3.2 @@ -66444,12 +70506,12 @@ Initial versions (from Ralph Mason) -2004-04-27 13:50 Sandro Santilli <strk@keybit.net> +2004-04-27 13:50 Sandro Santilli <strk@kbt.io> * [r513] postgis_algo.c: Fixed bug in simplify() that was using the square of the given tolerance. -2004-04-27 07:44 Sandro Santilli <strk@keybit.net> +2004-04-27 07:44 Sandro Santilli <strk@kbt.io> * [r512] postgis_geos_wrapper.cpp: Removed use of geometryFactory->toGeometry(), indicated by Martin Davis @@ -66484,13 +70546,13 @@ * [r507] doc/postgis.xml: fixed minor typos GeomFromWKB not GeometryFromWKB -2004-04-21 09:13 Sandro Santilli <strk@keybit.net> +2004-04-21 09:13 Sandro Santilli <strk@kbt.io> * [r506] loader/pgsql2shp.c, loader/shp2pgsql.c: Attribute names escaping mechanism added. You should now be able to dump a shapefile equal to the one loaded. -2004-04-21 07:38 Sandro Santilli <strk@keybit.net> +2004-04-21 07:38 Sandro Santilli <strk@kbt.io> * [r505] loader/pgsql2shp.c: Memory allocated for main_scan_query was not enough when using binary cursor. Fixed @@ -66522,7 +70584,7 @@ lwgeom/stringBuffer.c, lwgeom/stringBuffer.h: Added a cstring(lwgeom) function that returns WKT! -2004-04-07 16:23 Sandro Santilli <strk@keybit.net> +2004-04-07 16:23 Sandro Santilli <strk@kbt.io> * [r500] Makefile: Made new postgis.sql generation procedure the default @@ -66538,12 +70600,12 @@ * [r498] lwgeom/lwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_inout.c: Added support for 4d coordinates -2004-03-29 10:46 Sandro Santilli <strk@keybit.net> +2004-03-29 10:46 Sandro Santilli <strk@kbt.io> * [r497] Makefile, postgis.sql.in: postgis.sql.in is now parsed by both sed and cpp -2004-03-29 10:20 Sandro Santilli <strk@keybit.net> +2004-03-29 10:20 Sandro Santilli <strk@kbt.io> * [r496] loader/pgsql2shp.c: Fixed a bug in WKB parsing for Multipoints. @@ -66577,7 +70639,7 @@ given an SQL CREATE FUNCTION -2004-03-22 09:39 Sandro Santilli <strk@keybit.net> +2004-03-22 09:39 Sandro Santilli <strk@kbt.io> * [r491] postgis.sql.in: Moved AddGeometryColumn and DropGeometryColumn from USE_VERSION @@ -66588,16 +70650,16 @@ splitted between pgsql < 73 and >= 73. Added reduced-parameters wrappers to both functions. -2004-03-22 08:18 Sandro Santilli <strk@keybit.net> +2004-03-22 08:18 Sandro Santilli <strk@kbt.io> * [r490] Makefile: postgis_new.sql build by default -2004-03-19 16:35 Sandro Santilli <strk@keybit.net> +2004-03-19 16:35 Sandro Santilli <strk@kbt.io> * [r489] doc/postgis.xml: Updated AddGeometryColumn() and DropGeometryColumn() descriptions to the schema-aware versions -2004-03-15 17:07 Sandro Santilli <strk@keybit.net> +2004-03-15 17:07 Sandro Santilli <strk@kbt.io> * [r488] postgis_estimate.c: Added calls to vacuum_delay_point() to give backend a chance of @@ -66618,16 +70680,16 @@ (with a tonne of notices) for points lines and polygons (2d and 3d) -2004-03-10 18:46 Sandro Santilli <strk@keybit.net> +2004-03-10 18:46 Sandro Santilli <strk@kbt.io> * [r485] loader/pgsql2shp.c: Fixed a bug reducing the output shapes from Multipolygon tables. -2004-03-10 17:35 Sandro Santilli <strk@keybit.net> +2004-03-10 17:35 Sandro Santilli <strk@kbt.io> * [r484] loader/shp2pgsql.c: removed just-introduced bug -2004-03-10 17:23 Sandro Santilli <strk@keybit.net> +2004-03-10 17:23 Sandro Santilli <strk@kbt.io> * [r483] loader/shp2pgsql.c: code cleanup, fixed a bug missing to transform 'gid' to 'gid__2' in shapefile attribute name @@ -66643,46 +70705,46 @@ * [r481] lwgeom/Makefile, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Initial implementation - should compile; not at all tested. -2004-03-09 00:21 Sandro Santilli <strk@keybit.net> +2004-03-09 00:21 Sandro Santilli <strk@kbt.io> * [r480] postgis_estimate.c: Removed useless code blocks in histogram builder -2004-03-09 00:09 Sandro Santilli <strk@keybit.net> +2004-03-09 00:09 Sandro Santilli <strk@kbt.io> * [r479] postgis_estimate.c: estimator applies a gain of AOI/cell_area on each cell it intersects (reverted to previous behaviour) -2004-03-08 17:21 Sandro Santilli <strk@keybit.net> +2004-03-08 17:21 Sandro Santilli <strk@kbt.io> * [r478] utils/test_estimation.pl: changed error computation code to delta/totrows -2004-03-08 12:16 Sandro Santilli <strk@keybit.net> +2004-03-08 12:16 Sandro Santilli <strk@kbt.io> * [r477] postgis.sql.in: Added the RECHECK clause for gist_geometry_ops operator class operators -2004-03-06 18:02 Sandro Santilli <strk@keybit.net> +2004-03-06 18:02 Sandro Santilli <strk@kbt.io> * [r476] utils/test_estimation.pl: Comma-separated bps values accepted -2004-03-06 17:43 Sandro Santilli <strk@keybit.net> +2004-03-06 17:43 Sandro Santilli <strk@kbt.io> * [r475] loader/pgsql2shp.c, loader/shp2pgsql.c: Added RCSID string in usage output -2004-03-06 17:35 Sandro Santilli <strk@keybit.net> +2004-03-06 17:35 Sandro Santilli <strk@kbt.io> * [r474] loader/shp2pgsql.c: Added rcsid string to usage output -2004-03-05 21:06 Sandro Santilli <strk@keybit.net> +2004-03-05 21:06 Sandro Santilli <strk@kbt.io> * [r473] utils/test_estimation.pl: Added -vacuum switch -2004-03-05 21:03 Sandro Santilli <strk@keybit.net> +2004-03-05 21:03 Sandro Santilli <strk@kbt.io> * [r472] utils/test_estimation.pl: Made the -bps switch specify the exact level(s) at which to run the test @@ -66705,25 +70767,25 @@ * [r469] lwgeom.h: moved to lwgeom/ directory -2004-03-05 18:16 Sandro Santilli <strk@keybit.net> +2004-03-05 18:16 Sandro Santilli <strk@kbt.io> * [r468] postgis_gist_72.c: Applied Mark Cave-Ayland patch -2004-03-05 16:40 Sandro Santilli <strk@keybit.net> +2004-03-05 16:40 Sandro Santilli <strk@kbt.io> * [r467] utils/test_estimation.pl: rewritten split_extent to be more datatype-conservative -2004-03-05 16:01 Sandro Santilli <strk@keybit.net> +2004-03-05 16:01 Sandro Santilli <strk@kbt.io> * [r466] utils/test_estimation.pl: added -bps switch to set maximun query level. reworked command line parsing -2004-03-05 15:29 Sandro Santilli <strk@keybit.net> +2004-03-05 15:29 Sandro Santilli <strk@kbt.io> * [r465] utils/test_estimation.pl: more verbose output -2004-03-05 11:52 Sandro Santilli <strk@keybit.net> +2004-03-05 11:52 Sandro Santilli <strk@kbt.io> * [r464] utils, utils/README, utils/test_estimation.pl: initial import @@ -66732,12 +70794,12 @@ * [r463] lwgeom.h: Initial version - still under discussion. -2004-03-04 13:50 Sandro Santilli <strk@keybit.net> +2004-03-04 13:50 Sandro Santilli <strk@kbt.io> * [r462] postgis_estimate.c: postgis_gist_sel(): added warnings if search_box goes outside of histogram grid -2004-03-04 09:44 Sandro Santilli <strk@keybit.net> +2004-03-04 09:44 Sandro Santilli <strk@kbt.io> * [r461] postgis_estimate.c: The selectivity estimator does add the full value of each cell it overlaps, @@ -66747,41 +70809,41 @@ and search_box cells occupation) -2004-03-03 21:59 Sandro Santilli <strk@keybit.net> +2004-03-03 21:59 Sandro Santilli <strk@kbt.io> * [r460] postgis_estimate.c: added check to keep selectivity value in the range of validity (suggested by m.cave) -2004-03-02 11:39 Sandro Santilli <strk@keybit.net> +2004-03-02 11:39 Sandro Santilli <strk@kbt.io> * [r459] Makefile: cpp call for postgis_new.sql creation uses shell redirection for the output file -2004-03-02 11:37 Sandro Santilli <strk@keybit.net> +2004-03-02 11:37 Sandro Santilli <strk@kbt.io> * [r458] postgis.sql.in: modified to reflect new statistics building process for PG75 -2004-03-01 16:02 Sandro Santilli <strk@keybit.net> +2004-03-01 16:02 Sandro Santilli <strk@kbt.io> * [r457] postgis_estimate.c: histogram's boxesPerSide computed as a function of the column's statistic target -2004-02-29 21:53 Sandro Santilli <strk@keybit.net> +2004-02-29 21:53 Sandro Santilli <strk@kbt.io> * [r456] postgis_estimate.c: bug fix in postgis_gist_sel (for PG75): SysCache is not released if not acquired -2004-02-28 14:44 Sandro Santilli <strk@keybit.net> +2004-02-28 14:44 Sandro Santilli <strk@kbt.io> * [r455] Makefile: Added rule to generate postgis_new.sql from postgis.sql.in using cpp -2004-02-28 14:43 Sandro Santilli <strk@keybit.net> +2004-02-28 14:43 Sandro Santilli <strk@kbt.io> * [r454] postgis.sql.in: initial import -2004-02-26 16:42 Sandro Santilli <strk@keybit.net> +2004-02-26 16:42 Sandro Santilli <strk@kbt.io> * [r453] postgis_estimate.c: Fixed bugs reported by Mark Cave-Ayland <m.cave-ayland@webbased.co.uk>. @@ -66790,12 +70852,12 @@ fraction of overlapping area. -2004-02-25 13:17 Sandro Santilli <strk@keybit.net> +2004-02-25 13:17 Sandro Santilli <strk@kbt.io> * [r452] postgis_gist_72.c: RTContainedBy and RTOverlap strategries implemented locally with a pgbox_overlap function -2004-02-25 12:00 Sandro Santilli <strk@keybit.net> +2004-02-25 12:00 Sandro Santilli <strk@kbt.io> * [r451] postgis_estimate.c: Added handling for point features in histogram creation (add 1 instead of AOI/cell_area when AOI is @@ -66805,31 +70867,31 @@ evaluation based on the average feature and search box cells occupation. -2004-02-25 00:46 Sandro Santilli <strk@keybit.net> +2004-02-25 00:46 Sandro Santilli <strk@kbt.io> * [r450] postgis_estimate.c: initial version of && selectivity estimation for PG75 -2004-02-23 21:59 Sandro Santilli <strk@keybit.net> +2004-02-23 21:59 Sandro Santilli <strk@kbt.io> * [r449] postgis_estimate.c: geometry analyzer builds the histogram -2004-02-23 12:18 Sandro Santilli <strk@keybit.net> +2004-02-23 12:18 Sandro Santilli <strk@kbt.io> * [r448] Attic/postgis_sql_75_end.sql.in, Attic/postgis_sql_75_start.sql.in, postgis.h, postgis_estimate.c: added skeleton functions for pg75 stats integration -2004-02-12 10:34 Sandro Santilli <strk@keybit.net> +2004-02-12 10:34 Sandro Santilli <strk@kbt.io> * [r447] postgis_fn.c, postgis_geos.c: changed USE_GEOS check from ifdef / ifndef to if / if ! -2004-02-09 18:49 Sandro Santilli <strk@keybit.net> +2004-02-09 18:49 Sandro Santilli <strk@kbt.io> * [r446] loader/pgsql2shp.c: byte endiannes detected empirically -2004-02-06 08:26 Sandro Santilli <strk@keybit.net> +2004-02-06 08:26 Sandro Santilli <strk@kbt.io> * [r445] loader/pgsql2shp.c: updated wkb reading funx to reflect changes made by pramsey in postgis_inout.c to be nicer with @@ -66842,7 +70904,7 @@ 2004-02-05 20:31 David Blasby <dblasby@gmail.com> - * [r443] postgis_proj.c: Optimized the curvature method (doesn't + * [r443] postgis_proj.c: Optimized the curvature method (doesnt have to calculate e2) 2004-02-05 20:21 David Blasby <dblasby@gmail.com> @@ -66850,12 +70912,12 @@ * [r442] postgis_proj.c: Added 'curvature method' for cases where the original algorithm breaks down. -2004-02-04 22:27 Sandro Santilli <strk@keybit.net> +2004-02-04 22:27 Sandro Santilli <strk@kbt.io> * [r441] Attic/postgis_sql_75_end.sql.in, Attic/postgis_sql_75_start.sql.in: Added pg75 support scripts -2004-02-04 22:21 Sandro Santilli <strk@keybit.net> +2004-02-04 22:21 Sandro Santilli <strk@kbt.io> * [r440] Makefile: Added detection code for PG75 @@ -66888,7 +70950,7 @@ * [r434] Makefile, loader/Makefile: Added DESTDIR to Makefiles to assist in RPM building. -2004-02-03 08:37 Sandro Santilli <strk@keybit.net> +2004-02-03 08:37 Sandro Santilli <strk@kbt.io> * [r433] loader/shp2pgsql.c: schema support added, slightly modified logic used to keep table and schema names cases (always @@ -66899,32 +70961,32 @@ * [r432] postgis.h: Test commit on new CVS archive. -2004-01-21 19:11 Sandro Santilli <strk@keybit.net> +2004-01-21 19:11 Sandro Santilli <strk@kbt.io> * [r431] doc/postgis.xml: Added line_interpolate_point entry -2004-01-21 19:04 Sandro Santilli <strk@keybit.net> +2004-01-21 19:04 Sandro Santilli <strk@kbt.io> * [r430] Attic/postgis_sql_common.sql.in, postgis.h, postgis_algo.c: Added line_interpolate_point function by jsunday@rochgrp.com -2004-01-20 20:14 Sandro Santilli <strk@keybit.net> +2004-01-20 20:14 Sandro Santilli <strk@kbt.io> * [r429] Attic/postgis_sql_73_end.sql.in, Attic/postgis_sql_74_end.sql.in: cleaner comments for DropGeometryColumn -2004-01-20 20:10 Sandro Santilli <strk@keybit.net> +2004-01-20 20:10 Sandro Santilli <strk@kbt.io> * [r428] Attic/postgis_sql_74_end.sql.in: removed bogus comment about missed alter table drop column -2004-01-16 20:06 Sandro Santilli <strk@keybit.net> +2004-01-16 20:06 Sandro Santilli <strk@kbt.io> * [r427] loader/shp2pgsql.c: Added FTLogical<->boolean mapping -2004-01-15 09:57 Sandro Santilli <strk@keybit.net> +2004-01-15 09:57 Sandro Santilli <strk@kbt.io> * [r426] loader/shp2pgsql.c: field type array allocates num_fields * sizeof(int) instead of sizeof(char*) @@ -66945,7 +71007,7 @@ so that it plays nice with memory alignment (solaris issue). -2004-01-13 20:30 Sandro Santilli <strk@keybit.net> +2004-01-13 20:30 Sandro Santilli <strk@kbt.io> * [r422] postgis_debug.c: Added useless PG_RETURN_NULL() call to make compiler happy @@ -66954,23 +71016,23 @@ * [r420] CHANGES, README.postgis: Updates for 0.8.1 release. -2004-01-02 20:11 Sandro Santilli <strk@keybit.net> +2004-01-02 20:11 Sandro Santilli <strk@kbt.io> * [r419] loader/shp2pgsql.c: always call setval with no schema specification. drop 'database' argument using the empty string to the AddGeometryColumn call -2003-12-30 13:31 Sandro Santilli <strk@keybit.net> +2003-12-30 13:31 Sandro Santilli <strk@kbt.io> * [r418] loader/shp2pgsql.c: made shp2pgsql looser about numeric precisions -2003-12-30 12:37 Sandro Santilli <strk@keybit.net> +2003-12-30 12:37 Sandro Santilli <strk@kbt.io> * [r417] loader/shp2pgsql.c: Fixed segfault bug reported by Randy George, removed explicit sequence drop -2003-12-30 10:40 Sandro Santilli <strk@keybit.net> +2003-12-30 10:40 Sandro Santilli <strk@kbt.io> * [r416] Attic/postgis_sql_71_end.sql.in, Attic/postgis_sql_72_end.sql.in, Attic/postgis_sql_73_end.sql.in, @@ -66987,11 +71049,11 @@ Updated DropGeometryColumn to actually issue the ALTER TABLE DROP COLUMN query. -2003-12-27 13:30 Sandro Santilli <strk@keybit.net> +2003-12-27 13:30 Sandro Santilli <strk@kbt.io> * [r415] loader/pgsql2shp.c: Added schema specification support -2003-12-23 09:00 Sandro Santilli <strk@keybit.net> +2003-12-23 09:00 Sandro Santilli <strk@kbt.io> * [r414] Attic/postgis_sql_71_end.sql.in, Attic/postgis_sql_72_end.sql.in, Attic/postgis_sql_73_end.sql.in, @@ -67000,12 +71062,12 @@ scripts. Schema support enabled for version 73 and 74. -2003-12-19 18:55 Sandro Santilli <strk@keybit.net> +2003-12-19 18:55 Sandro Santilli <strk@kbt.io> * [r413] loader/pgsql2shp.c: substituted setenv() calls with putenv() for Solaris support -2003-12-18 18:07 Sandro Santilli <strk@keybit.net> +2003-12-18 18:07 Sandro Santilli <strk@kbt.io> * [r412] Attic/postgis_sql_71_end.sql.in, Attic/postgis_sql_72_end.sql.in, Attic/postgis_sql_73_end.sql.in, @@ -67014,63 +71076,63 @@ f_table_schema to the empty string if its value is not a valid pg namespace. -2003-12-16 11:04 Sandro Santilli <strk@keybit.net> +2003-12-16 11:04 Sandro Santilli <strk@kbt.io> * [r411] doc/postgis.xml: added simplify() documentation -2003-12-12 18:00 Sandro Santilli <strk@keybit.net> +2003-12-12 18:00 Sandro Santilli <strk@kbt.io> * [r410] postgis_inout.c: reverted make_line patch, patched size_subobject instead - the reported bug was caused to their inconsistency -2003-12-12 14:39 Sandro Santilli <strk@keybit.net> +2003-12-12 14:39 Sandro Santilli <strk@kbt.io> * [r409] postgis_inout.c: Fixed a bug in make_line allocating less memory then required -2003-12-12 13:34 Sandro Santilli <strk@keybit.net> +2003-12-12 13:34 Sandro Santilli <strk@kbt.io> * [r408] postgis_geos_wrapper.cpp: added missing 'const' in prototypes -2003-12-12 12:03 Sandro Santilli <strk@keybit.net> +2003-12-12 12:03 Sandro Santilli <strk@kbt.io> * [r407] postgis_geos.c, postgis_geos_wrapper.cpp, postgis_inout.c: More debugging output, some code cleanup. -2003-12-12 10:28 Sandro Santilli <strk@keybit.net> +2003-12-12 10:28 Sandro Santilli <strk@kbt.io> * [r406] postgis_geos.c: added GEOSnoop OUTPUT debugging info -2003-12-12 10:08 Sandro Santilli <strk@keybit.net> +2003-12-12 10:08 Sandro Santilli <strk@kbt.io> * [r405] Attic/postgis_sql_common.sql.in, postgis_geos.c: Added GEOSnoop function and some optional debugging output for geos<->postgis converter (define DEBUG_CONVERTER at top postgis_geos.c) -2003-12-09 11:58 Sandro Santilli <strk@keybit.net> +2003-12-09 11:58 Sandro Santilli <strk@kbt.io> * [r404] postgis_inout.c: Final touch to wkb binary input function -2003-12-09 11:13 Sandro Santilli <strk@keybit.net> +2003-12-09 11:13 Sandro Santilli <strk@kbt.io> * [r403] postgis_inout.c: WKB_recv: set StringInfo cursor to the end of StringInfo buf as required by postgres backend -2003-12-08 17:57 Sandro Santilli <strk@keybit.net> +2003-12-08 17:57 Sandro Santilli <strk@kbt.io> * [r402] postgis_inout.c: Binary WKB input function built only when USE_VERSION > 73. Making some modifications based on reported failures -2003-12-04 19:12 Sandro Santilli <strk@keybit.net> +2003-12-04 19:12 Sandro Santilli <strk@kbt.io> * [r401] loader/Makefile: Removed useless linkages from dumper and loader -2003-12-04 19:11 Sandro Santilli <strk@keybit.net> +2003-12-04 19:11 Sandro Santilli <strk@kbt.io> * [r400] loader/pgsql2shp.c: code cleanup (removed useless and leaking malloc calls) @@ -67079,64 +71141,64 @@ * [r399] postgis_proj.c: changed david skae to skea -2003-12-01 20:52 Sandro Santilli <strk@keybit.net> +2003-12-01 20:52 Sandro Santilli <strk@kbt.io> * [r398] loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c: shapelib put in sync with gdal cvs -2003-12-01 14:27 Sandro Santilli <strk@keybit.net> +2003-12-01 14:27 Sandro Santilli <strk@kbt.io> * [r397] loader/shp2pgsql.c: added simple malloc wrapper -2003-11-28 11:28 Sandro Santilli <strk@keybit.net> +2003-11-28 11:28 Sandro Santilli <strk@kbt.io> * [r396] loader/wkb.h: Some more changes, now useless since wkb.h is no more used (just to get in sync) -2003-11-28 11:25 Sandro Santilli <strk@keybit.net> +2003-11-28 11:25 Sandro Santilli <strk@kbt.io> * [r395] Attic/postgis_sql_73_end.sql.in, Attic/postgis_sql_74_end.sql.in: Added explicit geometry as text cast -2003-11-28 11:06 Sandro Santilli <strk@keybit.net> +2003-11-28 11:06 Sandro Santilli <strk@kbt.io> * [r394] Attic/postgis_sql_74_end.sql.in, Attic/postgis_sql_74_start.sql.in, postgis.h, postgis_inout.c: Added WKB_recv function for binary WKB input -2003-11-26 18:54 Sandro Santilli <strk@keybit.net> +2003-11-26 18:54 Sandro Santilli <strk@kbt.io> * [r393] loader/pgsql2shp.c: fixed bug in HexDecoder, made WKB parsing the default -2003-11-26 18:14 Sandro Santilli <strk@keybit.net> +2003-11-26 18:14 Sandro Santilli <strk@kbt.io> * [r392] loader/pgsql2shp.c: binary cursor implemented -2003-11-26 17:21 Sandro Santilli <strk@keybit.net> +2003-11-26 17:21 Sandro Santilli <strk@kbt.io> * [r391] loader/pgsql2shp.c: Made HEXWKB parsing settable at compile time -2003-11-26 16:40 Sandro Santilli <strk@keybit.net> +2003-11-26 16:40 Sandro Santilli <strk@kbt.io> * [r390] loader/pgsql2shp.c: Handled NULLS in wkb parsing, reduced functions args -2003-11-26 15:45 Sandro Santilli <strk@keybit.net> +2003-11-26 15:45 Sandro Santilli <strk@kbt.io> * [r389] loader/pgsql2shp.c: wkb support for all geom types -2003-11-26 14:31 Sandro Santilli <strk@keybit.net> +2003-11-26 14:31 Sandro Santilli <strk@kbt.io> * [r388] loader/pgsql2shp.c: WKB start to work -2003-11-25 17:32 Sandro Santilli <strk@keybit.net> +2003-11-25 17:32 Sandro Santilli <strk@kbt.io> * [r387] loader/wkb.h: first attempt at wkb definitions -2003-11-25 17:28 Sandro Santilli <strk@keybit.net> +2003-11-25 17:28 Sandro Santilli <strk@kbt.io> * [r386] loader/pgsql2shp.c: hardly trying to get WKB parsing work @@ -67150,7 +71212,7 @@ * [r384] examples/ogc_test_suite/README: Fixed syntax error in execution example. -2003-11-24 17:36 Sandro Santilli <strk@keybit.net> +2003-11-24 17:36 Sandro Santilli <strk@kbt.io> * [r383] loader/pgsql2shp.c: Removed useless BYTE_ORDER checks @@ -67159,266 +71221,266 @@ * [r381] loader/pgsql2shp.c: Added Cygwin endian definition include to fix windows compile. -2003-11-20 18:01 Sandro Santilli <strk@keybit.net> +2003-11-20 18:01 Sandro Santilli <strk@kbt.io> * [r380] loader/pgsql2shp.c: patch from m.spring@gmx.de -2003-11-20 17:51 Sandro Santilli <strk@keybit.net> +2003-11-20 17:51 Sandro Santilli <strk@kbt.io> * [r379] Makefile: Installs for PG>7.1 goes to pkglibdir -2003-11-20 16:46 Sandro Santilli <strk@keybit.net> +2003-11-20 16:46 Sandro Santilli <strk@kbt.io> * [r378] doc/postgis.xml: postgresql linking against libstdc++ reported as possibly needed for geos support -2003-11-20 15:54 Sandro Santilli <strk@keybit.net> +2003-11-20 15:54 Sandro Santilli <strk@kbt.io> * [r377] Makefile: Updated postgis library path to be referenced with /.. -2003-11-20 15:34 Sandro Santilli <strk@keybit.net> +2003-11-20 15:34 Sandro Santilli <strk@kbt.io> * [r376] postgis_ops.c: expected in-transaction memory release for btree operators -2003-11-20 15:29 Sandro Santilli <strk@keybit.net> +2003-11-20 15:29 Sandro Santilli <strk@kbt.io> * [r375] Makefile: Moved MODULE_FILENAME definition where it will be easly modifiable -2003-11-20 15:27 Sandro Santilli <strk@keybit.net> +2003-11-20 15:27 Sandro Santilli <strk@kbt.io> * [r374] loader/pgsql2shp.c: Removed some useless strdups. Removed pgtype 22 (int2vector) from the list of integer DBF field types. Added pgtype 1700 (numeric) in DBF doubles list. -2003-11-20 14:46 Sandro Santilli <strk@keybit.net> +2003-11-20 14:46 Sandro Santilli <strk@kbt.io> * [r373] loader/Makefile: Set CFLAGS where useless CPPFLAGS were used before -2003-11-19 18:01 Sandro Santilli <strk@keybit.net> +2003-11-19 18:01 Sandro Santilli <strk@kbt.io> * [r372] postgis_debug.c: CR removed -2003-11-19 17:50 Sandro Santilli <strk@keybit.net> +2003-11-19 17:50 Sandro Santilli <strk@kbt.io> * [r371] Attic/postgis_sql_common.sql.in: missing function definition added (I forgot - sorry) -2003-11-19 15:44 Sandro Santilli <strk@keybit.net> +2003-11-19 15:44 Sandro Santilli <strk@kbt.io> * [r370] postgis.h: added prototypes for geometry_{le,ge,cmp} -2003-11-19 15:29 Sandro Santilli <strk@keybit.net> +2003-11-19 15:29 Sandro Santilli <strk@kbt.io> * [r369] Attic/postgis_sql_74_end.sql.in: Added default btree operator class for PG7.4 -2003-11-19 15:26 Sandro Santilli <strk@keybit.net> +2003-11-19 15:26 Sandro Santilli <strk@kbt.io> * [r368] postgis_ops.c: Added geometry_le, geometry_ge, geometry_cmp functions, modified geometry_lt, geometry_gt, geometry_eq to be consistent. -2003-11-19 15:23 Sandro Santilli <strk@keybit.net> +2003-11-19 15:23 Sandro Santilli <strk@kbt.io> * [r367] Attic/postgis_sql_common.sql.in: Fixed wrong COMMUTATOR specifications in '<','>','~=','@' operators, added new '<=', '>=' operators -2003-11-19 10:27 Sandro Santilli <strk@keybit.net> +2003-11-19 10:27 Sandro Santilli <strk@kbt.io> * [r366] doc/postgis.xml: typo fixed (ENABLE_SEQSCAN missing) - PG7.4 support listed in 2.2 -2003-11-18 14:58 Sandro Santilli <strk@keybit.net> +2003-11-18 14:58 Sandro Santilli <strk@kbt.io> * [r365] loader/pgsql2shp.c: default row buffer lenght set to 100 -2003-11-18 14:39 Sandro Santilli <strk@keybit.net> +2003-11-18 14:39 Sandro Santilli <strk@kbt.io> * [r364] loader/pgsql2shp.c: Some more structuring. Initialization routine moved out of main loop. Preparing dumper for WKB parsing. -2003-11-16 00:27 Sandro Santilli <strk@keybit.net> +2003-11-16 00:27 Sandro Santilli <strk@kbt.io> * [r363] loader/pgsql2shp.c: Huge code re-organization. More structured code, more errors handled, cursor based iteration, less code lines. -2003-11-14 22:04 Sandro Santilli <strk@keybit.net> +2003-11-14 22:04 Sandro Santilli <strk@kbt.io> * [r362] loader/pgsql2shp.c: Used environment vars to pass libpq connection options (less error prone, easier to read). Printed clearer error message on query error. -2003-11-13 13:14 Sandro Santilli <strk@keybit.net> +2003-11-13 13:14 Sandro Santilli <strk@kbt.io> * [r361] Attic/postgis_sql_common.sql.in: used quote_ident() calls in AddGeometryColumns as suggested by Bernhard Herzog -2003-11-12 20:59 Sandro Santilli <strk@keybit.net> +2003-11-12 20:59 Sandro Santilli <strk@kbt.io> * [r360] ., .cvsignore, loader, loader/.cvsignore: more cvsignore -2003-11-12 20:57 Sandro Santilli <strk@keybit.net> +2003-11-12 20:57 Sandro Santilli <strk@kbt.io> * [r359] doc, doc/.cvsignore, doc/html, doc/html/.cvsignore: first import -2003-11-12 20:55 Sandro Santilli <strk@keybit.net> +2003-11-12 20:55 Sandro Santilli <strk@kbt.io> * [r358] Attic/postgis_sql_common.sql.in: AddGeometryColumn column identifier case respect fix as suggested by Bernhard Herzog -2003-11-12 16:36 Sandro Santilli <strk@keybit.net> +2003-11-12 16:36 Sandro Santilli <strk@kbt.io> * [r357] postgis_geos_wrapper.cpp: delete all caught exceptions after use -2003-11-11 11:28 Sandro Santilli <strk@keybit.net> +2003-11-11 11:28 Sandro Santilli <strk@kbt.io> * [r356] doc/postgis.xml: Added (mem)GeomUnion and (mem_)collect aggregates documentation, updated Centroid paragraph -2003-11-11 10:58 Sandro Santilli <strk@keybit.net> +2003-11-11 10:58 Sandro Santilli <strk@kbt.io> * [r355] postgis_fn.c: Fixed a typo in envelope() -2003-11-11 10:38 Sandro Santilli <strk@keybit.net> +2003-11-11 10:38 Sandro Santilli <strk@kbt.io> * [r354] Attic/postgis_sql_74_end.sql.in, Attic/postgis_sql_74_start.sql.in: Postgresql 7.4 enabler scripts. -2003-11-11 10:14 Sandro Santilli <strk@keybit.net> +2003-11-11 10:14 Sandro Santilli <strk@kbt.io> * [r353] postgis_estimate.c: Added support for PG74 -2003-11-05 18:26 Sandro Santilli <strk@keybit.net> +2003-11-05 18:26 Sandro Santilli <strk@kbt.io> * [r352] Attic/postgis_sql_common.sql.in: Added fast collect() and geomunion() aggregates implementations -2003-11-05 18:25 Sandro Santilli <strk@keybit.net> +2003-11-05 18:25 Sandro Santilli <strk@kbt.io> * [r351] postgis_geos.c: moved #ifdef USE_GEOS below prototypes, added NULL implementation of unite_garray -2003-11-05 18:02 Sandro Santilli <strk@keybit.net> +2003-11-05 18:02 Sandro Santilli <strk@kbt.io> * [r350] postgis_geos.c: renamed unite_finalfunc to unite_garray -2003-11-05 17:48 Sandro Santilli <strk@keybit.net> +2003-11-05 17:48 Sandro Santilli <strk@kbt.io> * [r349] doc/postgis.xml: Added GEOS support tips to installation instructions -2003-11-05 11:00 Sandro Santilli <strk@keybit.net> +2003-11-05 11:00 Sandro Santilli <strk@kbt.io> * [r348] doc/Makefile, doc/postgis.xml, doc/postgis.xml.in: postgis.xml put back in place. Makefile modified to generate a postgis-out.xml from postgis.xml. -2003-11-04 21:54 Sandro Santilli <strk@keybit.net> +2003-11-04 21:54 Sandro Santilli <strk@kbt.io> * [r347] doc/postgis.xml.in: made last release version a parameter -2003-11-04 21:52 Sandro Santilli <strk@keybit.net> +2003-11-04 21:52 Sandro Santilli <strk@kbt.io> * [r346] doc/Makefile: added 'global' specification to sed command -2003-11-04 19:23 Sandro Santilli <strk@keybit.net> +2003-11-04 19:23 Sandro Santilli <strk@kbt.io> * [r345] doc/postgis.xml, doc/postgis.xml.in: renamed postgis.xml to postgis.xml.in -2003-11-04 19:20 Sandro Santilli <strk@keybit.net> +2003-11-04 19:20 Sandro Santilli <strk@kbt.io> * [r344] doc/Makefile: dropped 'clean' rule (not really a good idea right now) -2003-11-04 19:07 Sandro Santilli <strk@keybit.net> +2003-11-04 19:07 Sandro Santilli <strk@kbt.io> * [r343] Makefile: added doc clean in clean rule -2003-11-04 19:06 Sandro Santilli <strk@keybit.net> +2003-11-04 19:06 Sandro Santilli <strk@kbt.io> * [r342] postgis_geos.c: added missing first geom pfree in unite_finalfunc -2003-11-04 18:56 Sandro Santilli <strk@keybit.net> +2003-11-04 18:56 Sandro Santilli <strk@kbt.io> * [r341] doc/Makefile: initial import -2003-10-29 15:53 Sandro Santilli <strk@keybit.net> +2003-10-29 15:53 Sandro Santilli <strk@kbt.io> * [r340] postgis_fn.c, postgis_geos.c: geoscentroid() removed. both geos and pgis versions are called 'centroid'. only one version will be compiled based on USE_GEOS flag. -2003-10-29 13:59 Sandro Santilli <strk@keybit.net> +2003-10-29 13:59 Sandro Santilli <strk@kbt.io> * [r339] postgis_geos.c: Added geoscentroid function. -2003-10-29 13:58 Sandro Santilli <strk@keybit.net> +2003-10-29 13:58 Sandro Santilli <strk@kbt.io> * [r338] postgis_geos_wrapper.cpp: Added GEOSGetCentroid() function -2003-10-28 16:57 Sandro Santilli <strk@keybit.net> +2003-10-28 16:57 Sandro Santilli <strk@kbt.io> * [r337] postgis.h, postgis_fn.c: Added collect_garray() function. -2003-10-28 15:16 Sandro Santilli <strk@keybit.net> +2003-10-28 15:16 Sandro Santilli <strk@kbt.io> * [r336] postgis.h, postgis_fn.c, postgis_geos.c: unite_sfunc() from postgis_geos.c renamed to geom_accum() and moved in postgis_fn.c -2003-10-28 11:18 Sandro Santilli <strk@keybit.net> +2003-10-28 11:18 Sandro Santilli <strk@kbt.io> * [r335] Attic/postgis_sql_common.sql.in: Added Algorithms section and simplify() enabler code -2003-10-28 11:16 Sandro Santilli <strk@keybit.net> +2003-10-28 11:16 Sandro Santilli <strk@kbt.io> * [r334] postgis.h: Added postgis_algo.c prototypes -2003-10-28 11:16 Sandro Santilli <strk@keybit.net> +2003-10-28 11:16 Sandro Santilli <strk@kbt.io> * [r333] Makefile: Added postgis_algo.c build support -2003-10-28 10:59 Sandro Santilli <strk@keybit.net> +2003-10-28 10:59 Sandro Santilli <strk@kbt.io> * [r332] postgis_geos.c: handled NULL state array in unite_finalfunc, cleaned up some spurios code -2003-10-27 23:44 Sandro Santilli <strk@keybit.net> +2003-10-27 23:44 Sandro Santilli <strk@kbt.io> * [r331] postgis_geos.c: unite_sfunc made always copy input array in long lived memory context. It should now work with safer memory. -2003-10-27 20:13 Sandro Santilli <strk@keybit.net> +2003-10-27 20:13 Sandro Santilli <strk@kbt.io> * [r330] postgis_geos.c: Made GeomUnion release memory soon, Added fastunion support functions -2003-10-27 10:21 Sandro Santilli <strk@keybit.net> +2003-10-27 10:21 Sandro Santilli <strk@kbt.io> * [r329] postgis_algo.c: Initial import. -2003-10-24 21:52 Sandro Santilli <strk@keybit.net> +2003-10-24 21:52 Sandro Santilli <strk@kbt.io> * [r328] postgis_geos.c: Modified strcmp-based if-else with switch-case in GEOS2POSTGIS() using new GEOSGeometryTypeId() interface. -2003-10-24 21:33 Sandro Santilli <strk@keybit.net> +2003-10-24 21:33 Sandro Santilli <strk@kbt.io> * [r327] postgis_geos_wrapper.cpp: Added GEOSGeometryTypeId(Geometry *) wrapper function. @@ -67426,13 +71488,13 @@ optimized version of GEOSGetCoordinates(Geometry *); More to add ... -2003-10-24 14:29 Sandro Santilli <strk@keybit.net> +2003-10-24 14:29 Sandro Santilli <strk@kbt.io> * [r326] postgis_geos_wrapper.cpp: GEOSGetCoordinates() reverted to getCoordinates() call so to be compatible to all type of geometries (not only LineStrings) -2003-10-24 08:28 Sandro Santilli <strk@keybit.net> +2003-10-24 08:28 Sandro Santilli <strk@kbt.io> * [r325] postgis_geos.c, postgis_geos_wrapper.cpp: Fixed memory leak in GEOSGetCoordinates(), made sure that GEOS2POSTGIS @@ -67442,16 +71504,16 @@ release of palloced memory in PolyFromGeometry (pts_per_ring). -2003-10-23 19:52 Sandro Santilli <strk@keybit.net> +2003-10-23 19:52 Sandro Santilli <strk@kbt.io> * [r324] Makefile: added memory debugging tips for gcc >= 3.2.2 -2003-10-23 09:14 Sandro Santilli <strk@keybit.net> +2003-10-23 09:14 Sandro Santilli <strk@kbt.io> * [r323] Makefile: Added default-commented line to disable gcc "smart" memory caching feature. -2003-10-23 08:06 Sandro Santilli <strk@keybit.net> +2003-10-23 08:06 Sandro Santilli <strk@kbt.io> * [r322] Attic/postgis_sql_common.sql.in: Added 'unite' aggregate. @@ -67463,12 +71525,12 @@ * [r320] TODO: Updated TODO list somewhat -2003-10-21 07:44 Sandro Santilli <strk@keybit.net> +2003-10-21 07:44 Sandro Santilli <strk@kbt.io> * [r319] Makefile: Made GEOS_DIR and PROJ_DIR settable via environment vars -2003-10-20 19:50 Sandro Santilli <strk@keybit.net> +2003-10-20 19:50 Sandro Santilli <strk@kbt.io> * [r318] postgis_geos_wrapper.cpp: Removed some memory leaks in PostGIS2* converters. diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE index 57e9405d0..b7aabfa8c 100644 --- a/HOWTO_RELEASE +++ b/HOWTO_RELEASE @@ -91,7 +91,8 @@ Release procedure and make appropriate edits and then just run. Or just be lazy and bug Regina Obe do this. - Wikipedia - - Twitter (we all love twitter don't we) + - Twitter + This should automatically happen as a result of posting to PostGIS website since Planet PostGIS autotweets. - Update Trac and make old Milestone as completed - Push the revision number forward (see Versioning Scheme) - Remove the "dev" suffixed version from extensions/upgradeable_versions.mk diff --git a/NEWS b/NEWS index d2d1b4860..976a78884 100644 --- a/NEWS +++ b/NEWS @@ -56,6 +56,10 @@ PostGIS 2.3.0 - #3400, Minor optimization of PIP routines (Dan Baston) - Make adding a line to topology interruptible (Sandro Santilli) - #3613, Segmentize geography using equal length segments, (Hugo Mercier of Oslandia) + +PostGIS 2.3.0beta1 +2016/09/06 +See PostGIS 2.3.0 section for details PostGIS 2.2.2 2016/03/22 diff --git a/README.postgis b/README.postgis index e83e6eda1..b1532520a 100644 --- a/README.postgis +++ b/README.postgis @@ -1,8 +1,8 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ================================================================= -:Version: 2.3.0 -:Date: 2016-XX-XX +:Version: 2.3.0beta1 +:Date: 2016-09-06 :Website: http://postgis.net This distribution contains a module which implements GIS simple features, ties diff --git a/Version.config b/Version.config index b4022fca9..c58a33ddc 100644 --- a/Version.config +++ b/Version.config @@ -5,7 +5,7 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=3 -POSTGIS_MICRO_VERSION=0dev +POSTGIS_MICRO_VERSION=0beta1 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev) # when changing POSTGIS_MINOR_VERSION diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index 93c2eeac3..e10616dcc 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -19,7 +19,8 @@ UPGRADEABLE_VERSIONS = \ 2.1.9 \ 2.2.0 \ 2.2.1 \ - 2.2.2 + 2.2.2 \ + 2.3.0dev # This is to avoid forcing "check-installed-upgrades" as a default # rule, see https://trac.osgeo.org/postgis/ticket/3420